Partager via


DeploymentResource Constructeurs

Définition

Surcharges

DeploymentResource()

Initialise une nouvelle instance de la classe DeploymentResource.

DeploymentResource(String, String, String, DeploymentResourceProperties, Sku)

Initialise une nouvelle instance de la classe DeploymentResource.

DeploymentResource()

Initialise une nouvelle instance de la classe DeploymentResource.

public DeploymentResource ();
Public Sub New ()

S’applique à

DeploymentResource(String, String, String, DeploymentResourceProperties, Sku)

Initialise une nouvelle instance de la classe DeploymentResource.

public DeploymentResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.AppPlatform.Models.DeploymentResourceProperties properties = default, Microsoft.Azure.Management.AppPlatform.Models.Sku sku = default);
new Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource : string * string * string * Microsoft.Azure.Management.AppPlatform.Models.DeploymentResourceProperties * Microsoft.Azure.Management.AppPlatform.Models.Sku -> Microsoft.Azure.Management.AppPlatform.Models.DeploymentResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As DeploymentResourceProperties = Nothing, Optional sku As Sku = 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
DeploymentResourceProperties

Propriétés de la ressource de déploiement

sku
Sku

Référence SKU de la ressource de déploiement

S’applique à