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.Api20211001.GetTenantPolicyListResponseTypeConverter))]
public class GetTenantPolicyListResponse : Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.IGetTenantPolicyListResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.GetTenantPolicyListResponseTypeConverter))>]
type GetTenantPolicyListResponse = class
interface IGetTenantPolicyListResponse
interface IJsonSerializable
Public Class GetTenantPolicyListResponse
Implements IGetTenantPolicyListResponse
- Inheritance
-
GetTenantPolicyListResponse
- Attributes
- Implements
Constructors
GetTenantPolicyListResponse() |
Creates an new GetTenantPolicyListResponse instance. |
Properties
NextLink |
The link (url) to the next page of results. |
Value |
The list of tenant policies. |
Methods
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.Api20211001.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() |