ExtensionImageUpdateParameters 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
ExtensionImageUpdateParameters() |
Initializes a new instance of the ExtensionImageUpdateParameters class. |
ExtensionImageUpdateParameters(String, String, String) |
Initializes a new instance of the ExtensionImageUpdateParameters class with required arguments. |
ExtensionImageUpdateParameters()
Initializes a new instance of the ExtensionImageUpdateParameters class.
public ExtensionImageUpdateParameters();
Public Sub New ()
Applies to
ExtensionImageUpdateParameters(String, String, String)
Initializes a new instance of the ExtensionImageUpdateParameters class with required arguments.
public ExtensionImageUpdateParameters(string providerNameSpace, string type, string version);
new Microsoft.WindowsAzure.Management.Compute.Models.ExtensionImageUpdateParameters : string * string * string -> Microsoft.WindowsAzure.Management.Compute.Models.ExtensionImageUpdateParameters
Public Sub New (providerNameSpace As String, type As String, version As String)
Parameters
- providerNameSpace
- String
- type
- String
- version
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET