Uses of Class
com.azure.resourcemanager.resources.models.PolicyTokenOperation
Packages that use PolicyTokenOperation
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of PolicyTokenOperation in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type PolicyTokenOperationModifier and TypeClassDescriptionfinal classThe resource operation to acquire a token for.Methods in com.azure.resourcemanager.resources.models that return PolicyTokenOperationModifier and TypeMethodDescriptionstatic PolicyTokenOperationPolicyTokenOperation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PolicyTokenOperation from the JsonReader.PolicyTokenRequest.operation()Get the operation property: The resource operation to acquire a token for.PolicyTokenOperation.withContent(Object content) Set the content property: The payload of the resource operation.PolicyTokenOperation.withHttpMethod(String httpMethod) Set the httpMethod property: The http method of the resource operation.Set the uri property: The request URI of the resource operation.Methods in com.azure.resourcemanager.resources.models with parameters of type PolicyTokenOperationModifier and TypeMethodDescriptionPolicyTokenRequest.withOperation(PolicyTokenOperation operation) Set the operation property: The resource operation to acquire a token for.