HubResource.GetRoleAssignmentResourceFormat(String, CancellationToken) 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.
Obtient l’attribution de rôle dans le hub.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/roleAssignments/{assignmentName}
- Opération IdRoleAssignments_Get
public virtual Azure.Response<Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatResource> GetRoleAssignmentResourceFormat (string assignmentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRoleAssignmentResourceFormat : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatResource>
override this.GetRoleAssignmentResourceFormat : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatResource>
Public Overridable Function GetRoleAssignmentResourceFormat (assignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RoleAssignmentResourceFormatResource)
Paramètres
- assignmentName
- String
Nom de l’attribution de rôle.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
assignmentName
est une chaîne vide et devait être non vide.
assignmentName
a la valeur null.