Class ServiceRegistryResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appplatform.fluent.models.ServiceRegistryResourceInner

public final class ServiceRegistryResourceInner extends com.azure.core.management.ProxyResource
Service Registry resource.
  • Constructor Details

    • ServiceRegistryResourceInner

      public ServiceRegistryResourceInner()
  • Method Details

    • properties

      public ServiceRegistryProperties properties()
      Get the properties property: Service Registry properties payload.
      Returns:
      the properties value.
    • withProperties

      public ServiceRegistryResourceInner withProperties(ServiceRegistryProperties properties)
      Set the properties property: Service Registry properties payload.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ServiceRegistryResourceInner object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • validate

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