Image 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
Image() | |
Image(String, String, String, String, IDictionary<String,String>, SubResource, ImageStorageProfile, String) |
Image()
public Image ();
Public Sub New ()
Applies to
Image(String, String, String, String, IDictionary<String,String>, SubResource, ImageStorageProfile, String)
public Image (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource sourceVirtualMachine = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageStorageProfile storageProfile = default, string provisioningState = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Image : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SubResource * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageStorageProfile * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.Image
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sourceVirtualMachine As SubResource = Nothing, Optional storageProfile As ImageStorageProfile = Nothing, Optional provisioningState As String = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- sourceVirtualMachine
- SubResource
- storageProfile
- ImageStorageProfile
- provisioningState
- String