Class RelayUpdateParameters
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.relay.models.ResourceNamespacePatch
com.azure.resourcemanager.relay.models.RelayUpdateParameters
Description of a namespace resource.
-
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.sku()
Get the sku property: SKU of the namespace.Get the updatedAt property: The time the namespace was updated.void
validate()
Validates the instance.Set the sku property: SKU of the namespace.Set the tags property: Resource tags.Methods inherited from class com.azure.resourcemanager.relay.models.ResourceNamespacePatch
tags
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
RelayUpdateParameters
public RelayUpdateParameters()
-
-
Method Details
-
sku
Get the sku property: SKU of the namespace.- Returns:
- the sku value.
-
withSku
Set the sku property: SKU of the namespace.- Parameters:
sku
- the sku value to set.- Returns:
- the RelayUpdateParameters object itself.
-
withTags
Set the tags property: Resource tags.- Overrides:
withTags
in classResourceNamespacePatch
- Parameters:
tags
- the tags value to set.- Returns:
- the ResourceNamespacePatch object itself.
-
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.- Overrides:
validate
in classResourceNamespacePatch
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-