ArmNetworkModelFactory.NetworkPrivateEndpointConnectionData Method
Definition
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.
Initializes a new instance of NetworkPrivateEndpointConnectionData.
public static Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionData NetworkPrivateEndpointConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.ETag? etag = default, Azure.ResourceManager.Network.PrivateEndpointData privateEndpoint = default, Azure.ResourceManager.Network.Models.NetworkPrivateLinkServiceConnectionState connectionState = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, string linkIdentifier = default, string privateEndpointLocation = default);
static member NetworkPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Nullable<Azure.ETag> * Azure.ResourceManager.Network.PrivateEndpointData * Azure.ResourceManager.Network.Models.NetworkPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * string * string -> Azure.ResourceManager.Network.NetworkPrivateEndpointConnectionData
Public Shared Function NetworkPrivateEndpointConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional privateEndpoint As PrivateEndpointData = Nothing, Optional connectionState As NetworkPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional linkIdentifier As String = Nothing, Optional privateEndpointLocation As String = Nothing) As NetworkPrivateEndpointConnectionData
Parameters
Resource ID.
- name
- String
Resource name.
- resourceType
- Nullable<ResourceType>
Resource type.
- privateEndpoint
- PrivateEndpointData
The resource of private end point.
- connectionState
- NetworkPrivateLinkServiceConnectionState
A collection of information about the state of the connection between service consumer and provider.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the private endpoint connection resource.
- linkIdentifier
- String
The consumer link id.
- privateEndpointLocation
- String
The location of the private endpoint.
Returns
A new NetworkPrivateEndpointConnectionData instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET