你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AccessPolicyListResponse Class

Definition

The response of the List access policies operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.AccessPolicyListResponseTypeConverter))]
public class AccessPolicyListResponse : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IAccessPolicyListResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.AccessPolicyListResponseTypeConverter))>]
type AccessPolicyListResponse = class
    interface IAccessPolicyListResponse
    interface IJsonSerializable
Public Class AccessPolicyListResponse
Implements IAccessPolicyListResponse
Inheritance
AccessPolicyListResponse
Attributes
Implements

Constructors

AccessPolicyListResponse()

Creates an new AccessPolicyListResponse instance.

Properties

Value

Result of the List access policies operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AccessPolicyListResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AccessPolicyListResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IAccessPolicyListResponse.

FromJsonString(String)

Creates a new instance of AccessPolicyListResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AccessPolicyListResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to