ArmSecurityCenterModelFactory.SecurityConnectorData Method

Definition

Initializes a new instance of SecurityConnectorData.

public static Azure.ResourceManager.SecurityCenter.SecurityConnectorData SecurityConnectorData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string hierarchyIdentifier = default, DateTimeOffset? hierarchyIdentifierTrialEndOn = default, Azure.ResourceManager.SecurityCenter.Models.SecurityCenterCloudName? environmentName = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterCloudOffering> offerings = default, Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorEnvironment environmentData = default, string kind = default, Azure.ETag? eTag = default);
static member SecurityConnectorData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterCloudName> * seq<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterCloudOffering> * Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorEnvironment * string * Nullable<Azure.ETag> -> Azure.ResourceManager.SecurityCenter.SecurityConnectorData
Public Shared Function SecurityConnectorData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional hierarchyIdentifier As String = Nothing, Optional hierarchyIdentifierTrialEndOn As Nullable(Of DateTimeOffset) = Nothing, Optional environmentName As Nullable(Of SecurityCenterCloudName) = Nothing, Optional offerings As IEnumerable(Of SecurityCenterCloudOffering) = Nothing, Optional environmentData As SecurityConnectorEnvironment = Nothing, Optional kind As String = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As SecurityConnectorData

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

tags
IDictionary<String,String>

Resource tags.

location
AzureLocation

The geo-location where the resource lives.

hierarchyIdentifier
String

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

hierarchyIdentifierTrialEndOn
Nullable<DateTimeOffset>

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

environmentName
Nullable<SecurityCenterCloudName>

The multi cloud resource's cloud name.

offerings
IEnumerable<SecurityCenterCloudOffering>

A collection of offerings for the security connector.

environmentData
SecurityConnectorEnvironment

The security connector environment data.

kind
String

Kind of the resource.

eTag
Nullable<ETag>

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

Returns

A new SecurityConnectorData instance for mocking.

Applies to