SecurityConnectorsList 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.
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() |