Uses of Class
com.azure.resourcemanager.containerservice.models.ManagedClusterServicePrincipalProfile
-
Packages that use ManagedClusterServicePrincipalProfile Package Description com.azure.resourcemanager.containerservice.fluent Package containing the service clients for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models 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 ManagedClusterServicePrincipalProfile Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>ManagedClustersClient. beginResetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)This action cannot be performed on a cluster that is not using a service principal.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void>ManagedClustersClient. beginResetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters, com.azure.core.util.Context context)This action cannot be performed on a cluster that is not using a service principal.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void>ManagedClustersClient. beginResetServicePrincipalProfileAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)This action cannot be performed on a cluster that is not using a service principal.voidManagedClustersClient. resetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)This action cannot be performed on a cluster that is not using a service principal.voidManagedClustersClient. resetServicePrincipalProfile(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters, com.azure.core.util.Context context)This action cannot be performed on a cluster that is not using a service principal.Mono<Void>ManagedClustersClient. resetServicePrincipalProfileAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)This action cannot be performed on a cluster that is not using a service principal.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>ManagedClustersClient. resetServicePrincipalProfileWithResponseAsync(String resourceGroupName, String resourceName, ManagedClusterServicePrincipalProfile parameters)This action cannot be performed on a cluster that is not using a service principal. -
Uses of ManagedClusterServicePrincipalProfile in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return ManagedClusterServicePrincipalProfile Modifier and Type Method Description ManagedClusterServicePrincipalProfileManagedClusterInner. servicePrincipalProfile()Get the servicePrincipalProfile property: Information about a service principal identity for the cluster to use for manipulating Azure APIs.ManagedClusterServicePrincipalProfileManagedClusterProperties. 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 ManagedClusterServicePrincipalProfile Modifier and Type Method Description ManagedClusterInnerManagedClusterInner. withServicePrincipalProfile(ManagedClusterServicePrincipalProfile servicePrincipalProfile)Set the servicePrincipalProfile property: Information about a service principal identity for the cluster to use for manipulating Azure APIs.ManagedClusterPropertiesManagedClusterProperties. 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 ManagedClusterServicePrincipalProfile Modifier and Type Method Description ManagedClusterServicePrincipalProfileManagedClusterServicePrincipalProfile. withClientId(String clientId)Set the clientId property: The ID for the service principal.ManagedClusterServicePrincipalProfileManagedClusterServicePrincipalProfile. withSecret(String secret)Set the secret property: The secret password associated with the service principal in plain text.
-