ArmComputeModelFactory.VirtualMachineImageBase Method
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.
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
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.