ArmComputeModelFactory.VirtualMachineImageBase Method

Definition

public static Azure.ResourceManager.Compute.Models.VirtualMachineImageBase VirtualMachineImageBase(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.AzureLocation location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Resources.Models.ExtendedLocation extendedLocation = default);
static member VirtualMachineImageBase : Azure.Core.ResourceIdentifier * string * Azure.Core.AzureLocation * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Resources.Models.ExtendedLocation -> Azure.ResourceManager.Compute.Models.VirtualMachineImageBase
Public Shared Function VirtualMachineImageBase (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional location As AzureLocation = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional extendedLocation As ExtendedLocation = Nothing) As VirtualMachineImageBase

Parameters

id
ResourceIdentifier

Resource Id.

name
String

The name of the resource.

location
AzureLocation

The supported Azure location of the resource.

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.

extendedLocation
ExtendedLocation

The extended location of the Virtual Machine.

Returns

A new VirtualMachineImageBase instance for mocking.

Applies to