Share via


LocationExpanded.Implicit(LocationExpanded to AzureLocation) Operator

Definition

Convert LocationExpanded into a Location object.

public static implicit operator Azure.Core.AzureLocation (Azure.ResourceManager.Resources.Models.LocationExpanded location);
static member op_Implicit : Azure.ResourceManager.Resources.Models.LocationExpanded -> Azure.Core.AzureLocation
Public Shared Widening Operator CType (location As LocationExpanded) As AzureLocation

Parameters

location
LocationExpanded

The location to convert.

Returns

Applies to