ArmComputeModelFactory.GalleryExtendedLocation 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.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.