Class DelegatedSubnetProperties

java.lang.Object
com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetProperties

public final class DelegatedSubnetProperties extends Object
Properties of delegated subnet.
  • Constructor Details

    • DelegatedSubnetProperties

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

    • resourceGuid

      public String resourceGuid()
      Get the resourceGuid property: Resource guid.
      Returns:
      the resourceGuid value.
    • provisioningState

      public DelegatedSubnetState provisioningState()
      Get the provisioningState property: The current state of dnc delegated subnet resource.
      Returns:
      the provisioningState value.
    • subnetDetails

      public SubnetDetails subnetDetails()
      Get the subnetDetails property: subnet details.
      Returns:
      the subnetDetails value.
    • withSubnetDetails

      public DelegatedSubnetProperties withSubnetDetails(SubnetDetails subnetDetails)
      Set the subnetDetails property: subnet details.
      Parameters:
      subnetDetails - the subnetDetails value to set.
      Returns:
      the DelegatedSubnetProperties object itself.
    • controllerDetails

      public ControllerDetails controllerDetails()
      Get the controllerDetails property: Properties of the controller.
      Returns:
      the controllerDetails value.
    • withControllerDetails

      public DelegatedSubnetProperties withControllerDetails(ControllerDetails controllerDetails)
      Set the controllerDetails property: Properties of the controller.
      Parameters:
      controllerDetails - the controllerDetails value to set.
      Returns:
      the DelegatedSubnetProperties object itself.
    • validate

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