ArmAppPlatformModelFactory.AppPlatformAppData Method

Definition

Initializes a new instance of 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

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

properties
AppPlatformAppProperties

Properties of the App resource.

identity
ManagedServiceIdentity

The Managed Identity type of the app resource.

location
Nullable<AzureLocation>

The GEO location of the application, always the same with its parent resource.

Returns

A new AppPlatformAppData instance for mocking.

Applies to