Freigeben über


ArmAppServiceModelFactory.PrivateLinkConnectionApprovalRequestInfo Methode

Definition

Initialisiert eine neue instance von PrivateLinkConnectionApprovalRequestInfo.

public static Azure.ResourceManager.AppService.Models.PrivateLinkConnectionApprovalRequestInfo PrivateLinkConnectionApprovalRequestInfo (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.AppService.Models.PrivateLinkConnectionState privateLinkServiceConnectionState = default, string kind = default);
static member PrivateLinkConnectionApprovalRequestInfo : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.AppService.Models.PrivateLinkConnectionState * string -> Azure.ResourceManager.AppService.Models.PrivateLinkConnectionApprovalRequestInfo
Public Shared Function PrivateLinkConnectionApprovalRequestInfo (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional privateLinkServiceConnectionState As PrivateLinkConnectionState = Nothing, Optional kind As String = Nothing) As PrivateLinkConnectionApprovalRequestInfo

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemData.

privateLinkServiceConnectionState
PrivateLinkConnectionState

Der Status einer Private Link-Verbindung.

kind
String

Art der Ressource.

Gibt zurück

Eine neue PrivateLinkConnectionApprovalRequestInfo instance zum Simulieren.

Gilt für: