次の方法で共有


ArmAppPlatformModelFactory.AppPlatformAppData メソッド

定義

AppPlatformAppData の新しいインスタンスを初期化します。

public static Azure.ResourceManager.AppPlatform.AppPlatformAppData AppPlatformAppData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.AppPlatform.Models.AppPlatformAppProperties properties = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.Core.AzureLocation? location = default);
static member AppPlatformAppData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.AppPlatform.Models.AppPlatformAppProperties * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.AppPlatform.AppPlatformAppData
Public Shared Function AppPlatformAppData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional properties As AppPlatformAppProperties = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As AppPlatformAppData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

properties
AppPlatformAppProperties

アプリ リソースのプロパティ。

identity
ManagedServiceIdentity

アプリ リソースのマネージド ID の種類。

location
Nullable<AzureLocation>

アプリケーションの GEO の場所は、常に親リソースと同じです。

戻り値

モック作成用の新しい AppPlatformAppData インスタンス。

適用対象