次の方法で共有


ResourceGroupResourceGetApplyUpdatesByParentOptions コンストラクター

定義

ResourceGroupResourceGetApplyUpdatesByParentOptions の新しいインスタンスを初期化します。

public ResourceGroupResourceGetApplyUpdatesByParentOptions (string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, string applyUpdateName);
new Azure.ResourceManager.Maintenance.Models.ResourceGroupResourceGetApplyUpdatesByParentOptions : string * string * string * string * string * string -> Azure.ResourceManager.Maintenance.Models.ResourceGroupResourceGetApplyUpdatesByParentOptions
Public Sub New (providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, applyUpdateName As String)

パラメーター

providerName
String

リソース プロバイダー名。

resourceParentType
String

リソースの親の種類。

resourceParentName
String

リソースの親識別子。

resourceType
String

リソースの種類。

resourceName
String

リソース識別子。

applyUpdateName
String

applyUpdate Id。

例外

providerNameresourceParentTyperesourceParentNameresourceTyperesourceName、または applyUpdateName が null です。

適用対象