次の方法で共有


AssetsOperationsExtensions.Get メソッド

定義

資産を取得する

public static Microsoft.Azure.Management.Media.Models.Asset Get(this Microsoft.Azure.Management.Media.IAssetsOperations operations, string resourceGroupName, string accountName, string assetName);
static member Get : Microsoft.Azure.Management.Media.IAssetsOperations * string * string * string -> Microsoft.Azure.Management.Media.Models.Asset
<Extension()>
Public Function Get (operations As IAssetsOperations, resourceGroupName As String, accountName As String, assetName As String) As Asset

パラメーター

operations
IAssetsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

accountName
String

Media Services アカウント名。

assetName
String

資産名。

戻り値

注釈

Media Services アカウントの資産の詳細を取得する

適用対象