Condividi tramite


DeploymentScript Constructors

Definition

Overloads

DeploymentScript()

Initializes a new instance of the DeploymentScript class.

DeploymentScript(String, String, String, String, ManagedServiceIdentity, IDictionary<String,String>, SystemData)

Initializes a new instance of the DeploymentScript class.

DeploymentScript()

Initializes a new instance of the DeploymentScript class.

public DeploymentScript ();
Public Sub New ()

Applies to

DeploymentScript(String, String, String, String, ManagedServiceIdentity, IDictionary<String,String>, SystemData)

Initializes a new instance of the DeploymentScript class.

public DeploymentScript (string location, string id = default, string name = default, string type = default, Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ResourceManager.Models.SystemData systemData = default);
new Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript : string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Models.SystemData -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional systemData As SystemData = Nothing)

Parameters

location
String

The location of the ACI and the storage account for the deployment script.

id
String

String Id used to locate any resource on Azure.

name
String

Name of this resource.

type
String

Type of this resource.

identity
ManagedServiceIdentity

Optional property. Managed identity to be used for this deployment script. Currently, only user-assigned MSI is supported.

tags
IDictionary<String,String>

Resource tags.

systemData
SystemData

The system metadata related to this resource.

Applies to