ContainerServiceFleetResource.GetCredentials(CancellationToken) 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.
Lists the user credentials of a Fleet.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/fleets/{fleetName}/listCredentials
- Operation Id: Fleets_ListCredentials
public virtual Azure.Response<Azure.ResourceManager.ContainerService.Models.ContainerServiceFleetCredentialResults> GetCredentials (System.Threading.CancellationToken cancellationToken = default);
abstract member GetCredentials : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerService.Models.ContainerServiceFleetCredentialResults>
override this.GetCredentials : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerService.Models.ContainerServiceFleetCredentialResults>
Public Overridable Function GetCredentials (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerServiceFleetCredentialResults)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.