Freigeben über


ArmApiManagementModelFactory.RemotePrivateEndpointConnectionWrapper Methode

Definition

Initialisiert eine neue instance von 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

Parameter

id
ResourceIdentifier

Verbindungsressourcen-ID des privaten Endpunkts.

name
String

Name der Verbindung mit privatem Endpunkt.

resourceType
Nullable<ResourceType>

Verbindungsressourcentyp für private Endpunkte.

privateEndpointId
ResourceIdentifier

Die Ressource des privaten Endpunkts.

privateLinkServiceConnectionState
ApiManagementPrivateLinkServiceConnectionState

Eine Sammlung von Informationen über den Verbindungsstatus zwischen Dienstconsumer und Anbieter.

provisioningState
String

Der Bereitstellungsstatus der Verbindungsressource des privaten Endpunkts.

groupIds
IEnumerable<String>

Alle Gruppen-IDs.

Gibt zurück

Eine neue RemotePrivateEndpointConnectionWrapper instance zum Simulieren.

Gilt für: