Class RelayNamespaceProperties
java.lang.Object
com.azure.resourcemanager.relay.fluent.models.RelayNamespaceProperties
Properties of the namespace.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the createdAt property: The time the namespace was created.metricId()
Get the metricId property: Identifier for Azure Insights metrics.Get the provisioningState property: The provisioningState property.Get the serviceBusEndpoint property: Endpoint you can use to perform Service Bus operations.Get the updatedAt property: The time the namespace was updated.void
validate()
Validates the instance.
-
Constructor Details
-
RelayNamespaceProperties
public RelayNamespaceProperties()
-
-
Method Details
-
provisioningState
Get the provisioningState property: The provisioningState property.- Returns:
- the provisioningState value.
-
createdAt
Get the createdAt property: The time the namespace was created.- Returns:
- the createdAt value.
-
updatedAt
Get the updatedAt property: The time the namespace was updated.- Returns:
- the updatedAt value.
-
serviceBusEndpoint
Get the serviceBusEndpoint property: Endpoint you can use to perform Service Bus operations.- Returns:
- the serviceBusEndpoint value.
-
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.
-