Class DelegatedSubnetInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetResource
com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetInner

public final class DelegatedSubnetInner extends DelegatedSubnetResource
Represents an instance of a orchestrator.
  • Constructor Details

    • DelegatedSubnetInner

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

    • withLocation

      public DelegatedSubnetInner withLocation(String location)
      Overrides:
      withLocation in class DelegatedSubnetResource
    • withTags

      public DelegatedSubnetInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class DelegatedSubnetResource
    • 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 DelegatedSubnetInner withSubnetDetails(SubnetDetails subnetDetails)
      Set the subnetDetails property: subnet details.
      Parameters:
      subnetDetails - the subnetDetails value to set.
      Returns:
      the DelegatedSubnetInner object itself.
    • controllerDetails

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

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

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