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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET