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

ArmDataFactoryModelFactory.DataFactoryPrivateLinkResource Method

Definition

Initializes a new instance of DataFactoryPrivateLinkResource.

public static Azure.ResourceManager.DataFactory.Models.DataFactoryPrivateLinkResource DataFactoryPrivateLinkResource (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.DataFactory.Models.DataFactoryPrivateLinkResourceProperties properties = default, Azure.ETag? eTag = default);
static member DataFactoryPrivateLinkResource : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.DataFactory.Models.DataFactoryPrivateLinkResourceProperties * Nullable<Azure.ETag> -> Azure.ResourceManager.DataFactory.Models.DataFactoryPrivateLinkResource
Public Shared Function DataFactoryPrivateLinkResource (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional properties As DataFactoryPrivateLinkResourceProperties = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As DataFactoryPrivateLinkResource

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

properties
DataFactoryPrivateLinkResourceProperties

Core resource properties.

eTag
Nullable<ETag>

Etag identifies change in the resource.

Returns

A new DataFactoryPrivateLinkResource instance for mocking.

Applies to