Class ContactProfilesPropertiesNetworkConfiguration

java.lang.Object
com.azure.resourcemanager.orbital.models.ContactProfilesPropertiesNetworkConfiguration

public final class ContactProfilesPropertiesNetworkConfiguration extends Object
Network configuration of customer virtual network.
  • Constructor Details

    • ContactProfilesPropertiesNetworkConfiguration

      public ContactProfilesPropertiesNetworkConfiguration()
  • Method Details

    • subnetId

      public String subnetId()
      Get the subnetId property: ARM resource identifier of the subnet delegated to the Microsoft.Orbital/orbitalGateways. Needs to be at least a class C subnet, and should not have any IP created in it.
      Returns:
      the subnetId value.
    • withSubnetId

      public ContactProfilesPropertiesNetworkConfiguration withSubnetId(String subnetId)
      Set the subnetId property: ARM resource identifier of the subnet delegated to the Microsoft.Orbital/orbitalGateways. Needs to be at least a class C subnet, and should not have any IP created in it.
      Parameters:
      subnetId - the subnetId value to set.
      Returns:
      the ContactProfilesPropertiesNetworkConfiguration object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.