Megosztás a következőn keresztül:


VirtualMachineImageBase(String, AzureLocation) Constructor

Definition

Initializes a new instance of VirtualMachineImageBase.

public VirtualMachineImageBase (string name, Azure.Core.AzureLocation location);
new Azure.ResourceManager.Compute.Models.VirtualMachineImageBase : string * Azure.Core.AzureLocation -> Azure.ResourceManager.Compute.Models.VirtualMachineImageBase
Public Sub New (name As String, location As AzureLocation)

Parameters

name
String

The name of the resource.

location
AzureLocation

The supported Azure location of the resource.

Exceptions

name is null.

Applies to