你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithLocation.WithLocation 方法

定义

重载

WithLocation(Region)

指定位置。

WithLocation(String)

指定映像版本的默认位置。

WithLocation(Region)

指定位置。

public Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithSource WithLocation (Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region location);
abstract member WithLocation : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Region -> Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithSource
Public Function WithLocation (location As Region) As IWithSource

参数

location
Region

资源位置。

返回

适用于

WithLocation(String)

指定映像版本的默认位置。

public Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithSource WithLocation (string location);
abstract member WithLocation : string -> Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithSource
Public Function WithLocation (location As String) As IWithSource

参数

location
String

资源位置。

返回

适用于