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

SecurityConnector Constructors

Definition

Overloads

SecurityConnector()

Initializes a new instance of the SecurityConnector class.

SecurityConnector(String, String, String, String, String, String, IDictionary<String,String>, SystemData, EnvironmentData, String, Nullable<DateTime>, String, IList<CloudOffering>)

Initializes a new instance of the SecurityConnector class.

SecurityConnector()

Initializes a new instance of the SecurityConnector class.

public SecurityConnector ();
Public Sub New ()

Applies to

SecurityConnector(String, String, String, String, String, String, IDictionary<String,String>, SystemData, EnvironmentData, String, Nullable<DateTime>, String, IList<CloudOffering>)

Initializes a new instance of the SecurityConnector class.

public SecurityConnector (string id = default, string name = default, string type = default, string location = default, string kind = default, string etag = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Security.Models.SystemData systemData = default, Microsoft.Azure.Management.Security.Models.EnvironmentData environmentData = default, string hierarchyIdentifier = default, DateTime? hierarchyIdentifierTrialEndDate = default, string environmentName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.CloudOffering> offerings = default);
new Microsoft.Azure.Management.Security.Models.SecurityConnector : string * string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Security.Models.SystemData * Microsoft.Azure.Management.Security.Models.EnvironmentData * string * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.CloudOffering> -> Microsoft.Azure.Management.Security.Models.SecurityConnector
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional kind As String = Nothing, Optional etag As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional systemData As SystemData = Nothing, Optional environmentData As EnvironmentData = Nothing, Optional hierarchyIdentifier As String = Nothing, Optional hierarchyIdentifierTrialEndDate As Nullable(Of DateTime) = Nothing, Optional environmentName As String = Nothing, Optional offerings As IList(Of CloudOffering) = Nothing)

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

location
String

Location where the resource is stored

kind
String

Kind of the resource

etag
String

Entity tag is used for comparing two or more entities from the same requested resource.

tags
IDictionary<String,String>

A list of key value pairs that describe the resource.

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

environmentData
EnvironmentData

The security connector environment data.

hierarchyIdentifier
String

The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector).

hierarchyIdentifierTrialEndDate
Nullable<DateTime>

The date on which the trial period will end, if applicable. Trial period exists for 30 days after upgrading to payed offerings.

environmentName
String

The multi cloud resource's cloud name. Possible values include: 'Azure', 'AWS', 'GCP', 'Github', 'AzureDevOps'

offerings
IList<CloudOffering>

A collection of offerings for the security connector.

Applies to