AzureLocation.Implicit Operator
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.
Overloads
Implicit(AzureLocation to String) |
Creates a string implicitly from a AzureLocation object. |
Implicit(String to AzureLocation) |
Creates a new location implicitly from a string. |
Implicit(AzureLocation to String)
- Source:
- AzureLocation.cs
Creates a string implicitly from a AzureLocation object.
public static implicit operator string (Azure.Core.AzureLocation location);
static member op_Implicit : Azure.Core.AzureLocation -> string
Public Shared Widening Operator CType (location As AzureLocation) As String
Parameters
- location
- AzureLocation
AzureLocation object to be assigned.
Returns
Applies to
Implicit(String to AzureLocation)
- Source:
- AzureLocation.cs
Creates a new location implicitly from a string.
public static implicit operator Azure.Core.AzureLocation (string location);
static member op_Implicit : string -> Azure.Core.AzureLocation
Public Shared Widening Operator CType (location As String) As AzureLocation
Parameters
- location
- String
String to be assigned in the Name form.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET