Share via


ArmApiManagementModelFactory.RemotePrivateEndpointConnectionWrapper Method

Definition

Initializes a new instance of RemotePrivateEndpointConnectionWrapper.

public static Azure.ResourceManager.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper RemotePrivateEndpointConnectionWrapper (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.ApiManagement.Models.ApiManagementPrivateLinkServiceConnectionState privateLinkServiceConnectionState = default, string provisioningState = default, System.Collections.Generic.IEnumerable<string> groupIds = default);
static member RemotePrivateEndpointConnectionWrapper : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Azure.Core.ResourceIdentifier * Azure.ResourceManager.ApiManagement.Models.ApiManagementPrivateLinkServiceConnectionState * string * seq<string> -> Azure.ResourceManager.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper
Public Shared Function RemotePrivateEndpointConnectionWrapper (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional privateLinkServiceConnectionState As ApiManagementPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As String = Nothing, Optional groupIds As IEnumerable(Of String) = Nothing) As RemotePrivateEndpointConnectionWrapper

Parameters

id
ResourceIdentifier

Private Endpoint connection resource id.

name
String

Private Endpoint Connection Name.

resourceType
Nullable<ResourceType>

Private Endpoint Connection Resource Type.

privateEndpointId
ResourceIdentifier

The resource of private end point.

privateLinkServiceConnectionState
ApiManagementPrivateLinkServiceConnectionState

A collection of information about the state of the connection between service consumer and provider.

provisioningState
String

The provisioning state of the private endpoint connection resource.

groupIds
IEnumerable<String>

All the Group ids.

Returns

A new RemotePrivateEndpointConnectionWrapper instance for mocking.

Applies to