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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET