Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ContainerServicePrincipalProfile |
ContainerServiceInner.servicePrincipalProfile()
Get the servicePrincipalProfile property: Properties for cluster service principals.
|
Modifier and Type | Method and Description |
---|---|
ContainerServiceInner |
ContainerServiceInner.withServicePrincipalProfile(ContainerServicePrincipalProfile servicePrincipalProfile)
Set the servicePrincipalProfile property: Properties for cluster service principals.
|
Modifier and Type | Method and Description |
---|---|
ContainerServicePrincipalProfile |
ContainerServicePrincipalProfile.withClientId(String clientId)
Set the clientId property: The ID for the service principal.
|
ContainerServicePrincipalProfile |
ContainerServicePrincipalProfile.withSecret(String secret)
Set the secret property: The secret password associated with the service principal.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.