Class RelayNamespaceProperties

java.lang.Object
com.azure.resourcemanager.relay.fluent.models.RelayNamespaceProperties

public final class RelayNamespaceProperties extends Object
Properties of the namespace.
  • Constructor Details

    • RelayNamespaceProperties

      public RelayNamespaceProperties()
  • Method Details

    • provisioningState

      public ProvisioningStateEnum provisioningState()
      Get the provisioningState property: The provisioningState property.
      Returns:
      the provisioningState value.
    • createdAt

      public OffsetDateTime createdAt()
      Get the createdAt property: The time the namespace was created.
      Returns:
      the createdAt value.
    • updatedAt

      public OffsetDateTime updatedAt()
      Get the updatedAt property: The time the namespace was updated.
      Returns:
      the updatedAt value.
    • serviceBusEndpoint

      public String serviceBusEndpoint()
      Get the serviceBusEndpoint property: Endpoint you can use to perform Service Bus operations.
      Returns:
      the serviceBusEndpoint value.
    • metricId

      public String metricId()
      Get the metricId property: Identifier for Azure Insights metrics.
      Returns:
      the metricId value.
    • validate

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