Freigeben über


ArmHybridComputeModelFactory.HybridComputePrivateLinkScopeProperties Methode

Definition

Initialisiert eine neue instance von HybridComputePrivateLinkScopeProperties.

public static Azure.ResourceManager.HybridCompute.Models.HybridComputePrivateLinkScopeProperties HybridComputePrivateLinkScopeProperties (Azure.ResourceManager.HybridCompute.Models.PublicNetworkAccessType? publicNetworkAccess = default, string provisioningState = default, string privateLinkScopeId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HybridCompute.Models.PrivateEndpointConnectionDataModel> privateEndpointConnections = default);
static member HybridComputePrivateLinkScopeProperties : Nullable<Azure.ResourceManager.HybridCompute.Models.PublicNetworkAccessType> * string * string * seq<Azure.ResourceManager.HybridCompute.Models.PrivateEndpointConnectionDataModel> -> Azure.ResourceManager.HybridCompute.Models.HybridComputePrivateLinkScopeProperties
Public Shared Function HybridComputePrivateLinkScopeProperties (Optional publicNetworkAccess As Nullable(Of PublicNetworkAccessType) = Nothing, Optional provisioningState As String = Nothing, Optional privateLinkScopeId As String = Nothing, Optional privateEndpointConnections As IEnumerable(Of PrivateEndpointConnectionDataModel) = Nothing) As HybridComputePrivateLinkScopeProperties

Parameter

publicNetworkAccess
Nullable<PublicNetworkAccessType>

Gibt an, ob Computer, die dem Bereich "Private Link" zugeordnet sind, auch öffentliche Azure Arc-Dienstendpunkte verwenden können.

provisioningState
String

Aktueller Status dieses PrivateLinkScope: gibt an, ob innerhalb der definierten Ressourcengruppe bereitgestellt wurde oder nicht. Benutzer können diesen Wert nicht ändern, können aber daraus lesen. Zu den Werten gehören Bereitstellung, Erfolgreich, Abgebrochen und Fehler.

privateLinkScopeId
String

Die GUID-ID des Private Link-Bereichs.

privateEndpointConnections
IEnumerable<PrivateEndpointConnectionDataModel>

Die Auflistung der zugeordneten Verbindungen für private Endpunkte.

Gibt zurück

Eine neue HybridComputePrivateLinkScopeProperties instance zum Mocking.

Gilt für: