VirtualMachineImageResourceInner 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
VirtualMachineImageResourceInner() |
Initializes a new instance of the VirtualMachineImageResourceInner class. |
VirtualMachineImageResourceInner(String, String, String, IDictionary<String,String>) |
Initializes a new instance of the VirtualMachineImageResourceInner class. |
VirtualMachineImageResourceInner()
Initializes a new instance of the VirtualMachineImageResourceInner class.
public VirtualMachineImageResourceInner ();
Public Sub New ()
Applies to
VirtualMachineImageResourceInner(String, String, String, IDictionary<String,String>)
Initializes a new instance of the VirtualMachineImageResourceInner class.
public VirtualMachineImageResourceInner (string name, string location, string id = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineImageResourceInner : string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineImageResourceInner
Public Sub New (name As String, location As String, Optional id As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- name
- String
The name of the resource.
- location
- String
The supported Azure location of the resource.
- id
- String
- tags
- IDictionary<String,String>
Specifies the tags that are assigned to the virtual machine. For more information about using tags, see Using tags to organize your Azure resources.
Applies to
Azure SDK for .NET