DeploymentScriptsOperationsExtensions.ListByResourceGroup メソッド

定義

デプロイ スクリプトを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript> ListByResourceGroup (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ResourceManager.Models.DeploymentScript>
<Extension()>
Public Function ListByResourceGroup (operations As IDeploymentScriptsOperations, resourceGroupName As String) As IPage(Of DeploymentScript)

パラメーター

operations
IDeploymentScriptsOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

戻り値

適用対象