Partager via


AuthorizationExtensions.GetRoleAssignmentScheduleInstanceAsync Méthode

Définition

Surcharges

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
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

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

client
ArmClient

Instance ArmClient sur laquelle la méthode s’exécute.

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.

S’applique à