Class ProvisionedClustersPropertiesWithoutSecrets
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.ProvisionedClustersPropertiesWithoutSecrets
- Direct Known Subclasses:
ProvisionedClustersResponseProperties
Properties of provisioned clusters without the corresponding secrets.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ProvisionedClustersPropertiesWithoutSecrets class. -
Method Summary
Modifier and TypeMethodDescriptionGet the aadProfile property: AAD profile for the provisioned cluster.Get the httpProxyConfig property: HttpProxyConfig - Configurations for provisioning the cluster with HTTP proxy servers.void
validate()
Validates the instance.Get the windowsProfile property: WindowsProfile - Profile for Windows VMs in the Provisioned Cluster.withAadProfile
(AadProfileResponse aadProfile) Set the aadProfile property: AAD profile for the provisioned cluster.withHttpProxyConfig
(HttpProxyConfigResponse httpProxyConfig) Set the httpProxyConfig property: HttpProxyConfig - Configurations for provisioning the cluster with HTTP proxy servers.withWindowsProfile
(WindowsProfileResponse windowsProfile) Set the windowsProfile property: WindowsProfile - Profile for Windows VMs in the Provisioned Cluster.
-
Constructor Details
-
ProvisionedClustersPropertiesWithoutSecrets
public ProvisionedClustersPropertiesWithoutSecrets()Creates an instance of ProvisionedClustersPropertiesWithoutSecrets class.
-
-
Method Details
-
aadProfile
Get the aadProfile property: AAD profile for the provisioned cluster.- Returns:
- the aadProfile value.
-
withAadProfile
Set the aadProfile property: AAD profile for the provisioned cluster.- Parameters:
aadProfile
- the aadProfile value to set.- Returns:
- the ProvisionedClustersPropertiesWithoutSecrets object itself.
-
windowsProfile
Get the windowsProfile property: WindowsProfile - Profile for Windows VMs in the Provisioned Cluster.- Returns:
- the windowsProfile value.
-
withWindowsProfile
public ProvisionedClustersPropertiesWithoutSecrets withWindowsProfile(WindowsProfileResponse windowsProfile) Set the windowsProfile property: WindowsProfile - Profile for Windows VMs in the Provisioned Cluster.- Parameters:
windowsProfile
- the windowsProfile value to set.- Returns:
- the ProvisionedClustersPropertiesWithoutSecrets object itself.
-
httpProxyConfig
Get the httpProxyConfig property: HttpProxyConfig - Configurations for provisioning the cluster with HTTP proxy servers.- Returns:
- the httpProxyConfig value.
-
withHttpProxyConfig
public ProvisionedClustersPropertiesWithoutSecrets withHttpProxyConfig(HttpProxyConfigResponse httpProxyConfig) Set the httpProxyConfig property: HttpProxyConfig - Configurations for provisioning the cluster with HTTP proxy servers.- Parameters:
httpProxyConfig
- the httpProxyConfig value to set.- Returns:
- the ProvisionedClustersPropertiesWithoutSecrets object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-