AppResource Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AppResource() |
Initialise une nouvelle instance de la classe AppResource. |
AppResource(String, String, String, AppResourceProperties, ManagedIdentityProperties, String) |
Initialise une nouvelle instance de la classe AppResource. |
AppResource()
Initialise une nouvelle instance de la classe AppResource.
public AppResource ();
Public Sub New ()
S’applique à
AppResource(String, String, String, AppResourceProperties, ManagedIdentityProperties, String)
Initialise une nouvelle instance de la classe AppResource.
public AppResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.AppPlatform.Models.AppResourceProperties properties = default, Microsoft.Azure.Management.AppPlatform.Models.ManagedIdentityProperties identity = default, string location = default);
new Microsoft.Azure.Management.AppPlatform.Models.AppResource : string * string * string * Microsoft.Azure.Management.AppPlatform.Models.AppResourceProperties * Microsoft.Azure.Management.AppPlatform.Models.ManagedIdentityProperties * string -> Microsoft.Azure.Management.AppPlatform.Models.AppResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As AppResourceProperties = Nothing, Optional identity As ManagedIdentityProperties = Nothing, Optional location As String = Nothing)
Paramètres
- id
- String
ID de ressource complet pour la ressource.
- name
- String
Nom de la ressource.
- type
- String
Type de la ressource.
- properties
- AppResourceProperties
Propriétés de la ressource App
- identity
- ManagedIdentityProperties
Type d’identité managée de la ressource d’application
- location
- String
Emplacement GÉOGRAPHIQUE de l’application, toujours le même avec sa ressource parente
S’applique à
Azure SDK for .NET