Beispiel #1
0
 public virtual System.Threading.Tasks.Task <Azure.Response <Azure.Security.KeyVault.Administration.KeyVaultRoleAssignment> > CreateRoleAssignmentAsync(Azure.Security.KeyVault.Administration.Models.KeyVaultRoleScope roleScope, string roleDefinitionId, string principalId, System.Guid?roleAssignmentName = default(System.Guid?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
Beispiel #2
0
 public virtual System.Threading.Tasks.Task <Azure.Response <Azure.Security.KeyVault.Administration.KeyVaultRoleDefinition> > CreateOrUpdateRoleDefinitionAsync(string roleDefinitionDescription, Azure.Security.KeyVault.Administration.KeyVaultPermission permissions, Azure.Security.KeyVault.Administration.Models.KeyVaultRoleScope roleScope = default(Azure.Security.KeyVault.Administration.Models.KeyVaultRoleScope), System.Guid?roleDefinitionName = default(System.Guid?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
Beispiel #3
0
 public virtual Azure.AsyncPageable <Azure.Security.KeyVault.Administration.KeyVaultRoleDefinition> GetRoleDefinitionsAsync(Azure.Security.KeyVault.Administration.Models.KeyVaultRoleScope roleScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
Beispiel #4
0
 public virtual System.Threading.Tasks.Task <Azure.Response <Azure.Security.KeyVault.Administration.KeyVaultRoleDefinition> > GetRoleDefinitionAsync(System.Guid roleDefinitionName, Azure.Security.KeyVault.Administration.Models.KeyVaultRoleScope roleScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
Beispiel #5
0
 public virtual Azure.Pageable <Azure.Security.KeyVault.Administration.KeyVaultRoleAssignment> GetRoleAssignments(Azure.Security.KeyVault.Administration.Models.KeyVaultRoleScope roleScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
Beispiel #6
0
 public virtual System.Threading.Tasks.Task <Azure.Response <Azure.Security.KeyVault.Administration.KeyVaultRoleAssignment> > GetRoleAssignmentAsync(Azure.Security.KeyVault.Administration.Models.KeyVaultRoleScope roleScope, string roleAssignmentName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }