Class CloudProviderProfileInfraNetworkProfile

java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.CloudProviderProfileInfraNetworkProfile

public final class CloudProviderProfileInfraNetworkProfile extends Object
InfraNetworkProfile - List of infra network profiles for the provisioned cluster.
  • Constructor Details

    • CloudProviderProfileInfraNetworkProfile

      public CloudProviderProfileInfraNetworkProfile()
      Creates an instance of CloudProviderProfileInfraNetworkProfile class.
  • Method Details

    • vnetSubnetIds

      public List<String> 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

      public CloudProviderProfileInfraNetworkProfile withVnetSubnetIds(List<String> vnetSubnetIds)
      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.