Image Constructors

Definition

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
sourceVirtualMachine
SubResource
storageProfile
ImageStorageProfile
provisioningState
String

Applies to