次の方法で共有


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

リソースの場所。

戻り値

適用対象