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

SecurityConnectorsList Class

Definition

List of security connectors response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.SecurityConnectorsListTypeConverter))]
public class SecurityConnectorsList : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ISecurityConnectorsList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.SecurityConnectorsListTypeConverter))>]
type SecurityConnectorsList = class
    interface ISecurityConnectorsList
    interface IJsonSerializable
Public Class SecurityConnectorsList
Implements ISecurityConnectorsList
Inheritance
SecurityConnectorsList
Attributes
Implements

Constructors

SecurityConnectorsList()

Creates an new SecurityConnectorsList instance.

Properties

NextLink

The URI to fetch the next page.

Value

The list of security connectors under the given scope.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SecurityConnectorsList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SecurityConnectorsList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ISecurityConnectorsList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SecurityConnectorsList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to