SecurityConnectorProperties Constructors
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.
Overloads
SecurityConnectorProperties() |
Initializes a new instance of the SecurityConnectorProperties class. |
SecurityConnectorProperties(String, Nullable<DateTime>, String, IList<CloudOffering>, EnvironmentData) |
Initializes a new instance of the SecurityConnectorProperties class. |
SecurityConnectorProperties()
Initializes a new instance of the SecurityConnectorProperties class.
public SecurityConnectorProperties ();
Public Sub New ()
Applies to
SecurityConnectorProperties(String, Nullable<DateTime>, String, IList<CloudOffering>, EnvironmentData)
Initializes a new instance of the SecurityConnectorProperties class.
public SecurityConnectorProperties (string hierarchyIdentifier = default, DateTime? hierarchyIdentifierTrialEndDate = default, string environmentName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.CloudOffering> offerings = default, Microsoft.Azure.Management.Security.Models.EnvironmentData environmentData = default);
new Microsoft.Azure.Management.Security.Models.SecurityConnectorProperties : string * Nullable<DateTime> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.CloudOffering> * Microsoft.Azure.Management.Security.Models.EnvironmentData -> Microsoft.Azure.Management.Security.Models.SecurityConnectorProperties
Public Sub New (Optional hierarchyIdentifier As String = Nothing, Optional hierarchyIdentifierTrialEndDate As Nullable(Of DateTime) = Nothing, Optional environmentName As String = Nothing, Optional offerings As IList(Of CloudOffering) = Nothing, Optional environmentData As EnvironmentData = Nothing)
Parameters
- hierarchyIdentifier
- String
The multi cloud resource identifier (account id in case of AWS connector, project number in case of GCP connector).
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.
- environmentData
- EnvironmentData
The security connector environment data.