你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureLocation.Implicit 运算符
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Implicit(AzureLocation to String) |
从 AzureLocation 对象隐式创建字符串。 |
Implicit(String to AzureLocation) |
从字符串隐式创建新位置。 |
Implicit(AzureLocation to String)
- Source:
- AzureLocation.cs
从 AzureLocation 对象隐式创建字符串。
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
参数
- location
- AzureLocation
要分配的 AzureLocation 对象。
返回
适用于
Implicit(String to AzureLocation)
- Source:
- AzureLocation.cs
从字符串隐式创建新位置。
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
参数
- location
- String
在“名称”窗体中分配的字符串。