GetTenantPolicyListResponse 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.
Tenant policy information list.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.GetTenantPolicyListResponseTypeConverter))]
public class GetTenantPolicyListResponse : Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.IGetTenantPolicyListResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.GetTenantPolicyListResponseTypeConverter))>]
type GetTenantPolicyListResponse = class
interface IGetTenantPolicyListResponse
interface IJsonSerializable
Public Class GetTenantPolicyListResponse
Implements IGetTenantPolicyListResponse
- Inheritance
-
GetTenantPolicyListResponse
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| GetTenantPolicyListResponse() |
Creates an new GetTenantPolicyListResponse instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
The link (url) to the next page of results. |
| Value |
The list of tenant policies. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GetTenantPolicyListResponse. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GetTenantPolicyListResponse. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.IGetTenantPolicyListResponse. |
| FromJsonString(String) |
Creates a new instance of GetTenantPolicyListResponse, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of GetTenantPolicyListResponse into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |