Partager via


AuthorizationExtensions.GetRoleAssignmentScheduleInstance Méthode

Définition

Surcharges

GetRoleAssignmentScheduleInstance(ArmResource, String, CancellationToken)

Obtient la planification d’attribution de rôle spécifiée instance.

  • Chemin de la requête/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • IdRoleAssignmentScheduleInstances_Get d’opération
GetRoleAssignmentScheduleInstance(ArmClient, ResourceIdentifier, String, CancellationToken)

Obtient la planification d’attribution de rôle spécifiée instance.

  • Chemin de la requête/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • IdRoleAssignmentScheduleInstances_Get d’opération

GetRoleAssignmentScheduleInstance(ArmResource, String, CancellationToken)

Obtient la planification d’attribution de rôle spécifiée instance.

  • Chemin de la requête/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • IdRoleAssignmentScheduleInstances_Get d’opération
public static Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentScheduleInstanceResource> GetRoleAssignmentScheduleInstance (this Azure.ResourceManager.ArmResource armResource, string roleAssignmentScheduleInstanceName, System.Threading.CancellationToken cancellationToken = default);
static member GetRoleAssignmentScheduleInstance : Azure.ResourceManager.ArmResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentScheduleInstanceResource>
<Extension()>
Public Function GetRoleAssignmentScheduleInstance (armResource As ArmResource, roleAssignmentScheduleInstanceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RoleAssignmentScheduleInstanceResource)

Paramètres

armResource
ArmResource

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

roleAssignmentScheduleInstanceName
String

Nom (hachage nom de 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 devait être non vide.

roleAssignmentScheduleInstanceName a la valeur null.

S’applique à

GetRoleAssignmentScheduleInstance(ArmClient, ResourceIdentifier, String, CancellationToken)

Obtient la planification d’attribution de rôle spécifiée instance.

  • Chemin de la requête/{scope}/providers/Microsoft.Authorization/roleAssignmentScheduleInstances/{roleAssignmentScheduleInstanceName}
  • IdRoleAssignmentScheduleInstances_Get d’opération
public static Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentScheduleInstanceResource> GetRoleAssignmentScheduleInstance (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string roleAssignmentScheduleInstanceName, System.Threading.CancellationToken cancellationToken = default);
static member GetRoleAssignmentScheduleInstance : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Authorization.RoleAssignmentScheduleInstanceResource>
<Extension()>
Public Function GetRoleAssignmentScheduleInstance (client As ArmClient, scope As ResourceIdentifier, roleAssignmentScheduleInstanceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RoleAssignmentScheduleInstanceResource)

Paramètres

client
ArmClient

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

scope
ResourceIdentifier

Étendue à laquelle la ressource s’appliquera.

roleAssignmentScheduleInstanceName
String

Nom (hachage nom de 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 devait être non vide.

roleAssignmentScheduleInstanceName a la valeur null.

S’applique à