@@ -93,6 +93,8 @@ protected GuestConfigurationVmAssignmentResource() { }
93
93
public partial class GuestConfigurationVmssAssignmentCollection : Azure . ResourceManager . ArmCollection , System . Collections . Generic . IAsyncEnumerable < Azure . ResourceManager . GuestConfiguration . GuestConfigurationVmssAssignmentResource > , System . Collections . Generic . IEnumerable < Azure . ResourceManager . GuestConfiguration . GuestConfigurationVmssAssignmentResource > , System . Collections . IEnumerable
94
94
{
95
95
protected GuestConfigurationVmssAssignmentCollection ( ) { }
96
+ public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . GuestConfiguration . GuestConfigurationVmssAssignmentResource > CreateOrUpdate ( Azure . WaitUntil waitUntil , string name , Azure . ResourceManager . GuestConfiguration . GuestConfigurationAssignmentData data , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
97
+ public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation < Azure . ResourceManager . GuestConfiguration . GuestConfigurationVmssAssignmentResource > > CreateOrUpdateAsync ( Azure . WaitUntil waitUntil , string name , Azure . ResourceManager . GuestConfiguration . GuestConfigurationAssignmentData data , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
96
98
public virtual Azure . Response < bool > Exists ( string name , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
97
99
public virtual System . Threading . Tasks . Task < Azure . Response < bool > > ExistsAsync ( string name , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
98
100
public virtual Azure . Response < Azure . ResourceManager . GuestConfiguration . GuestConfigurationVmssAssignmentResource > Get ( string name , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
@@ -118,6 +120,8 @@ protected GuestConfigurationVmssAssignmentResource() { }
118
120
public virtual System . Threading . Tasks . Task < Azure . Response < Azure . ResourceManager . GuestConfiguration . Models . GuestConfigurationAssignmentReport > > GetReportAsync ( string id , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
119
121
public virtual Azure . Pageable < Azure . ResourceManager . GuestConfiguration . Models . GuestConfigurationAssignmentReport > GetReports ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
120
122
public virtual Azure . AsyncPageable < Azure . ResourceManager . GuestConfiguration . Models . GuestConfigurationAssignmentReport > GetReportsAsync ( System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
123
+ public virtual Azure . ResourceManager . ArmOperation < Azure . ResourceManager . GuestConfiguration . GuestConfigurationVmssAssignmentResource > Update ( Azure . WaitUntil waitUntil , Azure . ResourceManager . GuestConfiguration . GuestConfigurationAssignmentData data , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
124
+ public virtual System . Threading . Tasks . Task < Azure . ResourceManager . ArmOperation < Azure . ResourceManager . GuestConfiguration . GuestConfigurationVmssAssignmentResource > > UpdateAsync ( Azure . WaitUntil waitUntil , Azure . ResourceManager . GuestConfiguration . GuestConfigurationAssignmentData data , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
121
125
}
122
126
}
123
127
namespace Azure . ResourceManager . GuestConfiguration . Models
0 commit comments