ArmAppPlatformModelFactory.AppPlatformAppData Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia de 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
El identificador.
- name
- String
Nombre.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- properties
- AppPlatformAppProperties
Propiedades del recurso De la aplicación.
- identity
- ManagedServiceIdentity
Tipo de identidad administrada del recurso de la aplicación.
- location
- Nullable<AzureLocation>
La ubicación GEO de la aplicación, siempre igual que con su recurso primario.
Devoluciones
AppPlatformAppData Nueva instancia de para simular.
Se aplica a
Azure SDK for .NET