Uses of Class
com.azure.resourcemanager.resources.models.PolicyTokenResult
Packages that use PolicyTokenResult
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of PolicyTokenResult in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return PolicyTokenResultModifier and TypeMethodDescriptionPolicyTokenResponseInner.result()Get the result property: The result of the completed token acquisition operation.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type PolicyTokenResultModifier and TypeMethodDescriptionPolicyTokenResponseInner.withResult(PolicyTokenResult result) Set the result property: The result of the completed token acquisition operation. -
Uses of PolicyTokenResult in com.azure.resourcemanager.resources.models
Subclasses with type arguments of type PolicyTokenResult in com.azure.resourcemanager.resources.modelsModifier and TypeClassDescriptionfinal classThe result of the completed token acquisition operation.Fields in com.azure.resourcemanager.resources.models declared as PolicyTokenResultModifier and TypeFieldDescriptionstatic final PolicyTokenResultPolicyTokenResult.FAILEDStatic value Failed for PolicyTokenResult.static final PolicyTokenResultPolicyTokenResult.SUCCEEDEDStatic value Succeeded for PolicyTokenResult.Methods in com.azure.resourcemanager.resources.models that return PolicyTokenResultModifier and TypeMethodDescriptionstatic PolicyTokenResultPolicyTokenResult.fromString(String name) Creates or finds a PolicyTokenResult from its string representation.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type PolicyTokenResultModifier and TypeMethodDescriptionstatic Collection<PolicyTokenResult> PolicyTokenResult.values()Gets known PolicyTokenResult values.