Class CloudProviderProfileInfraNetworkProfile
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.CloudProviderProfileInfraNetworkProfile
InfraNetworkProfile - List of infra network profiles for the provisioned cluster.
-
Constructor Summary
ConstructorDescriptionCreates an instance of CloudProviderProfileInfraNetworkProfile class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.Get the vnetSubnetIds property: Array of references to azure resource corresponding to the new HybridAKSNetwork object e.g.withVnetSubnetIds
(List<String> vnetSubnetIds) Set the vnetSubnetIds property: Array of references to azure resource corresponding to the new HybridAKSNetwork object e.g.
-
Constructor Details
-
CloudProviderProfileInfraNetworkProfile
public CloudProviderProfileInfraNetworkProfile()Creates an instance of CloudProviderProfileInfraNetworkProfile class.
-
-
Method Details
-
vnetSubnetIds
Get the vnetSubnetIds property: Array of references to azure resource corresponding to the new HybridAKSNetwork object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/virtualNetworks/{virtualNetworkName}.- Returns:
- the vnetSubnetIds value.
-
withVnetSubnetIds
Set the vnetSubnetIds property: Array of references to azure resource corresponding to the new HybridAKSNetwork object e.g. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/virtualNetworks/{virtualNetworkName}.- Parameters:
vnetSubnetIds
- the vnetSubnetIds value to set.- Returns:
- the CloudProviderProfileInfraNetworkProfile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-