Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile
Packages that use ManagedClusterServicePrincipalProfile
Package
Description
Package containing the service clients for ContainerServiceManagementClient.
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of ManagedClusterServicePrincipalProfile in com.azure.resourcemanager.containerservice.fluent
Methods in com.azure.resourcemanager.containerservice.fluent with parameters of type ManagedClusterServicePrincipalProfileModifier and TypeMethodDescriptionManagedClustersClient.beginResetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters) Reset the Service Principal Profile of a managed cluster.ManagedClustersClient.beginResetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters, com.azure.core.util.Context context) Reset the Service Principal Profile of a managed cluster.ManagedClustersClient.beginResetServicePrincipalProfileAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters) Reset the Service Principal Profile of a managed cluster.voidManagedClustersClient.resetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters) Reset the Service Principal Profile of a managed cluster.voidManagedClustersClient.resetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters, com.azure.core.util.Context context) Reset the Service Principal Profile of a managed cluster.ManagedClustersClient.resetServicePrincipalProfileAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters) Reset the Service Principal Profile of a managed cluster.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>ManagedClustersClient.resetServicePrincipalProfileWithResponseAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters) Reset the Service Principal Profile of a managed cluster. -
Uses of ManagedClusterServicePrincipalProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterServicePrincipalProfileModifier and TypeMethodDescriptionManagedClusterInner.servicePrincipalProfile()Get the servicePrincipalProfile property: Information about a service principal identity for the cluster to use for manipulating Azure APIs.ManagedClusterProperties.servicePrincipalProfile()Get the servicePrincipalProfile property: Information about a service principal identity for the cluster to use for manipulating Azure APIs.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type ManagedClusterServicePrincipalProfileModifier and TypeMethodDescriptionManagedClusterInner.withServicePrincipalProfile(ManagedClusterServicePrincipalProfile servicePrincipalProfile) Set the servicePrincipalProfile property: Information about a service principal identity for the cluster to use for manipulating Azure APIs.ManagedClusterProperties.withServicePrincipalProfile(ManagedClusterServicePrincipalProfile servicePrincipalProfile) Set the servicePrincipalProfile property: Information about a service principal identity for the cluster to use for manipulating Azure APIs. -
Uses of ManagedClusterServicePrincipalProfile in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return ManagedClusterServicePrincipalProfileModifier and TypeMethodDescriptionManagedClusterServicePrincipalProfile.withClientId(String clientId) Set the clientId property: The ID for the service principal.ManagedClusterServicePrincipalProfile.withSecret(String secret) Set the secret property: The secret password associated with the service principal in plain text.