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

PrivateEndpoint Constructors

Definition

Overloads

PrivateEndpoint()

Initializes a new instance of the PrivateEndpoint class.

PrivateEndpoint(String)

Initializes a new instance of the PrivateEndpoint class.

PrivateEndpoint()

Initializes a new instance of the PrivateEndpoint class.

public PrivateEndpoint ();
Public Sub New ()

Applies to

PrivateEndpoint(String)

Initializes a new instance of the PrivateEndpoint class.

public PrivateEndpoint (string id = default);
new Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.PrivateEndpoint : string -> Microsoft.Azure.PowerShell.Cmdlets.Compute.Helpers.Storage.Models.PrivateEndpoint
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

The ARM identifier for Private Endpoint

Applies to