Uses of Class
com.azure.resourcemanager.resources.fluent.models.PolicyTokenResponseInner
Packages that use PolicyTokenResponseInner
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the inner data models for ResourceManagementClient.
-
Uses of PolicyTokenResponseInner in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent that return PolicyTokenResponseInnerModifier and TypeMethodDescriptionPolicyTokensClient.acquire(PolicyTokenRequest parameters) Acquires a policy token.PolicyTokensClient.acquireAtManagementGroup(String managementGroupName, PolicyTokenRequest parameters) Acquires a policy token at management group level.Methods in com.azure.resourcemanager.resources.fluent that return types with arguments of type PolicyTokenResponseInnerModifier and TypeMethodDescriptionPolicyTokensClient.acquireAsync(PolicyTokenRequest parameters) Acquires a policy token.PolicyTokensClient.acquireAtManagementGroupAsync(String managementGroupName, PolicyTokenRequest parameters) Acquires a policy token at management group level.com.azure.core.http.rest.Response<PolicyTokenResponseInner> PolicyTokensClient.acquireAtManagementGroupWithResponse(String managementGroupName, PolicyTokenRequest parameters, com.azure.core.util.Context context) Acquires a policy token at management group level.Mono<com.azure.core.http.rest.Response<PolicyTokenResponseInner>> PolicyTokensClient.acquireAtManagementGroupWithResponseAsync(String managementGroupName, PolicyTokenRequest parameters) Acquires a policy token at management group level.com.azure.core.http.rest.Response<PolicyTokenResponseInner> PolicyTokensClient.acquireWithResponse(PolicyTokenRequest parameters, com.azure.core.util.Context context) Acquires a policy token.Mono<com.azure.core.http.rest.Response<PolicyTokenResponseInner>> PolicyTokensClient.acquireWithResponseAsync(PolicyTokenRequest parameters) Acquires a policy token. -
Uses of PolicyTokenResponseInner in com.azure.resourcemanager.resources.fluent.models
Classes in com.azure.resourcemanager.resources.fluent.models that implement interfaces with type arguments of type PolicyTokenResponseInnerModifier and TypeClassDescriptionfinal classThe policy token response properties.Methods in com.azure.resourcemanager.resources.fluent.models that return PolicyTokenResponseInnerModifier and TypeMethodDescriptionstatic PolicyTokenResponseInnerPolicyTokenResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PolicyTokenResponseInner from the JsonReader.PolicyTokenResponseInner.withChangeReference(String changeReference) Set the changeReference property: The change reference associated with the operation for which the token is acquired.PolicyTokenResponseInner.withExpiration(OffsetDateTime expiration) Set the expiration property: The expiration of the policy token.PolicyTokenResponseInner.withMessage(String message) Set the message property: Status message with additional details about the token acquisition operation result.PolicyTokenResponseInner.withResult(PolicyTokenResult result) Set the result property: The result of the completed token acquisition operation.PolicyTokenResponseInner.withResults(List<ExternalEvaluationEndpointInvocationResult> results) Set the results property: An array of external evaluation endpoint invocation results.PolicyTokenResponseInner.withRetryAfter(OffsetDateTime retryAfter) Set the retryAfter property: The date and time after which the client can try to acquire a token again in the case of retry-able failures.Set the token property: The issued policy token.PolicyTokenResponseInner.withTokenId(String tokenId) Set the tokenId property: The unique Id assigned to the policy token.