Uses of Class
com.azure.resourcemanager.resources.models.ResourceNameStatus
Packages that use ResourceNameStatus
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of ResourceNameStatus in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return ResourceNameStatusModifier and TypeMethodDescriptionCheckResourceNameResultInner.status()Get the status property: Is the resource name Allowed or Reserved.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type ResourceNameStatusModifier and TypeMethodDescriptionCheckResourceNameResultInner.withStatus(ResourceNameStatus status) Set the status property: Is the resource name Allowed or Reserved. -
Uses of ResourceNameStatus in com.azure.resourcemanager.resources.models
Subclasses with type arguments of type ResourceNameStatus in com.azure.resourcemanager.resources.modelsModifier and TypeClassDescriptionfinal classIs the resource name Allowed or Reserved.Fields in com.azure.resourcemanager.resources.models declared as ResourceNameStatusModifier and TypeFieldDescriptionstatic final ResourceNameStatusResourceNameStatus.ALLOWEDStatic value Allowed for ResourceNameStatus.static final ResourceNameStatusResourceNameStatus.RESERVEDStatic value Reserved for ResourceNameStatus.Methods in com.azure.resourcemanager.resources.models that return ResourceNameStatusModifier and TypeMethodDescriptionstatic ResourceNameStatusResourceNameStatus.fromString(String name) Creates or finds a ResourceNameStatus from its string representation.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ResourceNameStatusModifier and TypeMethodDescriptionstatic Collection<ResourceNameStatus> ResourceNameStatus.values()Gets known ResourceNameStatus values.