ArmAppPlatformModelFactory.AppPlatformStorageData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von AppPlatformStorageData.
public static Azure.ResourceManager.AppPlatform.AppPlatformStorageData AppPlatformStorageData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformStorageProperties properties = default);
static member AppPlatformStorageData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.AppPlatform.Models.AppPlatformStorageProperties -> Azure.ResourceManager.AppPlatform.AppPlatformStorageData
Public Shared Function AppPlatformStorageData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional properties As AppPlatformStorageProperties = Nothing) As AppPlatformStorageData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemDaten.
- properties
- AppPlatformStorageProperties
Eigenschaften der Nutzlast der Speicherressource. Beachten Sie, dass AppPlatformStorageProperties es sich um die Basisklasse handelt. Je nach Szenario muss hier möglicherweise eine abgeleitete Klasse der Basisklasse zugewiesen werden, oder diese Eigenschaft muss in eine der möglichen abgeleiteten Klassen umgewandelt werden. Zu den verfügbaren abgeleiteten Klassen gehören AppPlatformStorageAccount.
Gibt zurück
Eine neue AppPlatformStorageData instance zum Mocking.
Gilt für:
Azure SDK for .NET