@lansweeper/discovery-cloud-proto 0.0.30 → 0.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -76,6 +76,11 @@ export class CloudEntity extends jspb.Message {
76
76
  getResourceGroup(): string;
77
77
  setResourceGroup(value: string): CloudEntity;
78
78
 
79
+ hasResourceId(): boolean;
80
+ clearResourceId(): void;
81
+ getResourceId(): string | undefined;
82
+ setResourceId(value: string): CloudEntity;
83
+
79
84
  serializeBinary(): Uint8Array;
80
85
  toObject(includeInstance?: boolean): CloudEntity.AsObject;
81
86
  static toObject(includeInstance: boolean, msg: CloudEntity): CloudEntity.AsObject;
@@ -110,6 +115,7 @@ export namespace CloudEntity {
110
115
  tenantId: string,
111
116
  tenantName: string,
112
117
  resourceGroup: string,
118
+ resourceId?: string,
113
119
  }
114
120
  }
115
121
 
@@ -6543,6 +6549,11 @@ export class AzureDataShareAccount extends jspb.Message {
6543
6549
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
6544
6550
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureDataShareAccount;
6545
6551
 
6552
+ hasCreatedDate(): boolean;
6553
+ clearCreatedDate(): void;
6554
+ getCreatedDate(): google_protobuf_wrappers_pb.StringValue | undefined;
6555
+ setCreatedDate(value?: google_protobuf_wrappers_pb.StringValue): AzureDataShareAccount;
6556
+
6546
6557
  serializeBinary(): Uint8Array;
6547
6558
  toObject(includeInstance?: boolean): AzureDataShareAccount.AsObject;
6548
6559
  static toObject(includeInstance: boolean, msg: AzureDataShareAccount): AzureDataShareAccount.AsObject;
@@ -6573,6 +6584,7 @@ export namespace AzureDataShareAccount {
6573
6584
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
6574
6585
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
6575
6586
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
6587
+ CreatedDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
6576
6588
  }
6577
6589
  }
6578
6590
 
@@ -6630,6 +6642,11 @@ export class AzureDataShareSentShare extends jspb.Message {
6630
6642
  setInvitationsList(value: Array<AzureDataShareInvitation>): AzureDataShareSentShare;
6631
6643
  addInvitations(value?: AzureDataShareInvitation, index?: number): AzureDataShareInvitation;
6632
6644
 
6645
+ hasCreatedDate(): boolean;
6646
+ clearCreatedDate(): void;
6647
+ getCreatedDate(): google_protobuf_wrappers_pb.StringValue | undefined;
6648
+ setCreatedDate(value?: google_protobuf_wrappers_pb.StringValue): AzureDataShareSentShare;
6649
+
6633
6650
  serializeBinary(): Uint8Array;
6634
6651
  toObject(includeInstance?: boolean): AzureDataShareSentShare.AsObject;
6635
6652
  static toObject(includeInstance: boolean, msg: AzureDataShareSentShare): AzureDataShareSentShare.AsObject;
@@ -6653,6 +6670,7 @@ export namespace AzureDataShareSentShare {
6653
6670
  ScheduledSynchronizationSettingRecurrence?: google_protobuf_wrappers_pb.StringValue.AsObject,
6654
6671
  ProviderShareSubscriptionsList: Array<AzureProviderShareSubscription.AsObject>,
6655
6672
  InvitationsList: Array<AzureDataShareInvitation.AsObject>,
6673
+ CreatedDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
6656
6674
  }
6657
6675
  }
6658
6676
 
@@ -6857,6 +6875,21 @@ export class AzureDataShareReceivedShare extends jspb.Message {
6857
6875
  setDataSetsList(value: Array<AzureReceivedShareDataSet>): AzureDataShareReceivedShare;
6858
6876
  addDataSets(value?: AzureReceivedShareDataSet, index?: number): AzureReceivedShareDataSet;
6859
6877
 
6878
+ hasShareName(): boolean;
6879
+ clearShareName(): void;
6880
+ getShareName(): google_protobuf_wrappers_pb.StringValue | undefined;
6881
+ setShareName(value?: google_protobuf_wrappers_pb.StringValue): AzureDataShareReceivedShare;
6882
+
6883
+ hasCreatedDate(): boolean;
6884
+ clearCreatedDate(): void;
6885
+ getCreatedDate(): google_protobuf_wrappers_pb.StringValue | undefined;
6886
+ setCreatedDate(value?: google_protobuf_wrappers_pb.StringValue): AzureDataShareReceivedShare;
6887
+
6888
+ hasExpirationOn(): boolean;
6889
+ clearExpirationOn(): void;
6890
+ getExpirationOn(): google_protobuf_wrappers_pb.StringValue | undefined;
6891
+ setExpirationOn(value?: google_protobuf_wrappers_pb.StringValue): AzureDataShareReceivedShare;
6892
+
6860
6893
  serializeBinary(): Uint8Array;
6861
6894
  toObject(includeInstance?: boolean): AzureDataShareReceivedShare.AsObject;
6862
6895
  static toObject(includeInstance: boolean, msg: AzureDataShareReceivedShare): AzureDataShareReceivedShare.AsObject;
@@ -6882,6 +6915,9 @@ export namespace AzureDataShareReceivedShare {
6882
6915
  ShareDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
6883
6916
  ShareTerms?: google_protobuf_wrappers_pb.StringValue.AsObject,
6884
6917
  DataSetsList: Array<AzureReceivedShareDataSet.AsObject>,
6918
+ ShareName?: google_protobuf_wrappers_pb.StringValue.AsObject,
6919
+ CreatedDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
6920
+ ExpirationOn?: google_protobuf_wrappers_pb.StringValue.AsObject,
6885
6921
  }
6886
6922
  }
6887
6923
 
