Class DelegatedControllerProperties

java.lang.Object
com.azure.resourcemanager.delegatednetwork.models.DelegatedControllerProperties

public final class DelegatedControllerProperties extends Object
Properties of Delegated controller resource.
  • Constructor Details

    • DelegatedControllerProperties

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

    • resourceGuid

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

      public ControllerState provisioningState()
      Get the provisioningState property: The current state of dnc controller resource.
      Returns:
      the provisioningState value.
    • dncAppId

      public String dncAppId()
      Get the dncAppId property: dnc application id should be used by customer to authenticate with dnc gateway.
      Returns:
      the dncAppId value.
    • dncTenantId

      public String dncTenantId()
      Get the dncTenantId property: tenant id of dnc application id.
      Returns:
      the dncTenantId value.
    • dncEndpoint

      public String dncEndpoint()
      Get the dncEndpoint property: dnc endpoint url that customers can use to connect to.
      Returns:
      the dncEndpoint value.
    • validate

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