DeploymentScript Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deployment script object.
public class DeploymentScript : Microsoft.Azure.Management.ResourceManager.Models.AzureResourceBase
type DeploymentScript = class
inherit AzureResourceBase
Public Class DeploymentScript
Inherits AzureResourceBase
- Inheritance
- 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
Azure SDK for .NET