次の方法で共有


StorageUri.GetUri(StorageLocation) メソッド

定義

指定された場所にあるストレージ アカウントのエンドポイントの URI を返します。

public Uri GetUri (Microsoft.Azure.Storage.StorageLocation location);
member this.GetUri : Microsoft.Azure.Storage.StorageLocation -> Uri
Public Function GetUri (location As StorageLocation) As Uri

パラメーター

location
StorageLocation

StorageLocation 列挙値です。

戻り値

Uri

指定された場所にあるエンドポイントの Uri です。

適用対象