PolicyTokenRequest 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 policy token request properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyTokenRequestTypeConverter))]
public class PolicyTokenRequest : Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyTokenRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.PolicyTokenRequestTypeConverter))>]
type PolicyTokenRequest = class
interface IPolicyTokenRequest
interface IJsonSerializable
Public Class PolicyTokenRequest
Implements IPolicyTokenRequest
- Inheritance
-
PolicyTokenRequest
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PolicyTokenRequest() |
Creates an new PolicyTokenRequest instance. |
Properties
| Name | Description |
|---|---|
| ChangeReference |
The change reference. |
| OperationContent |
The payload of the resource operation. |
| OperationHttpMethod |
The http method of the resource operation. |
| OperationUri |
The request URI of the resource operation. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PolicyTokenRequest. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PolicyTokenRequest. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Policy.Models.IPolicyTokenRequest. |
| FromJsonString(String) |
Creates a new instance of PolicyTokenRequest, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of PolicyTokenRequest into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |