ArmApiManagementModelFactory.RemotePrivateEndpointConnectionWrapper 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 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
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
Azure SDK for .NET