@@ -86,6 +86,41 @@ protected AdvancedThreatProtectionSettingResource() { }
86
86
public virtual Azure.Response<Azure.ResourceManager.SecurityCenter.AdvancedThreatProtectionSettingResource> Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
87
87
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.AdvancedThreatProtectionSettingResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
88
88
}
89
+ public partial class ApiCollectionResponseCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource>, System.Collections.IEnumerable
90
+ {
91
+ protected ApiCollectionResponseCollection() { }
92
+ public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string apiCollectionId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
93
+ public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource>> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, string apiCollectionId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
94
+ public virtual Azure.Response<bool> Exists(string apiCollectionId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
95
+ public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync(string apiCollectionId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
96
+ public virtual Azure.Response<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource> Get(string apiCollectionId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
97
+ public virtual Azure.Pageable<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource> GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
98
+ public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
99
+ public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource>> GetAsync(string apiCollectionId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
100
+ System.Collections.Generic.IAsyncEnumerator<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource> System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource>.GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken) { throw null; }
101
+ System.Collections.Generic.IEnumerator<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource> System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource>.GetEnumerator() { throw null; }
102
+ System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
103
+ }
104
+ public partial class ApiCollectionResponseData : Azure.ResourceManager.Models.ResourceData
105
+ {
106
+ public ApiCollectionResponseData() { }
107
+ public System.Collections.Generic.IDictionary<string, string> AdditionalData { get { throw null; } }
108
+ public string DisplayName { get { throw null; } set { } }
109
+ }
110
+ public partial class ApiCollectionResponseResource : Azure.ResourceManager.ArmResource
111
+ {
112
+ public static readonly Azure.Core.ResourceType ResourceType;
113
+ protected ApiCollectionResponseResource() { }
114
+ public virtual Azure.ResourceManager.SecurityCenter.ApiCollectionResponseData Data { get { throw null; } }
115
+ public virtual bool HasData { get { throw null; } }
116
+ public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string serviceName, string apiCollectionId) { throw null; }
117
+ public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
118
+ public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
119
+ public virtual Azure.Response<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource> Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
120
+ public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
121
+ public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource> Update(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
122
+ public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource>> UpdateAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
123
+ }
89
124
public partial class AutoProvisioningSettingCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.SecurityCenter.AutoProvisioningSettingResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.AutoProvisioningSettingResource>, System.Collections.IEnumerable
90
125
{
91
126
protected AutoProvisioningSettingCollection() { }
@@ -952,6 +987,10 @@ public static partial class SecurityCenterExtensions
952
987
public static Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.SecuritySolutionsReferenceData> GetAllSecuritySolutionsReferenceDataAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
953
988
public static Azure.ResourceManager.SecurityCenter.SubscriptionAssessmentMetadataCollection GetAllSubscriptionAssessmentMetadata(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource) { throw null; }
954
989
public static Azure.ResourceManager.SecurityCenter.TenantAssessmentMetadataCollection GetAllTenantAssessmentMetadata(this Azure.ResourceManager.Resources.TenantResource tenantResource) { throw null; }
990
+ public static Azure.Response<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource> GetApiCollectionResponse(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string serviceName, string apiCollectionId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
991
+ public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource>> GetApiCollectionResponseAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string serviceName, string apiCollectionId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
992
+ public static Azure.ResourceManager.SecurityCenter.ApiCollectionResponseResource GetApiCollectionResponseResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
993
+ public static Azure.ResourceManager.SecurityCenter.ApiCollectionResponseCollection GetApiCollectionResponses(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string serviceName) { throw null; }
955
994
public static Azure.Response<Azure.ResourceManager.SecurityCenter.AutoProvisioningSettingResource> GetAutoProvisioningSetting(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string settingName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
956
995
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.AutoProvisioningSettingResource>> GetAutoProvisioningSettingAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string settingName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
957
996
public static Azure.ResourceManager.SecurityCenter.AutoProvisioningSettingResource GetAutoProvisioningSettingResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id) { throw null; }
0 commit comments