DeploymentScript Class

Definition

Deployment script object.

public class DeploymentScript : Microsoft.Azure.Management.ResourceManager.Models.AzureResourceBase
type DeploymentScript = class
    inherit AzureResourceBase
Public Class DeploymentScript
Inherits AzureResourceBase
Inheritance
DeploymentScript
Derived

Constructors

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.

Properties

Id

Gets string Id used to locate any resource on Azure.

(Inherited from AzureResourceBase)
Identity

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

Location

Gets or sets the location of the ACI and the storage account for the deployment script.

Name

Gets name of this resource.

(Inherited from AzureResourceBase)
SystemData

Gets the system metadata related to this resource.

Tags

Gets or sets resource tags.

Type

Gets type of this resource.

(Inherited from AzureResourceBase)

Methods

Validate()

Validate the object.

Applies to