ResourceGroupResourceGetApplyUpdatesByParentOptions コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。
例外
providerName
、resourceParentType
、resourceParentName
、resourceType
resourceName
、または applyUpdateName
が null です。