PolicyTokensOperations interface
Interface representing a PolicyTokens operations.
Properties
| acquire | This operation acquires a policy token in the given subscription for the given request body. |
| acquire |
This operation acquires a policy token in the given management group for the given request body. |
Property Details
acquire
This operation acquires a policy token in the given subscription for the given request body.
acquire: (parameters: PolicyTokenRequest, options?: PolicyTokensAcquireOptionalParams) => Promise<PolicyTokenResponse>
Property Value
(parameters: PolicyTokenRequest, options?: PolicyTokensAcquireOptionalParams) => Promise<PolicyTokenResponse>
acquireAtManagementGroup
This operation acquires a policy token in the given management group for the given request body.
acquireAtManagementGroup: (managementGroupName: string, parameters: PolicyTokenRequest, options?: PolicyTokensAcquireAtManagementGroupOptionalParams) => Promise<PolicyTokenResponse>
Property Value
(managementGroupName: string, parameters: PolicyTokenRequest, options?: PolicyTokensAcquireAtManagementGroupOptionalParams) => Promise<PolicyTokenResponse>