Udostępnij za pośrednictwem


ImageInner Constructors

Definition

Overloads

ImageInner()

Initializes a new instance of the ImageInner class.

ImageInner(String, String, String, String, IDictionary<String,String>, SubResource, ImageStorageProfile, String, HyperVGenerationTypes)

Initializes a new instance of the ImageInner class.

ImageInner()

Initializes a new instance of the ImageInner class.

public ImageInner ();
Public Sub New ()

Applies to

ImageInner(String, String, String, String, IDictionary<String,String>, SubResource, ImageStorageProfile, String, HyperVGenerationTypes)

Initializes a new instance of the ImageInner class.

public ImageInner (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource sourceVirtualMachine = default, Microsoft.Azure.Management.Compute.Fluent.Models.ImageStorageProfile storageProfile = default, string provisioningState = default, Microsoft.Azure.Management.Compute.Fluent.Models.HyperVGenerationTypes hyperVGeneration = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.ImageInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Compute.Fluent.Models.ImageStorageProfile * string * Microsoft.Azure.Management.Compute.Fluent.Models.HyperVGenerationTypes -> Microsoft.Azure.Management.Compute.Fluent.Models.ImageInner
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, Optional hyperVGeneration As HyperVGenerationTypes = Nothing)

Parameters

location
String
id
String
name
String
type
String
sourceVirtualMachine
SubResource

The source virtual machine from which Image is created.

storageProfile
ImageStorageProfile

Specifies the storage settings for the virtual machine disks.

provisioningState
String

The provisioning state.

hyperVGeneration
HyperVGenerationTypes

Gets the HyperVGenerationType of the VirtualMachine created from the image. Possible values include: 'V1', 'V2'

Applies to