@@ -154,8 +154,8 @@ protected Deployment() { }
154
154
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . Deployment > > SetTagsAsync ( System . Collections . Generic . IDictionary < string , string > tags , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
155
155
public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . Resources . Models . DeploymentValidateResult > Validate ( bool waitForCompletion , Azure . ResourceManager . Resources . Models . DeploymentInput parameters , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
156
156
public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation < Azure . ResourceManager . Resources . Models . DeploymentValidateResult > > ValidateAsync ( bool waitForCompletion , Azure . ResourceManager . Resources . Models . DeploymentInput parameters , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
157
- public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . Resources . Models . WhatIfOperationResult > WhatIf ( bool waitForCompletion , string location , Azure . ResourceManager . Resources . Models . DeploymentWhatIfProperties properties , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
158
- public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation < Azure . ResourceManager . Resources . Models . WhatIfOperationResult > > WhatIfAsync ( bool waitForCompletion , string location , Azure . ResourceManager . Resources . Models . DeploymentWhatIfProperties properties , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
157
+ public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . Resources . Models . WhatIfOperationResult > WhatIf ( bool waitForCompletion , Azure . ResourceManager . Resources . Models . DeploymentWhatIf parameters , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
158
+ public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation < Azure . ResourceManager . Resources . Models . WhatIfOperationResult > > WhatIfAsync ( bool waitForCompletion , Azure . ResourceManager . Resources . Models . DeploymentWhatIf parameters , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
159
159
}
160
160
public partial class DeploymentCollection : Azure . ResourceManager . Core . ArmCollection , System . Collections . Generic . IAsyncEnumerable < Azure . ResourceManager . Resources . Deployment > , System . Collections . Generic . IEnumerable < Azure . ResourceManager . Resources . Deployment > , System . Collections . IEnumerable
161
161
{
@@ -201,8 +201,8 @@ protected DeploymentScript() { }
201
201
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . DeploymentScript > > RemoveTagAsync ( string key , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
202
202
public virtual Azure . Response < Azure . ResourceManager . Resources . DeploymentScript > SetTags ( System . Collections . Generic . IDictionary < string , string > tags , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
203
203
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . DeploymentScript > > SetTagsAsync ( System . Collections . Generic . IDictionary < string , string > tags , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
204
- public virtual Azure . Response < Azure . ResourceManager . Resources . DeploymentScript > Update ( System . Collections . Generic . IDictionary < string , string > tags = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
205
- public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . DeploymentScript > > UpdateAsync ( System . Collections . Generic . IDictionary < string , string > tags = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
204
+ public virtual Azure . Response < Azure . ResourceManager . Resources . DeploymentScript > Update ( Azure . ResourceManager . Resources . Models . DeploymentScriptUpdateOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
205
+ public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . DeploymentScript > > UpdateAsync ( Azure . ResourceManager . Resources . Models . DeploymentScriptUpdateOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
206
206
}
207
207
public partial class DeploymentScriptCollection : Azure . ResourceManager . Core . ArmCollection , System . Collections . Generic . IAsyncEnumerable < Azure . ResourceManager . Resources . DeploymentScript > , System . Collections . Generic . IEnumerable < Azure . ResourceManager . Resources . DeploymentScript > , System . Collections . IEnumerable
208
208
{
@@ -333,8 +333,8 @@ protected TemplateSpec() { }
333
333
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . TemplateSpec > > RemoveTagAsync ( string key , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
334
334
public virtual Azure . Response < Azure . ResourceManager . Resources . TemplateSpec > SetTags ( System . Collections . Generic . IDictionary < string , string > tags , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
335
335
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . TemplateSpec > > SetTagsAsync ( System . Collections . Generic . IDictionary < string , string > tags , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
336
- public virtual Azure . Response < Azure . ResourceManager . Resources . TemplateSpec > Update ( System . Collections . Generic . IDictionary < string , string > tags = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
337
- public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . TemplateSpec > > UpdateAsync ( System . Collections . Generic . IDictionary < string , string > tags = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
336
+ public virtual Azure . Response < Azure . ResourceManager . Resources . TemplateSpec > Update ( Azure . ResourceManager . Resources . Models . TemplateSpecUpdateOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
337
+ public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . TemplateSpec > > UpdateAsync ( Azure . ResourceManager . Resources . Models . TemplateSpecUpdateOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
338
338
}
339
339
public partial class TemplateSpecCollection : Azure . ResourceManager . Core . ArmCollection , System . Collections . Generic . IAsyncEnumerable < Azure . ResourceManager . Resources . TemplateSpec > , System . Collections . Generic . IEnumerable < Azure . ResourceManager . Resources . TemplateSpec > , System . Collections . IEnumerable
340
340
{
@@ -380,8 +380,8 @@ protected TemplateSpecVersion() { }
380
380
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . TemplateSpecVersion > > RemoveTagAsync ( string key , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
381
381
public virtual Azure . Response < Azure . ResourceManager . Resources . TemplateSpecVersion > SetTags ( System . Collections . Generic . IDictionary < string , string > tags , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
382
382
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . TemplateSpecVersion > > SetTagsAsync ( System . Collections . Generic . IDictionary < string , string > tags , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
383
- public virtual Azure . Response < Azure . ResourceManager . Resources . TemplateSpecVersion > Update ( System . Collections . Generic . IDictionary < string , string > tags = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
384
- public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . TemplateSpecVersion > > UpdateAsync ( System . Collections . Generic . IDictionary < string , string > tags = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
383
+ public virtual Azure . Response < Azure . ResourceManager . Resources . TemplateSpecVersion > Update ( Azure . ResourceManager . Resources . Models . TemplateSpecVersionUpdateOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
384
+ public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . Resources . TemplateSpecVersion > > UpdateAsync ( Azure . ResourceManager . Resources . Models . TemplateSpecVersionUpdateOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
385
385
}
386
386
public partial class TemplateSpecVersionCollection : Azure . ResourceManager . Core . ArmCollection , System . Collections . Generic . IAsyncEnumerable < Azure . ResourceManager . Resources . TemplateSpecVersion > , System . Collections . Generic . IEnumerable < Azure . ResourceManager . Resources . TemplateSpecVersion > , System . Collections . IEnumerable
387
387
{
@@ -861,6 +861,12 @@ internal DeploymentValidateResult() { }
861
861
public Azure . ResourceManager . Models . ErrorDetail Error { get { throw null ; } }
862
862
public Azure . ResourceManager . Resources . Models . DeploymentPropertiesExtended Properties { get { throw null ; } }
863
863
}
864
+ public partial class DeploymentWhatIf
865
+ {
866
+ public DeploymentWhatIf ( Azure . ResourceManager . Resources . Models . DeploymentWhatIfProperties properties ) { }
867
+ public string Location { get { throw null ; } set { } }
868
+ public Azure . ResourceManager . Resources . Models . DeploymentWhatIfProperties Properties { get { throw null ; } }
869
+ }
864
870
public partial class DeploymentWhatIfProperties : Azure . ResourceManager . Resources . Models . DeploymentProperties
865
871
{
866
872
public DeploymentWhatIfProperties ( Azure . ResourceManager . Resources . Models . DeploymentMode mode ) : base ( default ( Azure . ResourceManager . Resources . Models . DeploymentMode ) ) { }
@@ -987,6 +993,11 @@ internal JitRequestListResult() { }
987
993
public static bool operator != ( Azure . ResourceManager . Resources . Models . JitRequestState left , Azure . ResourceManager . Resources . Models . JitRequestState right ) { throw null ; }
988
994
public override string ToString ( ) { throw null ; }
989
995
}
996
+ public partial class JitRequestUpdateOptions
997
+ {
998
+ public JitRequestUpdateOptions ( ) { }
999
+ public System . Collections . Generic . IDictionary < string , string > Tags { get { throw null ; } }
1000
+ }
990
1001
public partial class JitSchedulingPolicy
991
1002
{
992
1003
public JitSchedulingPolicy ( Azure . ResourceManager . Resources . Models . JitSchedulingType type , System . TimeSpan duration , System . DateTimeOffset startTime ) { }
0 commit comments