Freigeben über


ArmAppServiceModelFactory.AzureStoragePropertyDictionary Methode

Definition

Initialisiert eine neue instance von AzureStoragePropertyDictionary.

public static Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary AzureStoragePropertyDictionary (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.AppService.Models.AppServiceStorageAccessInfo> properties = default, string kind = default);
static member AzureStoragePropertyDictionary : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.AppService.Models.AppServiceStorageAccessInfo> * string -> Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary
Public Shared Function AzureStoragePropertyDictionary (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional properties As IDictionary(Of String, AppServiceStorageAccessInfo) = Nothing, Optional kind As String = Nothing) As AzureStoragePropertyDictionary

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemData.

properties
IDictionary<String,AppServiceStorageAccessInfo>

Azure-Speicherkonten.

kind
String

Art der Ressource.

Gibt zurück

Eine neue AzureStoragePropertyDictionary instance zum Simulieren.

Gilt für: