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