ArmSecurityCenterModelFactory.SecurityCenterPrivateLinkResourceData Method

Definition

public static Azure.ResourceManager.SecurityCenter.SecurityCenterPrivateLinkResourceData SecurityCenterPrivateLinkResourceData(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, Azure.ResourceManager.SecurityCenter.Models.SecurityCenterProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.SecurityCenterPrivateEndpointConnectionData> privateEndpointConnections = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.PrivateLinkGroupData> privateLinkResources = default, Azure.ResourceManager.SecurityCenter.Models.SecurityCenterPublicNetworkAccess? publicNetworkAccess = default);
static member SecurityCenterPrivateLinkResourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterProvisioningState> * seq<Azure.ResourceManager.SecurityCenter.SecurityCenterPrivateEndpointConnectionData> * seq<Azure.ResourceManager.SecurityCenter.PrivateLinkGroupData> * Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityCenterPublicNetworkAccess> -> Azure.ResourceManager.SecurityCenter.SecurityCenterPrivateLinkResourceData
Public Shared Function SecurityCenterPrivateLinkResourceData (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 provisioningState As Nullable(Of SecurityCenterProvisioningState) = Nothing, Optional privateEndpointConnections As IEnumerable(Of SecurityCenterPrivateEndpointConnectionData) = Nothing, Optional privateLinkResources As IEnumerable(Of PrivateLinkGroupData) = Nothing, Optional publicNetworkAccess As Nullable(Of SecurityCenterPublicNetworkAccess) = Nothing) As SecurityCenterPrivateLinkResourceData

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.

provisioningState
Nullable<SecurityCenterProvisioningState>

The current provisioning state of the private link resource. Indicates whether the resource is being created, updated, deleted, or has completed successfully.

privateEndpointConnections
IEnumerable<SecurityCenterPrivateEndpointConnectionData>

List of private endpoint connections associated with this private link. Each connection represents a private endpoint from a customer's virtual network.

privateLinkResources
IEnumerable<PrivateLinkGroupData>

List of private link resources available for connection. For Defender services, this typically includes the 'containers' group with 'api' and regional data endpoints.

publicNetworkAccess
Nullable<SecurityCenterPublicNetworkAccess>

This determines if traffic is allowed over public network. By default it is disabled.

Returns

A new SecurityCenterPrivateLinkResourceData instance for mocking.

Applies to