DeploymentScriptUpdateParameter Constructors
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.
Overloads
DeploymentScriptUpdateParameter() |
Initializes a new instance of the DeploymentScriptUpdateParameter class. |
DeploymentScriptUpdateParameter(String, String, String, IDictionary<String,String>) |
Initializes a new instance of the DeploymentScriptUpdateParameter class. |
DeploymentScriptUpdateParameter()
Initializes a new instance of the DeploymentScriptUpdateParameter class.
public DeploymentScriptUpdateParameter ();
Public Sub New ()
Applies to
DeploymentScriptUpdateParameter(String, String, String, IDictionary<String,String>)
Initializes a new instance of the DeploymentScriptUpdateParameter class.
public DeploymentScriptUpdateParameter (string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ResourceManager.Models.DeploymentScriptUpdateParameter : string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentScriptUpdateParameter
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- id
- String
String Id used to locate any resource on Azure.
- name
- String
Name of this resource.
- type
- String
Type of this resource.
- tags
- IDictionary<String,String>
Resource tags to be updated.
Applies to
Azure SDK for .NET