ManagedPrivateEndpoint Constructors
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.
ManagedPrivateEndpoint() |
Initializes a new instance of the ManagedPrivateEndpoint class. |
ManagedPrivateEndpoint(IDictionary<String,Object>, ConnectionStateProperties, IList<String>, String, Nullable<Boolean>, String, String) |
Initializes a new instance of the ManagedPrivateEndpoint class. |
Initializes a new instance of the ManagedPrivateEndpoint class.
public ManagedPrivateEndpoint ();
Public Sub New ()
Applies to
ManagedPrivateEndpoint(IDictionary<String,Object>, ConnectionStateProperties, IList<String>, String, Nullable<Boolean>, String, String)
Initializes a new instance of the ManagedPrivateEndpoint class.
public ManagedPrivateEndpoint (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.ConnectionStateProperties connectionState = default, System.Collections.Generic.IList<string> fqdns = default, string groupId = default, bool? isReserved = default, string privateLinkResourceId = default, string provisioningState = default);
new Microsoft.Azure.Management.DataFactory.Models.ManagedPrivateEndpoint : System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.ConnectionStateProperties * System.Collections.Generic.IList<string> * string * Nullable<bool> * string * string -> Microsoft.Azure.Management.DataFactory.Models.ManagedPrivateEndpoint
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectionState As ConnectionStateProperties = Nothing, Optional fqdns As IList(Of String) = Nothing, Optional groupId As String = Nothing, Optional isReserved As Nullable(Of Boolean) = Nothing, Optional privateLinkResourceId As String = Nothing, Optional provisioningState As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- connectionState
- ConnectionStateProperties
The managed private endpoint connection state
- groupId
- String
The groupId to which the managed private endpoint is created
- privateLinkResourceId
- String
The ARM resource ID of the resource to which the managed private endpoint is created
- provisioningState
- String
The managed private endpoint provisioning state
Applies to
Azure SDK for .NET 피드백
Azure SDK for .NET은(는) 오픈 소스 프로젝트입니다. 다음 링크를 선택하여 피드백을 제공해 주세요.