Uses of Class
com.azure.resourcemanager.appservice.models.ResolveStatus
-
Packages that use ResolveStatus Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of ResolveStatus in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ResolveStatus Modifier and Type Method Description ResolveStatusApiKVReferenceInner. status()Get the status property: The status property.ResolveStatusApiKVReferenceProperties. status()Get the status property: The status property.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ResolveStatus Modifier and Type Method Description ApiKVReferenceInnerApiKVReferenceInner. withStatus(ResolveStatus status)Set the status property: The status property.ApiKVReferencePropertiesApiKVReferenceProperties. withStatus(ResolveStatus status)Set the status property: The status property. -
Uses of ResolveStatus in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ResolveStatus Modifier and Type Method Description static ResolveStatusResolveStatus. fromString(String value)Parses a serialized value to a ResolveStatus instance.static ResolveStatusResolveStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ResolveStatus[]ResolveStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-