AuthorizationExtensions.GetRoleAssignmentScheduleInstanceAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetRoleAssignmentScheduleInstanceAsync(ArmResource, String, CancellationToken) |
Obtient la planification d’attribution de rôle spécifiée instance.
|
GetRoleAssignmentScheduleInstanceAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
Obtient la planification d’attribution de rôle spécifiée instance.
|
GetRoleAssignmentScheduleInstanceAsync(ArmResource, String, CancellationToken)
Obtient la planification d’attribution de rôle spécifiée instance.
- Chemin de requête/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
- IdRoleAssignmentScheduleInstances_Get d’opération
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentScheduleInstanceResource>> GetRoleAssignmentScheduleInstanceAsync (this Azure.ResourceManager.ArmResource armResource, string roleAssignmentScheduleInstanceName, System.Threading.CancellationToken cancellationToken = default);
static member GetRoleAssignmentScheduleInstanceAsync : Azure.ResourceManager.ArmResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentScheduleInstanceResource>>
<Extension()>
Public Function GetRoleAssignmentScheduleInstanceAsync (armResource As ArmResource, roleAssignmentScheduleInstanceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RoleAssignmentScheduleInstanceResource))
Paramètres
- armResource
- ArmResource
Instance ArmResource sur laquelle la méthode s’exécute.
- roleAssignmentScheduleInstanceName
- String
Nom (hachage du nom de la planification + heure) de la planification d’attribution de rôle à obtenir.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
roleAssignmentScheduleInstanceName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
roleAssignmentScheduleInstanceName
a la valeur null.
S’applique à
GetRoleAssignmentScheduleInstanceAsync(ArmClient, ResourceIdentifier, String, CancellationToken)
Obtient la planification d’attribution de rôle spécifiée instance.
- Chemin de requête/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
- IdRoleAssignmentScheduleInstances_Get d’opération
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentScheduleInstanceResource>> GetRoleAssignmentScheduleInstanceAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string roleAssignmentScheduleInstanceName, System.Threading.CancellationToken cancellationToken = default);
static member GetRoleAssignmentScheduleInstanceAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentScheduleInstanceResource>>
<Extension()>
Public Function GetRoleAssignmentScheduleInstanceAsync (client As ArmClient, scope As ResourceIdentifier, roleAssignmentScheduleInstanceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RoleAssignmentScheduleInstanceResource))
Paramètres
- scope
- ResourceIdentifier
Étendue sur laquelle la ressource s’appliquera.
- roleAssignmentScheduleInstanceName
- String
Nom (hachage du nom de la planification + heure) de la planification d’attribution de rôle à obtenir.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
roleAssignmentScheduleInstanceName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
roleAssignmentScheduleInstanceName
a la valeur null.