ArmComputeModelFactory.GalleryExtendedLocation Method

Definition

public static Azure.ResourceManager.Compute.Models.GalleryExtendedLocation GalleryExtendedLocation(string name = default, Azure.ResourceManager.Compute.Models.GalleryExtendedLocationType? extendedLocationType = default);
static member GalleryExtendedLocation : string * Nullable<Azure.ResourceManager.Compute.Models.GalleryExtendedLocationType> -> Azure.ResourceManager.Compute.Models.GalleryExtendedLocation
Public Shared Function GalleryExtendedLocation (Optional name As String = Nothing, Optional extendedLocationType As Nullable(Of GalleryExtendedLocationType) = Nothing) As GalleryExtendedLocation

Parameters

name
String
extendedLocationType
Nullable<GalleryExtendedLocationType>

It is type of the extended location.

Returns

A new GalleryExtendedLocation instance for mocking.

Applies to