Compartilhar via


ArmAppPlatformModelFactory.AppPlatformAppData Método

Definição

Inicializa uma nova instância do 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

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

properties
AppPlatformAppProperties

Propriedades do recurso Aplicativo.

identity
ManagedServiceIdentity

O tipo de Identidade Gerenciada do recurso de aplicativo.

location
Nullable<AzureLocation>

A localização GEOGRÁFICA do aplicativo, sempre a mesma com seu recurso pai.

Retornos

Uma nova AppPlatformAppData instância para zombar.

Aplica-se a