Uses of Class
com.azure.resourcemanager.resources.models.ResourceNameStatus
-
Packages that use ResourceNameStatus Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models 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 ResourceNameStatus Modifier and Type Method Description ResourceNameStatusCheckResourceNameResultInner. status()Get the status property: Is the resource name Allowed or Reserved.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type ResourceNameStatus Modifier and Type Method Description CheckResourceNameResultInnerCheckResourceNameResultInner. withStatus(ResourceNameStatus status)Set the status property: Is the resource name Allowed or Reserved. -
Uses of ResourceNameStatus in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as ResourceNameStatus Modifier and Type Field Description static ResourceNameStatusResourceNameStatus. ALLOWEDStatic value Allowed for ResourceNameStatus.static ResourceNameStatusResourceNameStatus. RESERVEDStatic value Reserved for ResourceNameStatus.Methods in com.azure.resourcemanager.resources.models that return ResourceNameStatus Modifier and Type Method Description static 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 ResourceNameStatus Modifier and Type Method Description static Collection<ResourceNameStatus>ResourceNameStatus. values()
-