@@ -7891,6 +7927,24 @@ export class AzureFrontDoorModel extends jspb.Message {
7891
7927
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
7892
7928
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorModel;
7893
7929
 
7930
+ hasTier(): boolean;
7931
+ clearTier(): void;
7932
+ getTier(): google_protobuf_wrappers_pb.StringValue | undefined;
7933
+ setTier(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorModel;
7934
+
7935
+ hasFrontDoorId(): boolean;
7936
+ clearFrontDoorId(): void;
7937
+ getFrontDoorId(): google_protobuf_wrappers_pb.StringValue | undefined;
7938
+ setFrontDoorId(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorModel;
7939
+ clearWebApplicationFirewallPoliciesList(): void;
7940
+ getWebApplicationFirewallPoliciesList(): Array<AzureFrontDoorWebApplicationFirewallPolicy>;
7941
+ setWebApplicationFirewallPoliciesList(value: Array<AzureFrontDoorWebApplicationFirewallPolicy>): AzureFrontDoorModel;
7942
+ addWebApplicationFirewallPolicies(value?: AzureFrontDoorWebApplicationFirewallPolicy, index?: number): AzureFrontDoorWebApplicationFirewallPolicy;
7943
+ clearRulesEnginesList(): void;
7944
+ getRulesEnginesList(): Array<AzureFrontDoorFrontDoorRulesEngine>;
7945
+ setRulesEnginesList(value: Array<AzureFrontDoorFrontDoorRulesEngine>): AzureFrontDoorModel;
7946
+ addRulesEngines(value?: AzureFrontDoorFrontDoorRulesEngine, index?: number): AzureFrontDoorFrontDoorRulesEngine;
7947
+
7894
7948
  serializeBinary(): Uint8Array;
7895
7949
  toObject(includeInstance?: boolean): AzureFrontDoorModel.AsObject;
7896
7950
  static toObject(includeInstance: boolean, msg: AzureFrontDoorModel): AzureFrontDoorModel.AsObject;
@@ -7925,6 +7979,10 @@ export namespace AzureFrontDoorModel {
7925
7979
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
7926
7980
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
7927
7981
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
7982
+ Tier?: google_protobuf_wrappers_pb.StringValue.AsObject,
7983
+ FrontDoorId?: google_protobuf_wrappers_pb.StringValue.AsObject,
7984
+ WebApplicationFirewallPoliciesList: Array<AzureFrontDoorWebApplicationFirewallPolicy.AsObject>,
7985
+ RulesEnginesList: Array<AzureFrontDoorFrontDoorRulesEngine.AsObject>,
7928
7986
  }
7929
7987
  }
7930
7988
 
@@ -7945,6 +8003,11 @@ export class AzureFrontDoorFrontendEndpoint extends jspb.Message {
7945
8003
  getStatusValue(): google_protobuf_wrappers_pb.StringValue | undefined;
7946
8004
  setStatusValue(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorFrontendEndpoint;
7947
8005
 
8006
+ hasWebApplicationFirewallPolicyState(): boolean;
8007
+ clearWebApplicationFirewallPolicyState(): void;
8008
+ getWebApplicationFirewallPolicyState(): google_protobuf_wrappers_pb.StringValue | undefined;
8009
+ setWebApplicationFirewallPolicyState(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorFrontendEndpoint;
8010
+
7948
8011
  serializeBinary(): Uint8Array;
7949
8012
  toObject(includeInstance?: boolean): AzureFrontDoorFrontendEndpoint.AsObject;
7950
8013
  static toObject(includeInstance: boolean, msg: AzureFrontDoorFrontendEndpoint): AzureFrontDoorFrontendEndpoint.AsObject;
@@ -7960,6 +8023,7 @@ export namespace AzureFrontDoorFrontendEndpoint {
7960
8023
  FrontendEndpointHostName?: google_protobuf_wrappers_pb.StringValue.AsObject,
7961
8024
  FrontendEndpointSessionAffinityEnabledState?: google_protobuf_wrappers_pb.StringValue.AsObject,
7962
8025
  StatusValue?: google_protobuf_wrappers_pb.StringValue.AsObject,
8026
+ WebApplicationFirewallPolicyState?: google_protobuf_wrappers_pb.StringValue.AsObject,
7963
8027
  }
7964
8028
  }
7965
8029
 
@@ -8156,6 +8220,16 @@ export class AzureRoutingRuleForwardingConfiguration extends jspb.Message {
8156
8220
  getCaching(): google_protobuf_wrappers_pb.StringValue | undefined;
8157
8221
  setCaching(value?: google_protobuf_wrappers_pb.StringValue): AzureRoutingRuleForwardingConfiguration;
8158
8222
 
8223
+ hasRouteType(): boolean;
8224
+ clearRouteType(): void;
8225
+ getRouteType(): google_protobuf_wrappers_pb.StringValue | undefined;
8226
+ setRouteType(value?: google_protobuf_wrappers_pb.StringValue): AzureRoutingRuleForwardingConfiguration;
8227
+
8228
+ hasCachingState(): boolean;
8229
+ clearCachingState(): void;
8230
+ getCachingState(): google_protobuf_wrappers_pb.StringValue | undefined;
8231
+ setCachingState(value?: google_protobuf_wrappers_pb.StringValue): AzureRoutingRuleForwardingConfiguration;
8232
+
8159
8233
  serializeBinary(): Uint8Array;
8160
8234
  toObject(includeInstance?: boolean): AzureRoutingRuleForwardingConfiguration.AsObject;
8161
8235
  static toObject(includeInstance: boolean, msg: AzureRoutingRuleForwardingConfiguration): AzureRoutingRuleForwardingConfiguration.AsObject;
@@ -8172,6 +8246,8 @@ export namespace AzureRoutingRuleForwardingConfiguration {
8172
8246
  ForwardingConfigurationForwardingProtocol?: google_protobuf_wrappers_pb.StringValue.AsObject,
8173
8247
  ForwardingConfigurationCustomForwardingPath?: google_protobuf_wrappers_pb.StringValue.AsObject,
8174
8248
  Caching?: google_protobuf_wrappers_pb.StringValue.AsObject,
8249
+ RouteType?: google_protobuf_wrappers_pb.StringValue.AsObject,
8250
+ CachingState?: google_protobuf_wrappers_pb.StringValue.AsObject,
8175
8251
  }
8176
8252
  }
8177
8253
 
@@ -8202,6 +8278,11 @@ export class AzureRoutingRuleRedirectConfiguration extends jspb.Message {
8202
8278
  getRedirectConfigurationCustomFragment(): google_protobuf_wrappers_pb.StringValue | undefined;
8203
8279
  setRedirectConfigurationCustomFragment(value?: google_protobuf_wrappers_pb.StringValue): AzureRoutingRuleRedirectConfiguration;
8204
8280
 
8281
+ hasRouteType(): boolean;
8282
+ clearRouteType(): void;
8283
+ getRouteType(): google_protobuf_wrappers_pb.StringValue | undefined;
8284
+ setRouteType(value?: google_protobuf_wrappers_pb.StringValue): AzureRoutingRuleRedirectConfiguration;
8285
+
8205
8286
  serializeBinary(): Uint8Array;
8206
8287
  toObject(includeInstance?: boolean): AzureRoutingRuleRedirectConfiguration.AsObject;
8207
8288
  static toObject(includeInstance: boolean, msg: AzureRoutingRuleRedirectConfiguration): AzureRoutingRuleRedirectConfiguration.AsObject;
@@ -8219,6 +8300,7 @@ export namespace AzureRoutingRuleRedirectConfiguration {
8219
8300
  RedirectConfigurationCustomHost?: google_protobuf_wrappers_pb.StringValue.AsObject,
8220
8301
  RedirectConfigurationCustomPath?: google_protobuf_wrappers_pb.StringValue.AsObject,
8221
8302
  RedirectConfigurationCustomFragment?: google_protobuf_wrappers_pb.StringValue.AsObject,
8303
+ RouteType?: google_protobuf_wrappers_pb.StringValue.AsObject,
8222
8304
  }
8223
8305
  }
8224
8306
 
@@ -8667,6 +8749,25 @@ export class AzureMicrosoftNotificationHub extends jspb.Message {
8667
8749
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
8668
8750
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHub;
8669
8751
 
8752
+ hasPricingTier(): boolean;
8753
+ clearPricingTier(): void;
8754
+ getPricingTier(): google_protobuf_wrappers_pb.StringValue | undefined;
8755
+ setPricingTier(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHub;
8756
+
8757
+ hasReplicationRegion(): boolean;
8758
+ clearReplicationRegion(): void;
8759
+ getReplicationRegion(): google_protobuf_wrappers_pb.StringValue | undefined;
8760
+ setReplicationRegion(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHub;
8761
+
8762
+ hasActiveDeviceRegistered(): boolean;
8763
+ clearActiveDeviceRegistered(): void;
8764
+ getActiveDeviceRegistered(): google_protobuf_wrappers_pb.Int64Value | undefined;
8765
+ setActiveDeviceRegistered(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftNotificationHub;
8766
+ clearAuthorizationRulesList(): void;
8767
+ getAuthorizationRulesList(): Array<AzureMicrosoftNotificationHubAuthorizationRule>;
8768
+ setAuthorizationRulesList(value: Array<AzureMicrosoftNotificationHubAuthorizationRule>): AzureMicrosoftNotificationHub;
8769
+ addAuthorizationRules(value?: AzureMicrosoftNotificationHubAuthorizationRule, index?: number): AzureMicrosoftNotificationHubAuthorizationRule;
8770
+
8670
8771
  serializeBinary(): Uint8Array;
8671
8772
  toObject(includeInstance?: boolean): AzureMicrosoftNotificationHub.AsObject;
8672
8773
  static toObject(includeInstance: boolean, msg: AzureMicrosoftNotificationHub): AzureMicrosoftNotificationHub.AsObject;
@@ -8707,6 +8808,10 @@ export namespace AzureMicrosoftNotificationHub {
8707
8808
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
8708
8809
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
8709
8810
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
8811
+ PricingTier?: google_protobuf_wrappers_pb.StringValue.AsObject,
8812
+ ReplicationRegion?: google_protobuf_wrappers_pb.StringValue.AsObject,
8813
+ ActiveDeviceRegistered?: google_protobuf_wrappers_pb.Int64Value.AsObject,
8814
+ AuthorizationRulesList: Array<AzureMicrosoftNotificationHubAuthorizationRule.AsObject>,
8710
8815
  }
8711
8816
  }
8712
8817
 
@@ -16149,6 +16254,26 @@ export class AzureMicrosoftStorage extends jspb.Message {
16149
16254
  setVirtualNetworksList(value: Array<AzureMicrosoftVirtualNetwork>): AzureMicrosoftStorage;
16150
16255
  addVirtualNetworks(value?: AzureMicrosoftVirtualNetwork, index?: number): AzureMicrosoftVirtualNetwork;
16151
16256
 
16257
+ hasVersioningState(): boolean;
16258
+ clearVersioningState(): void;
16259
+ getVersioningState(): google_protobuf_wrappers_pb.StringValue | undefined;
16260
+ setVersioningState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftStorage;
16261
+
16262
+ hasNfsV3State(): boolean;
16263
+ clearNfsV3State(): void;
16264
+ getNfsV3State(): google_protobuf_wrappers_pb.StringValue | undefined;
16265
+ setNfsV3State(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftStorage;
16266
+
16267
+ hasSftpState(): boolean;
16268
+ clearSftpState(): void;
16269
+ getSftpState(): google_protobuf_wrappers_pb.StringValue | undefined;
16270
+ setSftpState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftStorage;
16271
+
16272
+ hasStoragePrimaryEndpointsDataLake(): boolean;
16273
+ clearStoragePrimaryEndpointsDataLake(): void;
16274
+ getStoragePrimaryEndpointsDataLake(): google_protobuf_wrappers_pb.StringValue | undefined;
16275
+ setStoragePrimaryEndpointsDataLake(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftStorage;
16276
+
16152
16277
  serializeBinary(): Uint8Array;
16153
16278
  toObject(includeInstance?: boolean): AzureMicrosoftStorage.AsObject;
16154
16279
  static toObject(includeInstance: boolean, msg: AzureMicrosoftStorage): AzureMicrosoftStorage.AsObject;
@@ -16206,6 +16331,10 @@ export namespace AzureMicrosoftStorage {
16206
16331
  StorageTablesList: Array<AzureMicrosoftStorageTable.AsObject>,
16207
16332
  CorsRulesList: Array<AzureMicrosoftBlobServiceCorsRule.AsObject>,
16208
16333
  VirtualNetworksList: Array<AzureMicrosoftVirtualNetwork.AsObject>,
16334
+ VersioningState?: google_protobuf_wrappers_pb.StringValue.AsObject,
16335
+ NfsV3State?: google_protobuf_wrappers_pb.StringValue.AsObject,
16336
+ SftpState?: google_protobuf_wrappers_pb.StringValue.AsObject,
16337
+ StoragePrimaryEndpointsDataLake?: google_protobuf_wrappers_pb.StringValue.AsObject,
16209
16338
  }
16210
16339
  }
16211
16340
 
@@ -16858,6 +16987,11 @@ export class AzureMicrosoftHybridComputeMachine extends jspb.Message {
16858
16987
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
16859
16988
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftHybridComputeMachine;
16860
16989
 
16990
+ hasComputerName(): boolean;
16991
+ clearComputerName(): void;
16992
+ getComputerName(): google_protobuf_wrappers_pb.StringValue | undefined;
16993
+ setComputerName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftHybridComputeMachine;
16994
+
16861
16995
  serializeBinary(): Uint8Array;
16862
16996
  toObject(includeInstance?: boolean): AzureMicrosoftHybridComputeMachine.AsObject;
16863
16997
  static toObject(includeInstance: boolean, msg: AzureMicrosoftHybridComputeMachine): AzureMicrosoftHybridComputeMachine.AsObject;
@@ -16890,6 +17024,7 @@ export namespace AzureMicrosoftHybridComputeMachine {
16890
17024
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
16891
17025
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
16892
17026
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
17027
+ ComputerName?: google_protobuf_wrappers_pb.StringValue.AsObject,
16893
17028
  }
16894
17029
  }
16895
17030
 
@@ -16915,6 +17050,16 @@ export class AzureMicrosoftHybridComputeMachineExtension extends jspb.Message {
16915
17050
  getProvisioningState(): google_protobuf_wrappers_pb.StringValue | undefined;
16916
17051
  setProvisioningState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftHybridComputeMachineExtension;
16917
17052
 
17053
+ hasUpdateAvailable(): boolean;
17054
+ clearUpdateAvailable(): void;
17055
+ getUpdateAvailable(): google_protobuf_wrappers_pb.StringValue | undefined;
17056
+ setUpdateAvailable(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftHybridComputeMachineExtension;
17057
+
17058
+ hasAutomaticUpgrade(): boolean;
17059
+ clearAutomaticUpgrade(): void;
17060
+ getAutomaticUpgrade(): google_protobuf_wrappers_pb.StringValue | undefined;
17061
+ setAutomaticUpgrade(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftHybridComputeMachineExtension;
17062
+
16918
17063
  serializeBinary(): Uint8Array;
16919
17064
  toObject(includeInstance?: boolean): AzureMicrosoftHybridComputeMachineExtension.AsObject;
16920
17065
  static toObject(includeInstance: boolean, msg: AzureMicrosoftHybridComputeMachineExtension): AzureMicrosoftHybridComputeMachineExtension.AsObject;
@@ -16931,6 +17076,8 @@ export namespace AzureMicrosoftHybridComputeMachineExtension {
16931
17076
  MachineExtensionType?: google_protobuf_wrappers_pb.StringValue.AsObject,
16932
17077
  TypeHandlerVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
16933
17078
  ProvisioningState?: google_protobuf_wrappers_pb.StringValue.AsObject,
17079
+ UpdateAvailable?: google_protobuf_wrappers_pb.StringValue.AsObject,
17080
+ AutomaticUpgrade?: google_protobuf_wrappers_pb.StringValue.AsObject,
16934
17081
  }
16935
17082
  }
16936
17083
 
@@ -17759,6 +17906,35 @@ export class AzureMicrosoftVault extends jspb.Message {
17759
17906
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
17760
17907
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftVault;
17761
17908
 
17909
+ hasDirectoryId(): boolean;
17910
+ clearDirectoryId(): void;
17911
+ getDirectoryId(): google_protobuf_wrappers_pb.StringValue | undefined;
17912
+ setDirectoryId(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftVault;
17913
+
17914
+ hasSoftDeleteRetentionInDays(): boolean;
17915
+ clearSoftDeleteRetentionInDays(): void;
17916
+ getSoftDeleteRetentionInDays(): google_protobuf_wrappers_pb.StringValue | undefined;
17917
+ setSoftDeleteRetentionInDays(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftVault;
17918
+
17919
+ hasEnabledForDeployment(): boolean;
17920
+ clearEnabledForDeployment(): void;
17921
+ getEnabledForDeployment(): google_protobuf_wrappers_pb.StringValue | undefined;
17922
+ setEnabledForDeployment(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftVault;
17923
+
17924
+ hasEnabledForDiskEncryption(): boolean;
17925
+ clearEnabledForDiskEncryption(): void;
17926
+ getEnabledForDiskEncryption(): google_protobuf_wrappers_pb.StringValue | undefined;
17927
+ setEnabledForDiskEncryption(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftVault;
17928
+
17929
+ hasEnabledForTemplateDeployment(): boolean;
17930
+ clearEnabledForTemplateDeployment(): void;
17931
+ getEnabledForTemplateDeployment(): google_protobuf_wrappers_pb.StringValue | undefined;
17932
+ setEnabledForTemplateDeployment(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftVault;
17933
+ clearPrivateEndpointConnectionsList(): void;
17934
+ getPrivateEndpointConnectionsList(): Array<AzureMicrosoftKeyVaultPrivateEndpointConnection>;
17935
+ setPrivateEndpointConnectionsList(value: Array<AzureMicrosoftKeyVaultPrivateEndpointConnection>): AzureMicrosoftVault;
17936
+ addPrivateEndpointConnections(value?: AzureMicrosoftKeyVaultPrivateEndpointConnection, index?: number): AzureMicrosoftKeyVaultPrivateEndpointConnection;
17937
+
17762
17938
  serializeBinary(): Uint8Array;
17763
17939
  toObject(includeInstance?: boolean): AzureMicrosoftVault.AsObject;
17764
17940
  static toObject(includeInstance: boolean, msg: AzureMicrosoftVault): AzureMicrosoftVault.AsObject;
@@ -17792,6 +17968,12 @@ export namespace AzureMicrosoftVault {
17792
17968
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
17793
17969
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
17794
17970
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
17971
+ DirectoryId?: google_protobuf_wrappers_pb.StringValue.AsObject,
17972
+ SoftDeleteRetentionInDays?: google_protobuf_wrappers_pb.StringValue.AsObject,
17973
+ EnabledForDeployment?: google_protobuf_wrappers_pb.StringValue.AsObject,
17974
+ EnabledForDiskEncryption?: google_protobuf_wrappers_pb.StringValue.AsObject,
17975
+ EnabledForTemplateDeployment?: google_protobuf_wrappers_pb.StringValue.AsObject,
17976
+ PrivateEndpointConnectionsList: Array<AzureMicrosoftKeyVaultPrivateEndpointConnection.AsObject>,
17795
17977
  }
17796
17978
  }
17797
17979
 
@@ -17833,6 +18015,18 @@ export class AzureMicrosoftVaultAccessPolicy extends jspb.Message {
17833
18015
  clearTenant(): void;
17834
18016
  getTenant(): google_protobuf_wrappers_pb.StringValue | undefined;
17835
18017
  setTenant(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftVaultAccessPolicy;
18018
+ clearPermissionsKeysRowEncryptedValuesList(): void;
18019
+ getPermissionsKeysRowEncryptedValuesList(): Array<CloudockitTag>;
18020
+ setPermissionsKeysRowEncryptedValuesList(value: Array<CloudockitTag>): AzureMicrosoftVaultAccessPolicy;
18021
+ addPermissionsKeysRowEncryptedValues(value?: CloudockitTag, index?: number): CloudockitTag;
18022
+ clearPermissionsCertificatesRowEncryptedValuesList(): void;
18023
+ getPermissionsCertificatesRowEncryptedValuesList(): Array<CloudockitTag>;
18024
+ setPermissionsCertificatesRowEncryptedValuesList(value: Array<CloudockitTag>): AzureMicrosoftVaultAccessPolicy;
18025
+ addPermissionsCertificatesRowEncryptedValues(value?: CloudockitTag, index?: number): CloudockitTag;
18026
+ clearPermissionsSecretsRowEncryptedValuesList(): void;
18027
+ getPermissionsSecretsRowEncryptedValuesList(): Array<CloudockitTag>;
18028
+ setPermissionsSecretsRowEncryptedValuesList(value: Array<CloudockitTag>): AzureMicrosoftVaultAccessPolicy;
18029
+ addPermissionsSecretsRowEncryptedValues(value?: CloudockitTag, index?: number): CloudockitTag;
17836
18030
 
17837
18031
  serializeBinary(): Uint8Array;
17838
18032
  toObject(includeInstance?: boolean): AzureMicrosoftVaultAccessPolicy.AsObject;
@@ -17854,6 +18048,9 @@ export namespace AzureMicrosoftVaultAccessPolicy {
17854
18048
  PermissionsCertificatesRowEncryptedList: Array<AzureString.AsObject>,
17855
18049
  PermissionsSecretsRowEncryptedList: Array<AzureString.AsObject>,
17856
18050
  Tenant?: google_protobuf_wrappers_pb.StringValue.AsObject,
18051
+ PermissionsKeysRowEncryptedValuesList: Array<CloudockitTag.AsObject>,
18052
+ PermissionsCertificatesRowEncryptedValuesList: Array<CloudockitTag.AsObject>,
18053
+ PermissionsSecretsRowEncryptedValuesList: Array<CloudockitTag.AsObject>,
17857
18054
  }
17858
18055
  }
17859
18056
 
@@ -18105,6 +18302,15 @@ export class AzureMicrosoftManagementGroup extends jspb.Message {
18105
18302
  getADK_price(): google_protobuf_wrappers_pb.StringValue | undefined;
18106
18303
  setADK_price(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftManagementGroup;
18107
18304
 
18305
+ hasManageGroupId(): boolean;
18306
+ clearManageGroupId(): void;
18307
+ getManageGroupId(): google_protobuf_wrappers_pb.StringValue | undefined;
18308
+ setManageGroupId(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftManagementGroup;
18309
+ clearAssociatedSubscriptionsList(): void;
18310
+ getAssociatedSubscriptionsList(): Array<AzureMicrosoftAzureSubscription>;
18311
+ setAssociatedSubscriptionsList(value: Array<AzureMicrosoftAzureSubscription>): AzureMicrosoftManagementGroup;
18312
+ addAssociatedSubscriptions(value?: AzureMicrosoftAzureSubscription, index?: number): AzureMicrosoftAzureSubscription;
18313
+
18108
18314
  serializeBinary(): Uint8Array;
18109
18315
  toObject(includeInstance?: boolean): AzureMicrosoftManagementGroup.AsObject;
18110
18316
  static toObject(includeInstance: boolean, msg: AzureMicrosoftManagementGroup): AzureMicrosoftManagementGroup.AsObject;
@@ -18129,6 +18335,8 @@ export namespace AzureMicrosoftManagementGroup {
18129
18335
  WarningsList: Array<CDKRule.AsObject>,
18130
18336
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
18131
18337
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
18338
+ ManageGroupId?: google_protobuf_wrappers_pb.StringValue.AsObject,
18339
+ AssociatedSubscriptionsList: Array<AzureMicrosoftAzureSubscription.AsObject>,
18132
18340
  }
18133
18341
  }
18134
18342
 
@@ -19457,6 +19665,75 @@ export class AzureMicrosoftPostgreSqlFlexibleServer extends jspb.Message {
19457
19665
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
19458
19666
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServer;
19459
19667
 
19668
+ hasStatus(): boolean;
19669
+ clearStatus(): void;
19670
+ getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
19671
+ setStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServer;
19672
+
19673
+ hasPricingTier(): boolean;
19674
+ clearPricingTier(): void;
19675
+ getPricingTier(): google_protobuf_wrappers_pb.StringValue | undefined;
19676
+ setPricingTier(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServer;
19677
+
19678
+ hasComputeSize(): boolean;
19679
+ clearComputeSize(): void;
19680
+ getComputeSize(): google_protobuf_wrappers_pb.StringValue | undefined;
19681
+ setComputeSize(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServer;
19682
+
19683
+ hasStorageSizeInGb(): boolean;
19684
+ clearStorageSizeInGb(): void;
19685
+ getStorageSizeInGb(): google_protobuf_wrappers_pb.StringValue | undefined;
19686
+ setStorageSizeInGb(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServer;
19687
+
19688
+ hasStorageAutoGrowth(): boolean;
19689
+ clearStorageAutoGrowth(): void;
19690
+ getStorageAutoGrowth(): google_protobuf_wrappers_pb.StringValue | undefined;
19691
+ setStorageAutoGrowth(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServer;
19692
+
19693
+ hasVirtualNetworkADK_gUID(): boolean;
19694
+ clearVirtualNetworkADK_gUID(): void;
19695
+ getVirtualNetworkADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
19696
+ setVirtualNetworkADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServer;
19697
+
19698
+ hasVirtualNetworkADK_name(): boolean;
19699
+ clearVirtualNetworkADK_name(): void;
19700
+ getVirtualNetworkADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
19701
+ setVirtualNetworkADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServer;
19702
+
19703
+ hasSubnetADK_gUID(): boolean;
19704
+ clearSubnetADK_gUID(): void;
19705
+ getSubnetADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
19706
+ setSubnetADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServer;
19707
+
19708
+ hasSubnetADK_name(): boolean;
19709
+ clearSubnetADK_name(): void;
19710
+ getSubnetADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
19711
+ setSubnetADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServer;
19712
+
19713
+ hasPrivateDnsZoneADK_gUID(): boolean;
19714
+ clearPrivateDnsZoneADK_gUID(): void;
19715
+ getPrivateDnsZoneADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
19716
+ setPrivateDnsZoneADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServer;
19717
+
19718
+ hasPrivateDnsZoneADK_name(): boolean;
19719
+ clearPrivateDnsZoneADK_name(): void;
19720
+ getPrivateDnsZoneADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
19721
+ setPrivateDnsZoneADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServer;
19722
+
19723
+ hasEnableHighAvailability(): boolean;
19724
+ clearEnableHighAvailability(): void;
19725
+ getEnableHighAvailability(): google_protobuf_wrappers_pb.StringValue | undefined;
19726
+ setEnableHighAvailability(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServer;
19727
+
19728
+ hasAvailabilityZoneCount(): boolean;
19729
+ clearAvailabilityZoneCount(): void;
19730
+ getAvailabilityZoneCount(): google_protobuf_wrappers_pb.StringValue | undefined;
19731
+ setAvailabilityZoneCount(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServer;
19732
+ clearServerBackupsList(): void;
19733
+ getServerBackupsList(): Array<AzureMicrosoftPostgreSqlFlexibleServerBackup>;
19734
+ setServerBackupsList(value: Array<AzureMicrosoftPostgreSqlFlexibleServerBackup>): AzureMicrosoftPostgreSqlFlexibleServer;
19735
+ addServerBackups(value?: AzureMicrosoftPostgreSqlFlexibleServerBackup, index?: number): AzureMicrosoftPostgreSqlFlexibleServerBackup;
19736
+
19460
19737
  serializeBinary(): Uint8Array;
19461
19738
  toObject(includeInstance?: boolean): AzureMicrosoftPostgreSqlFlexibleServer.AsObject;
19462
19739
  static toObject(includeInstance: boolean, msg: AzureMicrosoftPostgreSqlFlexibleServer): AzureMicrosoftPostgreSqlFlexibleServer.AsObject;
@@ -19496,6 +19773,20 @@ export namespace AzureMicrosoftPostgreSqlFlexibleServer {
19496
19773
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
19497
19774
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
19498
19775
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
19776
+ Status?: google_protobuf_wrappers_pb.StringValue.AsObject,
19777
+ PricingTier?: google_protobuf_wrappers_pb.StringValue.AsObject,
19778
+ ComputeSize?: google_protobuf_wrappers_pb.StringValue.AsObject,
19779
+ StorageSizeInGb?: google_protobuf_wrappers_pb.StringValue.AsObject,
19780
+ StorageAutoGrowth?: google_protobuf_wrappers_pb.StringValue.AsObject,
19781
+ VirtualNetworkADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
19782
+ VirtualNetworkADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
19783
+ SubnetADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
19784
+ SubnetADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
19785
+ PrivateDnsZoneADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
19786
+ PrivateDnsZoneADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
19787
+ EnableHighAvailability?: google_protobuf_wrappers_pb.StringValue.AsObject,
19788
+ AvailabilityZoneCount?: google_protobuf_wrappers_pb.StringValue.AsObject,
19789
+ ServerBackupsList: Array<AzureMicrosoftPostgreSqlFlexibleServerBackup.AsObject>,
19499
19790
  }
19500
19791
  }
19501
19792
 
@@ -19516,6 +19807,11 @@ export class AzureMicrosoftPostgreSqlFlexibleDatabase extends jspb.Message {
19516
19807
  getCollation(): google_protobuf_wrappers_pb.StringValue | undefined;
19517
19808
  setCollation(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleDatabase;
19518
19809
 
19810
+ hasADK_name(): boolean;
19811
+ clearADK_name(): void;
19812
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
19813
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleDatabase;
19814
+
19519
19815
  serializeBinary(): Uint8Array;
19520
19816
  toObject(includeInstance?: boolean): AzureMicrosoftPostgreSqlFlexibleDatabase.AsObject;
19521
19817
  static toObject(includeInstance: boolean, msg: AzureMicrosoftPostgreSqlFlexibleDatabase): AzureMicrosoftPostgreSqlFlexibleDatabase.AsObject;
@@ -19531,6 +19827,7 @@ export namespace AzureMicrosoftPostgreSqlFlexibleDatabase {
19531
19827
  Name?: google_protobuf_wrappers_pb.StringValue.AsObject,
19532
19828
  Charset?: google_protobuf_wrappers_pb.StringValue.AsObject,
19533
19829
  Collation?: google_protobuf_wrappers_pb.StringValue.AsObject,
19830
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
19534
19831
  }
19535
19832
  }
19536
19833
 
@@ -19551,6 +19848,11 @@ export class AzureMicrosoftPostgreSqlFlexibleFirewallRule extends jspb.Message {
19551
19848
  getEndIpAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
19552
19849
  setEndIpAddress(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleFirewallRule;
19553
19850
 
19851
+ hasADK_name(): boolean;
19852
+ clearADK_name(): void;
19853
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
19854
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleFirewallRule;
19855
+
19554
19856
  serializeBinary(): Uint8Array;
19555
19857
  toObject(includeInstance?: boolean): AzureMicrosoftPostgreSqlFlexibleFirewallRule.AsObject;
19556
19858
  static toObject(includeInstance: boolean, msg: AzureMicrosoftPostgreSqlFlexibleFirewallRule): AzureMicrosoftPostgreSqlFlexibleFirewallRule.AsObject;
@@ -19566,6 +19868,7 @@ export namespace AzureMicrosoftPostgreSqlFlexibleFirewallRule {
19566
19868
  Name?: google_protobuf_wrappers_pb.StringValue.AsObject,
19567
19869
  StartIpAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
19568
19870
  EndIpAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
19871
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
19569
19872
  }
19570
19873
  }
19571
19874
 
@@ -19658,6 +19961,53 @@ export class AzureMicrosoftPostgreSQL extends jspb.Message {
19658
19961
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
19659
19962
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSQL;
19660
19963
 
19964
+ hasStatus(): boolean;
19965
+ clearStatus(): void;
19966
+ getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
19967
+ setStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSQL;
19968
+
19969
+ hasPerformanceConfiguration(): boolean;
19970
+ clearPerformanceConfiguration(): void;
19971
+ getPerformanceConfiguration(): google_protobuf_wrappers_pb.StringValue | undefined;
19972
+ setPerformanceConfiguration(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSQL;
19973
+
19974
+ hasSslEnforcementState(): boolean;
19975
+ clearSslEnforcementState(): void;
19976
+ getSslEnforcementState(): google_protobuf_wrappers_pb.StringValue | undefined;
19977
+ setSslEnforcementState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSQL;
19978
+
19979
+ hasStorageSize(): boolean;
19980
+ clearStorageSize(): void;
19981
+ getStorageSize(): google_protobuf_wrappers_pb.StringValue | undefined;
19982
+ setStorageSize(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSQL;
19983
+
19984
+ hasStorageAutogrow(): boolean;
19985
+ clearStorageAutogrow(): void;
19986
+ getStorageAutogrow(): google_protobuf_wrappers_pb.StringValue | undefined;
19987
+ setStorageAutogrow(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSQL;
19988
+
19989
+ hasMinimumTlsVersion(): boolean;
19990
+ clearMinimumTlsVersion(): void;
19991
+ getMinimumTlsVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
19992
+ setMinimumTlsVersion(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSQL;
19993
+
19994
+ hasBackupRetentionPeriod(): boolean;
19995
+ clearBackupRetentionPeriod(): void;
19996
+ getBackupRetentionPeriod(): google_protobuf_wrappers_pb.StringValue | undefined;
19997
+ setBackupRetentionPeriod(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSQL;
19998
+ clearPostgreSqlFirewallRulesList(): void;
19999
+ getPostgreSqlFirewallRulesList(): Array<AzureMicrosoftPostgreSqlFirewallRule>;
20000
+ setPostgreSqlFirewallRulesList(value: Array<AzureMicrosoftPostgreSqlFirewallRule>): AzureMicrosoftPostgreSQL;
20001
+ addPostgreSqlFirewallRules(value?: AzureMicrosoftPostgreSqlFirewallRule, index?: number): AzureMicrosoftPostgreSqlFirewallRule;
20002
+ clearPostgreSqlVirtualNetworkRulesList(): void;
20003
+ getPostgreSqlVirtualNetworkRulesList(): Array<AzureMicrosoftPostgreSqlVirtualNetworkRule>;
20004
+ setPostgreSqlVirtualNetworkRulesList(value: Array<AzureMicrosoftPostgreSqlVirtualNetworkRule>): AzureMicrosoftPostgreSQL;
20005
+ addPostgreSqlVirtualNetworkRules(value?: AzureMicrosoftPostgreSqlVirtualNetworkRule, index?: number): AzureMicrosoftPostgreSqlVirtualNetworkRule;
20006
+ clearPrivateEndpointConnectionsList(): void;
20007
+ getPrivateEndpointConnectionsList(): Array<AzureMicrosoftPostgrePrivateEndpointConnection>;
20008
+ setPrivateEndpointConnectionsList(value: Array<AzureMicrosoftPostgrePrivateEndpointConnection>): AzureMicrosoftPostgreSQL;
20009
+ addPrivateEndpointConnections(value?: AzureMicrosoftPostgrePrivateEndpointConnection, index?: number): AzureMicrosoftPostgrePrivateEndpointConnection;
20010
+
19661
20011
  serializeBinary(): Uint8Array;
19662
20012
  toObject(includeInstance?: boolean): AzureMicrosoftPostgreSQL.AsObject;
19663
20013
  static toObject(includeInstance: boolean, msg: AzureMicrosoftPostgreSQL): AzureMicrosoftPostgreSQL.AsObject;
@@ -19689,6 +20039,16 @@ export namespace AzureMicrosoftPostgreSQL {
19689
20039
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
19690
20040
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
19691
20041
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
20042
+ Status?: google_protobuf_wrappers_pb.StringValue.AsObject,
20043
+ PerformanceConfiguration?: google_protobuf_wrappers_pb.StringValue.AsObject,
20044
+ SslEnforcementState?: google_protobuf_wrappers_pb.StringValue.AsObject,
20045
+ StorageSize?: google_protobuf_wrappers_pb.StringValue.AsObject,
20046
+ StorageAutogrow?: google_protobuf_wrappers_pb.StringValue.AsObject,
20047
+ MinimumTlsVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
20048
+ BackupRetentionPeriod?: google_protobuf_wrappers_pb.StringValue.AsObject,
20049
+ PostgreSqlFirewallRulesList: Array<AzureMicrosoftPostgreSqlFirewallRule.AsObject>,
20050
+ PostgreSqlVirtualNetworkRulesList: Array<AzureMicrosoftPostgreSqlVirtualNetworkRule.AsObject>,
20051
+ PrivateEndpointConnectionsList: Array<AzureMicrosoftPostgrePrivateEndpointConnection.AsObject>,
19692
20052
  }
19693
20053
  }
19694
20054
 
@@ -20217,6 +20577,11 @@ export class AzureMicrosoftRecoveryServiceBackupProtectedItem extends jspb.Messa
20217
20577
  getLastRecoveryPoint(): google_protobuf_wrappers_pb.Int64Value | undefined;
20218
20578
  setLastRecoveryPoint(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftRecoveryServiceBackupProtectedItem;
20219
20579
 
20580
+ hasLastRecoverOn(): boolean;
20581
+ clearLastRecoverOn(): void;
20582
+ getLastRecoverOn(): google_protobuf_wrappers_pb.StringValue | undefined;
20583
+ setLastRecoverOn(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftRecoveryServiceBackupProtectedItem;
20584
+
20220
20585
  serializeBinary(): Uint8Array;
20221
20586
  toObject(includeInstance?: boolean): AzureMicrosoftRecoveryServiceBackupProtectedItem.AsObject;
20222
20587
  static toObject(includeInstance: boolean, msg: AzureMicrosoftRecoveryServiceBackupProtectedItem): AzureMicrosoftRecoveryServiceBackupProtectedItem.AsObject;
@@ -20233,6 +20598,7 @@ export namespace AzureMicrosoftRecoveryServiceBackupProtectedItem {
20233
20598
  BackupManagementFriendlyName?: google_protobuf_wrappers_pb.StringValue.AsObject,
20234
20599
  LastBackupStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
20235
20600
  LastRecoveryPoint?: google_protobuf_wrappers_pb.Int64Value.AsObject,
20601
+ LastRecoverOn?: google_protobuf_wrappers_pb.StringValue.AsObject,
20236
20602
  }
20237
20603
  }
20238
20604
 
@@ -20408,6 +20774,10 @@ export class AzureMicrosoftRedis extends jspb.Message {
20408
20774
  clearADK_location(): void;
20409
20775
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
20410
20776
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftRedis;
20777
+ clearRedisPrivateEndpointConnectionsList(): void;
20778
+ getRedisPrivateEndpointConnectionsList(): Array<AzureMicrosoftRedisPrivateEndpointConnection>;
20779
+ setRedisPrivateEndpointConnectionsList(value: Array<AzureMicrosoftRedisPrivateEndpointConnection>): AzureMicrosoftRedis;
20780
+ addRedisPrivateEndpointConnections(value?: AzureMicrosoftRedisPrivateEndpointConnection, index?: number): AzureMicrosoftRedisPrivateEndpointConnection;
20411
20781
 
20412
20782
  serializeBinary(): Uint8Array;
20413
20783
  toObject(includeInstance?: boolean): AzureMicrosoftRedis.AsObject;
@@ -20450,6 +20820,7 @@ export namespace AzureMicrosoftRedis {
20450
20820
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
20451
20821
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
20452
20822
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
20823
+ RedisPrivateEndpointConnectionsList: Array<AzureMicrosoftRedisPrivateEndpointConnection.AsObject>,
20453
20824
  }
20454
20825
  }
20455
20826
 
@@ -20724,6 +21095,11 @@ export class AzureMicrosoftSearchServices extends jspb.Message {
20724
21095
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
20725
21096
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSearchServices;
20726
21097
 
21098
+ hasDisplayStatus(): boolean;
21099
+ clearDisplayStatus(): void;
21100
+ getDisplayStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
21101
+ setDisplayStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSearchServices;
21102
+
20727
21103
  serializeBinary(): Uint8Array;
20728
21104
  toObject(includeInstance?: boolean): AzureMicrosoftSearchServices.AsObject;
20729
21105
  static toObject(includeInstance: boolean, msg: AzureMicrosoftSearchServices): AzureMicrosoftSearchServices.AsObject;
@@ -20755,6 +21131,7 @@ export namespace AzureMicrosoftSearchServices {
20755
21131
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
20756
21132
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
20757
21133
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
21134
+ DisplayStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
20758
21135
  }
20759
21136
  }
20760
21137
 
@@ -21263,6 +21640,40 @@ export class AzureMicrosoftServiceBusNamespace extends jspb.Message {
21263
21640
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
21264
21641
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusNamespace;
21265
21642
 
21643
+ hasStatus(): boolean;
21644
+ clearStatus(): void;
21645
+ getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
21646
+ setStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusNamespace;
21647
+
21648
+ hasCreated(): boolean;
21649
+ clearCreated(): void;
21650
+ getCreated(): google_protobuf_wrappers_pb.StringValue | undefined;
21651
+ setCreated(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusNamespace;
21652
+
21653
+ hasUpdated(): boolean;
21654
+ clearUpdated(): void;
21655
+ getUpdated(): google_protobuf_wrappers_pb.StringValue | undefined;
21656
+ setUpdated(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusNamespace;
21657
+
21658
+ hasPricingTier(): boolean;
21659
+ clearPricingTier(): void;
21660
+ getPricingTier(): google_protobuf_wrappers_pb.StringValue | undefined;
21661
+ setPricingTier(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusNamespace;
21662
+
21663
+ hasHostName(): boolean;
21664
+ clearHostName(): void;
21665
+ getHostName(): google_protobuf_wrappers_pb.StringValue | undefined;
21666
+ setHostName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusNamespace;
21667
+
21668
+ hasLocalAuthentication(): boolean;
21669
+ clearLocalAuthentication(): void;
21670
+ getLocalAuthentication(): google_protobuf_wrappers_pb.StringValue | undefined;
21671
+ setLocalAuthentication(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusNamespace;
21672
+ clearServiceBusAuthorizationRulesList(): void;
21673
+ getServiceBusAuthorizationRulesList(): Array<AzureMicrosoftServiceBusAuthorizationRule>;
21674
+ setServiceBusAuthorizationRulesList(value: Array<AzureMicrosoftServiceBusAuthorizationRule>): AzureMicrosoftServiceBusNamespace;
21675
+ addServiceBusAuthorizationRules(value?: AzureMicrosoftServiceBusAuthorizationRule, index?: number): AzureMicrosoftServiceBusAuthorizationRule;
21676
+
21266
21677
  serializeBinary(): Uint8Array;
21267
21678
  toObject(includeInstance?: boolean): AzureMicrosoftServiceBusNamespace.AsObject;
21268
21679
  static toObject(includeInstance: boolean, msg: AzureMicrosoftServiceBusNamespace): AzureMicrosoftServiceBusNamespace.AsObject;
@@ -21296,6 +21707,13 @@ export namespace AzureMicrosoftServiceBusNamespace {
21296
21707
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
21297
21708
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
21298
21709
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
21710
+ Status?: google_protobuf_wrappers_pb.StringValue.AsObject,
21711
+ Created?: google_protobuf_wrappers_pb.StringValue.AsObject,
21712
+ Updated?: google_protobuf_wrappers_pb.StringValue.AsObject,
21713
+ PricingTier?: google_protobuf_wrappers_pb.StringValue.AsObject,
21714
+ HostName?: google_protobuf_wrappers_pb.StringValue.AsObject,
21715
+ LocalAuthentication?: google_protobuf_wrappers_pb.StringValue.AsObject,
21716
+ ServiceBusAuthorizationRulesList: Array<AzureMicrosoftServiceBusAuthorizationRule.AsObject>,
21299
21717
  }
21300
21718
  }
21301
21719
 
@@ -21391,6 +21809,106 @@ export class AzureMicrosoftServiceBusQueue extends jspb.Message {
21391
21809
  getEnablePartitioning(): google_protobuf_wrappers_pb.BoolValue | undefined;
21392
21810
  setEnablePartitioning(value?: google_protobuf_wrappers_pb.BoolValue): AzureMicrosoftServiceBusQueue;
21393
21811
 
21812
+ hasADK_name(): boolean;
21813
+ clearADK_name(): void;
21814
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
21815
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusQueue;
21816
+
21817
+ hasPartitioningState(): boolean;
21818
+ clearPartitioningState(): void;
21819
+ getPartitioningState(): google_protobuf_wrappers_pb.StringValue | undefined;
21820
+ setPartitioningState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusQueue;
21821
+
21822
+ hasDuplicateDetectionState(): boolean;
21823
+ clearDuplicateDetectionState(): void;
21824
+ getDuplicateDetectionState(): google_protobuf_wrappers_pb.StringValue | undefined;
21825
+ setDuplicateDetectionState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusQueue;
21826
+
21827
+ hasDeadLetteringOnMessageExpirationState(): boolean;
21828
+ clearDeadLetteringOnMessageExpirationState(): void;
21829
+ getDeadLetteringOnMessageExpirationState(): google_protobuf_wrappers_pb.StringValue | undefined;
21830
+ setDeadLetteringOnMessageExpirationState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusQueue;
21831
+
21832
+ hasCreated(): boolean;
21833
+ clearCreated(): void;
21834
+ getCreated(): google_protobuf_wrappers_pb.StringValue | undefined;
21835
+ setCreated(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusQueue;
21836
+
21837
+ hasUpdated(): boolean;
21838
+ clearUpdated(): void;
21839
+ getUpdated(): google_protobuf_wrappers_pb.StringValue | undefined;
21840
+ setUpdated(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusQueue;
21841
+
21842
+ hasSessionState(): boolean;
21843
+ clearSessionState(): void;
21844
+ getSessionState(): google_protobuf_wrappers_pb.StringValue | undefined;
21845
+ setSessionState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusQueue;
21846
+
21847
+ hasSizeInByte(): boolean;
21848
+ clearSizeInByte(): void;
21849
+ getSizeInByte(): google_protobuf_wrappers_pb.StringValue | undefined;
21850
+ setSizeInByte(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusQueue;
21851
+
21852
+ hasMaxSizeMegabytes(): boolean;
21853
+ clearMaxSizeMegabytes(): void;
21854
+ getMaxSizeMegabytes(): google_protobuf_wrappers_pb.Int64Value | undefined;
21855
+ setMaxSizeMegabytes(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftServiceBusQueue;
21856
+
21857
+ hasMaxMessageSizeInKilobyte(): boolean;
21858
+ clearMaxMessageSizeInKilobyte(): void;
21859
+ getMaxMessageSizeInKilobyte(): google_protobuf_wrappers_pb.Int64Value | undefined;
21860
+ setMaxMessageSizeInKilobyte(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftServiceBusQueue;
21861
+
21862
+ hasEnableBatchedOperationsStatus(): boolean;
21863
+ clearEnableBatchedOperationsStatus(): void;
21864
+ getEnableBatchedOperationsStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
21865
+ setEnableBatchedOperationsStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusQueue;
21866
+
21867
+ hasAutoDeleteOnIdle(): boolean;
21868
+ clearAutoDeleteOnIdle(): void;
21869
+ getAutoDeleteOnIdle(): google_protobuf_wrappers_pb.StringValue | undefined;
21870
+ setAutoDeleteOnIdle(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusQueue;
21871
+
21872
+ hasEnableExpressStatus(): boolean;
21873
+ clearEnableExpressStatus(): void;
21874
+ getEnableExpressStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
21875
+ setEnableExpressStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusQueue;
21876
+
21877
+ hasForwardMessagesTo(): boolean;
21878
+ clearForwardMessagesTo(): void;
21879
+ getForwardMessagesTo(): google_protobuf_wrappers_pb.StringValue | undefined;
21880
+ setForwardMessagesTo(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusQueue;
21881
+
21882
+ hasForwardDeadLetteredMessagesTo(): boolean;
21883
+ clearForwardDeadLetteredMessagesTo(): void;
21884
+ getForwardDeadLetteredMessagesTo(): google_protobuf_wrappers_pb.StringValue | undefined;
21885
+ setForwardDeadLetteredMessagesTo(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusQueue;
21886
+
21887
+ hasActiveMessageCount(): boolean;
21888
+ clearActiveMessageCount(): void;
21889
+ getActiveMessageCount(): google_protobuf_wrappers_pb.Int64Value | undefined;
21890
+ setActiveMessageCount(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftServiceBusQueue;
21891
+
21892
+ hasScheduledMessageCount(): boolean;
21893
+ clearScheduledMessageCount(): void;
21894
+ getScheduledMessageCount(): google_protobuf_wrappers_pb.Int64Value | undefined;
21895
+ setScheduledMessageCount(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftServiceBusQueue;
21896
+
21897
+ hasDeadLetterMessageCount(): boolean;
21898
+ clearDeadLetterMessageCount(): void;
21899
+ getDeadLetterMessageCount(): google_protobuf_wrappers_pb.Int64Value | undefined;
21900
+ setDeadLetterMessageCount(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftServiceBusQueue;
21901
+
21902
+ hasTransferMessageCount(): boolean;
21903
+ clearTransferMessageCount(): void;
21904
+ getTransferMessageCount(): google_protobuf_wrappers_pb.Int64Value | undefined;
21905
+ setTransferMessageCount(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftServiceBusQueue;
21906
+
21907
+ hasTransferDeadLetterMessageCount(): boolean;
21908
+ clearTransferDeadLetterMessageCount(): void;
21909
+ getTransferDeadLetterMessageCount(): google_protobuf_wrappers_pb.Int64Value | undefined;
21910
+ setTransferDeadLetterMessageCount(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftServiceBusQueue;
21911
+
21394
21912
  serializeBinary(): Uint8Array;
21395
21913
  toObject(includeInstance?: boolean): AzureMicrosoftServiceBusQueue.AsObject;
21396
21914
  static toObject(includeInstance: boolean, msg: AzureMicrosoftServiceBusQueue): AzureMicrosoftServiceBusQueue.AsObject;
@@ -21421,6 +21939,26 @@ export namespace AzureMicrosoftServiceBusQueue {
21421
21939
  MaxDeliveryCount?: google_protobuf_wrappers_pb.Int32Value.AsObject,
21422
21940
  FormattedUpdated?: google_protobuf_wrappers_pb.StringValue.AsObject,
21423
21941
  EnablePartitioning?: google_protobuf_wrappers_pb.BoolValue.AsObject,
21942
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
21943
+ PartitioningState?: google_protobuf_wrappers_pb.StringValue.AsObject,
21944
+ DuplicateDetectionState?: google_protobuf_wrappers_pb.StringValue.AsObject,
21945
+ DeadLetteringOnMessageExpirationState?: google_protobuf_wrappers_pb.StringValue.AsObject,
21946
+ Created?: google_protobuf_wrappers_pb.StringValue.AsObject,
21947
+ Updated?: google_protobuf_wrappers_pb.StringValue.AsObject,
21948
+ SessionState?: google_protobuf_wrappers_pb.StringValue.AsObject,
21949
+ SizeInByte?: google_protobuf_wrappers_pb.StringValue.AsObject,
21950
+ MaxSizeMegabytes?: google_protobuf_wrappers_pb.Int64Value.AsObject,
21951
+ MaxMessageSizeInKilobyte?: google_protobuf_wrappers_pb.Int64Value.AsObject,
21952
+ EnableBatchedOperationsStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
21953
+ AutoDeleteOnIdle?: google_protobuf_wrappers_pb.StringValue.AsObject,
21954
+ EnableExpressStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
21955
+ ForwardMessagesTo?: google_protobuf_wrappers_pb.StringValue.AsObject,
21956
+ ForwardDeadLetteredMessagesTo?: google_protobuf_wrappers_pb.StringValue.AsObject,
21957
+ ActiveMessageCount?: google_protobuf_wrappers_pb.Int64Value.AsObject,
21958
+ ScheduledMessageCount?: google_protobuf_wrappers_pb.Int64Value.AsObject,
21959
+ DeadLetterMessageCount?: google_protobuf_wrappers_pb.Int64Value.AsObject,
21960
+ TransferMessageCount?: google_protobuf_wrappers_pb.Int64Value.AsObject,
21961
+ TransferDeadLetterMessageCount?: google_protobuf_wrappers_pb.Int64Value.AsObject,
21424
21962
  }
21425
21963
  }
21426
21964
 
@@ -21506,6 +22044,91 @@ export class AzureMicrosoftServiceBusTopic extends jspb.Message {
21506
22044
  getEnablePartitioning(): google_protobuf_wrappers_pb.BoolValue | undefined;
21507
22045
  setEnablePartitioning(value?: google_protobuf_wrappers_pb.BoolValue): AzureMicrosoftServiceBusTopic;
21508
22046
 
22047
+ hasADK_name(): boolean;
22048
+ clearADK_name(): void;
22049
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
22050
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusTopic;
22051
+
22052
+ hasPartitioningState(): boolean;
22053
+ clearPartitioningState(): void;
22054
+ getPartitioningState(): google_protobuf_wrappers_pb.StringValue | undefined;
22055
+ setPartitioningState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusTopic;
22056
+
22057
+ hasDuplicateDetectionState(): boolean;
22058
+ clearDuplicateDetectionState(): void;
22059
+ getDuplicateDetectionState(): google_protobuf_wrappers_pb.StringValue | undefined;
22060
+ setDuplicateDetectionState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusTopic;
22061
+
22062
+ hasCreated(): boolean;
22063
+ clearCreated(): void;
22064
+ getCreated(): google_protobuf_wrappers_pb.StringValue | undefined;
22065
+ setCreated(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusTopic;
22066
+
22067
+ hasUpdated(): boolean;
22068
+ clearUpdated(): void;
22069
+ getUpdated(): google_protobuf_wrappers_pb.StringValue | undefined;
22070
+ setUpdated(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusTopic;
22071
+
22072
+ hasSupportOrderingState(): boolean;
22073
+ clearSupportOrderingState(): void;
22074
+ getSupportOrderingState(): google_protobuf_wrappers_pb.StringValue | undefined;
22075
+ setSupportOrderingState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusTopic;
22076
+
22077
+ hasSizeInByte(): boolean;
22078
+ clearSizeInByte(): void;
22079
+ getSizeInByte(): google_protobuf_wrappers_pb.StringValue | undefined;
22080
+ setSizeInByte(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusTopic;
22081
+
22082
+ hasMaxSizeMegabytes(): boolean;
22083
+ clearMaxSizeMegabytes(): void;
22084
+ getMaxSizeMegabytes(): google_protobuf_wrappers_pb.Int64Value | undefined;
22085
+ setMaxSizeMegabytes(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftServiceBusTopic;
22086
+
22087
+ hasMaxMessageSizeInKilobyte(): boolean;
22088
+ clearMaxMessageSizeInKilobyte(): void;
22089
+ getMaxMessageSizeInKilobyte(): google_protobuf_wrappers_pb.Int64Value | undefined;
22090
+ setMaxMessageSizeInKilobyte(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftServiceBusTopic;
22091
+
22092
+ hasEnableBatchedOperationsStatus(): boolean;
22093
+ clearEnableBatchedOperationsStatus(): void;
22094
+ getEnableBatchedOperationsStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
22095
+ setEnableBatchedOperationsStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusTopic;
22096
+
22097
+ hasAutoDeleteOnIdle(): boolean;
22098
+ clearAutoDeleteOnIdle(): void;
22099
+ getAutoDeleteOnIdle(): google_protobuf_wrappers_pb.StringValue | undefined;
22100
+ setAutoDeleteOnIdle(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusTopic;
22101
+
22102
+ hasEnableExpressStatus(): boolean;
22103
+ clearEnableExpressStatus(): void;
22104
+ getEnableExpressStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
22105
+ setEnableExpressStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusTopic;
22106
+
22107
+ hasActiveMessageCount(): boolean;
22108
+ clearActiveMessageCount(): void;
22109
+ getActiveMessageCount(): google_protobuf_wrappers_pb.Int64Value | undefined;
22110
+ setActiveMessageCount(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftServiceBusTopic;
22111
+
22112
+ hasScheduledMessageCount(): boolean;
22113
+ clearScheduledMessageCount(): void;
22114
+ getScheduledMessageCount(): google_protobuf_wrappers_pb.Int64Value | undefined;
22115
+ setScheduledMessageCount(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftServiceBusTopic;
22116
+
22117
+ hasDeadLetterMessageCount(): boolean;
22118
+ clearDeadLetterMessageCount(): void;
22119
+ getDeadLetterMessageCount(): google_protobuf_wrappers_pb.Int64Value | undefined;
22120
+ setDeadLetterMessageCount(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftServiceBusTopic;
22121
+
22122
+ hasTransferMessageCount(): boolean;
22123
+ clearTransferMessageCount(): void;
22124
+ getTransferMessageCount(): google_protobuf_wrappers_pb.Int64Value | undefined;
22125
+ setTransferMessageCount(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftServiceBusTopic;
22126
+
22127
+ hasTransferDeadLetterMessageCount(): boolean;
22128
+ clearTransferDeadLetterMessageCount(): void;
22129
+ getTransferDeadLetterMessageCount(): google_protobuf_wrappers_pb.Int64Value | undefined;
22130
+ setTransferDeadLetterMessageCount(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftServiceBusTopic;
22131
+
21509
22132
  serializeBinary(): Uint8Array;
21510
22133
  toObject(includeInstance?: boolean): AzureMicrosoftServiceBusTopic.AsObject;
21511
22134
  static toObject(includeInstance: boolean, msg: AzureMicrosoftServiceBusTopic): AzureMicrosoftServiceBusTopic.AsObject;
@@ -21534,6 +22157,23 @@ export namespace AzureMicrosoftServiceBusTopic {
21534
22157
  DuplicateDetectionHistoryTimeWindow?: google_protobuf_wrappers_pb.StringValue.AsObject,
21535
22158
  FormattedUpdated?: google_protobuf_wrappers_pb.StringValue.AsObject,
21536
22159
  EnablePartitioning?: google_protobuf_wrappers_pb.BoolValue.AsObject,
22160
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
22161
+ PartitioningState?: google_protobuf_wrappers_pb.StringValue.AsObject,
22162
+ DuplicateDetectionState?: google_protobuf_wrappers_pb.StringValue.AsObject,
22163
+ Created?: google_protobuf_wrappers_pb.StringValue.AsObject,
22164
+ Updated?: google_protobuf_wrappers_pb.StringValue.AsObject,
22165
+ SupportOrderingState?: google_protobuf_wrappers_pb.StringValue.AsObject,
22166
+ SizeInByte?: google_protobuf_wrappers_pb.StringValue.AsObject,
22167
+ MaxSizeMegabytes?: google_protobuf_wrappers_pb.Int64Value.AsObject,
22168
+ MaxMessageSizeInKilobyte?: google_protobuf_wrappers_pb.Int64Value.AsObject,
22169
+ EnableBatchedOperationsStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
22170
+ AutoDeleteOnIdle?: google_protobuf_wrappers_pb.StringValue.AsObject,
22171
+ EnableExpressStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
22172
+ ActiveMessageCount?: google_protobuf_wrappers_pb.Int64Value.AsObject,
22173
+ ScheduledMessageCount?: google_protobuf_wrappers_pb.Int64Value.AsObject,
22174
+ DeadLetterMessageCount?: google_protobuf_wrappers_pb.Int64Value.AsObject,
22175
+ TransferMessageCount?: google_protobuf_wrappers_pb.Int64Value.AsObject,
22176
+ TransferDeadLetterMessageCount?: google_protobuf_wrappers_pb.Int64Value.AsObject,
21537
22177
  }
21538
22178
  }
21539
22179
 
@@ -21945,6 +22585,36 @@ export class AzureMicrosoftSignalR extends jspb.Message {
21945
22585
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
21946
22586
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalR;
21947
22587
 
22588
+ hasNetworkAclDefaultAction(): boolean;
22589
+ clearNetworkAclDefaultAction(): void;
22590
+ getNetworkAclDefaultAction(): google_protobuf_wrappers_pb.StringValue | undefined;
22591
+ setNetworkAclDefaultAction(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalR;
22592
+
22593
+ hasNetworkAclRequestTypes(): boolean;
22594
+ clearNetworkAclRequestTypes(): void;
22595
+ getNetworkAclRequestTypes(): google_protobuf_wrappers_pb.StringValue | undefined;
22596
+ setNetworkAclRequestTypes(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalR;
22597
+ clearNetworkAclPrivateEndpointConnectionsList(): void;
22598
+ getNetworkAclPrivateEndpointConnectionsList(): Array<AzureMicrosoftSignalRAclPrivateEndpointConnection>;
22599
+ setNetworkAclPrivateEndpointConnectionsList(value: Array<AzureMicrosoftSignalRAclPrivateEndpointConnection>): AzureMicrosoftSignalR;
22600
+ addNetworkAclPrivateEndpointConnections(value?: AzureMicrosoftSignalRAclPrivateEndpointConnection, index?: number): AzureMicrosoftSignalRAclPrivateEndpointConnection;
22601
+ clearCustomDomainsList(): void;
22602
+ getCustomDomainsList(): Array<AzureMicrosoftSignalRCustomDomain>;
22603
+ setCustomDomainsList(value: Array<AzureMicrosoftSignalRCustomDomain>): AzureMicrosoftSignalR;
22604
+ addCustomDomains(value?: AzureMicrosoftSignalRCustomDomain, index?: number): AzureMicrosoftSignalRCustomDomain;
22605
+ clearPrivateEndpointConnectionsList(): void;
22606
+ getPrivateEndpointConnectionsList(): Array<AzureMicrosoftSignalRPrivateEndpointConnection>;
22607
+ setPrivateEndpointConnectionsList(value: Array<AzureMicrosoftSignalRPrivateEndpointConnection>): AzureMicrosoftSignalR;
22608
+ addPrivateEndpointConnections(value?: AzureMicrosoftSignalRPrivateEndpointConnection, index?: number): AzureMicrosoftSignalRPrivateEndpointConnection;
22609
+ clearSharedPrivateLinksList(): void;
22610
+ getSharedPrivateLinksList(): Array<AzureMicrosoftSignalRSharedPrivateLink>;
22611
+ setSharedPrivateLinksList(value: Array<AzureMicrosoftSignalRSharedPrivateLink>): AzureMicrosoftSignalR;
22612
+ addSharedPrivateLinks(value?: AzureMicrosoftSignalRSharedPrivateLink, index?: number): AzureMicrosoftSignalRSharedPrivateLink;
22613
+ clearFeaturesList(): void;
22614
+ getFeaturesList(): Array<CloudockitTag>;
22615
+ setFeaturesList(value: Array<CloudockitTag>): AzureMicrosoftSignalR;
22616
+ addFeatures(value?: CloudockitTag, index?: number): CloudockitTag;
22617
+
21948
22618
  serializeBinary(): Uint8Array;
21949
22619
  toObject(includeInstance?: boolean): AzureMicrosoftSignalR.AsObject;
21950
22620
  static toObject(includeInstance: boolean, msg: AzureMicrosoftSignalR): AzureMicrosoftSignalR.AsObject;
@@ -21978,6 +22648,13 @@ export namespace AzureMicrosoftSignalR {
21978
22648
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
21979
22649
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
21980
22650
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
22651
+ NetworkAclDefaultAction?: google_protobuf_wrappers_pb.StringValue.AsObject,
22652
+ NetworkAclRequestTypes?: google_protobuf_wrappers_pb.StringValue.AsObject,
22653
+ NetworkAclPrivateEndpointConnectionsList: Array<AzureMicrosoftSignalRAclPrivateEndpointConnection.AsObject>,
22654
+ CustomDomainsList: Array<AzureMicrosoftSignalRCustomDomain.AsObject>,
22655
+ PrivateEndpointConnectionsList: Array<AzureMicrosoftSignalRPrivateEndpointConnection.AsObject>,
22656
+ SharedPrivateLinksList: Array<AzureMicrosoftSignalRSharedPrivateLink.AsObject>,
22657
+ FeaturesList: Array<CloudockitTag.AsObject>,
21981
22658
  }
21982
22659
  }
21983
22660
 
@@ -22365,6 +23042,21 @@ export class AzureMicrosoftSqlElasticPool extends jspb.Message {
22365
23042
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
22366
23043
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlElasticPool;
22367
23044
 
23045
+ hasPricingTier(): boolean;
23046
+ clearPricingTier(): void;
23047
+ getPricingTier(): google_protobuf_wrappers_pb.StringValue | undefined;
23048
+ setPricingTier(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlElasticPool;
23049
+
23050
+ hasPerDatabaseSetting(): boolean;
23051
+ clearPerDatabaseSetting(): void;
23052
+ getPerDatabaseSetting(): google_protobuf_wrappers_pb.StringValue | undefined;
23053
+ setPerDatabaseSetting(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlElasticPool;
23054
+
23055
+ hasNumberOfDatabases(): boolean;
23056
+ clearNumberOfDatabases(): void;
23057
+ getNumberOfDatabases(): google_protobuf_wrappers_pb.Int32Value | undefined;
23058
+ setNumberOfDatabases(value?: google_protobuf_wrappers_pb.Int32Value): AzureMicrosoftSqlElasticPool;
23059
+
22368
23060
  serializeBinary(): Uint8Array;
22369
23061
  toObject(includeInstance?: boolean): AzureMicrosoftSqlElasticPool.AsObject;
22370
23062
  static toObject(includeInstance: boolean, msg: AzureMicrosoftSqlElasticPool): AzureMicrosoftSqlElasticPool.AsObject;
@@ -22399,6 +23091,9 @@ export namespace AzureMicrosoftSqlElasticPool {
22399
23091
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
22400
23092
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
22401
23093
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
23094
+ PricingTier?: google_protobuf_wrappers_pb.StringValue.AsObject,
23095
+ PerDatabaseSetting?: google_protobuf_wrappers_pb.StringValue.AsObject,
23096
+ NumberOfDatabases?: google_protobuf_wrappers_pb.Int32Value.AsObject,
22402
23097
  }
22403
23098
  }
22404
23099
 
@@ -22662,6 +23357,15 @@ export class AzureMicrosoftSqlManagedDatabase extends jspb.Message {
22662
23357
  getRestorePointInTimeFormatted(): google_protobuf_wrappers_pb.StringValue | undefined;
22663
23358
  setRestorePointInTimeFormatted(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlManagedDatabase;
22664
23359
 
23360
+ hasBackupShortTermRetentionPolicyRetentionDays(): boolean;
23361
+ clearBackupShortTermRetentionPolicyRetentionDays(): void;
23362
+ getBackupShortTermRetentionPolicyRetentionDays(): google_protobuf_wrappers_pb.StringValue | undefined;
23363
+ setBackupShortTermRetentionPolicyRetentionDays(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlManagedDatabase;
23364
+ clearSqlTablesList(): void;
23365
+ getSqlTablesList(): Array<AzureMicrosoftSqlTable>;
23366
+ setSqlTablesList(value: Array<AzureMicrosoftSqlTable>): AzureMicrosoftSqlManagedDatabase;
23367
+ addSqlTables(value?: AzureMicrosoftSqlTable, index?: number): AzureMicrosoftSqlTable;
23368
+
22665
23369
  serializeBinary(): Uint8Array;
22666
23370
  toObject(includeInstance?: boolean): AzureMicrosoftSqlManagedDatabase.AsObject;
22667
23371
  static toObject(includeInstance: boolean, msg: AzureMicrosoftSqlManagedDatabase): AzureMicrosoftSqlManagedDatabase.AsObject;
@@ -22681,6 +23385,8 @@ export namespace AzureMicrosoftSqlManagedDatabase {
22681
23385
  CreationDateFormatted?: google_protobuf_wrappers_pb.StringValue.AsObject,
22682
23386
  EarliestRestorePointFormatted?: google_protobuf_wrappers_pb.StringValue.AsObject,
22683
23387
  RestorePointInTimeFormatted?: google_protobuf_wrappers_pb.StringValue.AsObject,
23388
+ BackupShortTermRetentionPolicyRetentionDays?: google_protobuf_wrappers_pb.StringValue.AsObject,
23389
+ SqlTablesList: Array<AzureMicrosoftSqlTable.AsObject>,
22684
23390
  }
22685
23391
  }
22686
23392
 
@@ -22780,6 +23486,10 @@ export class AzureMicrosoftSqlServer extends jspb.Message {
22780
23486
  clearADK_location(): void;
22781
23487
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
22782
23488
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlServer;
23489
+ clearPrivateEndpointConnectionsList(): void;
23490
+ getPrivateEndpointConnectionsList(): Array<AzureMicrosoftManagedInstancePrivateEndpointConnection>;
23491
+ setPrivateEndpointConnectionsList(value: Array<AzureMicrosoftManagedInstancePrivateEndpointConnection>): AzureMicrosoftSqlServer;
23492
+ addPrivateEndpointConnections(value?: AzureMicrosoftManagedInstancePrivateEndpointConnection, index?: number): AzureMicrosoftManagedInstancePrivateEndpointConnection;
22783
23493
 
22784
23494
  serializeBinary(): Uint8Array;
22785
23495
  toObject(includeInstance?: boolean): AzureMicrosoftSqlServer.AsObject;
@@ -22814,6 +23524,7 @@ export namespace AzureMicrosoftSqlServer {
22814
23524
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
22815
23525
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
22816
23526
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
23527
+ PrivateEndpointConnectionsList: Array<AzureMicrosoftManagedInstancePrivateEndpointConnection.AsObject>,
22817
23528
  }
22818
23529
  }
22819
23530
 
@@ -22918,6 +23629,115 @@ export class AzureMicrosoftSqlDatabase extends jspb.Message {
22918
23629
  getADK_price(): google_protobuf_wrappers_pb.StringValue | undefined;
22919
23630
  setADK_price(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
22920
23631
 
23632
+ hasADK_name(): boolean;
23633
+ clearADK_name(): void;
23634
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
23635
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23636
+
23637
+ hasLinkedSqlElasticPoolId(): boolean;
23638
+ clearLinkedSqlElasticPoolId(): void;
23639
+ getLinkedSqlElasticPoolId(): google_protobuf_wrappers_pb.StringValue | undefined;
23640
+ setLinkedSqlElasticPoolId(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23641
+
23642
+ hasLinkedSqlElasticPoolName(): boolean;
23643
+ clearLinkedSqlElasticPoolName(): void;
23644
+ getLinkedSqlElasticPoolName(): google_protobuf_wrappers_pb.StringValue | undefined;
23645
+ setLinkedSqlElasticPoolName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23646
+
23647
+ hasEarliestRestoreDate(): boolean;
23648
+ clearEarliestRestoreDate(): void;
23649
+ getEarliestRestoreDate(): google_protobuf_wrappers_pb.StringValue | undefined;
23650
+ setEarliestRestoreDate(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23651
+
23652
+ hasRemainingSpace(): boolean;
23653
+ clearRemainingSpace(): void;
23654
+ getRemainingSpace(): google_protobuf_wrappers_pb.StringValue | undefined;
23655
+ setRemainingSpace(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23656
+
23657
+ hasAllocatedSpace(): boolean;
23658
+ clearAllocatedSpace(): void;
23659
+ getAllocatedSpace(): google_protobuf_wrappers_pb.StringValue | undefined;
23660
+ setAllocatedSpace(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23661
+
23662
+ hasMaxStorage(): boolean;
23663
+ clearMaxStorage(): void;
23664
+ getMaxStorage(): google_protobuf_wrappers_pb.StringValue | undefined;
23665
+ setMaxStorage(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23666
+
23667
+ hasComputeTier(): boolean;
23668
+ clearComputeTier(): void;
23669
+ getComputeTier(): google_protobuf_wrappers_pb.StringValue | undefined;
23670
+ setComputeTier(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23671
+
23672
+ hasDtu(): boolean;
23673
+ clearDtu(): void;
23674
+ getDtu(): google_protobuf_wrappers_pb.StringValue | undefined;
23675
+ setDtu(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23676
+
23677
+ hasAutoPauseDelayDisplay(): boolean;
23678
+ clearAutoPauseDelayDisplay(): void;
23679
+ getAutoPauseDelayDisplay(): google_protobuf_wrappers_pb.StringValue | undefined;
23680
+ setAutoPauseDelayDisplay(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23681
+
23682
+ hasReplication(): boolean;
23683
+ clearReplication(): void;
23684
+ getReplication(): google_protobuf_wrappers_pb.StringValue | undefined;
23685
+ setReplication(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23686
+
23687
+ hasAvailabilityZone(): boolean;
23688
+ clearAvailabilityZone(): void;
23689
+ getAvailabilityZone(): google_protobuf_wrappers_pb.StringValue | undefined;
23690
+ setAvailabilityZone(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23691
+
23692
+ hasBackupShortTermRetentionPolicyDiffBackupIntervalInHours(): boolean;
23693
+ clearBackupShortTermRetentionPolicyDiffBackupIntervalInHours(): void;
23694
+ getBackupShortTermRetentionPolicyDiffBackupIntervalInHours(): google_protobuf_wrappers_pb.StringValue | undefined;
23695
+ setBackupShortTermRetentionPolicyDiffBackupIntervalInHours(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23696
+
23697
+ hasPublicNetworkingAccess(): boolean;
23698
+ clearPublicNetworkingAccess(): void;
23699
+ getPublicNetworkingAccess(): google_protobuf_wrappers_pb.StringValue | undefined;
23700
+ setPublicNetworkingAccess(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23701
+
23702
+ hasFirewallRule(): boolean;
23703
+ clearFirewallRule(): void;
23704
+ getFirewallRule(): google_protobuf_wrappers_pb.StringValue | undefined;
23705
+ setFirewallRule(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23706
+
23707
+ hasVirtualNetworkRule(): boolean;
23708
+ clearVirtualNetworkRule(): void;
23709
+ getVirtualNetworkRule(): google_protobuf_wrappers_pb.StringValue | undefined;
23710
+ setVirtualNetworkRule(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23711
+
23712
+ hasPrivateAccess(): boolean;
23713
+ clearPrivateAccess(): void;
23714
+ getPrivateAccess(): google_protobuf_wrappers_pb.StringValue | undefined;
23715
+ setPrivateAccess(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23716
+
23717
+ hasPrimaryEndpoint(): boolean;
23718
+ clearPrimaryEndpoint(): void;
23719
+ getPrimaryEndpoint(): google_protobuf_wrappers_pb.StringValue | undefined;
23720
+ setPrimaryEndpoint(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23721
+
23722
+ hasAuthenticationMethod(): boolean;
23723
+ clearAuthenticationMethod(): void;
23724
+ getAuthenticationMethod(): google_protobuf_wrappers_pb.StringValue | undefined;
23725
+ setAuthenticationMethod(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23726
+
23727
+ hasAuthenticationSqlAdmin(): boolean;
23728
+ clearAuthenticationSqlAdmin(): void;
23729
+ getAuthenticationSqlAdmin(): google_protobuf_wrappers_pb.StringValue | undefined;
23730
+ setAuthenticationSqlAdmin(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23731
+
23732
+ hasAuthenticationAadAdmin(): boolean;
23733
+ clearAuthenticationAadAdmin(): void;
23734
+ getAuthenticationAadAdmin(): google_protobuf_wrappers_pb.StringValue | undefined;
23735
+ setAuthenticationAadAdmin(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
23736
+ clearDatabaseReplicationsList(): void;
23737
+ getDatabaseReplicationsList(): Array<AzureMicrosoftSqlServerDatabaseReplication>;
23738
+ setDatabaseReplicationsList(value: Array<AzureMicrosoftSqlServerDatabaseReplication>): AzureMicrosoftSqlDatabase;
23739
+ addDatabaseReplications(value?: AzureMicrosoftSqlServerDatabaseReplication, index?: number): AzureMicrosoftSqlServerDatabaseReplication;
23740
+
22921
23741
  serializeBinary(): Uint8Array;
22922
23742
  toObject(includeInstance?: boolean): AzureMicrosoftSqlDatabase.AsObject;
22923
23743
  static toObject(includeInstance: boolean, msg: AzureMicrosoftSqlDatabase): AzureMicrosoftSqlDatabase.AsObject;
@@ -22951,6 +23771,28 @@ export namespace AzureMicrosoftSqlDatabase {
22951
23771
  BackupLongTermRetentionPolicyYearlyRetention?: google_protobuf_wrappers_pb.StringValue.AsObject,
22952
23772
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
22953
23773
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
23774
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
23775
+ LinkedSqlElasticPoolId?: google_protobuf_wrappers_pb.StringValue.AsObject,
23776
+ LinkedSqlElasticPoolName?: google_protobuf_wrappers_pb.StringValue.AsObject,
23777
+ EarliestRestoreDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
23778
+ RemainingSpace?: google_protobuf_wrappers_pb.StringValue.AsObject,
23779
+ AllocatedSpace?: google_protobuf_wrappers_pb.StringValue.AsObject,
23780
+ MaxStorage?: google_protobuf_wrappers_pb.StringValue.AsObject,
23781
+ ComputeTier?: google_protobuf_wrappers_pb.StringValue.AsObject,
23782
+ Dtu?: google_protobuf_wrappers_pb.StringValue.AsObject,
23783
+ AutoPauseDelayDisplay?: google_protobuf_wrappers_pb.StringValue.AsObject,
23784
+ Replication?: google_protobuf_wrappers_pb.StringValue.AsObject,
23785
+ AvailabilityZone?: google_protobuf_wrappers_pb.StringValue.AsObject,
23786
+ BackupShortTermRetentionPolicyDiffBackupIntervalInHours?: google_protobuf_wrappers_pb.StringValue.AsObject,
23787
+ PublicNetworkingAccess?: google_protobuf_wrappers_pb.StringValue.AsObject,
23788
+ FirewallRule?: google_protobuf_wrappers_pb.StringValue.AsObject,
23789
+ VirtualNetworkRule?: google_protobuf_wrappers_pb.StringValue.AsObject,
23790
+ PrivateAccess?: google_protobuf_wrappers_pb.StringValue.AsObject,
23791
+ PrimaryEndpoint?: google_protobuf_wrappers_pb.StringValue.AsObject,
23792
+ AuthenticationMethod?: google_protobuf_wrappers_pb.StringValue.AsObject,
23793
+ AuthenticationSqlAdmin?: google_protobuf_wrappers_pb.StringValue.AsObject,
23794
+ AuthenticationAadAdmin?: google_protobuf_wrappers_pb.StringValue.AsObject,
23795
+ DatabaseReplicationsList: Array<AzureMicrosoftSqlServerDatabaseReplication.AsObject>,
22954
23796
  }
22955
23797
  }
22956
23798
 
@@ -22970,6 +23812,16 @@ export class AzureMicrosoftSqlTable extends jspb.Message {
22970
23812
  setSqlColumnsList(value: Array<AzureMicrosoftSqlColumn>): AzureMicrosoftSqlTable;
22971
23813
  addSqlColumns(value?: AzureMicrosoftSqlColumn, index?: number): AzureMicrosoftSqlColumn;
22972
23814
 
23815
+ hasIsMemoryOptimized(): boolean;
23816
+ clearIsMemoryOptimized(): void;
23817
+ getIsMemoryOptimized(): google_protobuf_wrappers_pb.BoolValue | undefined;
23818
+ setIsMemoryOptimized(value?: google_protobuf_wrappers_pb.BoolValue): AzureMicrosoftSqlTable;
23819
+
23820
+ hasTemporalType(): boolean;
23821
+ clearTemporalType(): void;
23822
+ getTemporalType(): google_protobuf_wrappers_pb.StringValue | undefined;
23823
+ setTemporalType(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlTable;
23824
+
22973
23825
  serializeBinary(): Uint8Array;
22974
23826
  toObject(includeInstance?: boolean): AzureMicrosoftSqlTable.AsObject;
22975
23827
  static toObject(includeInstance: boolean, msg: AzureMicrosoftSqlTable): AzureMicrosoftSqlTable.AsObject;
@@ -22985,6 +23837,8 @@ export namespace AzureMicrosoftSqlTable {
22985
23837
  ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
22986
23838
  ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
22987
23839
  SqlColumnsList: Array<AzureMicrosoftSqlColumn.AsObject>,
23840
+ IsMemoryOptimized?: google_protobuf_wrappers_pb.BoolValue.AsObject,
23841
+ TemporalType?: google_protobuf_wrappers_pb.StringValue.AsObject,
22988
23842
  }
22989
23843
  }
22990
23844
 
@@ -23030,6 +23884,26 @@ export class AzureMicrosoftSqlColumn extends jspb.Message {
23030
23884
  getScale(): google_protobuf_wrappers_pb.StringValue | undefined;
23031
23885
  setScale(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlColumn;
23032
23886
 
23887
+ hasMemoryOptimized(): boolean;
23888
+ clearMemoryOptimized(): void;
23889
+ getMemoryOptimized(): google_protobuf_wrappers_pb.StringValue | undefined;
23890
+ setMemoryOptimized(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlColumn;
23891
+
23892
+ hasTemporalType(): boolean;
23893
+ clearTemporalType(): void;
23894
+ getTemporalType(): google_protobuf_wrappers_pb.StringValue | undefined;
23895
+ setTemporalType(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlColumn;
23896
+
23897
+ hasColumnType(): boolean;
23898
+ clearColumnType(): void;
23899
+ getColumnType(): google_protobuf_wrappers_pb.StringValue | undefined;
23900
+ setColumnType(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlColumn;
23901
+
23902
+ hasIsComputed(): boolean;
23903
+ clearIsComputed(): void;
23904
+ getIsComputed(): google_protobuf_wrappers_pb.StringValue | undefined;
23905
+ setIsComputed(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlColumn;
23906
+
23033
23907
  serializeBinary(): Uint8Array;
23034
23908
  toObject(includeInstance?: boolean): AzureMicrosoftSqlColumn.AsObject;
23035
23909
  static toObject(includeInstance: boolean, msg: AzureMicrosoftSqlColumn): AzureMicrosoftSqlColumn.AsObject;
@@ -23050,6 +23924,10 @@ export namespace AzureMicrosoftSqlColumn {
23050
23924
  Length?: google_protobuf_wrappers_pb.Int32Value.AsObject,
23051
23925
  Prec?: google_protobuf_wrappers_pb.StringValue.AsObject,
23052
23926
  Scale?: google_protobuf_wrappers_pb.StringValue.AsObject,
23927
+ MemoryOptimized?: google_protobuf_wrappers_pb.StringValue.AsObject,
23928
+ TemporalType?: google_protobuf_wrappers_pb.StringValue.AsObject,
23929
+ ColumnType?: google_protobuf_wrappers_pb.StringValue.AsObject,
23930
+ IsComputed?: google_protobuf_wrappers_pb.StringValue.AsObject,
23053
23931
  }
23054
23932
  }
23055
23933
 
@@ -23184,6 +24062,36 @@ export class AzureMicrosoftSqlVirtualNetworkRule extends jspb.Message {
23184
24062
  getState(): google_protobuf_wrappers_pb.StringValue | undefined;
23185
24063
  setState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlVirtualNetworkRule;
23186
24064
 
24065
+ hasADK_name(): boolean;
24066
+ clearADK_name(): void;
24067
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
24068
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlVirtualNetworkRule;
24069
+
24070
+ hasVirtualNetworkADK_gUID(): boolean;
24071
+ clearVirtualNetworkADK_gUID(): void;
24072
+ getVirtualNetworkADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
24073
+ setVirtualNetworkADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlVirtualNetworkRule;
24074
+
24075
+ hasVirtualNetworkADK_name(): boolean;
24076
+ clearVirtualNetworkADK_name(): void;
24077
+ getVirtualNetworkADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
24078
+ setVirtualNetworkADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlVirtualNetworkRule;
24079
+
24080
+ hasSubnetADK_gUID(): boolean;
24081
+ clearSubnetADK_gUID(): void;
24082
+ getSubnetADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
24083
+ setSubnetADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlVirtualNetworkRule;
24084
+
24085
+ hasSubnetADK_name(): boolean;
24086
+ clearSubnetADK_name(): void;
24087
+ getSubnetADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
24088
+ setSubnetADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlVirtualNetworkRule;
24089
+
24090
+ hasAddressRange(): boolean;
24091
+ clearAddressRange(): void;
24092
+ getAddressRange(): google_protobuf_wrappers_pb.StringValue | undefined;
24093
+ setAddressRange(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlVirtualNetworkRule;
24094
+
23187
24095
  serializeBinary(): Uint8Array;
23188
24096
  toObject(includeInstance?: boolean): AzureMicrosoftSqlVirtualNetworkRule.AsObject;
23189
24097
  static toObject(includeInstance: boolean, msg: AzureMicrosoftSqlVirtualNetworkRule): AzureMicrosoftSqlVirtualNetworkRule.AsObject;
@@ -23201,6 +24109,12 @@ export namespace AzureMicrosoftSqlVirtualNetworkRule {
23201
24109
  SubnetRuleName?: google_protobuf_wrappers_pb.StringValue.AsObject,
23202
24110
  SubnetRuleAddressPrefix?: google_protobuf_wrappers_pb.StringValue.AsObject,
23203
24111
  State?: google_protobuf_wrappers_pb.StringValue.AsObject,
24112
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
24113
+ VirtualNetworkADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
24114
+ VirtualNetworkADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
24115
+ SubnetADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
24116
+ SubnetADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
24117
+ AddressRange?: google_protobuf_wrappers_pb.StringValue.AsObject,
23204
24118
  }
23205
24119
  }
23206
24120
 
@@ -23488,6 +24402,26 @@ export class AzureMicrosoftStreamAnalyticsJob extends jspb.Message {
23488
24402
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
23489
24403
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftStreamAnalyticsJob;
23490
24404
 
24405
+ hasEventsLateArrivalMaxDelay(): boolean;
24406
+ clearEventsLateArrivalMaxDelay(): void;
24407
+ getEventsLateArrivalMaxDelay(): google_protobuf_wrappers_pb.StringValue | undefined;
24408
+ setEventsLateArrivalMaxDelay(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftStreamAnalyticsJob;
24409
+
24410
+ hasEventsOutOfOrderMaxDelay(): boolean;
24411
+ clearEventsOutOfOrderMaxDelay(): void;
24412
+ getEventsOutOfOrderMaxDelay(): google_protobuf_wrappers_pb.StringValue | undefined;
24413
+ setEventsOutOfOrderMaxDelay(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftStreamAnalyticsJob;
24414
+
24415
+ hasOutputStartOn(): boolean;
24416
+ clearOutputStartOn(): void;
24417
+ getOutputStartOn(): google_protobuf_wrappers_pb.StringValue | undefined;
24418
+ setOutputStartOn(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftStreamAnalyticsJob;
24419
+
24420
+ hasLastOutputEventOn(): boolean;
24421
+ clearLastOutputEventOn(): void;
24422
+ getLastOutputEventOn(): google_protobuf_wrappers_pb.StringValue | undefined;
24423
+ setLastOutputEventOn(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftStreamAnalyticsJob;
24424
+
23491
24425
  serializeBinary(): Uint8Array;
23492
24426
  toObject(includeInstance?: boolean): AzureMicrosoftStreamAnalyticsJob.AsObject;
23493
24427
  static toObject(includeInstance: boolean, msg: AzureMicrosoftStreamAnalyticsJob): AzureMicrosoftStreamAnalyticsJob.AsObject;
@@ -23523,6 +24457,10 @@ export namespace AzureMicrosoftStreamAnalyticsJob {
23523
24457
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
23524
24458
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
23525
24459
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
24460
+ EventsLateArrivalMaxDelay?: google_protobuf_wrappers_pb.StringValue.AsObject,
24461
+ EventsOutOfOrderMaxDelay?: google_protobuf_wrappers_pb.StringValue.AsObject,
24462
+ OutputStartOn?: google_protobuf_wrappers_pb.StringValue.AsObject,
24463
+ LastOutputEventOn?: google_protobuf_wrappers_pb.StringValue.AsObject,
23526
24464
  }
23527
24465
  }
23528
24466
 
@@ -23726,6 +24664,21 @@ export class AzureMicrosoftTrafficManagerProfile extends jspb.Message {
23726
24664
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
23727
24665
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftTrafficManagerProfile;
23728
24666
 
24667
+ hasDisplayProfileStatus(): boolean;
24668
+ clearDisplayProfileStatus(): void;
24669
+ getDisplayProfileStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
24670
+ setDisplayProfileStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftTrafficManagerProfile;
24671
+
24672
+ hasDisplayDnsConfigTtl(): boolean;
24673
+ clearDisplayDnsConfigTtl(): void;
24674
+ getDisplayDnsConfigTtl(): google_protobuf_wrappers_pb.StringValue | undefined;
24675
+ setDisplayDnsConfigTtl(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftTrafficManagerProfile;
24676
+
24677
+ hasMonitorStatus(): boolean;
24678
+ clearMonitorStatus(): void;
24679
+ getMonitorStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
24680
+ setMonitorStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftTrafficManagerProfile;
24681
+
23729
24682
  serializeBinary(): Uint8Array;
23730
24683
  toObject(includeInstance?: boolean): AzureMicrosoftTrafficManagerProfile.AsObject;
23731
24684
  static toObject(includeInstance: boolean, msg: AzureMicrosoftTrafficManagerProfile): AzureMicrosoftTrafficManagerProfile.AsObject;
@@ -23758,6 +24711,9 @@ export namespace AzureMicrosoftTrafficManagerProfile {
23758
24711
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
23759
24712
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
23760
24713
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
24714
+ DisplayProfileStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
24715
+ DisplayDnsConfigTtl?: google_protobuf_wrappers_pb.StringValue.AsObject,
24716
+ MonitorStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
23761
24717
  }
23762
24718
  }
23763
24719
 
@@ -23783,6 +24739,16 @@ export class AzureMicrosoftTrafficManagerMonitoredEndPoint extends jspb.Message
23783
24739
  getEndpointLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
23784
24740
  setEndpointLocation(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftTrafficManagerMonitoredEndPoint;
23785
24741
 
24742
+ hasADK_name(): boolean;
24743
+ clearADK_name(): void;
24744
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
24745
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftTrafficManagerMonitoredEndPoint;
24746
+
24747
+ hasDisplayEndpointStatus(): boolean;
24748
+ clearDisplayEndpointStatus(): void;
24749
+ getDisplayEndpointStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
24750
+ setDisplayEndpointStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftTrafficManagerMonitoredEndPoint;
24751
+
23786
24752
  serializeBinary(): Uint8Array;
23787
24753
  toObject(includeInstance?: boolean): AzureMicrosoftTrafficManagerMonitoredEndPoint.AsObject;
23788
24754
  static toObject(includeInstance: boolean, msg: AzureMicrosoftTrafficManagerMonitoredEndPoint): AzureMicrosoftTrafficManagerMonitoredEndPoint.AsObject;
@@ -23799,6 +24765,8 @@ export namespace AzureMicrosoftTrafficManagerMonitoredEndPoint {
23799
24765
  EndpointStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
23800
24766
  EndpointMonitorStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
23801
24767
  EndpointLocation?: google_protobuf_wrappers_pb.StringValue.AsObject,
24768
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
24769
+ DisplayEndpointStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
23802
24770
  }
23803
24771
  }
23804
24772
 
@@ -25193,6 +26161,26 @@ export class AzureMicrosoftWorkflow extends jspb.Message {
25193
26161
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
25194
26162
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftWorkflow;
25195
26163
 
26164
+ hasWorkflowUrl(): boolean;
26165
+ clearWorkflowUrl(): void;
26166
+ getWorkflowUrl(): google_protobuf_wrappers_pb.StringValue | undefined;
26167
+ setWorkflowUrl(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftWorkflow;
26168
+
26169
+ hasIntegrationAccountName(): boolean;
26170
+ clearIntegrationAccountName(): void;
26171
+ getIntegrationAccountName(): google_protobuf_wrappers_pb.StringValue | undefined;
26172
+ setIntegrationAccountName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftWorkflow;
26173
+
26174
+ hasChangedOnTime(): boolean;
26175
+ clearChangedOnTime(): void;
26176
+ getChangedOnTime(): google_protobuf_wrappers_pb.StringValue | undefined;
26177
+ setChangedOnTime(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftWorkflow;
26178
+
26179
+ hasCreatedOnTime(): boolean;
26180
+ clearCreatedOnTime(): void;
26181
+ getCreatedOnTime(): google_protobuf_wrappers_pb.StringValue | undefined;
26182
+ setCreatedOnTime(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftWorkflow;
26183
+
25196
26184
  serializeBinary(): Uint8Array;
25197
26185
  toObject(includeInstance?: boolean): AzureMicrosoftWorkflow.AsObject;
25198
26186
  static toObject(includeInstance: boolean, msg: AzureMicrosoftWorkflow): AzureMicrosoftWorkflow.AsObject;
@@ -25223,6 +26211,10 @@ export namespace AzureMicrosoftWorkflow {
25223
26211
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
25224
26212
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
25225
26213
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
26214
+ WorkflowUrl?: google_protobuf_wrappers_pb.StringValue.AsObject,
26215
+ IntegrationAccountName?: google_protobuf_wrappers_pb.StringValue.AsObject,
26216
+ ChangedOnTime?: google_protobuf_wrappers_pb.StringValue.AsObject,
26217
+ CreatedOnTime?: google_protobuf_wrappers_pb.StringValue.AsObject,
25226
26218
  }
25227
26219
  }
25228
26220
 
@@ -25362,6 +26354,80 @@ export class AzureMySqlFlexibleServer extends jspb.Message {
25362
26354
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
25363
26355
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServer;
25364
26356
 
26357
+ hasStatus(): boolean;
26358
+ clearStatus(): void;
26359
+ getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
26360
+ setStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServer;
26361
+
26362
+ hasPricingTier(): boolean;
26363
+ clearPricingTier(): void;
26364
+ getPricingTier(): google_protobuf_wrappers_pb.StringValue | undefined;
26365
+ setPricingTier(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServer;
26366
+
26367
+ hasStorageSizeInGb(): boolean;
26368
+ clearStorageSizeInGb(): void;
26369
+ getStorageSizeInGb(): google_protobuf_wrappers_pb.StringValue | undefined;
26370
+ setStorageSizeInGb(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServer;
26371
+
26372
+ hasIops(): boolean;
26373
+ clearIops(): void;
26374
+ getIops(): google_protobuf_wrappers_pb.Int32Value | undefined;
26375
+ setIops(value?: google_protobuf_wrappers_pb.Int32Value): AzureMySqlFlexibleServer;
26376
+
26377
+ hasAcceleratedLog(): boolean;
26378
+ clearAcceleratedLog(): void;
26379
+ getAcceleratedLog(): google_protobuf_wrappers_pb.StringValue | undefined;
26380
+ setAcceleratedLog(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServer;
26381
+
26382
+ hasStorageAutoGrowth(): boolean;
26383
+ clearStorageAutoGrowth(): void;
26384
+ getStorageAutoGrowth(): google_protobuf_wrappers_pb.StringValue | undefined;
26385
+ setStorageAutoGrowth(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServer;
26386
+
26387
+ hasVirtualNetworkADK_gUID(): boolean;
26388
+ clearVirtualNetworkADK_gUID(): void;
26389
+ getVirtualNetworkADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
26390
+ setVirtualNetworkADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServer;
26391
+
26392
+ hasVirtualNetworkADK_name(): boolean;
26393
+ clearVirtualNetworkADK_name(): void;
26394
+ getVirtualNetworkADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
26395
+ setVirtualNetworkADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServer;
26396
+
26397
+ hasSubnetADK_gUID(): boolean;
26398
+ clearSubnetADK_gUID(): void;
26399
+ getSubnetADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
26400
+ setSubnetADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServer;
26401
+
26402
+ hasSubnetADK_name(): boolean;
26403
+ clearSubnetADK_name(): void;
26404
+ getSubnetADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
26405
+ setSubnetADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServer;
26406
+
26407
+ hasPrivateDnsZoneADK_gUID(): boolean;
26408
+ clearPrivateDnsZoneADK_gUID(): void;
26409
+ getPrivateDnsZoneADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
26410
+ setPrivateDnsZoneADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServer;
26411
+
26412
+ hasPrivateDnsZoneADK_name(): boolean;
26413
+ clearPrivateDnsZoneADK_name(): void;
26414
+ getPrivateDnsZoneADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
26415
+ setPrivateDnsZoneADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServer;
26416
+
26417
+ hasEnableHighAvailability(): boolean;
26418
+ clearEnableHighAvailability(): void;
26419
+ getEnableHighAvailability(): google_protobuf_wrappers_pb.StringValue | undefined;
26420
+ setEnableHighAvailability(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServer;
26421
+
26422
+ hasAvailabilityZoneCount(): boolean;
26423
+ clearAvailabilityZoneCount(): void;
26424
+ getAvailabilityZoneCount(): google_protobuf_wrappers_pb.StringValue | undefined;
26425
+ setAvailabilityZoneCount(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServer;
26426
+ clearFlexibleDatabasesList(): void;
26427
+ getFlexibleDatabasesList(): Array<AzureMySqlFlexibleDatabase>;
26428
+ setFlexibleDatabasesList(value: Array<AzureMySqlFlexibleDatabase>): AzureMySqlFlexibleServer;
26429
+ addFlexibleDatabases(value?: AzureMySqlFlexibleDatabase, index?: number): AzureMySqlFlexibleDatabase;
26430
+
25365
26431
  serializeBinary(): Uint8Array;
25366
26432
  toObject(includeInstance?: boolean): AzureMySqlFlexibleServer.AsObject;
25367
26433
  static toObject(includeInstance: boolean, msg: AzureMySqlFlexibleServer): AzureMySqlFlexibleServer.AsObject;
@@ -25398,6 +26464,21 @@ export namespace AzureMySqlFlexibleServer {
25398
26464
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
25399
26465
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
25400
26466
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
26467
+ Status?: google_protobuf_wrappers_pb.StringValue.AsObject,
26468
+ PricingTier?: google_protobuf_wrappers_pb.StringValue.AsObject,
26469
+ StorageSizeInGb?: google_protobuf_wrappers_pb.StringValue.AsObject,
26470
+ Iops?: google_protobuf_wrappers_pb.Int32Value.AsObject,
26471
+ AcceleratedLog?: google_protobuf_wrappers_pb.StringValue.AsObject,
26472
+ StorageAutoGrowth?: google_protobuf_wrappers_pb.StringValue.AsObject,
26473
+ VirtualNetworkADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
26474
+ VirtualNetworkADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
26475
+ SubnetADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
26476
+ SubnetADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
26477
+ PrivateDnsZoneADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
26478
+ PrivateDnsZoneADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
26479
+ EnableHighAvailability?: google_protobuf_wrappers_pb.StringValue.AsObject,
26480
+ AvailabilityZoneCount?: google_protobuf_wrappers_pb.StringValue.AsObject,
26481
+ FlexibleDatabasesList: Array<AzureMySqlFlexibleDatabase.AsObject>,
25401
26482
  }
25402
26483
  }
25403
26484
 
@@ -25475,6 +26556,11 @@ export class AzureMySqlFlexibleServerBackup extends jspb.Message {
25475
26556
  getBackupType(): google_protobuf_wrappers_pb.StringValue | undefined;
25476
26557
  setBackupType(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServerBackup;
25477
26558
 
26559
+ hasStatus(): boolean;
26560
+ clearStatus(): void;
26561
+ getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
26562
+ setStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServerBackup;
26563
+
25478
26564
  serializeBinary(): Uint8Array;
25479
26565
  toObject(includeInstance?: boolean): AzureMySqlFlexibleServerBackup.AsObject;
25480
26566
  static toObject(includeInstance: boolean, msg: AzureMySqlFlexibleServerBackup): AzureMySqlFlexibleServerBackup.AsObject;
@@ -25492,6 +26578,7 @@ export namespace AzureMySqlFlexibleServerBackup {
25492
26578
  Completion?: google_protobuf_wrappers_pb.StringValue.AsObject,
25493
26579
  RetainedTill?: google_protobuf_wrappers_pb.StringValue.AsObject,
25494
26580
  BackupType?: google_protobuf_wrappers_pb.StringValue.AsObject,
26581
+ Status?: google_protobuf_wrappers_pb.StringValue.AsObject,
25495
26582
  }
25496
26583
  }
25497
26584
 
@@ -25512,6 +26599,11 @@ export class AzureMySqlFlexibleFirewallRule extends jspb.Message {
25512
26599
  getEndIpAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
25513
26600
  setEndIpAddress(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleFirewallRule;
25514
26601
 
26602
+ hasADK_name(): boolean;
26603
+ clearADK_name(): void;
26604
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
26605
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleFirewallRule;
26606
+
25515
26607
  serializeBinary(): Uint8Array;
25516
26608
  toObject(includeInstance?: boolean): AzureMySqlFlexibleFirewallRule.AsObject;
25517
26609
  static toObject(includeInstance: boolean, msg: AzureMySqlFlexibleFirewallRule): AzureMySqlFlexibleFirewallRule.AsObject;
@@ -25527,6 +26619,7 @@ export namespace AzureMySqlFlexibleFirewallRule {
25527
26619
  Name?: google_protobuf_wrappers_pb.StringValue.AsObject,
25528
26620
  StartIpAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
25529
26621
  EndIpAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
26622
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
25530
26623
  }
25531
26624
  }
25532
26625
 
@@ -25870,6 +26963,19 @@ export class AzureNetAppAccount extends jspb.Message {
25870
26963
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
25871
26964
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppAccount;
25872
26965
 
26966
+ hasDisableShowmountState(): boolean;
26967
+ clearDisableShowmountState(): void;
26968
+ getDisableShowmountState(): google_protobuf_wrappers_pb.StringValue | undefined;
26969
+ setDisableShowmountState(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppAccount;
26970
+ clearVolumesList(): void;
26971
+ getVolumesList(): Array<AzureNetAppVolume>;
26972
+ setVolumesList(value: Array<AzureNetAppVolume>): AzureNetAppAccount;
26973
+ addVolumes(value?: AzureNetAppVolume, index?: number): AzureNetAppVolume;
26974
+ clearSnapshotPoliciesList(): void;
26975
+ getSnapshotPoliciesList(): Array<AzureNetAppSnapshotPolicy>;
26976
+ setSnapshotPoliciesList(value: Array<AzureNetAppSnapshotPolicy>): AzureNetAppAccount;
26977
+ addSnapshotPolicies(value?: AzureNetAppSnapshotPolicy, index?: number): AzureNetAppSnapshotPolicy;
26978
+
25873
26979
  serializeBinary(): Uint8Array;
25874
26980
  toObject(includeInstance?: boolean): AzureNetAppAccount.AsObject;
25875
26981
  static toObject(includeInstance: boolean, msg: AzureNetAppAccount): AzureNetAppAccount.AsObject;
@@ -25895,6 +27001,9 @@ export namespace AzureNetAppAccount {
25895
27001
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
25896
27002
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
25897
27003
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
27004
+ DisableShowmountState?: google_protobuf_wrappers_pb.StringValue.AsObject,
27005
+ VolumesList: Array<AzureNetAppVolume.AsObject>,
27006
+ SnapshotPoliciesList: Array<AzureNetAppSnapshotPolicy.AsObject>,
25898
27007
  }
25899
27008
  }
25900
27009
 
@@ -25943,6 +27052,21 @@ export class AzureNetAppCapacityPool extends jspb.Message {
25943
27052
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
25944
27053
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppCapacityPool;
25945
27054
 
27055
+ hasPoolSize(): boolean;
27056
+ clearPoolSize(): void;
27057
+ getPoolSize(): google_protobuf_wrappers_pb.StringValue | undefined;
27058
+ setPoolSize(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppCapacityPool;
27059
+
27060
+ hasUtilizedThroughputMibps(): boolean;
27061
+ clearUtilizedThroughputMibps(): void;
27062
+ getUtilizedThroughputMibps(): google_protobuf_wrappers_pb.StringValue | undefined;
27063
+ setUtilizedThroughputMibps(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppCapacityPool;
27064
+
27065
+ hasTotalThroughputMibps(): boolean;
27066
+ clearTotalThroughputMibps(): void;
27067
+ getTotalThroughputMibps(): google_protobuf_wrappers_pb.StringValue | undefined;
27068
+ setTotalThroughputMibps(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppCapacityPool;
27069
+
25946
27070
  serializeBinary(): Uint8Array;
25947
27071
  toObject(includeInstance?: boolean): AzureNetAppCapacityPool.AsObject;
25948
27072
  static toObject(includeInstance: boolean, msg: AzureNetAppCapacityPool): AzureNetAppCapacityPool.AsObject;
@@ -25964,6 +27088,9 @@ export namespace AzureNetAppCapacityPool {
25964
27088
  TagsList: Array<CloudockitTag.AsObject>,
25965
27089
  VolumesList: Array<AzureNetAppVolume.AsObject>,
25966
27090
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
27091
+ PoolSize?: google_protobuf_wrappers_pb.StringValue.AsObject,
27092
+ UtilizedThroughputMibps?: google_protobuf_wrappers_pb.StringValue.AsObject,
27093
+ TotalThroughputMibps?: google_protobuf_wrappers_pb.StringValue.AsObject,
25967
27094
  }
25968
27095
  }
25969
27096
 
@@ -26026,6 +27153,75 @@ export class AzureNetAppVolume extends jspb.Message {
26026
27153
  setTagsList(value: Array<CloudockitTag>): AzureNetAppVolume;
26027
27154
  addTags(value?: CloudockitTag, index?: number): CloudockitTag;
26028
27155
 
27156
+ hasMountPath(): boolean;
27157
+ clearMountPath(): void;
27158
+ getMountPath(): google_protobuf_wrappers_pb.StringValue | undefined;
27159
+ setMountPath(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolume;
27160
+
27161
+ hasActualThroughput(): boolean;
27162
+ clearActualThroughput(): void;
27163
+ getActualThroughput(): google_protobuf_wrappers_pb.StringValue | undefined;
27164
+ setActualThroughput(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolume;
27165
+
27166
+ hasMaximumNumberOfFiles(): boolean;
27167
+ clearMaximumNumberOfFiles(): void;
27168
+ getMaximumNumberOfFiles(): google_protobuf_wrappers_pb.Int64Value | undefined;
27169
+ setMaximumNumberOfFiles(value?: google_protobuf_wrappers_pb.Int64Value): AzureNetAppVolume;
27170
+
27171
+ hasSubnetADK_gUID(): boolean;
27172
+ clearSubnetADK_gUID(): void;
27173
+ getSubnetADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
27174
+ setSubnetADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolume;
27175
+
27176
+ hasSubnetADK_name(): boolean;
27177
+ clearSubnetADK_name(): void;
27178
+ getSubnetADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
27179
+ setSubnetADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolume;
27180
+
27181
+ hasCapacityPoolADK_gUID(): boolean;
27182
+ clearCapacityPoolADK_gUID(): void;
27183
+ getCapacityPoolADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
27184
+ setCapacityPoolADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolume;
27185
+
27186
+ hasCapacityPoolADK_name(): boolean;
27187
+ clearCapacityPoolADK_name(): void;
27188
+ getCapacityPoolADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
27189
+ setCapacityPoolADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolume;
27190
+
27191
+ hasProtocolType(): boolean;
27192
+ clearProtocolType(): void;
27193
+ getProtocolType(): google_protobuf_wrappers_pb.StringValue | undefined;
27194
+ setProtocolType(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolume;
27195
+
27196
+ hasProvisionedAvailabilityZone(): boolean;
27197
+ clearProvisionedAvailabilityZone(): void;
27198
+ getProvisionedAvailabilityZone(): google_protobuf_wrappers_pb.StringValue | undefined;
27199
+ setProvisionedAvailabilityZone(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolume;
27200
+
27201
+ hasNetworkFeature(): boolean;
27202
+ clearNetworkFeature(): void;
27203
+ getNetworkFeature(): google_protobuf_wrappers_pb.StringValue | undefined;
27204
+ setNetworkFeature(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolume;
27205
+
27206
+ hasEncryptionKeySource(): boolean;
27207
+ clearEncryptionKeySource(): void;
27208
+ getEncryptionKeySource(): google_protobuf_wrappers_pb.StringValue | undefined;
27209
+ setEncryptionKeySource(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolume;
27210
+
27211
+ hasLdapState(): boolean;
27212
+ clearLdapState(): void;
27213
+ getLdapState(): google_protobuf_wrappers_pb.StringValue | undefined;
27214
+ setLdapState(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolume;
27215
+
27216
+ hasUnixPermission(): boolean;
27217
+ clearUnixPermission(): void;
27218
+ getUnixPermission(): google_protobuf_wrappers_pb.StringValue | undefined;
27219
+ setUnixPermission(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolume;
27220
+ clearVolumeQuotaRulesList(): void;
27221
+ getVolumeQuotaRulesList(): Array<AzureNetAppVolumeQuotaRule>;
27222
+ setVolumeQuotaRulesList(value: Array<AzureNetAppVolumeQuotaRule>): AzureNetAppVolume;
27223
+ addVolumeQuotaRules(value?: AzureNetAppVolumeQuotaRule, index?: number): AzureNetAppVolumeQuotaRule;
27224
+
26029
27225
  serializeBinary(): Uint8Array;
26030
27226
  toObject(includeInstance?: boolean): AzureNetAppVolume.AsObject;
26031
27227
  static toObject(includeInstance: boolean, msg: AzureNetAppVolume): AzureNetAppVolume.AsObject;
@@ -26050,6 +27246,20 @@ export namespace AzureNetAppVolume {
26050
27246
  SecurityStyle?: google_protobuf_wrappers_pb.StringValue.AsObject,
26051
27247
  KerberosState?: google_protobuf_wrappers_pb.StringValue.AsObject,
26052
27248
  TagsList: Array<CloudockitTag.AsObject>,
27249
+ MountPath?: google_protobuf_wrappers_pb.StringValue.AsObject,
27250
+ ActualThroughput?: google_protobuf_wrappers_pb.StringValue.AsObject,
27251
+ MaximumNumberOfFiles?: google_protobuf_wrappers_pb.Int64Value.AsObject,
27252
+ SubnetADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
27253
+ SubnetADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
27254
+ CapacityPoolADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
27255
+ CapacityPoolADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
27256
+ ProtocolType?: google_protobuf_wrappers_pb.StringValue.AsObject,
27257
+ ProvisionedAvailabilityZone?: google_protobuf_wrappers_pb.StringValue.AsObject,
27258
+ NetworkFeature?: google_protobuf_wrappers_pb.StringValue.AsObject,
27259
+ EncryptionKeySource?: google_protobuf_wrappers_pb.StringValue.AsObject,
27260
+ LdapState?: google_protobuf_wrappers_pb.StringValue.AsObject,
27261
+ UnixPermission?: google_protobuf_wrappers_pb.StringValue.AsObject,
27262
+ VolumeQuotaRulesList: Array<AzureNetAppVolumeQuotaRule.AsObject>,
26053
27263
  }
26054
27264
  }
26055
27265
 
@@ -26269,6 +27479,11 @@ export class AzurePowerBIDedicatedCapacity extends jspb.Message {
26269
27479
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
26270
27480
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzurePowerBIDedicatedCapacity;
26271
27481
 
27482
+ hasResourceMode(): boolean;
27483
+ clearResourceMode(): void;
27484
+ getResourceMode(): google_protobuf_wrappers_pb.StringValue | undefined;
27485
+ setResourceMode(value?: google_protobuf_wrappers_pb.StringValue): AzurePowerBIDedicatedCapacity;
27486
+
26272
27487
  serializeBinary(): Uint8Array;
26273
27488
  toObject(includeInstance?: boolean): AzurePowerBIDedicatedCapacity.AsObject;
26274
27489
  static toObject(includeInstance: boolean, msg: AzurePowerBIDedicatedCapacity): AzurePowerBIDedicatedCapacity.AsObject;
@@ -26297,6 +27512,7 @@ export namespace AzurePowerBIDedicatedCapacity {
26297
27512
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
26298
27513
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
26299
27514
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
27515
+ ResourceMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
26300
27516
  }
26301
27517
  }
26302
27518
 
@@ -26702,6 +27918,16 @@ export class AzureReservationOrder extends jspb.Message {
26702
27918
  getADK_price(): google_protobuf_wrappers_pb.StringValue | undefined;
26703
27919
  setADK_price(value?: google_protobuf_wrappers_pb.StringValue): AzureReservationOrder;
26704
27920
 
27921
+ hasExpireOnDate(): boolean;
27922
+ clearExpireOnDate(): void;
27923
+ getExpireOnDate(): google_protobuf_wrappers_pb.StringValue | undefined;
27924
+ setExpireOnDate(value?: google_protobuf_wrappers_pb.StringValue): AzureReservationOrder;
27925
+
27926
+ hasReservationExpireOnDate(): boolean;
27927
+ clearReservationExpireOnDate(): void;
27928
+ getReservationExpireOnDate(): google_protobuf_wrappers_pb.StringValue | undefined;
27929
+ setReservationExpireOnDate(value?: google_protobuf_wrappers_pb.StringValue): AzureReservationOrder;
27930
+
26705
27931
  serializeBinary(): Uint8Array;
26706
27932
  toObject(includeInstance?: boolean): AzureReservationOrder.AsObject;
26707
27933
  static toObject(includeInstance: boolean, msg: AzureReservationOrder): AzureReservationOrder.AsObject;
@@ -26730,6 +27956,8 @@ export namespace AzureReservationOrder {
26730
27956
  WarningsList: Array<CDKRule.AsObject>,
26731
27957
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
26732
27958
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
27959
+ ExpireOnDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
27960
+ ReservationExpireOnDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
26733
27961
  }
26734
27962
  }
26735
27963
 
@@ -45358,6 +46586,16 @@ export namespace GcpExternalIpAddress {
45358
46586
 
45359
46587
  export class AzureMicrosoftAzureSubscription extends jspb.Message {
45360
46588
 
46589
+ hasADK_name(): boolean;
46590
+ clearADK_name(): void;
46591
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
46592
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftAzureSubscription;
46593
+
46594
+ hasSubscriptionID(): boolean;
46595
+ clearSubscriptionID(): void;
46596
+ getSubscriptionID(): google_protobuf_wrappers_pb.StringValue | undefined;
46597
+ setSubscriptionID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftAzureSubscription;
46598
+
45361
46599
  serializeBinary(): Uint8Array;
45362
46600
  toObject(includeInstance?: boolean): AzureMicrosoftAzureSubscription.AsObject;
45363
46601
  static toObject(includeInstance: boolean, msg: AzureMicrosoftAzureSubscription): AzureMicrosoftAzureSubscription.AsObject;
@@ -45370,5 +46608,1568 @@ export class AzureMicrosoftAzureSubscription extends jspb.Message {
45370
46608
 
45371
46609
  export namespace AzureMicrosoftAzureSubscription {
45372
46610
  export type AsObject = {
46611
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
46612
+ SubscriptionID?: google_protobuf_wrappers_pb.StringValue.AsObject,
46613
+ }
46614
+ }
46615
+
46616
+ export class AzureMicrosoftConditionalAccessPolicy extends jspb.Message {
46617
+
46618
+ hasADK_name(): boolean;
46619
+ clearADK_name(): void;
46620
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
46621
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftConditionalAccessPolicy;
46622
+
46623
+ hasADK_gUID(): boolean;
46624
+ clearADK_gUID(): void;
46625
+ getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
46626
+ setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftConditionalAccessPolicy;
46627
+
46628
+ hasState(): boolean;
46629
+ clearState(): void;
46630
+ getState(): google_protobuf_wrappers_pb.StringValue | undefined;
46631
+ setState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftConditionalAccessPolicy;
46632
+
46633
+ hasCreatedDate(): boolean;
46634
+ clearCreatedDate(): void;
46635
+ getCreatedDate(): google_protobuf_wrappers_pb.StringValue | undefined;
46636
+ setCreatedDate(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftConditionalAccessPolicy;
46637
+
46638
+ hasModifiedDate(): boolean;
46639
+ clearModifiedDate(): void;
46640
+ getModifiedDate(): google_protobuf_wrappers_pb.StringValue | undefined;
46641
+ setModifiedDate(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftConditionalAccessPolicy;
46642
+
46643
+ hasDescription(): boolean;
46644
+ clearDescription(): void;
46645
+ getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
46646
+ setDescription(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftConditionalAccessPolicy;
46647
+ clearIncludedUsersList(): void;
46648
+ getIncludedUsersList(): Array<AzureMicrosoftEntraUser>;
46649
+ setIncludedUsersList(value: Array<AzureMicrosoftEntraUser>): AzureMicrosoftConditionalAccessPolicy;
46650
+ addIncludedUsers(value?: AzureMicrosoftEntraUser, index?: number): AzureMicrosoftEntraUser;
46651
+ clearIncludedGroupsList(): void;
46652
+ getIncludedGroupsList(): Array<AzureMicrosoftEntraGroup>;
46653
+ setIncludedGroupsList(value: Array<AzureMicrosoftEntraGroup>): AzureMicrosoftConditionalAccessPolicy;
46654
+ addIncludedGroups(value?: AzureMicrosoftEntraGroup, index?: number): AzureMicrosoftEntraGroup;
46655
+ clearIncludedRolesList(): void;
46656
+ getIncludedRolesList(): Array<AzureMicrosoftEntraRole>;
46657
+ setIncludedRolesList(value: Array<AzureMicrosoftEntraRole>): AzureMicrosoftConditionalAccessPolicy;
46658
+ addIncludedRoles(value?: AzureMicrosoftEntraRole, index?: number): AzureMicrosoftEntraRole;
46659
+ clearExcludedUsersList(): void;
46660
+ getExcludedUsersList(): Array<AzureMicrosoftEntraUser>;
46661
+ setExcludedUsersList(value: Array<AzureMicrosoftEntraUser>): AzureMicrosoftConditionalAccessPolicy;
46662
+ addExcludedUsers(value?: AzureMicrosoftEntraUser, index?: number): AzureMicrosoftEntraUser;
46663
+ clearExcludedGroupsList(): void;
46664
+ getExcludedGroupsList(): Array<AzureMicrosoftEntraGroup>;
46665
+ setExcludedGroupsList(value: Array<AzureMicrosoftEntraGroup>): AzureMicrosoftConditionalAccessPolicy;
46666
+ addExcludedGroups(value?: AzureMicrosoftEntraGroup, index?: number): AzureMicrosoftEntraGroup;
46667
+ clearExcludedRolesList(): void;
46668
+ getExcludedRolesList(): Array<AzureMicrosoftEntraRole>;
46669
+ setExcludedRolesList(value: Array<AzureMicrosoftEntraRole>): AzureMicrosoftConditionalAccessPolicy;
46670
+ addExcludedRoles(value?: AzureMicrosoftEntraRole, index?: number): AzureMicrosoftEntraRole;
46671
+ clearIncludedTargetResourcesList(): void;
46672
+ getIncludedTargetResourcesList(): Array<CloudockitTag>;
46673
+ setIncludedTargetResourcesList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
46674
+ addIncludedTargetResources(value?: CloudockitTag, index?: number): CloudockitTag;
46675
+ clearExcludedTargetResourcesList(): void;
46676
+ getExcludedTargetResourcesList(): Array<CloudockitTag>;
46677
+ setExcludedTargetResourcesList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
46678
+ addExcludedTargetResources(value?: CloudockitTag, index?: number): CloudockitTag;
46679
+ clearIncludedNetworksLocationsList(): void;
46680
+ getIncludedNetworksLocationsList(): Array<CloudockitTag>;
46681
+ setIncludedNetworksLocationsList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
46682
+ addIncludedNetworksLocations(value?: CloudockitTag, index?: number): CloudockitTag;
46683
+ clearExcludedNetworksLocationsList(): void;
46684
+ getExcludedNetworksLocationsList(): Array<CloudockitTag>;
46685
+ setExcludedNetworksLocationsList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
46686
+ addExcludedNetworksLocations(value?: CloudockitTag, index?: number): CloudockitTag;
46687
+ clearIncludedDevicePlatformsList(): void;
46688
+ getIncludedDevicePlatformsList(): Array<CloudockitTag>;
46689
+ setIncludedDevicePlatformsList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
46690
+ addIncludedDevicePlatforms(value?: CloudockitTag, index?: number): CloudockitTag;
46691
+ clearExcludedDevicePlatformsList(): void;
46692
+ getExcludedDevicePlatformsList(): Array<CloudockitTag>;
46693
+ setExcludedDevicePlatformsList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
46694
+ addExcludedDevicePlatforms(value?: CloudockitTag, index?: number): CloudockitTag;
46695
+ clearClientAppsList(): void;
46696
+ getClientAppsList(): Array<CloudockitTag>;
46697
+ setClientAppsList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
46698
+ addClientApps(value?: CloudockitTag, index?: number): CloudockitTag;
46699
+ clearGrantAccessControlsList(): void;
46700
+ getGrantAccessControlsList(): Array<CloudockitTag>;
46701
+ setGrantAccessControlsList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
46702
+ addGrantAccessControls(value?: CloudockitTag, index?: number): CloudockitTag;
46703
+ clearSessionAccessControlsList(): void;
46704
+ getSessionAccessControlsList(): Array<CloudockitTag>;
46705
+ setSessionAccessControlsList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
46706
+ addSessionAccessControls(value?: CloudockitTag, index?: number): CloudockitTag;
46707
+ clearTagsList(): void;
46708
+ getTagsList(): Array<CloudockitTag>;
46709
+ setTagsList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
46710
+ addTags(value?: CloudockitTag, index?: number): CloudockitTag;
46711
+ clearRoleAssignmentsList(): void;
46712
+ getRoleAssignmentsList(): Array<AzureMicrosoftAuthorizationRoleAssignment>;
46713
+ setRoleAssignmentsList(value: Array<AzureMicrosoftAuthorizationRoleAssignment>): AzureMicrosoftConditionalAccessPolicy;
46714
+ addRoleAssignments(value?: AzureMicrosoftAuthorizationRoleAssignment, index?: number): AzureMicrosoftAuthorizationRoleAssignment;
46715
+ clearManagementLocksList(): void;
46716
+ getManagementLocksList(): Array<AzureMicrosoftManagementLock>;
46717
+ setManagementLocksList(value: Array<AzureMicrosoftManagementLock>): AzureMicrosoftConditionalAccessPolicy;
46718
+ addManagementLocks(value?: AzureMicrosoftManagementLock, index?: number): AzureMicrosoftManagementLock;
46719
+ clearDifferencesList(): void;
46720
+ getDifferencesList(): Array<StandardObjectDifference>;
46721
+ setDifferencesList(value: Array<StandardObjectDifference>): AzureMicrosoftConditionalAccessPolicy;
46722
+ addDifferences(value?: StandardObjectDifference, index?: number): StandardObjectDifference;
46723
+ clearWarningsList(): void;
46724
+ getWarningsList(): Array<CDKRule>;
46725
+ setWarningsList(value: Array<CDKRule>): AzureMicrosoftConditionalAccessPolicy;
46726
+ addWarnings(value?: CDKRule, index?: number): CDKRule;
46727
+ clearResourcesBillingList(): void;
46728
+ getResourcesBillingList(): Array<ResourceBilling>;
46729
+ setResourcesBillingList(value: Array<ResourceBilling>): AzureMicrosoftConditionalAccessPolicy;
46730
+ addResourcesBilling(value?: ResourceBilling, index?: number): ResourceBilling;
46731
+
46732
+ hasADK_price(): boolean;
46733
+ clearADK_price(): void;
46734
+ getADK_price(): google_protobuf_wrappers_pb.StringValue | undefined;
46735
+ setADK_price(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftConditionalAccessPolicy;
46736
+
46737
+ serializeBinary(): Uint8Array;
46738
+ toObject(includeInstance?: boolean): AzureMicrosoftConditionalAccessPolicy.AsObject;
46739
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftConditionalAccessPolicy): AzureMicrosoftConditionalAccessPolicy.AsObject;
46740
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
46741
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
46742
+ static serializeBinaryToWriter(message: AzureMicrosoftConditionalAccessPolicy, writer: jspb.BinaryWriter): void;
46743
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftConditionalAccessPolicy;
46744
+ static deserializeBinaryFromReader(message: AzureMicrosoftConditionalAccessPolicy, reader: jspb.BinaryReader): AzureMicrosoftConditionalAccessPolicy;
46745
+ }
46746
+
46747
+ export namespace AzureMicrosoftConditionalAccessPolicy {
46748
+ export type AsObject = {
46749
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
46750
+ ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
46751
+ State?: google_protobuf_wrappers_pb.StringValue.AsObject,
46752
+ CreatedDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
46753
+ ModifiedDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
46754
+ Description?: google_protobuf_wrappers_pb.StringValue.AsObject,
46755
+ IncludedUsersList: Array<AzureMicrosoftEntraUser.AsObject>,
46756
+ IncludedGroupsList: Array<AzureMicrosoftEntraGroup.AsObject>,
46757
+ IncludedRolesList: Array<AzureMicrosoftEntraRole.AsObject>,
46758
+ ExcludedUsersList: Array<AzureMicrosoftEntraUser.AsObject>,
46759
+ ExcludedGroupsList: Array<AzureMicrosoftEntraGroup.AsObject>,
46760
+ ExcludedRolesList: Array<AzureMicrosoftEntraRole.AsObject>,
46761
+ IncludedTargetResourcesList: Array<CloudockitTag.AsObject>,
46762
+ ExcludedTargetResourcesList: Array<CloudockitTag.AsObject>,
46763
+ IncludedNetworksLocationsList: Array<CloudockitTag.AsObject>,
46764
+ ExcludedNetworksLocationsList: Array<CloudockitTag.AsObject>,
46765
+ IncludedDevicePlatformsList: Array<CloudockitTag.AsObject>,
46766
+ ExcludedDevicePlatformsList: Array<CloudockitTag.AsObject>,
46767
+ ClientAppsList: Array<CloudockitTag.AsObject>,
46768
+ GrantAccessControlsList: Array<CloudockitTag.AsObject>,
46769
+ SessionAccessControlsList: Array<CloudockitTag.AsObject>,
46770
+ TagsList: Array<CloudockitTag.AsObject>,
46771
+ RoleAssignmentsList: Array<AzureMicrosoftAuthorizationRoleAssignment.AsObject>,
46772
+ ManagementLocksList: Array<AzureMicrosoftManagementLock.AsObject>,
46773
+ DifferencesList: Array<StandardObjectDifference.AsObject>,
46774
+ WarningsList: Array<CDKRule.AsObject>,
46775
+ ResourcesBillingList: Array<ResourceBilling.AsObject>,
46776
+ ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
46777
+ }
46778
+ }
46779
+
46780
+ export class AzureMicrosoftEntraUser extends jspb.Message {
46781
+
46782
+ hasDisplayName(): boolean;
46783
+ clearDisplayName(): void;
46784
+ getDisplayName(): google_protobuf_wrappers_pb.StringValue | undefined;
46785
+ setDisplayName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraUser;
46786
+
46787
+ hasMail(): boolean;
46788
+ clearMail(): void;
46789
+ getMail(): google_protobuf_wrappers_pb.StringValue | undefined;
46790
+ setMail(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraUser;
46791
+
46792
+ hasJobTitle(): boolean;
46793
+ clearJobTitle(): void;
46794
+ getJobTitle(): google_protobuf_wrappers_pb.StringValue | undefined;
46795
+ setJobTitle(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraUser;
46796
+
46797
+ hasCity(): boolean;
46798
+ clearCity(): void;
46799
+ getCity(): google_protobuf_wrappers_pb.StringValue | undefined;
46800
+ setCity(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraUser;
46801
+
46802
+ hasAccountEnabled(): boolean;
46803
+ clearAccountEnabled(): void;
46804
+ getAccountEnabled(): google_protobuf_wrappers_pb.StringValue | undefined;
46805
+ setAccountEnabled(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraUser;
46806
+
46807
+ serializeBinary(): Uint8Array;
46808
+ toObject(includeInstance?: boolean): AzureMicrosoftEntraUser.AsObject;
46809
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftEntraUser): AzureMicrosoftEntraUser.AsObject;
46810
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
46811
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
46812
+ static serializeBinaryToWriter(message: AzureMicrosoftEntraUser, writer: jspb.BinaryWriter): void;
46813
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftEntraUser;
46814
+ static deserializeBinaryFromReader(message: AzureMicrosoftEntraUser, reader: jspb.BinaryReader): AzureMicrosoftEntraUser;
46815
+ }
46816
+
46817
+ export namespace AzureMicrosoftEntraUser {
46818
+ export type AsObject = {
46819
+ DisplayName?: google_protobuf_wrappers_pb.StringValue.AsObject,
46820
+ Mail?: google_protobuf_wrappers_pb.StringValue.AsObject,
46821
+ JobTitle?: google_protobuf_wrappers_pb.StringValue.AsObject,
46822
+ City?: google_protobuf_wrappers_pb.StringValue.AsObject,
46823
+ AccountEnabled?: google_protobuf_wrappers_pb.StringValue.AsObject,
46824
+ }
46825
+ }
46826
+
46827
+ export class AzureMicrosoftEntraGroup extends jspb.Message {
46828
+
46829
+ hasDisplayName(): boolean;
46830
+ clearDisplayName(): void;
46831
+ getDisplayName(): google_protobuf_wrappers_pb.StringValue | undefined;
46832
+ setDisplayName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraGroup;
46833
+
46834
+ hasMail(): boolean;
46835
+ clearMail(): void;
46836
+ getMail(): google_protobuf_wrappers_pb.StringValue | undefined;
46837
+ setMail(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraGroup;
46838
+
46839
+ hasDescription(): boolean;
46840
+ clearDescription(): void;
46841
+ getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
46842
+ setDescription(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraGroup;
46843
+
46844
+ hasSecurityEnabled(): boolean;
46845
+ clearSecurityEnabled(): void;
46846
+ getSecurityEnabled(): google_protobuf_wrappers_pb.StringValue | undefined;
46847
+ setSecurityEnabled(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraGroup;
46848
+
46849
+ serializeBinary(): Uint8Array;
46850
+ toObject(includeInstance?: boolean): AzureMicrosoftEntraGroup.AsObject;
46851
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftEntraGroup): AzureMicrosoftEntraGroup.AsObject;
46852
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
46853
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
46854
+ static serializeBinaryToWriter(message: AzureMicrosoftEntraGroup, writer: jspb.BinaryWriter): void;
46855
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftEntraGroup;
46856
+ static deserializeBinaryFromReader(message: AzureMicrosoftEntraGroup, reader: jspb.BinaryReader): AzureMicrosoftEntraGroup;
46857
+ }
46858
+
46859
+ export namespace AzureMicrosoftEntraGroup {
46860
+ export type AsObject = {
46861
+ DisplayName?: google_protobuf_wrappers_pb.StringValue.AsObject,
46862
+ Mail?: google_protobuf_wrappers_pb.StringValue.AsObject,
46863
+ Description?: google_protobuf_wrappers_pb.StringValue.AsObject,
46864
+ SecurityEnabled?: google_protobuf_wrappers_pb.StringValue.AsObject,
46865
+ }
46866
+ }
46867
+
46868
+ export class AzureMicrosoftEntraRole extends jspb.Message {
46869
+
46870
+ hasDisplayName(): boolean;
46871
+ clearDisplayName(): void;
46872
+ getDisplayName(): google_protobuf_wrappers_pb.StringValue | undefined;
46873
+ setDisplayName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraRole;
46874
+
46875
+ hasDescription(): boolean;
46876
+ clearDescription(): void;
46877
+ getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
46878
+ setDescription(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraRole;
46879
+
46880
+ serializeBinary(): Uint8Array;
46881
+ toObject(includeInstance?: boolean): AzureMicrosoftEntraRole.AsObject;
46882
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftEntraRole): AzureMicrosoftEntraRole.AsObject;
46883
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
46884
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
46885
+ static serializeBinaryToWriter(message: AzureMicrosoftEntraRole, writer: jspb.BinaryWriter): void;
46886
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftEntraRole;
46887
+ static deserializeBinaryFromReader(message: AzureMicrosoftEntraRole, reader: jspb.BinaryReader): AzureMicrosoftEntraRole;
46888
+ }
46889
+
46890
+ export namespace AzureMicrosoftEntraRole {
46891
+ export type AsObject = {
46892
+ DisplayName?: google_protobuf_wrappers_pb.StringValue.AsObject,
46893
+ Description?: google_protobuf_wrappers_pb.StringValue.AsObject,
46894
+ }
46895
+ }
46896
+
46897
+ export class AzureFrontDoorWebApplicationFirewallPolicy extends jspb.Message {
46898
+
46899
+ hasFrontEnd(): boolean;
46900
+ clearFrontEnd(): void;
46901
+ getFrontEnd(): google_protobuf_wrappers_pb.StringValue | undefined;
46902
+ setFrontEnd(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
46903
+
46904
+ hasADK_gUID(): boolean;
46905
+ clearADK_gUID(): void;
46906
+ getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
46907
+ setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
46908
+
46909
+ hasADK_name(): boolean;
46910
+ clearADK_name(): void;
46911
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
46912
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
46913
+
46914
+ hasResourceGroupName(): boolean;
46915
+ clearResourceGroupName(): void;
46916
+ getResourceGroupName(): google_protobuf_wrappers_pb.StringValue | undefined;
46917
+ setResourceGroupName(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
46918
+
46919
+ hasADK_location(): boolean;
46920
+ clearADK_location(): void;
46921
+ getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
46922
+ setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
46923
+
46924
+ hasStatus(): boolean;
46925
+ clearStatus(): void;
46926
+ getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
46927
+ setStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
46928
+
46929
+ hasPolicySettingsPolicyMode(): boolean;
46930
+ clearPolicySettingsPolicyMode(): void;
46931
+ getPolicySettingsPolicyMode(): google_protobuf_wrappers_pb.StringValue | undefined;
46932
+ setPolicySettingsPolicyMode(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
46933
+
46934
+ hasCustomRulesCount(): boolean;
46935
+ clearCustomRulesCount(): void;
46936
+ getCustomRulesCount(): google_protobuf_wrappers_pb.Int32Value | undefined;
46937
+ setCustomRulesCount(value?: google_protobuf_wrappers_pb.Int32Value): AzureFrontDoorWebApplicationFirewallPolicy;
46938
+
46939
+ hasAssociationsCount(): boolean;
46940
+ clearAssociationsCount(): void;
46941
+ getAssociationsCount(): google_protobuf_wrappers_pb.Int32Value | undefined;
46942
+ setAssociationsCount(value?: google_protobuf_wrappers_pb.Int32Value): AzureFrontDoorWebApplicationFirewallPolicy;
46943
+
46944
+ hasTier(): boolean;
46945
+ clearTier(): void;
46946
+ getTier(): google_protobuf_wrappers_pb.StringValue | undefined;
46947
+ setTier(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
46948
+
46949
+ hasPolicySettingsEnabledState(): boolean;
46950
+ clearPolicySettingsEnabledState(): void;
46951
+ getPolicySettingsEnabledState(): google_protobuf_wrappers_pb.StringValue | undefined;
46952
+ setPolicySettingsEnabledState(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
46953
+
46954
+ hasPolicySettingsRedirectUri(): boolean;
46955
+ clearPolicySettingsRedirectUri(): void;
46956
+ getPolicySettingsRedirectUri(): google_protobuf_wrappers_pb.StringValue | undefined;
46957
+ setPolicySettingsRedirectUri(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
46958
+
46959
+ hasPolicySettingsBlockResponseStatusCode(): boolean;
46960
+ clearPolicySettingsBlockResponseStatusCode(): void;
46961
+ getPolicySettingsBlockResponseStatusCode(): google_protobuf_wrappers_pb.StringValue | undefined;
46962
+ setPolicySettingsBlockResponseStatusCode(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
46963
+
46964
+ hasPolicySettingsBlockResponseBody(): boolean;
46965
+ clearPolicySettingsBlockResponseBody(): void;
46966
+ getPolicySettingsBlockResponseBody(): google_protobuf_wrappers_pb.StringValue | undefined;
46967
+ setPolicySettingsBlockResponseBody(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
46968
+ clearTagsList(): void;
46969
+ getTagsList(): Array<CloudockitTag>;
46970
+ setTagsList(value: Array<CloudockitTag>): AzureFrontDoorWebApplicationFirewallPolicy;
46971
+ addTags(value?: CloudockitTag, index?: number): CloudockitTag;
46972
+ clearRoleAssignmentsList(): void;
46973
+ getRoleAssignmentsList(): Array<AzureMicrosoftAuthorizationRoleAssignment>;
46974
+ setRoleAssignmentsList(value: Array<AzureMicrosoftAuthorizationRoleAssignment>): AzureFrontDoorWebApplicationFirewallPolicy;
46975
+ addRoleAssignments(value?: AzureMicrosoftAuthorizationRoleAssignment, index?: number): AzureMicrosoftAuthorizationRoleAssignment;
46976
+ clearManagementLocksList(): void;
46977
+ getManagementLocksList(): Array<AzureMicrosoftManagementLock>;
46978
+ setManagementLocksList(value: Array<AzureMicrosoftManagementLock>): AzureFrontDoorWebApplicationFirewallPolicy;
46979
+ addManagementLocks(value?: AzureMicrosoftManagementLock, index?: number): AzureMicrosoftManagementLock;
46980
+ clearDifferencesList(): void;
46981
+ getDifferencesList(): Array<StandardObjectDifference>;
46982
+ setDifferencesList(value: Array<StandardObjectDifference>): AzureFrontDoorWebApplicationFirewallPolicy;
46983
+ addDifferences(value?: StandardObjectDifference, index?: number): StandardObjectDifference;
46984
+ clearWarningsList(): void;
46985
+ getWarningsList(): Array<CDKRule>;
46986
+ setWarningsList(value: Array<CDKRule>): AzureFrontDoorWebApplicationFirewallPolicy;
46987
+ addWarnings(value?: CDKRule, index?: number): CDKRule;
46988
+ clearResourcesBillingList(): void;
46989
+ getResourcesBillingList(): Array<ResourceBilling>;
46990
+ setResourcesBillingList(value: Array<ResourceBilling>): AzureFrontDoorWebApplicationFirewallPolicy;
46991
+ addResourcesBilling(value?: ResourceBilling, index?: number): ResourceBilling;
46992
+
46993
+ hasADK_price(): boolean;
46994
+ clearADK_price(): void;
46995
+ getADK_price(): google_protobuf_wrappers_pb.StringValue | undefined;
46996
+ setADK_price(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
46997
+
46998
+ serializeBinary(): Uint8Array;
46999
+ toObject(includeInstance?: boolean): AzureFrontDoorWebApplicationFirewallPolicy.AsObject;
47000
+ static toObject(includeInstance: boolean, msg: AzureFrontDoorWebApplicationFirewallPolicy): AzureFrontDoorWebApplicationFirewallPolicy.AsObject;
47001
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47002
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47003
+ static serializeBinaryToWriter(message: AzureFrontDoorWebApplicationFirewallPolicy, writer: jspb.BinaryWriter): void;
47004
+ static deserializeBinary(bytes: Uint8Array): AzureFrontDoorWebApplicationFirewallPolicy;
47005
+ static deserializeBinaryFromReader(message: AzureFrontDoorWebApplicationFirewallPolicy, reader: jspb.BinaryReader): AzureFrontDoorWebApplicationFirewallPolicy;
47006
+ }
47007
+
47008
+ export namespace AzureFrontDoorWebApplicationFirewallPolicy {
47009
+ export type AsObject = {
47010
+ FrontEnd?: google_protobuf_wrappers_pb.StringValue.AsObject,
47011
+ ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47012
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47013
+ ResourceGroupName?: google_protobuf_wrappers_pb.StringValue.AsObject,
47014
+ ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
47015
+ Status?: google_protobuf_wrappers_pb.StringValue.AsObject,
47016
+ PolicySettingsPolicyMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
47017
+ CustomRulesCount?: google_protobuf_wrappers_pb.Int32Value.AsObject,
47018
+ AssociationsCount?: google_protobuf_wrappers_pb.Int32Value.AsObject,
47019
+ Tier?: google_protobuf_wrappers_pb.StringValue.AsObject,
47020
+ PolicySettingsEnabledState?: google_protobuf_wrappers_pb.StringValue.AsObject,
47021
+ PolicySettingsRedirectUri?: google_protobuf_wrappers_pb.StringValue.AsObject,
47022
+ PolicySettingsBlockResponseStatusCode?: google_protobuf_wrappers_pb.StringValue.AsObject,
47023
+ PolicySettingsBlockResponseBody?: google_protobuf_wrappers_pb.StringValue.AsObject,
47024
+ TagsList: Array<CloudockitTag.AsObject>,
47025
+ RoleAssignmentsList: Array<AzureMicrosoftAuthorizationRoleAssignment.AsObject>,
47026
+ ManagementLocksList: Array<AzureMicrosoftManagementLock.AsObject>,
47027
+ DifferencesList: Array<StandardObjectDifference.AsObject>,
47028
+ WarningsList: Array<CDKRule.AsObject>,
47029
+ ResourcesBillingList: Array<ResourceBilling.AsObject>,
47030
+ ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
47031
+ }
47032
+ }
47033
+
47034
+ export class AzureFrontDoorFrontDoorRulesEngine extends jspb.Message {
47035
+
47036
+ hasADK_name(): boolean;
47037
+ clearADK_name(): void;
47038
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47039
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorFrontDoorRulesEngine;
47040
+
47041
+ hasRulesCount(): boolean;
47042
+ clearRulesCount(): void;
47043
+ getRulesCount(): google_protobuf_wrappers_pb.Int32Value | undefined;
47044
+ setRulesCount(value?: google_protobuf_wrappers_pb.Int32Value): AzureFrontDoorFrontDoorRulesEngine;
47045
+
47046
+ hasAssociatedRoutingRule(): boolean;
47047
+ clearAssociatedRoutingRule(): void;
47048
+ getAssociatedRoutingRule(): google_protobuf_wrappers_pb.StringValue | undefined;
47049
+ setAssociatedRoutingRule(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorFrontDoorRulesEngine;
47050
+
47051
+ serializeBinary(): Uint8Array;
47052
+ toObject(includeInstance?: boolean): AzureFrontDoorFrontDoorRulesEngine.AsObject;
47053
+ static toObject(includeInstance: boolean, msg: AzureFrontDoorFrontDoorRulesEngine): AzureFrontDoorFrontDoorRulesEngine.AsObject;
47054
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47055
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47056
+ static serializeBinaryToWriter(message: AzureFrontDoorFrontDoorRulesEngine, writer: jspb.BinaryWriter): void;
47057
+ static deserializeBinary(bytes: Uint8Array): AzureFrontDoorFrontDoorRulesEngine;
47058
+ static deserializeBinaryFromReader(message: AzureFrontDoorFrontDoorRulesEngine, reader: jspb.BinaryReader): AzureFrontDoorFrontDoorRulesEngine;
47059
+ }
47060
+
47061
+ export namespace AzureFrontDoorFrontDoorRulesEngine {
47062
+ export type AsObject = {
47063
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47064
+ RulesCount?: google_protobuf_wrappers_pb.Int32Value.AsObject,
47065
+ AssociatedRoutingRule?: google_protobuf_wrappers_pb.StringValue.AsObject,
47066
+ }
47067
+ }
47068
+
47069
+ export class AzureMicrosoftKeyVaultPrivateEndpointConnection extends jspb.Message {
47070
+
47071
+ hasPrivateEndpointADK_gUID(): boolean;
47072
+ clearPrivateEndpointADK_gUID(): void;
47073
+ getPrivateEndpointADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
47074
+ setPrivateEndpointADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftKeyVaultPrivateEndpointConnection;
47075
+
47076
+ hasPrivateEndpointADK_name(): boolean;
47077
+ clearPrivateEndpointADK_name(): void;
47078
+ getPrivateEndpointADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47079
+ setPrivateEndpointADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftKeyVaultPrivateEndpointConnection;
47080
+
47081
+ hasConnectionName(): boolean;
47082
+ clearConnectionName(): void;
47083
+ getConnectionName(): google_protobuf_wrappers_pb.StringValue | undefined;
47084
+ setConnectionName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftKeyVaultPrivateEndpointConnection;
47085
+
47086
+ hasVirtualNetworkADK_gUID(): boolean;
47087
+ clearVirtualNetworkADK_gUID(): void;
47088
+ getVirtualNetworkADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
47089
+ setVirtualNetworkADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftKeyVaultPrivateEndpointConnection;
47090
+
47091
+ hasVirtualNetworkADK_name(): boolean;
47092
+ clearVirtualNetworkADK_name(): void;
47093
+ getVirtualNetworkADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47094
+ setVirtualNetworkADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftKeyVaultPrivateEndpointConnection;
47095
+
47096
+ hasSubnetADK_gUID(): boolean;
47097
+ clearSubnetADK_gUID(): void;
47098
+ getSubnetADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
47099
+ setSubnetADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftKeyVaultPrivateEndpointConnection;
47100
+
47101
+ hasSubnetADK_name(): boolean;
47102
+ clearSubnetADK_name(): void;
47103
+ getSubnetADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47104
+ setSubnetADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftKeyVaultPrivateEndpointConnection;
47105
+
47106
+ hasConnectionStatus(): boolean;
47107
+ clearConnectionStatus(): void;
47108
+ getConnectionStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
47109
+ setConnectionStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftKeyVaultPrivateEndpointConnection;
47110
+
47111
+ serializeBinary(): Uint8Array;
47112
+ toObject(includeInstance?: boolean): AzureMicrosoftKeyVaultPrivateEndpointConnection.AsObject;
47113
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftKeyVaultPrivateEndpointConnection): AzureMicrosoftKeyVaultPrivateEndpointConnection.AsObject;
47114
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47115
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47116
+ static serializeBinaryToWriter(message: AzureMicrosoftKeyVaultPrivateEndpointConnection, writer: jspb.BinaryWriter): void;
47117
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftKeyVaultPrivateEndpointConnection;
47118
+ static deserializeBinaryFromReader(message: AzureMicrosoftKeyVaultPrivateEndpointConnection, reader: jspb.BinaryReader): AzureMicrosoftKeyVaultPrivateEndpointConnection;
47119
+ }
47120
+
47121
+ export namespace AzureMicrosoftKeyVaultPrivateEndpointConnection {
47122
+ export type AsObject = {
47123
+ PrivateEndpointADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47124
+ PrivateEndpointADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47125
+ ConnectionName?: google_protobuf_wrappers_pb.StringValue.AsObject,
47126
+ VirtualNetworkADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47127
+ VirtualNetworkADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47128
+ SubnetADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47129
+ SubnetADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47130
+ ConnectionStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
47131
+ }
47132
+ }
47133
+
47134
+ export class AzureNetAppVolumeQuotaRule extends jspb.Message {
47135
+
47136
+ hasName(): boolean;
47137
+ clearName(): void;
47138
+ getName(): google_protobuf_wrappers_pb.StringValue | undefined;
47139
+ setName(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolumeQuotaRule;
47140
+
47141
+ hasQuotaType(): boolean;
47142
+ clearQuotaType(): void;
47143
+ getQuotaType(): google_protobuf_wrappers_pb.StringValue | undefined;
47144
+ setQuotaType(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolumeQuotaRule;
47145
+
47146
+ hasQuotaTarget(): boolean;
47147
+ clearQuotaTarget(): void;
47148
+ getQuotaTarget(): google_protobuf_wrappers_pb.StringValue | undefined;
47149
+ setQuotaTarget(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolumeQuotaRule;
47150
+
47151
+ hasQuotaLimit(): boolean;
47152
+ clearQuotaLimit(): void;
47153
+ getQuotaLimit(): google_protobuf_wrappers_pb.StringValue | undefined;
47154
+ setQuotaLimit(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolumeQuotaRule;
47155
+
47156
+ serializeBinary(): Uint8Array;
47157
+ toObject(includeInstance?: boolean): AzureNetAppVolumeQuotaRule.AsObject;
47158
+ static toObject(includeInstance: boolean, msg: AzureNetAppVolumeQuotaRule): AzureNetAppVolumeQuotaRule.AsObject;
47159
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47160
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47161
+ static serializeBinaryToWriter(message: AzureNetAppVolumeQuotaRule, writer: jspb.BinaryWriter): void;
47162
+ static deserializeBinary(bytes: Uint8Array): AzureNetAppVolumeQuotaRule;
47163
+ static deserializeBinaryFromReader(message: AzureNetAppVolumeQuotaRule, reader: jspb.BinaryReader): AzureNetAppVolumeQuotaRule;
47164
+ }
47165
+
47166
+ export namespace AzureNetAppVolumeQuotaRule {
47167
+ export type AsObject = {
47168
+ Name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47169
+ QuotaType?: google_protobuf_wrappers_pb.StringValue.AsObject,
47170
+ QuotaTarget?: google_protobuf_wrappers_pb.StringValue.AsObject,
47171
+ QuotaLimit?: google_protobuf_wrappers_pb.StringValue.AsObject,
47172
+ }
47173
+ }
47174
+
47175
+ export class AzureNetAppSnapshotPolicy extends jspb.Message {
47176
+
47177
+ hasName(): boolean;
47178
+ clearName(): void;
47179
+ getName(): google_protobuf_wrappers_pb.StringValue | undefined;
47180
+ setName(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppSnapshotPolicy;
47181
+
47182
+ hasEnabled(): boolean;
47183
+ clearEnabled(): void;
47184
+ getEnabled(): google_protobuf_wrappers_pb.StringValue | undefined;
47185
+ setEnabled(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppSnapshotPolicy;
47186
+
47187
+ hasHourly(): boolean;
47188
+ clearHourly(): void;
47189
+ getHourly(): google_protobuf_wrappers_pb.Int32Value | undefined;
47190
+ setHourly(value?: google_protobuf_wrappers_pb.Int32Value): AzureNetAppSnapshotPolicy;
47191
+
47192
+ hasDaily(): boolean;
47193
+ clearDaily(): void;
47194
+ getDaily(): google_protobuf_wrappers_pb.Int32Value | undefined;
47195
+ setDaily(value?: google_protobuf_wrappers_pb.Int32Value): AzureNetAppSnapshotPolicy;
47196
+
47197
+ hasWeekly(): boolean;
47198
+ clearWeekly(): void;
47199
+ getWeekly(): google_protobuf_wrappers_pb.Int32Value | undefined;
47200
+ setWeekly(value?: google_protobuf_wrappers_pb.Int32Value): AzureNetAppSnapshotPolicy;
47201
+
47202
+ hasMonthly(): boolean;
47203
+ clearMonthly(): void;
47204
+ getMonthly(): google_protobuf_wrappers_pb.Int32Value | undefined;
47205
+ setMonthly(value?: google_protobuf_wrappers_pb.Int32Value): AzureNetAppSnapshotPolicy;
47206
+
47207
+ serializeBinary(): Uint8Array;
47208
+ toObject(includeInstance?: boolean): AzureNetAppSnapshotPolicy.AsObject;
47209
+ static toObject(includeInstance: boolean, msg: AzureNetAppSnapshotPolicy): AzureNetAppSnapshotPolicy.AsObject;
47210
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47211
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47212
+ static serializeBinaryToWriter(message: AzureNetAppSnapshotPolicy, writer: jspb.BinaryWriter): void;
47213
+ static deserializeBinary(bytes: Uint8Array): AzureNetAppSnapshotPolicy;
47214
+ static deserializeBinaryFromReader(message: AzureNetAppSnapshotPolicy, reader: jspb.BinaryReader): AzureNetAppSnapshotPolicy;
47215
+ }
47216
+
47217
+ export namespace AzureNetAppSnapshotPolicy {
47218
+ export type AsObject = {
47219
+ Name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47220
+ Enabled?: google_protobuf_wrappers_pb.StringValue.AsObject,
47221
+ Hourly?: google_protobuf_wrappers_pb.Int32Value.AsObject,
47222
+ Daily?: google_protobuf_wrappers_pb.Int32Value.AsObject,
47223
+ Weekly?: google_protobuf_wrappers_pb.Int32Value.AsObject,
47224
+ Monthly?: google_protobuf_wrappers_pb.Int32Value.AsObject,
47225
+ }
47226
+ }
47227
+
47228
+ export class AzureMicrosoftNotificationHubNamespace extends jspb.Message {
47229
+
47230
+ hasADK_name(): boolean;
47231
+ clearADK_name(): void;
47232
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47233
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
47234
+
47235
+ hasADK_gUID(): boolean;
47236
+ clearADK_gUID(): void;
47237
+ getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
47238
+ setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
47239
+
47240
+ hasStatus(): boolean;
47241
+ clearStatus(): void;
47242
+ getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
47243
+ setStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
47244
+
47245
+ hasADK_location(): boolean;
47246
+ clearADK_location(): void;
47247
+ getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
47248
+ setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
47249
+
47250
+ hasPricingTier(): boolean;
47251
+ clearPricingTier(): void;
47252
+ getPricingTier(): google_protobuf_wrappers_pb.StringValue | undefined;
47253
+ setPricingTier(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
47254
+
47255
+ hasServiceEndpoint(): boolean;
47256
+ clearServiceEndpoint(): void;
47257
+ getServiceEndpoint(): google_protobuf_wrappers_pb.StringValue | undefined;
47258
+ setServiceEndpoint(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
47259
+
47260
+ hasCreatedDate(): boolean;
47261
+ clearCreatedDate(): void;
47262
+ getCreatedDate(): google_protobuf_wrappers_pb.StringValue | undefined;
47263
+ setCreatedDate(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
47264
+
47265
+ hasUpdatedDate(): boolean;
47266
+ clearUpdatedDate(): void;
47267
+ getUpdatedDate(): google_protobuf_wrappers_pb.StringValue | undefined;
47268
+ setUpdatedDate(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
47269
+ clearNotificationHubsList(): void;
47270
+ getNotificationHubsList(): Array<AzureMicrosoftNotificationHub>;
47271
+ setNotificationHubsList(value: Array<AzureMicrosoftNotificationHub>): AzureMicrosoftNotificationHubNamespace;
47272
+ addNotificationHubs(value?: AzureMicrosoftNotificationHub, index?: number): AzureMicrosoftNotificationHub;
47273
+ clearTagsList(): void;
47274
+ getTagsList(): Array<CloudockitTag>;
47275
+ setTagsList(value: Array<CloudockitTag>): AzureMicrosoftNotificationHubNamespace;
47276
+ addTags(value?: CloudockitTag, index?: number): CloudockitTag;
47277
+ clearRoleAssignmentsList(): void;
47278
+ getRoleAssignmentsList(): Array<AzureMicrosoftAuthorizationRoleAssignment>;
47279
+ setRoleAssignmentsList(value: Array<AzureMicrosoftAuthorizationRoleAssignment>): AzureMicrosoftNotificationHubNamespace;
47280
+ addRoleAssignments(value?: AzureMicrosoftAuthorizationRoleAssignment, index?: number): AzureMicrosoftAuthorizationRoleAssignment;
47281
+ clearManagementLocksList(): void;
47282
+ getManagementLocksList(): Array<AzureMicrosoftManagementLock>;
47283
+ setManagementLocksList(value: Array<AzureMicrosoftManagementLock>): AzureMicrosoftNotificationHubNamespace;
47284
+ addManagementLocks(value?: AzureMicrosoftManagementLock, index?: number): AzureMicrosoftManagementLock;
47285
+ clearDifferencesList(): void;
47286
+ getDifferencesList(): Array<StandardObjectDifference>;
47287
+ setDifferencesList(value: Array<StandardObjectDifference>): AzureMicrosoftNotificationHubNamespace;
47288
+ addDifferences(value?: StandardObjectDifference, index?: number): StandardObjectDifference;
47289
+ clearWarningsList(): void;
47290
+ getWarningsList(): Array<CDKRule>;
47291
+ setWarningsList(value: Array<CDKRule>): AzureMicrosoftNotificationHubNamespace;
47292
+ addWarnings(value?: CDKRule, index?: number): CDKRule;
47293
+ clearResourcesBillingList(): void;
47294
+ getResourcesBillingList(): Array<ResourceBilling>;
47295
+ setResourcesBillingList(value: Array<ResourceBilling>): AzureMicrosoftNotificationHubNamespace;
47296
+ addResourcesBilling(value?: ResourceBilling, index?: number): ResourceBilling;
47297
+
47298
+ hasADK_price(): boolean;
47299
+ clearADK_price(): void;
47300
+ getADK_price(): google_protobuf_wrappers_pb.StringValue | undefined;
47301
+ setADK_price(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
47302
+
47303
+ serializeBinary(): Uint8Array;
47304
+ toObject(includeInstance?: boolean): AzureMicrosoftNotificationHubNamespace.AsObject;
47305
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftNotificationHubNamespace): AzureMicrosoftNotificationHubNamespace.AsObject;
47306
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47307
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47308
+ static serializeBinaryToWriter(message: AzureMicrosoftNotificationHubNamespace, writer: jspb.BinaryWriter): void;
47309
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftNotificationHubNamespace;
47310
+ static deserializeBinaryFromReader(message: AzureMicrosoftNotificationHubNamespace, reader: jspb.BinaryReader): AzureMicrosoftNotificationHubNamespace;
47311
+ }
47312
+
47313
+ export namespace AzureMicrosoftNotificationHubNamespace {
47314
+ export type AsObject = {
47315
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47316
+ ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47317
+ Status?: google_protobuf_wrappers_pb.StringValue.AsObject,
47318
+ ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
47319
+ PricingTier?: google_protobuf_wrappers_pb.StringValue.AsObject,
47320
+ ServiceEndpoint?: google_protobuf_wrappers_pb.StringValue.AsObject,
47321
+ CreatedDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
47322
+ UpdatedDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
47323
+ NotificationHubsList: Array<AzureMicrosoftNotificationHub.AsObject>,
47324
+ TagsList: Array<CloudockitTag.AsObject>,
47325
+ RoleAssignmentsList: Array<AzureMicrosoftAuthorizationRoleAssignment.AsObject>,
47326
+ ManagementLocksList: Array<AzureMicrosoftManagementLock.AsObject>,
47327
+ DifferencesList: Array<StandardObjectDifference.AsObject>,
47328
+ WarningsList: Array<CDKRule.AsObject>,
47329
+ ResourcesBillingList: Array<ResourceBilling.AsObject>,
47330
+ ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
47331
+ }
47332
+ }
47333
+
47334
+ export class AzureMicrosoftNotificationHubAuthorizationRule extends jspb.Message {
47335
+
47336
+ hasName(): boolean;
47337
+ clearName(): void;
47338
+ getName(): google_protobuf_wrappers_pb.StringValue | undefined;
47339
+ setName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubAuthorizationRule;
47340
+
47341
+ hasPermission(): boolean;
47342
+ clearPermission(): void;
47343
+ getPermission(): google_protobuf_wrappers_pb.StringValue | undefined;
47344
+ setPermission(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubAuthorizationRule;
47345
+
47346
+ hasConnectionString(): boolean;
47347
+ clearConnectionString(): void;
47348
+ getConnectionString(): google_protobuf_wrappers_pb.StringValue | undefined;
47349
+ setConnectionString(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubAuthorizationRule;
47350
+
47351
+ serializeBinary(): Uint8Array;
47352
+ toObject(includeInstance?: boolean): AzureMicrosoftNotificationHubAuthorizationRule.AsObject;
47353
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftNotificationHubAuthorizationRule): AzureMicrosoftNotificationHubAuthorizationRule.AsObject;
47354
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47355
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47356
+ static serializeBinaryToWriter(message: AzureMicrosoftNotificationHubAuthorizationRule, writer: jspb.BinaryWriter): void;
47357
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftNotificationHubAuthorizationRule;
47358
+ static deserializeBinaryFromReader(message: AzureMicrosoftNotificationHubAuthorizationRule, reader: jspb.BinaryReader): AzureMicrosoftNotificationHubAuthorizationRule;
47359
+ }
47360
+
47361
+ export namespace AzureMicrosoftNotificationHubAuthorizationRule {
47362
+ export type AsObject = {
47363
+ Name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47364
+ Permission?: google_protobuf_wrappers_pb.StringValue.AsObject,
47365
+ ConnectionString?: google_protobuf_wrappers_pb.StringValue.AsObject,
47366
+ }
47367
+ }
47368
+
47369
+ export class AzureMicrosoftPostgreSqlFlexibleServerBackup extends jspb.Message {
47370
+
47371
+ hasADK_name(): boolean;
47372
+ clearADK_name(): void;
47373
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47374
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServerBackup;
47375
+
47376
+ hasADK_gUID(): boolean;
47377
+ clearADK_gUID(): void;
47378
+ getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
47379
+ setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServerBackup;
47380
+
47381
+ hasCompletion(): boolean;
47382
+ clearCompletion(): void;
47383
+ getCompletion(): google_protobuf_wrappers_pb.StringValue | undefined;
47384
+ setCompletion(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServerBackup;
47385
+
47386
+ hasRetainedTill(): boolean;
47387
+ clearRetainedTill(): void;
47388
+ getRetainedTill(): google_protobuf_wrappers_pb.StringValue | undefined;
47389
+ setRetainedTill(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServerBackup;
47390
+
47391
+ hasStatus(): boolean;
47392
+ clearStatus(): void;
47393
+ getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
47394
+ setStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServerBackup;
47395
+
47396
+ hasBackupType(): boolean;
47397
+ clearBackupType(): void;
47398
+ getBackupType(): google_protobuf_wrappers_pb.StringValue | undefined;
47399
+ setBackupType(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServerBackup;
47400
+
47401
+ serializeBinary(): Uint8Array;
47402
+ toObject(includeInstance?: boolean): AzureMicrosoftPostgreSqlFlexibleServerBackup.AsObject;
47403
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftPostgreSqlFlexibleServerBackup): AzureMicrosoftPostgreSqlFlexibleServerBackup.AsObject;
47404
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47405
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47406
+ static serializeBinaryToWriter(message: AzureMicrosoftPostgreSqlFlexibleServerBackup, writer: jspb.BinaryWriter): void;
47407
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftPostgreSqlFlexibleServerBackup;
47408
+ static deserializeBinaryFromReader(message: AzureMicrosoftPostgreSqlFlexibleServerBackup, reader: jspb.BinaryReader): AzureMicrosoftPostgreSqlFlexibleServerBackup;
47409
+ }
47410
+
47411
+ export namespace AzureMicrosoftPostgreSqlFlexibleServerBackup {
47412
+ export type AsObject = {
47413
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47414
+ ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47415
+ Completion?: google_protobuf_wrappers_pb.StringValue.AsObject,
47416
+ RetainedTill?: google_protobuf_wrappers_pb.StringValue.AsObject,
47417
+ Status?: google_protobuf_wrappers_pb.StringValue.AsObject,
47418
+ BackupType?: google_protobuf_wrappers_pb.StringValue.AsObject,
47419
+ }
47420
+ }
47421
+
47422
+ export class AzureMicrosoftPostgreSqlFirewallRule extends jspb.Message {
47423
+
47424
+ hasADK_name(): boolean;
47425
+ clearADK_name(): void;
47426
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47427
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFirewallRule;
47428
+
47429
+ hasStartIpAddress(): boolean;
47430
+ clearStartIpAddress(): void;
47431
+ getStartIpAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
47432
+ setStartIpAddress(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFirewallRule;
47433
+
47434
+ hasEndIpAddress(): boolean;
47435
+ clearEndIpAddress(): void;
47436
+ getEndIpAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
47437
+ setEndIpAddress(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFirewallRule;
47438
+
47439
+ serializeBinary(): Uint8Array;
47440
+ toObject(includeInstance?: boolean): AzureMicrosoftPostgreSqlFirewallRule.AsObject;
47441
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftPostgreSqlFirewallRule): AzureMicrosoftPostgreSqlFirewallRule.AsObject;
47442
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47443
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47444
+ static serializeBinaryToWriter(message: AzureMicrosoftPostgreSqlFirewallRule, writer: jspb.BinaryWriter): void;
47445
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftPostgreSqlFirewallRule;
47446
+ static deserializeBinaryFromReader(message: AzureMicrosoftPostgreSqlFirewallRule, reader: jspb.BinaryReader): AzureMicrosoftPostgreSqlFirewallRule;
47447
+ }
47448
+
47449
+ export namespace AzureMicrosoftPostgreSqlFirewallRule {
47450
+ export type AsObject = {
47451
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47452
+ StartIpAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
47453
+ EndIpAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
47454
+ }
47455
+ }
47456
+
47457
+ export class AzureMicrosoftPostgreSqlVirtualNetworkRule extends jspb.Message {
47458
+
47459
+ hasADK_name(): boolean;
47460
+ clearADK_name(): void;
47461
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47462
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlVirtualNetworkRule;
47463
+
47464
+ hasLinkedVirtualNetworkADK_gUID(): boolean;
47465
+ clearLinkedVirtualNetworkADK_gUID(): void;
47466
+ getLinkedVirtualNetworkADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
47467
+ setLinkedVirtualNetworkADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlVirtualNetworkRule;
47468
+
47469
+ hasLinkedVirtualNetworkADK_name(): boolean;
47470
+ clearLinkedVirtualNetworkADK_name(): void;
47471
+ getLinkedVirtualNetworkADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47472
+ setLinkedVirtualNetworkADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlVirtualNetworkRule;
47473
+
47474
+ hasLinkedSubnetADK_gUID(): boolean;
47475
+ clearLinkedSubnetADK_gUID(): void;
47476
+ getLinkedSubnetADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
47477
+ setLinkedSubnetADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlVirtualNetworkRule;
47478
+
47479
+ hasLinkedSubnetADK_name(): boolean;
47480
+ clearLinkedSubnetADK_name(): void;
47481
+ getLinkedSubnetADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47482
+ setLinkedSubnetADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlVirtualNetworkRule;
47483
+
47484
+ hasAddressRange(): boolean;
47485
+ clearAddressRange(): void;
47486
+ getAddressRange(): google_protobuf_wrappers_pb.StringValue | undefined;
47487
+ setAddressRange(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlVirtualNetworkRule;
47488
+
47489
+ hasEndpointStatus(): boolean;
47490
+ clearEndpointStatus(): void;
47491
+ getEndpointStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
47492
+ setEndpointStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlVirtualNetworkRule;
47493
+
47494
+ serializeBinary(): Uint8Array;
47495
+ toObject(includeInstance?: boolean): AzureMicrosoftPostgreSqlVirtualNetworkRule.AsObject;
47496
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftPostgreSqlVirtualNetworkRule): AzureMicrosoftPostgreSqlVirtualNetworkRule.AsObject;
47497
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47498
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47499
+ static serializeBinaryToWriter(message: AzureMicrosoftPostgreSqlVirtualNetworkRule, writer: jspb.BinaryWriter): void;
47500
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftPostgreSqlVirtualNetworkRule;
47501
+ static deserializeBinaryFromReader(message: AzureMicrosoftPostgreSqlVirtualNetworkRule, reader: jspb.BinaryReader): AzureMicrosoftPostgreSqlVirtualNetworkRule;
47502
+ }
47503
+
47504
+ export namespace AzureMicrosoftPostgreSqlVirtualNetworkRule {
47505
+ export type AsObject = {
47506
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47507
+ LinkedVirtualNetworkADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47508
+ LinkedVirtualNetworkADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47509
+ LinkedSubnetADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47510
+ LinkedSubnetADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47511
+ AddressRange?: google_protobuf_wrappers_pb.StringValue.AsObject,
47512
+ EndpointStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
47513
+ }
47514
+ }
47515
+
47516
+ export class AzureMicrosoftPostgrePrivateEndpointConnection extends jspb.Message {
47517
+
47518
+ hasADK_name(): boolean;
47519
+ clearADK_name(): void;
47520
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47521
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgrePrivateEndpointConnection;
47522
+
47523
+ hasConnectionState(): boolean;
47524
+ clearConnectionState(): void;
47525
+ getConnectionState(): google_protobuf_wrappers_pb.StringValue | undefined;
47526
+ setConnectionState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgrePrivateEndpointConnection;
47527
+
47528
+ hasADK_gUID(): boolean;
47529
+ clearADK_gUID(): void;
47530
+ getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
47531
+ setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgrePrivateEndpointConnection;
47532
+
47533
+ serializeBinary(): Uint8Array;
47534
+ toObject(includeInstance?: boolean): AzureMicrosoftPostgrePrivateEndpointConnection.AsObject;
47535
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftPostgrePrivateEndpointConnection): AzureMicrosoftPostgrePrivateEndpointConnection.AsObject;
47536
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47537
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47538
+ static serializeBinaryToWriter(message: AzureMicrosoftPostgrePrivateEndpointConnection, writer: jspb.BinaryWriter): void;
47539
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftPostgrePrivateEndpointConnection;
47540
+ static deserializeBinaryFromReader(message: AzureMicrosoftPostgrePrivateEndpointConnection, reader: jspb.BinaryReader): AzureMicrosoftPostgrePrivateEndpointConnection;
47541
+ }
47542
+
47543
+ export namespace AzureMicrosoftPostgrePrivateEndpointConnection {
47544
+ export type AsObject = {
47545
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47546
+ ConnectionState?: google_protobuf_wrappers_pb.StringValue.AsObject,
47547
+ ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47548
+ }
47549
+ }
47550
+
47551
+ export class AzureMicrosoftRedisPrivateEndpointConnection extends jspb.Message {
47552
+
47553
+ hasADK_name(): boolean;
47554
+ clearADK_name(): void;
47555
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47556
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftRedisPrivateEndpointConnection;
47557
+
47558
+ hasADK_gUID(): boolean;
47559
+ clearADK_gUID(): void;
47560
+ getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
47561
+ setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftRedisPrivateEndpointConnection;
47562
+
47563
+ hasConnectionStateStatus(): boolean;
47564
+ clearConnectionStateStatus(): void;
47565
+ getConnectionStateStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
47566
+ setConnectionStateStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftRedisPrivateEndpointConnection;
47567
+
47568
+ hasPrivateEndpointADK_gUID(): boolean;
47569
+ clearPrivateEndpointADK_gUID(): void;
47570
+ getPrivateEndpointADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
47571
+ setPrivateEndpointADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftRedisPrivateEndpointConnection;
47572
+
47573
+ hasPrivateEndpointADK_name(): boolean;
47574
+ clearPrivateEndpointADK_name(): void;
47575
+ getPrivateEndpointADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47576
+ setPrivateEndpointADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftRedisPrivateEndpointConnection;
47577
+
47578
+ hasConnectionStateDescription(): boolean;
47579
+ clearConnectionStateDescription(): void;
47580
+ getConnectionStateDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
47581
+ setConnectionStateDescription(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftRedisPrivateEndpointConnection;
47582
+
47583
+ serializeBinary(): Uint8Array;
47584
+ toObject(includeInstance?: boolean): AzureMicrosoftRedisPrivateEndpointConnection.AsObject;
47585
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftRedisPrivateEndpointConnection): AzureMicrosoftRedisPrivateEndpointConnection.AsObject;
47586
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47587
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47588
+ static serializeBinaryToWriter(message: AzureMicrosoftRedisPrivateEndpointConnection, writer: jspb.BinaryWriter): void;
47589
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftRedisPrivateEndpointConnection;
47590
+ static deserializeBinaryFromReader(message: AzureMicrosoftRedisPrivateEndpointConnection, reader: jspb.BinaryReader): AzureMicrosoftRedisPrivateEndpointConnection;
47591
+ }
47592
+
47593
+ export namespace AzureMicrosoftRedisPrivateEndpointConnection {
47594
+ export type AsObject = {
47595
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47596
+ ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47597
+ ConnectionStateStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
47598
+ PrivateEndpointADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47599
+ PrivateEndpointADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47600
+ ConnectionStateDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
47601
+ }
47602
+ }
47603
+
47604
+ export class AzureMicrosoftServiceBusAuthorizationRule extends jspb.Message {
47605
+
47606
+ serializeBinary(): Uint8Array;
47607
+ toObject(includeInstance?: boolean): AzureMicrosoftServiceBusAuthorizationRule.AsObject;
47608
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftServiceBusAuthorizationRule): AzureMicrosoftServiceBusAuthorizationRule.AsObject;
47609
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47610
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47611
+ static serializeBinaryToWriter(message: AzureMicrosoftServiceBusAuthorizationRule, writer: jspb.BinaryWriter): void;
47612
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftServiceBusAuthorizationRule;
47613
+ static deserializeBinaryFromReader(message: AzureMicrosoftServiceBusAuthorizationRule, reader: jspb.BinaryReader): AzureMicrosoftServiceBusAuthorizationRule;
47614
+ }
47615
+
47616
+ export namespace AzureMicrosoftServiceBusAuthorizationRule {
47617
+ export type AsObject = {
47618
+ }
47619
+ }
47620
+
47621
+ export class AzureMicrosoftSignalRAclPrivateEndpointConnection extends jspb.Message {
47622
+
47623
+ hasConnectionName(): boolean;
47624
+ clearConnectionName(): void;
47625
+ getConnectionName(): google_protobuf_wrappers_pb.StringValue | undefined;
47626
+ setConnectionName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRAclPrivateEndpointConnection;
47627
+
47628
+ hasAction(): boolean;
47629
+ clearAction(): void;
47630
+ getAction(): google_protobuf_wrappers_pb.StringValue | undefined;
47631
+ setAction(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRAclPrivateEndpointConnection;
47632
+
47633
+ hasRequestTypes(): boolean;
47634
+ clearRequestTypes(): void;
47635
+ getRequestTypes(): google_protobuf_wrappers_pb.StringValue | undefined;
47636
+ setRequestTypes(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRAclPrivateEndpointConnection;
47637
+
47638
+ serializeBinary(): Uint8Array;
47639
+ toObject(includeInstance?: boolean): AzureMicrosoftSignalRAclPrivateEndpointConnection.AsObject;
47640
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftSignalRAclPrivateEndpointConnection): AzureMicrosoftSignalRAclPrivateEndpointConnection.AsObject;
47641
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47642
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47643
+ static serializeBinaryToWriter(message: AzureMicrosoftSignalRAclPrivateEndpointConnection, writer: jspb.BinaryWriter): void;
47644
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftSignalRAclPrivateEndpointConnection;
47645
+ static deserializeBinaryFromReader(message: AzureMicrosoftSignalRAclPrivateEndpointConnection, reader: jspb.BinaryReader): AzureMicrosoftSignalRAclPrivateEndpointConnection;
47646
+ }
47647
+
47648
+ export namespace AzureMicrosoftSignalRAclPrivateEndpointConnection {
47649
+ export type AsObject = {
47650
+ ConnectionName?: google_protobuf_wrappers_pb.StringValue.AsObject,
47651
+ Action?: google_protobuf_wrappers_pb.StringValue.AsObject,
47652
+ RequestTypes?: google_protobuf_wrappers_pb.StringValue.AsObject,
47653
+ }
47654
+ }
47655
+
47656
+ export class AzureMicrosoftSignalRCustomDomain extends jspb.Message {
47657
+
47658
+ hasName(): boolean;
47659
+ clearName(): void;
47660
+ getName(): google_protobuf_wrappers_pb.StringValue | undefined;
47661
+ setName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRCustomDomain;
47662
+
47663
+ hasDomainName(): boolean;
47664
+ clearDomainName(): void;
47665
+ getDomainName(): google_protobuf_wrappers_pb.StringValue | undefined;
47666
+ setDomainName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRCustomDomain;
47667
+
47668
+ hasCertificateName(): boolean;
47669
+ clearCertificateName(): void;
47670
+ getCertificateName(): google_protobuf_wrappers_pb.StringValue | undefined;
47671
+ setCertificateName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRCustomDomain;
47672
+
47673
+ hasProvisioningState(): boolean;
47674
+ clearProvisioningState(): void;
47675
+ getProvisioningState(): google_protobuf_wrappers_pb.StringValue | undefined;
47676
+ setProvisioningState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRCustomDomain;
47677
+
47678
+ serializeBinary(): Uint8Array;
47679
+ toObject(includeInstance?: boolean): AzureMicrosoftSignalRCustomDomain.AsObject;
47680
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftSignalRCustomDomain): AzureMicrosoftSignalRCustomDomain.AsObject;
47681
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47682
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47683
+ static serializeBinaryToWriter(message: AzureMicrosoftSignalRCustomDomain, writer: jspb.BinaryWriter): void;
47684
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftSignalRCustomDomain;
47685
+ static deserializeBinaryFromReader(message: AzureMicrosoftSignalRCustomDomain, reader: jspb.BinaryReader): AzureMicrosoftSignalRCustomDomain;
47686
+ }
47687
+
47688
+ export namespace AzureMicrosoftSignalRCustomDomain {
47689
+ export type AsObject = {
47690
+ Name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47691
+ DomainName?: google_protobuf_wrappers_pb.StringValue.AsObject,
47692
+ CertificateName?: google_protobuf_wrappers_pb.StringValue.AsObject,
47693
+ ProvisioningState?: google_protobuf_wrappers_pb.StringValue.AsObject,
47694
+ }
47695
+ }
47696
+
47697
+ export class AzureMicrosoftSignalRPrivateEndpointConnection extends jspb.Message {
47698
+
47699
+ hasADK_name(): boolean;
47700
+ clearADK_name(): void;
47701
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47702
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRPrivateEndpointConnection;
47703
+
47704
+ hasADK_gUID(): boolean;
47705
+ clearADK_gUID(): void;
47706
+ getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
47707
+ setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRPrivateEndpointConnection;
47708
+
47709
+ hasConnectionStateStatus(): boolean;
47710
+ clearConnectionStateStatus(): void;
47711
+ getConnectionStateStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
47712
+ setConnectionStateStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRPrivateEndpointConnection;
47713
+
47714
+ hasPrivateEndpointADK_gUID(): boolean;
47715
+ clearPrivateEndpointADK_gUID(): void;
47716
+ getPrivateEndpointADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
47717
+ setPrivateEndpointADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRPrivateEndpointConnection;
47718
+
47719
+ hasConnectionStateDescription(): boolean;
47720
+ clearConnectionStateDescription(): void;
47721
+ getConnectionStateDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
47722
+ setConnectionStateDescription(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRPrivateEndpointConnection;
47723
+
47724
+ hasConnectionStateActionsRequired(): boolean;
47725
+ clearConnectionStateActionsRequired(): void;
47726
+ getConnectionStateActionsRequired(): google_protobuf_wrappers_pb.StringValue | undefined;
47727
+ setConnectionStateActionsRequired(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRPrivateEndpointConnection;
47728
+
47729
+ serializeBinary(): Uint8Array;
47730
+ toObject(includeInstance?: boolean): AzureMicrosoftSignalRPrivateEndpointConnection.AsObject;
47731
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftSignalRPrivateEndpointConnection): AzureMicrosoftSignalRPrivateEndpointConnection.AsObject;
47732
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47733
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47734
+ static serializeBinaryToWriter(message: AzureMicrosoftSignalRPrivateEndpointConnection, writer: jspb.BinaryWriter): void;
47735
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftSignalRPrivateEndpointConnection;
47736
+ static deserializeBinaryFromReader(message: AzureMicrosoftSignalRPrivateEndpointConnection, reader: jspb.BinaryReader): AzureMicrosoftSignalRPrivateEndpointConnection;
47737
+ }
47738
+
47739
+ export namespace AzureMicrosoftSignalRPrivateEndpointConnection {
47740
+ export type AsObject = {
47741
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47742
+ ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47743
+ ConnectionStateStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
47744
+ PrivateEndpointADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47745
+ ConnectionStateDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
47746
+ ConnectionStateActionsRequired?: google_protobuf_wrappers_pb.StringValue.AsObject,
47747
+ }
47748
+ }
47749
+
47750
+ export class AzureMicrosoftSignalRSharedPrivateLink extends jspb.Message {
47751
+
47752
+ hasADK_name(): boolean;
47753
+ clearADK_name(): void;
47754
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47755
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRSharedPrivateLink;
47756
+
47757
+ hasADK_gUID(): boolean;
47758
+ clearADK_gUID(): void;
47759
+ getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
47760
+ setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRSharedPrivateLink;
47761
+
47762
+ hasStatus(): boolean;
47763
+ clearStatus(): void;
47764
+ getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
47765
+ setStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRSharedPrivateLink;
47766
+
47767
+ serializeBinary(): Uint8Array;
47768
+ toObject(includeInstance?: boolean): AzureMicrosoftSignalRSharedPrivateLink.AsObject;
47769
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftSignalRSharedPrivateLink): AzureMicrosoftSignalRSharedPrivateLink.AsObject;
47770
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47771
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47772
+ static serializeBinaryToWriter(message: AzureMicrosoftSignalRSharedPrivateLink, writer: jspb.BinaryWriter): void;
47773
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftSignalRSharedPrivateLink;
47774
+ static deserializeBinaryFromReader(message: AzureMicrosoftSignalRSharedPrivateLink, reader: jspb.BinaryReader): AzureMicrosoftSignalRSharedPrivateLink;
47775
+ }
47776
+
47777
+ export namespace AzureMicrosoftSignalRSharedPrivateLink {
47778
+ export type AsObject = {
47779
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47780
+ ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47781
+ Status?: google_protobuf_wrappers_pb.StringValue.AsObject,
47782
+ }
47783
+ }
47784
+
47785
+ export class AzureMicrosoftSqlServerDatabaseReplication extends jspb.Message {
47786
+
47787
+ hasName(): boolean;
47788
+ clearName(): void;
47789
+ getName(): google_protobuf_wrappers_pb.StringValue | undefined;
47790
+ setName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlServerDatabaseReplication;
47791
+
47792
+ hasServer(): boolean;
47793
+ clearServer(): void;
47794
+ getServer(): google_protobuf_wrappers_pb.StringValue | undefined;
47795
+ setServer(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlServerDatabaseReplication;
47796
+
47797
+ hasLocation(): boolean;
47798
+ clearLocation(): void;
47799
+ getLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
47800
+ setLocation(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlServerDatabaseReplication;
47801
+
47802
+ hasReplicaState(): boolean;
47803
+ clearReplicaState(): void;
47804
+ getReplicaState(): google_protobuf_wrappers_pb.StringValue | undefined;
47805
+ setReplicaState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlServerDatabaseReplication;
47806
+
47807
+ serializeBinary(): Uint8Array;
47808
+ toObject(includeInstance?: boolean): AzureMicrosoftSqlServerDatabaseReplication.AsObject;
47809
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftSqlServerDatabaseReplication): AzureMicrosoftSqlServerDatabaseReplication.AsObject;
47810
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47811
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47812
+ static serializeBinaryToWriter(message: AzureMicrosoftSqlServerDatabaseReplication, writer: jspb.BinaryWriter): void;
47813
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftSqlServerDatabaseReplication;
47814
+ static deserializeBinaryFromReader(message: AzureMicrosoftSqlServerDatabaseReplication, reader: jspb.BinaryReader): AzureMicrosoftSqlServerDatabaseReplication;
47815
+ }
47816
+
47817
+ export namespace AzureMicrosoftSqlServerDatabaseReplication {
47818
+ export type AsObject = {
47819
+ Name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47820
+ Server?: google_protobuf_wrappers_pb.StringValue.AsObject,
47821
+ Location?: google_protobuf_wrappers_pb.StringValue.AsObject,
47822
+ ReplicaState?: google_protobuf_wrappers_pb.StringValue.AsObject,
47823
+ }
47824
+ }
47825
+
47826
+ export class AzureMicrosoftManagedInstancePrivateEndpointConnection extends jspb.Message {
47827
+
47828
+ hasADK_name(): boolean;
47829
+ clearADK_name(): void;
47830
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47831
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftManagedInstancePrivateEndpointConnection;
47832
+
47833
+ hasADK_gUID(): boolean;
47834
+ clearADK_gUID(): void;
47835
+ getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
47836
+ setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftManagedInstancePrivateEndpointConnection;
47837
+
47838
+ hasConnectionState(): boolean;
47839
+ clearConnectionState(): void;
47840
+ getConnectionState(): google_protobuf_wrappers_pb.StringValue | undefined;
47841
+ setConnectionState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftManagedInstancePrivateEndpointConnection;
47842
+
47843
+ hasLinkedPrivateEndpointADK_gUID(): boolean;
47844
+ clearLinkedPrivateEndpointADK_gUID(): void;
47845
+ getLinkedPrivateEndpointADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
47846
+ setLinkedPrivateEndpointADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftManagedInstancePrivateEndpointConnection;
47847
+
47848
+ hasLinkedPrivateEndpointADK_name(): boolean;
47849
+ clearLinkedPrivateEndpointADK_name(): void;
47850
+ getLinkedPrivateEndpointADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47851
+ setLinkedPrivateEndpointADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftManagedInstancePrivateEndpointConnection;
47852
+
47853
+ serializeBinary(): Uint8Array;
47854
+ toObject(includeInstance?: boolean): AzureMicrosoftManagedInstancePrivateEndpointConnection.AsObject;
47855
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftManagedInstancePrivateEndpointConnection): AzureMicrosoftManagedInstancePrivateEndpointConnection.AsObject;
47856
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47857
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47858
+ static serializeBinaryToWriter(message: AzureMicrosoftManagedInstancePrivateEndpointConnection, writer: jspb.BinaryWriter): void;
47859
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftManagedInstancePrivateEndpointConnection;
47860
+ static deserializeBinaryFromReader(message: AzureMicrosoftManagedInstancePrivateEndpointConnection, reader: jspb.BinaryReader): AzureMicrosoftManagedInstancePrivateEndpointConnection;
47861
+ }
47862
+
47863
+ export namespace AzureMicrosoftManagedInstancePrivateEndpointConnection {
47864
+ export type AsObject = {
47865
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47866
+ ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47867
+ ConnectionState?: google_protobuf_wrappers_pb.StringValue.AsObject,
47868
+ LinkedPrivateEndpointADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47869
+ LinkedPrivateEndpointADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47870
+ }
47871
+ }
47872
+
47873
+ export class AzureMySqlFlexibleDatabase extends jspb.Message {
47874
+
47875
+ hasADK_name(): boolean;
47876
+ clearADK_name(): void;
47877
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47878
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleDatabase;
47879
+
47880
+ hasCharset(): boolean;
47881
+ clearCharset(): void;
47882
+ getCharset(): google_protobuf_wrappers_pb.StringValue | undefined;
47883
+ setCharset(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleDatabase;
47884
+
47885
+ hasCollation(): boolean;
47886
+ clearCollation(): void;
47887
+ getCollation(): google_protobuf_wrappers_pb.StringValue | undefined;
47888
+ setCollation(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleDatabase;
47889
+
47890
+ serializeBinary(): Uint8Array;
47891
+ toObject(includeInstance?: boolean): AzureMySqlFlexibleDatabase.AsObject;
47892
+ static toObject(includeInstance: boolean, msg: AzureMySqlFlexibleDatabase): AzureMySqlFlexibleDatabase.AsObject;
47893
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47894
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47895
+ static serializeBinaryToWriter(message: AzureMySqlFlexibleDatabase, writer: jspb.BinaryWriter): void;
47896
+ static deserializeBinary(bytes: Uint8Array): AzureMySqlFlexibleDatabase;
47897
+ static deserializeBinaryFromReader(message: AzureMySqlFlexibleDatabase, reader: jspb.BinaryReader): AzureMySqlFlexibleDatabase;
47898
+ }
47899
+
47900
+ export namespace AzureMySqlFlexibleDatabase {
47901
+ export type AsObject = {
47902
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47903
+ Charset?: google_protobuf_wrappers_pb.StringValue.AsObject,
47904
+ Collation?: google_protobuf_wrappers_pb.StringValue.AsObject,
47905
+ }
47906
+ }
47907
+
47908
+ export class AzureMicrosoftEntra extends jspb.Message {
47909
+
47910
+ hasADK_name(): boolean;
47911
+ clearADK_name(): void;
47912
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
47913
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntra;
47914
+
47915
+ hasADK_gUID(): boolean;
47916
+ clearADK_gUID(): void;
47917
+ getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
47918
+ setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntra;
47919
+ clearUsersList(): void;
47920
+ getUsersList(): Array<AzureMicrosoftEntraUser>;
47921
+ setUsersList(value: Array<AzureMicrosoftEntraUser>): AzureMicrosoftEntra;
47922
+ addUsers(value?: AzureMicrosoftEntraUser, index?: number): AzureMicrosoftEntraUser;
47923
+ clearGroupsList(): void;
47924
+ getGroupsList(): Array<AzureMicrosoftEntraGroup>;
47925
+ setGroupsList(value: Array<AzureMicrosoftEntraGroup>): AzureMicrosoftEntra;
47926
+ addGroups(value?: AzureMicrosoftEntraGroup, index?: number): AzureMicrosoftEntraGroup;
47927
+ clearApplicationsList(): void;
47928
+ getApplicationsList(): Array<AzureMicrosoftEntraApplication>;
47929
+ setApplicationsList(value: Array<AzureMicrosoftEntraApplication>): AzureMicrosoftEntra;
47930
+ addApplications(value?: AzureMicrosoftEntraApplication, index?: number): AzureMicrosoftEntraApplication;
47931
+ clearDevicesList(): void;
47932
+ getDevicesList(): Array<AzureMicrosoftEntraDevice>;
47933
+ setDevicesList(value: Array<AzureMicrosoftEntraDevice>): AzureMicrosoftEntra;
47934
+ addDevices(value?: AzureMicrosoftEntraDevice, index?: number): AzureMicrosoftEntraDevice;
47935
+ clearRolesList(): void;
47936
+ getRolesList(): Array<AzureMicrosoftEntraRole>;
47937
+ setRolesList(value: Array<AzureMicrosoftEntraRole>): AzureMicrosoftEntra;
47938
+ addRoles(value?: AzureMicrosoftEntraRole, index?: number): AzureMicrosoftEntraRole;
47939
+ clearTagsList(): void;
47940
+ getTagsList(): Array<CloudockitTag>;
47941
+ setTagsList(value: Array<CloudockitTag>): AzureMicrosoftEntra;
47942
+ addTags(value?: CloudockitTag, index?: number): CloudockitTag;
47943
+ clearRoleAssignmentsList(): void;
47944
+ getRoleAssignmentsList(): Array<AzureMicrosoftAuthorizationRoleAssignment>;
47945
+ setRoleAssignmentsList(value: Array<AzureMicrosoftAuthorizationRoleAssignment>): AzureMicrosoftEntra;
47946
+ addRoleAssignments(value?: AzureMicrosoftAuthorizationRoleAssignment, index?: number): AzureMicrosoftAuthorizationRoleAssignment;
47947
+ clearManagementLocksList(): void;
47948
+ getManagementLocksList(): Array<AzureMicrosoftManagementLock>;
47949
+ setManagementLocksList(value: Array<AzureMicrosoftManagementLock>): AzureMicrosoftEntra;
47950
+ addManagementLocks(value?: AzureMicrosoftManagementLock, index?: number): AzureMicrosoftManagementLock;
47951
+ clearWarningsList(): void;
47952
+ getWarningsList(): Array<CDKRule>;
47953
+ setWarningsList(value: Array<CDKRule>): AzureMicrosoftEntra;
47954
+ addWarnings(value?: CDKRule, index?: number): CDKRule;
47955
+ clearResourcesBillingList(): void;
47956
+ getResourcesBillingList(): Array<ResourceBilling>;
47957
+ setResourcesBillingList(value: Array<ResourceBilling>): AzureMicrosoftEntra;
47958
+ addResourcesBilling(value?: ResourceBilling, index?: number): ResourceBilling;
47959
+
47960
+ hasADK_price(): boolean;
47961
+ clearADK_price(): void;
47962
+ getADK_price(): google_protobuf_wrappers_pb.StringValue | undefined;
47963
+ setADK_price(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntra;
47964
+
47965
+ serializeBinary(): Uint8Array;
47966
+ toObject(includeInstance?: boolean): AzureMicrosoftEntra.AsObject;
47967
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftEntra): AzureMicrosoftEntra.AsObject;
47968
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
47969
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
47970
+ static serializeBinaryToWriter(message: AzureMicrosoftEntra, writer: jspb.BinaryWriter): void;
47971
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftEntra;
47972
+ static deserializeBinaryFromReader(message: AzureMicrosoftEntra, reader: jspb.BinaryReader): AzureMicrosoftEntra;
47973
+ }
47974
+
47975
+ export namespace AzureMicrosoftEntra {
47976
+ export type AsObject = {
47977
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
47978
+ ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
47979
+ UsersList: Array<AzureMicrosoftEntraUser.AsObject>,
47980
+ GroupsList: Array<AzureMicrosoftEntraGroup.AsObject>,
47981
+ ApplicationsList: Array<AzureMicrosoftEntraApplication.AsObject>,
47982
+ DevicesList: Array<AzureMicrosoftEntraDevice.AsObject>,
47983
+ RolesList: Array<AzureMicrosoftEntraRole.AsObject>,
47984
+ TagsList: Array<CloudockitTag.AsObject>,
47985
+ RoleAssignmentsList: Array<AzureMicrosoftAuthorizationRoleAssignment.AsObject>,
47986
+ ManagementLocksList: Array<AzureMicrosoftManagementLock.AsObject>,
47987
+ WarningsList: Array<CDKRule.AsObject>,
47988
+ ResourcesBillingList: Array<ResourceBilling.AsObject>,
47989
+ ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
47990
+ }
47991
+ }
47992
+
47993
+ export class AzureMicrosoftEntraApplication extends jspb.Message {
47994
+
47995
+ hasDisplayName(): boolean;
47996
+ clearDisplayName(): void;
47997
+ getDisplayName(): google_protobuf_wrappers_pb.StringValue | undefined;
47998
+ setDisplayName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraApplication;
47999
+
48000
+ hasAppId(): boolean;
48001
+ clearAppId(): void;
48002
+ getAppId(): google_protobuf_wrappers_pb.StringValue | undefined;
48003
+ setAppId(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraApplication;
48004
+
48005
+ hasHomepage(): boolean;
48006
+ clearHomepage(): void;
48007
+ getHomepage(): google_protobuf_wrappers_pb.StringValue | undefined;
48008
+ setHomepage(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraApplication;
48009
+
48010
+ serializeBinary(): Uint8Array;
48011
+ toObject(includeInstance?: boolean): AzureMicrosoftEntraApplication.AsObject;
48012
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftEntraApplication): AzureMicrosoftEntraApplication.AsObject;
48013
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
48014
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
48015
+ static serializeBinaryToWriter(message: AzureMicrosoftEntraApplication, writer: jspb.BinaryWriter): void;
48016
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftEntraApplication;
48017
+ static deserializeBinaryFromReader(message: AzureMicrosoftEntraApplication, reader: jspb.BinaryReader): AzureMicrosoftEntraApplication;
48018
+ }
48019
+
48020
+ export namespace AzureMicrosoftEntraApplication {
48021
+ export type AsObject = {
48022
+ DisplayName?: google_protobuf_wrappers_pb.StringValue.AsObject,
48023
+ AppId?: google_protobuf_wrappers_pb.StringValue.AsObject,
48024
+ Homepage?: google_protobuf_wrappers_pb.StringValue.AsObject,
48025
+ }
48026
+ }
48027
+
48028
+ export class AzureMicrosoftEntraDevice extends jspb.Message {
48029
+
48030
+ hasDisplayName(): boolean;
48031
+ clearDisplayName(): void;
48032
+ getDisplayName(): google_protobuf_wrappers_pb.StringValue | undefined;
48033
+ setDisplayName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraDevice;
48034
+
48035
+ hasEnabled(): boolean;
48036
+ clearEnabled(): void;
48037
+ getEnabled(): google_protobuf_wrappers_pb.StringValue | undefined;
48038
+ setEnabled(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraDevice;
48039
+
48040
+ hasOs(): boolean;
48041
+ clearOs(): void;
48042
+ getOs(): google_protobuf_wrappers_pb.StringValue | undefined;
48043
+ setOs(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraDevice;
48044
+
48045
+ hasOsVersion(): boolean;
48046
+ clearOsVersion(): void;
48047
+ getOsVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
48048
+ setOsVersion(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraDevice;
48049
+
48050
+ hasLastActivity(): boolean;
48051
+ clearLastActivity(): void;
48052
+ getLastActivity(): google_protobuf_wrappers_pb.StringValue | undefined;
48053
+ setLastActivity(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraDevice;
48054
+
48055
+ hasCompliant(): boolean;
48056
+ clearCompliant(): void;
48057
+ getCompliant(): google_protobuf_wrappers_pb.StringValue | undefined;
48058
+ setCompliant(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraDevice;
48059
+
48060
+ serializeBinary(): Uint8Array;
48061
+ toObject(includeInstance?: boolean): AzureMicrosoftEntraDevice.AsObject;
48062
+ static toObject(includeInstance: boolean, msg: AzureMicrosoftEntraDevice): AzureMicrosoftEntraDevice.AsObject;
48063
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
48064
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
48065
+ static serializeBinaryToWriter(message: AzureMicrosoftEntraDevice, writer: jspb.BinaryWriter): void;
48066
+ static deserializeBinary(bytes: Uint8Array): AzureMicrosoftEntraDevice;
48067
+ static deserializeBinaryFromReader(message: AzureMicrosoftEntraDevice, reader: jspb.BinaryReader): AzureMicrosoftEntraDevice;
48068
+ }
48069
+
48070
+ export namespace AzureMicrosoftEntraDevice {
48071
+ export type AsObject = {
48072
+ DisplayName?: google_protobuf_wrappers_pb.StringValue.AsObject,
48073
+ Enabled?: google_protobuf_wrappers_pb.StringValue.AsObject,
48074
+ Os?: google_protobuf_wrappers_pb.StringValue.AsObject,
48075
+ OsVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
48076
+ LastActivity?: google_protobuf_wrappers_pb.StringValue.AsObject,
48077
+ Compliant?: google_protobuf_wrappers_pb.StringValue.AsObject,
48078
+ }
48079
+ }
48080
+
48081
+ export class AmazonResourceGroup extends jspb.Message {
48082
+
48083
+ hasADK_name(): boolean;
48084
+ clearADK_name(): void;
48085
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
48086
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AmazonResourceGroup;
48087
+
48088
+ hasADK_gUID(): boolean;
48089
+ clearADK_gUID(): void;
48090
+ getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
48091
+ setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AmazonResourceGroup;
48092
+
48093
+ hasADK_location(): boolean;
48094
+ clearADK_location(): void;
48095
+ getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
48096
+ setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AmazonResourceGroup;
48097
+
48098
+ hasCdkArn(): boolean;
48099
+ clearCdkArn(): void;
48100
+ getCdkArn(): google_protobuf_wrappers_pb.StringValue | undefined;
48101
+ setCdkArn(value?: google_protobuf_wrappers_pb.StringValue): AmazonResourceGroup;
48102
+
48103
+ hasDescription(): boolean;
48104
+ clearDescription(): void;
48105
+ getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
48106
+ setDescription(value?: google_protobuf_wrappers_pb.StringValue): AmazonResourceGroup;
48107
+ clearResourcesList(): void;
48108
+ getResourcesList(): Array<AmazonResource>;
48109
+ setResourcesList(value: Array<AmazonResource>): AmazonResourceGroup;
48110
+ addResources(value?: AmazonResource, index?: number): AmazonResource;
48111
+ clearTagsList(): void;
48112
+ getTagsList(): Array<CloudockitTag>;
48113
+ setTagsList(value: Array<CloudockitTag>): AmazonResourceGroup;
48114
+ addTags(value?: CloudockitTag, index?: number): CloudockitTag;
48115
+ clearDifferencesList(): void;
48116
+ getDifferencesList(): Array<StandardObjectDifference>;
48117
+ setDifferencesList(value: Array<StandardObjectDifference>): AmazonResourceGroup;
48118
+ addDifferences(value?: StandardObjectDifference, index?: number): StandardObjectDifference;
48119
+ clearWarningsList(): void;
48120
+ getWarningsList(): Array<CDKRule>;
48121
+ setWarningsList(value: Array<CDKRule>): AmazonResourceGroup;
48122
+ addWarnings(value?: CDKRule, index?: number): CDKRule;
48123
+
48124
+ serializeBinary(): Uint8Array;
48125
+ toObject(includeInstance?: boolean): AmazonResourceGroup.AsObject;
48126
+ static toObject(includeInstance: boolean, msg: AmazonResourceGroup): AmazonResourceGroup.AsObject;
48127
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
48128
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
48129
+ static serializeBinaryToWriter(message: AmazonResourceGroup, writer: jspb.BinaryWriter): void;
48130
+ static deserializeBinary(bytes: Uint8Array): AmazonResourceGroup;
48131
+ static deserializeBinaryFromReader(message: AmazonResourceGroup, reader: jspb.BinaryReader): AmazonResourceGroup;
48132
+ }
48133
+
48134
+ export namespace AmazonResourceGroup {
48135
+ export type AsObject = {
48136
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
48137
+ ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
48138
+ ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
48139
+ CdkArn?: google_protobuf_wrappers_pb.StringValue.AsObject,
48140
+ Description?: google_protobuf_wrappers_pb.StringValue.AsObject,
48141
+ ResourcesList: Array<AmazonResource.AsObject>,
48142
+ TagsList: Array<CloudockitTag.AsObject>,
48143
+ DifferencesList: Array<StandardObjectDifference.AsObject>,
48144
+ WarningsList: Array<CDKRule.AsObject>,
48145
+ }
48146
+ }
48147
+
48148
+ export class AmazonResource extends jspb.Message {
48149
+
48150
+ hasCdkArn(): boolean;
48151
+ clearCdkArn(): void;
48152
+ getCdkArn(): google_protobuf_wrappers_pb.StringValue | undefined;
48153
+ setCdkArn(value?: google_protobuf_wrappers_pb.StringValue): AmazonResource;
48154
+
48155
+ hasADK_name(): boolean;
48156
+ clearADK_name(): void;
48157
+ getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
48158
+ setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AmazonResource;
48159
+
48160
+ serializeBinary(): Uint8Array;
48161
+ toObject(includeInstance?: boolean): AmazonResource.AsObject;
48162
+ static toObject(includeInstance: boolean, msg: AmazonResource): AmazonResource.AsObject;
48163
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
48164
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
48165
+ static serializeBinaryToWriter(message: AmazonResource, writer: jspb.BinaryWriter): void;
48166
+ static deserializeBinary(bytes: Uint8Array): AmazonResource;
48167
+ static deserializeBinaryFromReader(message: AmazonResource, reader: jspb.BinaryReader): AmazonResource;
48168
+ }
48169
+
48170
+ export namespace AmazonResource {
48171
+ export type AsObject = {
48172
+ CdkArn?: google_protobuf_wrappers_pb.StringValue.AsObject,
48173
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
45373
48174
  }
45374
48175
  }