PolicyTokenOperationInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The resource operation to acquire a token for.
public class PolicyTokenOperationInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Policy.Models.PolicyTokenOperationInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Policy.Models.PolicyTokenOperationInfo>
type PolicyTokenOperationInfo = class
interface IJsonModel<PolicyTokenOperationInfo>
interface IPersistableModel<PolicyTokenOperationInfo>
Public Class PolicyTokenOperationInfo
Implements IJsonModel(Of PolicyTokenOperationInfo), IPersistableModel(Of PolicyTokenOperationInfo)
- Inheritance
-
PolicyTokenOperationInfo
- Implements
Constructors
| Name | Description |
|---|---|
| PolicyTokenOperationInfo(String, String) |
Initializes a new instance of PolicyTokenOperationInfo. |
Properties
| Name | Description |
|---|---|
| Content |
The payload of the resource operation. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| HttpMethod |
The http method of the resource operation. |
| Uri |
The request URI of the resource operation. |