ContainerServiceManagedClusterResource.GetAccessProfile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
WARNING: This API will be deprecated. Instead use ListClusterUserCredentials or ListClusterAdminCredentials .
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/accessProfiles/{roleName}/listCredential
- Operation Id: ManagedClusters_GetAccessProfile
- Default Api Version: 2023-10-01
public virtual Azure.Response<Azure.ResourceManager.ContainerService.Models.ManagedClusterAccessProfile> GetAccessProfile (string roleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAccessProfile : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerService.Models.ManagedClusterAccessProfile>
override this.GetAccessProfile : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerService.Models.ManagedClusterAccessProfile>
Public Overridable Function GetAccessProfile (roleName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ManagedClusterAccessProfile)
Parameters
- roleName
- String
The name of the role for managed cluster accessProfile resource.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
roleName
is an empty string, and was expected to be non-empty.
roleName
is null.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET