Freigeben über


ArmAppServiceModelFactory.AppServicePrivateLinkResourceData Methode

Definition

Initialisiert eine neue instance von AppServicePrivateLinkResourceData.

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

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemDaten.

properties
AppServicePrivateLinkResourceProperties

Eigenschaften einer Private Link-Ressource.

Gibt zurück

Eine neue AppServicePrivateLinkResourceData instance zum Mocking.

Gilt für: