@lansweeper/discovery-cloud-proto 0.0.31 → 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.
@@ -6549,6 +6549,11 @@ export class AzureDataShareAccount extends jspb.Message {
6549
6549
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
6550
6550
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureDataShareAccount;
6551
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
+
6552
6557
  serializeBinary(): Uint8Array;
6553
6558
  toObject(includeInstance?: boolean): AzureDataShareAccount.AsObject;
6554
6559
  static toObject(includeInstance: boolean, msg: AzureDataShareAccount): AzureDataShareAccount.AsObject;
@@ -6579,6 +6584,7 @@ export namespace AzureDataShareAccount {
6579
6584
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
6580
6585
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
6581
6586
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
6587
+ CreatedDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
6582
6588
  }
6583
6589
  }
6584
6590
 
@@ -6636,6 +6642,11 @@ export class AzureDataShareSentShare extends jspb.Message {
6636
6642
  setInvitationsList(value: Array<AzureDataShareInvitation>): AzureDataShareSentShare;
6637
6643
  addInvitations(value?: AzureDataShareInvitation, index?: number): AzureDataShareInvitation;
6638
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
+
6639
6650
  serializeBinary(): Uint8Array;
6640
6651
  toObject(includeInstance?: boolean): AzureDataShareSentShare.AsObject;
6641
6652
  static toObject(includeInstance: boolean, msg: AzureDataShareSentShare): AzureDataShareSentShare.AsObject;
@@ -6659,6 +6670,7 @@ export namespace AzureDataShareSentShare {
6659
6670
  ScheduledSynchronizationSettingRecurrence?: google_protobuf_wrappers_pb.StringValue.AsObject,
6660
6671
  ProviderShareSubscriptionsList: Array<AzureProviderShareSubscription.AsObject>,
6661
6672
  InvitationsList: Array<AzureDataShareInvitation.AsObject>,
6673
+ CreatedDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
6662
6674
  }
6663
6675
  }
6664
6676
 
@@ -6863,6 +6875,21 @@ export class AzureDataShareReceivedShare extends jspb.Message {
6863
6875
  setDataSetsList(value: Array<AzureReceivedShareDataSet>): AzureDataShareReceivedShare;
6864
6876
  addDataSets(value?: AzureReceivedShareDataSet, index?: number): AzureReceivedShareDataSet;
6865
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
+
6866
6893
  serializeBinary(): Uint8Array;
6867
6894
  toObject(includeInstance?: boolean): AzureDataShareReceivedShare.AsObject;
6868
6895
  static toObject(includeInstance: boolean, msg: AzureDataShareReceivedShare): AzureDataShareReceivedShare.AsObject;
@@ -6888,6 +6915,9 @@ export namespace AzureDataShareReceivedShare {
6888
6915
  ShareDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
6889
6916
  ShareTerms?: google_protobuf_wrappers_pb.StringValue.AsObject,
6890
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,
6891
6921
  }
6892
6922
  }
6893
6923
 
@@ -7897,6 +7927,24 @@ export class AzureFrontDoorModel extends jspb.Message {
7897
7927
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
7898
7928
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorModel;
7899
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
+
7900
7948
  serializeBinary(): Uint8Array;
7901
7949
  toObject(includeInstance?: boolean): AzureFrontDoorModel.AsObject;
7902
7950
  static toObject(includeInstance: boolean, msg: AzureFrontDoorModel): AzureFrontDoorModel.AsObject;
@@ -7931,6 +7979,10 @@ export namespace AzureFrontDoorModel {
7931
7979
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
7932
7980
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
7933
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>,
7934
7986
  }
7935
7987
  }
7936
7988
 
@@ -7951,6 +8003,11 @@ export class AzureFrontDoorFrontendEndpoint extends jspb.Message {
7951
8003
  getStatusValue(): google_protobuf_wrappers_pb.StringValue | undefined;
7952
8004
  setStatusValue(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorFrontendEndpoint;
7953
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
+
7954
8011
  serializeBinary(): Uint8Array;
7955
8012
  toObject(includeInstance?: boolean): AzureFrontDoorFrontendEndpoint.AsObject;
7956
8013
  static toObject(includeInstance: boolean, msg: AzureFrontDoorFrontendEndpoint): AzureFrontDoorFrontendEndpoint.AsObject;
@@ -7966,6 +8023,7 @@ export namespace AzureFrontDoorFrontendEndpoint {
7966
8023
  FrontendEndpointHostName?: google_protobuf_wrappers_pb.StringValue.AsObject,
7967
8024
  FrontendEndpointSessionAffinityEnabledState?: google_protobuf_wrappers_pb.StringValue.AsObject,
7968
8025
  StatusValue?: google_protobuf_wrappers_pb.StringValue.AsObject,
8026
+ WebApplicationFirewallPolicyState?: google_protobuf_wrappers_pb.StringValue.AsObject,
7969
8027
  }
7970
8028
  }
7971
8029
 
@@ -8162,6 +8220,16 @@ export class AzureRoutingRuleForwardingConfiguration extends jspb.Message {
8162
8220
  getCaching(): google_protobuf_wrappers_pb.StringValue | undefined;
8163
8221
  setCaching(value?: google_protobuf_wrappers_pb.StringValue): AzureRoutingRuleForwardingConfiguration;
8164
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
+
8165
8233
  serializeBinary(): Uint8Array;
8166
8234
  toObject(includeInstance?: boolean): AzureRoutingRuleForwardingConfiguration.AsObject;
8167
8235
  static toObject(includeInstance: boolean, msg: AzureRoutingRuleForwardingConfiguration): AzureRoutingRuleForwardingConfiguration.AsObject;
@@ -8178,6 +8246,8 @@ export namespace AzureRoutingRuleForwardingConfiguration {
8178
8246
  ForwardingConfigurationForwardingProtocol?: google_protobuf_wrappers_pb.StringValue.AsObject,
8179
8247
  ForwardingConfigurationCustomForwardingPath?: google_protobuf_wrappers_pb.StringValue.AsObject,
8180
8248
  Caching?: google_protobuf_wrappers_pb.StringValue.AsObject,
8249
+ RouteType?: google_protobuf_wrappers_pb.StringValue.AsObject,
8250
+ CachingState?: google_protobuf_wrappers_pb.StringValue.AsObject,
8181
8251
  }
8182
8252
  }
8183
8253
 
@@ -8208,6 +8278,11 @@ export class AzureRoutingRuleRedirectConfiguration extends jspb.Message {
8208
8278
  getRedirectConfigurationCustomFragment(): google_protobuf_wrappers_pb.StringValue | undefined;
8209
8279
  setRedirectConfigurationCustomFragment(value?: google_protobuf_wrappers_pb.StringValue): AzureRoutingRuleRedirectConfiguration;
8210
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
+
8211
8286
  serializeBinary(): Uint8Array;
8212
8287
  toObject(includeInstance?: boolean): AzureRoutingRuleRedirectConfiguration.AsObject;
8213
8288
  static toObject(includeInstance: boolean, msg: AzureRoutingRuleRedirectConfiguration): AzureRoutingRuleRedirectConfiguration.AsObject;
@@ -8225,6 +8300,7 @@ export namespace AzureRoutingRuleRedirectConfiguration {
8225
8300
  RedirectConfigurationCustomHost?: google_protobuf_wrappers_pb.StringValue.AsObject,
8226
8301
  RedirectConfigurationCustomPath?: google_protobuf_wrappers_pb.StringValue.AsObject,
8227
8302
  RedirectConfigurationCustomFragment?: google_protobuf_wrappers_pb.StringValue.AsObject,
8303
+ RouteType?: google_protobuf_wrappers_pb.StringValue.AsObject,
8228
8304
  }
8229
8305
  }
8230
8306
 
@@ -8673,6 +8749,25 @@ export class AzureMicrosoftNotificationHub extends jspb.Message {
8673
8749
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
8674
8750
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHub;
8675
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
+
8676
8771
  serializeBinary(): Uint8Array;
8677
8772
  toObject(includeInstance?: boolean): AzureMicrosoftNotificationHub.AsObject;
8678
8773
  static toObject(includeInstance: boolean, msg: AzureMicrosoftNotificationHub): AzureMicrosoftNotificationHub.AsObject;
@@ -8713,6 +8808,10 @@ export namespace AzureMicrosoftNotificationHub {
8713
8808
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
8714
8809
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
8715
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>,
8716
8815
  }
8717
8816
  }
8718
8817
 
@@ -16155,6 +16254,26 @@ export class AzureMicrosoftStorage extends jspb.Message {
16155
16254
  setVirtualNetworksList(value: Array<AzureMicrosoftVirtualNetwork>): AzureMicrosoftStorage;
16156
16255
  addVirtualNetworks(value?: AzureMicrosoftVirtualNetwork, index?: number): AzureMicrosoftVirtualNetwork;
16157
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
+
16158
16277
  serializeBinary(): Uint8Array;
16159
16278
  toObject(includeInstance?: boolean): AzureMicrosoftStorage.AsObject;
16160
16279
  static toObject(includeInstance: boolean, msg: AzureMicrosoftStorage): AzureMicrosoftStorage.AsObject;
@@ -16212,6 +16331,10 @@ export namespace AzureMicrosoftStorage {
16212
16331
  StorageTablesList: Array<AzureMicrosoftStorageTable.AsObject>,
16213
16332
  CorsRulesList: Array<AzureMicrosoftBlobServiceCorsRule.AsObject>,
16214
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,
16215
16338
  }
16216
16339
  }
16217
16340
 
@@ -16864,6 +16987,11 @@ export class AzureMicrosoftHybridComputeMachine extends jspb.Message {
16864
16987
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
16865
16988
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftHybridComputeMachine;
16866
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
+
16867
16995
  serializeBinary(): Uint8Array;
16868
16996
  toObject(includeInstance?: boolean): AzureMicrosoftHybridComputeMachine.AsObject;
16869
16997
  static toObject(includeInstance: boolean, msg: AzureMicrosoftHybridComputeMachine): AzureMicrosoftHybridComputeMachine.AsObject;
@@ -16896,6 +17024,7 @@ export namespace AzureMicrosoftHybridComputeMachine {
16896
17024
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
16897
17025
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
16898
17026
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
17027
+ ComputerName?: google_protobuf_wrappers_pb.StringValue.AsObject,
16899
17028
  }
16900
17029
  }
16901
17030
 
@@ -16921,6 +17050,16 @@ export class AzureMicrosoftHybridComputeMachineExtension extends jspb.Message {
16921
17050
  getProvisioningState(): google_protobuf_wrappers_pb.StringValue | undefined;
16922
17051
  setProvisioningState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftHybridComputeMachineExtension;
16923
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
+
16924
17063
  serializeBinary(): Uint8Array;
16925
17064
  toObject(includeInstance?: boolean): AzureMicrosoftHybridComputeMachineExtension.AsObject;
16926
17065
  static toObject(includeInstance: boolean, msg: AzureMicrosoftHybridComputeMachineExtension): AzureMicrosoftHybridComputeMachineExtension.AsObject;
@@ -16937,6 +17076,8 @@ export namespace AzureMicrosoftHybridComputeMachineExtension {
16937
17076
  MachineExtensionType?: google_protobuf_wrappers_pb.StringValue.AsObject,
16938
17077
  TypeHandlerVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
16939
17078
  ProvisioningState?: google_protobuf_wrappers_pb.StringValue.AsObject,
17079
+ UpdateAvailable?: google_protobuf_wrappers_pb.StringValue.AsObject,
17080
+ AutomaticUpgrade?: google_protobuf_wrappers_pb.StringValue.AsObject,
16940
17081
  }
16941
17082
  }
16942
17083
 
@@ -17765,6 +17906,35 @@ export class AzureMicrosoftVault extends jspb.Message {
17765
17906
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
17766
17907
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftVault;
17767
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
+
17768
17938
  serializeBinary(): Uint8Array;
17769
17939
  toObject(includeInstance?: boolean): AzureMicrosoftVault.AsObject;
17770
17940
  static toObject(includeInstance: boolean, msg: AzureMicrosoftVault): AzureMicrosoftVault.AsObject;
@@ -17798,6 +17968,12 @@ export namespace AzureMicrosoftVault {
17798
17968
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
17799
17969
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
17800
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>,
17801
17977
  }
17802
17978
  }
17803
17979
 
@@ -17839,6 +18015,18 @@ export class AzureMicrosoftVaultAccessPolicy extends jspb.Message {
17839
18015
  clearTenant(): void;
17840
18016
  getTenant(): google_protobuf_wrappers_pb.StringValue | undefined;
17841
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;
17842
18030
 
17843
18031
  serializeBinary(): Uint8Array;
17844
18032
  toObject(includeInstance?: boolean): AzureMicrosoftVaultAccessPolicy.AsObject;
@@ -17860,6 +18048,9 @@ export namespace AzureMicrosoftVaultAccessPolicy {
17860
18048
  PermissionsCertificatesRowEncryptedList: Array<AzureString.AsObject>,
17861
18049
  PermissionsSecretsRowEncryptedList: Array<AzureString.AsObject>,
17862
18050
  Tenant?: google_protobuf_wrappers_pb.StringValue.AsObject,
18051
+ PermissionsKeysRowEncryptedValuesList: Array<CloudockitTag.AsObject>,
18052
+ PermissionsCertificatesRowEncryptedValuesList: Array<CloudockitTag.AsObject>,
18053
+ PermissionsSecretsRowEncryptedValuesList: Array<CloudockitTag.AsObject>,
17863
18054
  }
17864
18055
  }
17865
18056
 
@@ -18111,6 +18302,15 @@ export class AzureMicrosoftManagementGroup extends jspb.Message {
18111
18302
  getADK_price(): google_protobuf_wrappers_pb.StringValue | undefined;
18112
18303
  setADK_price(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftManagementGroup;
18113
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
+
18114
18314
  serializeBinary(): Uint8Array;
18115
18315
  toObject(includeInstance?: boolean): AzureMicrosoftManagementGroup.AsObject;
18116
18316
  static toObject(includeInstance: boolean, msg: AzureMicrosoftManagementGroup): AzureMicrosoftManagementGroup.AsObject;
@@ -18135,6 +18335,8 @@ export namespace AzureMicrosoftManagementGroup {
18135
18335
  WarningsList: Array<CDKRule.AsObject>,
18136
18336
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
18137
18337
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
18338
+ ManageGroupId?: google_protobuf_wrappers_pb.StringValue.AsObject,
18339
+ AssociatedSubscriptionsList: Array<AzureMicrosoftAzureSubscription.AsObject>,
18138
18340
  }
18139
18341
  }
18140
18342
 
@@ -19463,6 +19665,75 @@ export class AzureMicrosoftPostgreSqlFlexibleServer extends jspb.Message {
19463
19665
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
19464
19666
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServer;
19465
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
+
19466
19737
  serializeBinary(): Uint8Array;
19467
19738
  toObject(includeInstance?: boolean): AzureMicrosoftPostgreSqlFlexibleServer.AsObject;
19468
19739
  static toObject(includeInstance: boolean, msg: AzureMicrosoftPostgreSqlFlexibleServer): AzureMicrosoftPostgreSqlFlexibleServer.AsObject;
@@ -19502,6 +19773,20 @@ export namespace AzureMicrosoftPostgreSqlFlexibleServer {
19502
19773
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
19503
19774
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
19504
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>,
19505
19790
  }
19506
19791
  }
19507
19792
 
@@ -19522,6 +19807,11 @@ export class AzureMicrosoftPostgreSqlFlexibleDatabase extends jspb.Message {
19522
19807
  getCollation(): google_protobuf_wrappers_pb.StringValue | undefined;
19523
19808
  setCollation(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleDatabase;
19524
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
+
19525
19815
  serializeBinary(): Uint8Array;
19526
19816
  toObject(includeInstance?: boolean): AzureMicrosoftPostgreSqlFlexibleDatabase.AsObject;
19527
19817
  static toObject(includeInstance: boolean, msg: AzureMicrosoftPostgreSqlFlexibleDatabase): AzureMicrosoftPostgreSqlFlexibleDatabase.AsObject;
@@ -19537,6 +19827,7 @@ export namespace AzureMicrosoftPostgreSqlFlexibleDatabase {
19537
19827
  Name?: google_protobuf_wrappers_pb.StringValue.AsObject,
19538
19828
  Charset?: google_protobuf_wrappers_pb.StringValue.AsObject,
19539
19829
  Collation?: google_protobuf_wrappers_pb.StringValue.AsObject,
19830
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
19540
19831
  }
19541
19832
  }
19542
19833
 
@@ -19557,6 +19848,11 @@ export class AzureMicrosoftPostgreSqlFlexibleFirewallRule extends jspb.Message {
19557
19848
  getEndIpAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
19558
19849
  setEndIpAddress(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleFirewallRule;
19559
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
+
19560
19856
  serializeBinary(): Uint8Array;
19561
19857
  toObject(includeInstance?: boolean): AzureMicrosoftPostgreSqlFlexibleFirewallRule.AsObject;
19562
19858
  static toObject(includeInstance: boolean, msg: AzureMicrosoftPostgreSqlFlexibleFirewallRule): AzureMicrosoftPostgreSqlFlexibleFirewallRule.AsObject;
@@ -19572,6 +19868,7 @@ export namespace AzureMicrosoftPostgreSqlFlexibleFirewallRule {
19572
19868
  Name?: google_protobuf_wrappers_pb.StringValue.AsObject,
19573
19869
  StartIpAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
19574
19870
  EndIpAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
19871
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
19575
19872
  }
19576
19873
  }
19577
19874
 
@@ -19664,6 +19961,53 @@ export class AzureMicrosoftPostgreSQL extends jspb.Message {
19664
19961
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
19665
19962
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSQL;
19666
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
+
19667
20011
  serializeBinary(): Uint8Array;
19668
20012
  toObject(includeInstance?: boolean): AzureMicrosoftPostgreSQL.AsObject;
19669
20013
  static toObject(includeInstance: boolean, msg: AzureMicrosoftPostgreSQL): AzureMicrosoftPostgreSQL.AsObject;
@@ -19695,6 +20039,16 @@ export namespace AzureMicrosoftPostgreSQL {
19695
20039
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
19696
20040
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
19697
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>,
19698
20052
  }
19699
20053
  }
19700
20054
 
@@ -20223,6 +20577,11 @@ export class AzureMicrosoftRecoveryServiceBackupProtectedItem extends jspb.Messa
20223
20577
  getLastRecoveryPoint(): google_protobuf_wrappers_pb.Int64Value | undefined;
20224
20578
  setLastRecoveryPoint(value?: google_protobuf_wrappers_pb.Int64Value): AzureMicrosoftRecoveryServiceBackupProtectedItem;
20225
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
+
20226
20585
  serializeBinary(): Uint8Array;
20227
20586
  toObject(includeInstance?: boolean): AzureMicrosoftRecoveryServiceBackupProtectedItem.AsObject;
20228
20587
  static toObject(includeInstance: boolean, msg: AzureMicrosoftRecoveryServiceBackupProtectedItem): AzureMicrosoftRecoveryServiceBackupProtectedItem.AsObject;
@@ -20239,6 +20598,7 @@ export namespace AzureMicrosoftRecoveryServiceBackupProtectedItem {
20239
20598
  BackupManagementFriendlyName?: google_protobuf_wrappers_pb.StringValue.AsObject,
20240
20599
  LastBackupStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
20241
20600
  LastRecoveryPoint?: google_protobuf_wrappers_pb.Int64Value.AsObject,
20601
+ LastRecoverOn?: google_protobuf_wrappers_pb.StringValue.AsObject,
20242
20602
  }
20243
20603
  }
20244
20604
 
@@ -20414,6 +20774,10 @@ export class AzureMicrosoftRedis extends jspb.Message {
20414
20774
  clearADK_location(): void;
20415
20775
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
20416
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;
20417
20781
 
20418
20782
  serializeBinary(): Uint8Array;
20419
20783
  toObject(includeInstance?: boolean): AzureMicrosoftRedis.AsObject;
@@ -20456,6 +20820,7 @@ export namespace AzureMicrosoftRedis {
20456
20820
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
20457
20821
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
20458
20822
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
20823
+ RedisPrivateEndpointConnectionsList: Array<AzureMicrosoftRedisPrivateEndpointConnection.AsObject>,
20459
20824
  }
20460
20825
  }
20461
20826
 
@@ -20730,6 +21095,11 @@ export class AzureMicrosoftSearchServices extends jspb.Message {
20730
21095
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
20731
21096
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSearchServices;
20732
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
+
20733
21103
  serializeBinary(): Uint8Array;
20734
21104
  toObject(includeInstance?: boolean): AzureMicrosoftSearchServices.AsObject;
20735
21105
  static toObject(includeInstance: boolean, msg: AzureMicrosoftSearchServices): AzureMicrosoftSearchServices.AsObject;
@@ -20761,6 +21131,7 @@ export namespace AzureMicrosoftSearchServices {
20761
21131
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
20762
21132
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
20763
21133
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
21134
+ DisplayStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
20764
21135
  }
20765
21136
  }
20766
21137
 
@@ -21269,6 +21640,40 @@ export class AzureMicrosoftServiceBusNamespace extends jspb.Message {
21269
21640
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
21270
21641
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftServiceBusNamespace;
21271
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
+
21272
21677
  serializeBinary(): Uint8Array;
21273
21678
  toObject(includeInstance?: boolean): AzureMicrosoftServiceBusNamespace.AsObject;
21274
21679
  static toObject(includeInstance: boolean, msg: AzureMicrosoftServiceBusNamespace): AzureMicrosoftServiceBusNamespace.AsObject;
@@ -21302,6 +21707,13 @@ export namespace AzureMicrosoftServiceBusNamespace {
21302
21707
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
21303
21708
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
21304
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>,
21305
21717
  }
21306
21718
  }
21307
21719
 
@@ -21397,6 +21809,106 @@ export class AzureMicrosoftServiceBusQueue extends jspb.Message {
21397
21809
  getEnablePartitioning(): google_protobuf_wrappers_pb.BoolValue | undefined;
21398
21810
  setEnablePartitioning(value?: google_protobuf_wrappers_pb.BoolValue): AzureMicrosoftServiceBusQueue;
21399
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
+
21400
21912
  serializeBinary(): Uint8Array;
21401
21913
  toObject(includeInstance?: boolean): AzureMicrosoftServiceBusQueue.AsObject;
21402
21914
  static toObject(includeInstance: boolean, msg: AzureMicrosoftServiceBusQueue): AzureMicrosoftServiceBusQueue.AsObject;
@@ -21427,6 +21939,26 @@ export namespace AzureMicrosoftServiceBusQueue {
21427
21939
  MaxDeliveryCount?: google_protobuf_wrappers_pb.Int32Value.AsObject,
21428
21940
  FormattedUpdated?: google_protobuf_wrappers_pb.StringValue.AsObject,
21429
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,
21430
21962
  }
21431
21963
  }
21432
21964
 
@@ -21512,6 +22044,91 @@ export class AzureMicrosoftServiceBusTopic extends jspb.Message {
21512
22044
  getEnablePartitioning(): google_protobuf_wrappers_pb.BoolValue | undefined;
21513
22045
  setEnablePartitioning(value?: google_protobuf_wrappers_pb.BoolValue): AzureMicrosoftServiceBusTopic;
21514
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
+
21515
22132
  serializeBinary(): Uint8Array;
21516
22133
  toObject(includeInstance?: boolean): AzureMicrosoftServiceBusTopic.AsObject;
21517
22134
  static toObject(includeInstance: boolean, msg: AzureMicrosoftServiceBusTopic): AzureMicrosoftServiceBusTopic.AsObject;
@@ -21540,6 +22157,23 @@ export namespace AzureMicrosoftServiceBusTopic {
21540
22157
  DuplicateDetectionHistoryTimeWindow?: google_protobuf_wrappers_pb.StringValue.AsObject,
21541
22158
  FormattedUpdated?: google_protobuf_wrappers_pb.StringValue.AsObject,
21542
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,
21543
22177
  }
21544
22178
  }
21545
22179
 
@@ -21951,6 +22585,36 @@ export class AzureMicrosoftSignalR extends jspb.Message {
21951
22585
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
21952
22586
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalR;
21953
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
+
21954
22618
  serializeBinary(): Uint8Array;
21955
22619
  toObject(includeInstance?: boolean): AzureMicrosoftSignalR.AsObject;
21956
22620
  static toObject(includeInstance: boolean, msg: AzureMicrosoftSignalR): AzureMicrosoftSignalR.AsObject;
@@ -21984,6 +22648,13 @@ export namespace AzureMicrosoftSignalR {
21984
22648
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
21985
22649
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
21986
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>,
21987
22658
  }
21988
22659
  }
21989
22660
 
@@ -22371,6 +23042,21 @@ export class AzureMicrosoftSqlElasticPool extends jspb.Message {
22371
23042
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
22372
23043
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlElasticPool;
22373
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
+
22374
23060
  serializeBinary(): Uint8Array;
22375
23061
  toObject(includeInstance?: boolean): AzureMicrosoftSqlElasticPool.AsObject;
22376
23062
  static toObject(includeInstance: boolean, msg: AzureMicrosoftSqlElasticPool): AzureMicrosoftSqlElasticPool.AsObject;
@@ -22405,6 +23091,9 @@ export namespace AzureMicrosoftSqlElasticPool {
22405
23091
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
22406
23092
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
22407
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,
22408
23097
  }
22409
23098
  }
22410
23099
 
@@ -22668,6 +23357,15 @@ export class AzureMicrosoftSqlManagedDatabase extends jspb.Message {
22668
23357
  getRestorePointInTimeFormatted(): google_protobuf_wrappers_pb.StringValue | undefined;
22669
23358
  setRestorePointInTimeFormatted(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlManagedDatabase;
22670
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
+
22671
23369
  serializeBinary(): Uint8Array;
22672
23370
  toObject(includeInstance?: boolean): AzureMicrosoftSqlManagedDatabase.AsObject;
22673
23371
  static toObject(includeInstance: boolean, msg: AzureMicrosoftSqlManagedDatabase): AzureMicrosoftSqlManagedDatabase.AsObject;
@@ -22687,6 +23385,8 @@ export namespace AzureMicrosoftSqlManagedDatabase {
22687
23385
  CreationDateFormatted?: google_protobuf_wrappers_pb.StringValue.AsObject,
22688
23386
  EarliestRestorePointFormatted?: google_protobuf_wrappers_pb.StringValue.AsObject,
22689
23387
  RestorePointInTimeFormatted?: google_protobuf_wrappers_pb.StringValue.AsObject,
23388
+ BackupShortTermRetentionPolicyRetentionDays?: google_protobuf_wrappers_pb.StringValue.AsObject,
23389
+ SqlTablesList: Array<AzureMicrosoftSqlTable.AsObject>,
22690
23390
  }
22691
23391
  }
22692
23392
 
@@ -22786,6 +23486,10 @@ export class AzureMicrosoftSqlServer extends jspb.Message {
22786
23486
  clearADK_location(): void;
22787
23487
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
22788
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;
22789
23493
 
22790
23494
  serializeBinary(): Uint8Array;
22791
23495
  toObject(includeInstance?: boolean): AzureMicrosoftSqlServer.AsObject;
@@ -22820,6 +23524,7 @@ export namespace AzureMicrosoftSqlServer {
22820
23524
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
22821
23525
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
22822
23526
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
23527
+ PrivateEndpointConnectionsList: Array<AzureMicrosoftManagedInstancePrivateEndpointConnection.AsObject>,
22823
23528
  }
22824
23529
  }
22825
23530
 
@@ -22924,6 +23629,115 @@ export class AzureMicrosoftSqlDatabase extends jspb.Message {
22924
23629
  getADK_price(): google_protobuf_wrappers_pb.StringValue | undefined;
22925
23630
  setADK_price(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlDatabase;
22926
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
+
22927
23741
  serializeBinary(): Uint8Array;
22928
23742
  toObject(includeInstance?: boolean): AzureMicrosoftSqlDatabase.AsObject;
22929
23743
  static toObject(includeInstance: boolean, msg: AzureMicrosoftSqlDatabase): AzureMicrosoftSqlDatabase.AsObject;
@@ -22957,6 +23771,28 @@ export namespace AzureMicrosoftSqlDatabase {
22957
23771
  BackupLongTermRetentionPolicyYearlyRetention?: google_protobuf_wrappers_pb.StringValue.AsObject,
22958
23772
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
22959
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>,
22960
23796
  }
22961
23797
  }
22962
23798
 
@@ -22976,6 +23812,16 @@ export class AzureMicrosoftSqlTable extends jspb.Message {
22976
23812
  setSqlColumnsList(value: Array<AzureMicrosoftSqlColumn>): AzureMicrosoftSqlTable;
22977
23813
  addSqlColumns(value?: AzureMicrosoftSqlColumn, index?: number): AzureMicrosoftSqlColumn;
22978
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
+
22979
23825
  serializeBinary(): Uint8Array;
22980
23826
  toObject(includeInstance?: boolean): AzureMicrosoftSqlTable.AsObject;
22981
23827
  static toObject(includeInstance: boolean, msg: AzureMicrosoftSqlTable): AzureMicrosoftSqlTable.AsObject;
@@ -22991,6 +23837,8 @@ export namespace AzureMicrosoftSqlTable {
22991
23837
  ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
22992
23838
  ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
22993
23839
  SqlColumnsList: Array<AzureMicrosoftSqlColumn.AsObject>,
23840
+ IsMemoryOptimized?: google_protobuf_wrappers_pb.BoolValue.AsObject,
23841
+ TemporalType?: google_protobuf_wrappers_pb.StringValue.AsObject,
22994
23842
  }
22995
23843
  }
22996
23844
 
@@ -23036,6 +23884,26 @@ export class AzureMicrosoftSqlColumn extends jspb.Message {
23036
23884
  getScale(): google_protobuf_wrappers_pb.StringValue | undefined;
23037
23885
  setScale(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlColumn;
23038
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
+
23039
23907
  serializeBinary(): Uint8Array;
23040
23908
  toObject(includeInstance?: boolean): AzureMicrosoftSqlColumn.AsObject;
23041
23909
  static toObject(includeInstance: boolean, msg: AzureMicrosoftSqlColumn): AzureMicrosoftSqlColumn.AsObject;
@@ -23056,6 +23924,10 @@ export namespace AzureMicrosoftSqlColumn {
23056
23924
  Length?: google_protobuf_wrappers_pb.Int32Value.AsObject,
23057
23925
  Prec?: google_protobuf_wrappers_pb.StringValue.AsObject,
23058
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,
23059
23931
  }
23060
23932
  }
23061
23933
 
@@ -23190,6 +24062,36 @@ export class AzureMicrosoftSqlVirtualNetworkRule extends jspb.Message {
23190
24062
  getState(): google_protobuf_wrappers_pb.StringValue | undefined;
23191
24063
  setState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlVirtualNetworkRule;
23192
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
+
23193
24095
  serializeBinary(): Uint8Array;
23194
24096
  toObject(includeInstance?: boolean): AzureMicrosoftSqlVirtualNetworkRule.AsObject;
23195
24097
  static toObject(includeInstance: boolean, msg: AzureMicrosoftSqlVirtualNetworkRule): AzureMicrosoftSqlVirtualNetworkRule.AsObject;
@@ -23207,6 +24109,12 @@ export namespace AzureMicrosoftSqlVirtualNetworkRule {
23207
24109
  SubnetRuleName?: google_protobuf_wrappers_pb.StringValue.AsObject,
23208
24110
  SubnetRuleAddressPrefix?: google_protobuf_wrappers_pb.StringValue.AsObject,
23209
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,
23210
24118
  }
23211
24119
  }
23212
24120
 
@@ -23494,6 +24402,26 @@ export class AzureMicrosoftStreamAnalyticsJob extends jspb.Message {
23494
24402
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
23495
24403
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftStreamAnalyticsJob;
23496
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
+
23497
24425
  serializeBinary(): Uint8Array;
23498
24426
  toObject(includeInstance?: boolean): AzureMicrosoftStreamAnalyticsJob.AsObject;
23499
24427
  static toObject(includeInstance: boolean, msg: AzureMicrosoftStreamAnalyticsJob): AzureMicrosoftStreamAnalyticsJob.AsObject;
@@ -23529,6 +24457,10 @@ export namespace AzureMicrosoftStreamAnalyticsJob {
23529
24457
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
23530
24458
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
23531
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,
23532
24464
  }
23533
24465
  }
23534
24466
 
@@ -23732,6 +24664,21 @@ export class AzureMicrosoftTrafficManagerProfile extends jspb.Message {
23732
24664
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
23733
24665
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftTrafficManagerProfile;
23734
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
+
23735
24682
  serializeBinary(): Uint8Array;
23736
24683
  toObject(includeInstance?: boolean): AzureMicrosoftTrafficManagerProfile.AsObject;
23737
24684
  static toObject(includeInstance: boolean, msg: AzureMicrosoftTrafficManagerProfile): AzureMicrosoftTrafficManagerProfile.AsObject;
@@ -23764,6 +24711,9 @@ export namespace AzureMicrosoftTrafficManagerProfile {
23764
24711
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
23765
24712
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
23766
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,
23767
24717
  }
23768
24718
  }
23769
24719
 
@@ -23789,6 +24739,16 @@ export class AzureMicrosoftTrafficManagerMonitoredEndPoint extends jspb.Message
23789
24739
  getEndpointLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
23790
24740
  setEndpointLocation(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftTrafficManagerMonitoredEndPoint;
23791
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
+
23792
24752
  serializeBinary(): Uint8Array;
23793
24753
  toObject(includeInstance?: boolean): AzureMicrosoftTrafficManagerMonitoredEndPoint.AsObject;
23794
24754
  static toObject(includeInstance: boolean, msg: AzureMicrosoftTrafficManagerMonitoredEndPoint): AzureMicrosoftTrafficManagerMonitoredEndPoint.AsObject;
@@ -23805,6 +24765,8 @@ export namespace AzureMicrosoftTrafficManagerMonitoredEndPoint {
23805
24765
  EndpointStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
23806
24766
  EndpointMonitorStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
23807
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,
23808
24770
  }
23809
24771
  }
23810
24772
 
@@ -25199,6 +26161,26 @@ export class AzureMicrosoftWorkflow extends jspb.Message {
25199
26161
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
25200
26162
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftWorkflow;
25201
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
+
25202
26184
  serializeBinary(): Uint8Array;
25203
26185
  toObject(includeInstance?: boolean): AzureMicrosoftWorkflow.AsObject;
25204
26186
  static toObject(includeInstance: boolean, msg: AzureMicrosoftWorkflow): AzureMicrosoftWorkflow.AsObject;
@@ -25229,6 +26211,10 @@ export namespace AzureMicrosoftWorkflow {
25229
26211
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
25230
26212
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
25231
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,
25232
26218
  }
25233
26219
  }
25234
26220
 
@@ -25368,6 +26354,80 @@ export class AzureMySqlFlexibleServer extends jspb.Message {
25368
26354
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
25369
26355
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServer;
25370
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
+
25371
26431
  serializeBinary(): Uint8Array;
25372
26432
  toObject(includeInstance?: boolean): AzureMySqlFlexibleServer.AsObject;
25373
26433
  static toObject(includeInstance: boolean, msg: AzureMySqlFlexibleServer): AzureMySqlFlexibleServer.AsObject;
@@ -25404,6 +26464,21 @@ export namespace AzureMySqlFlexibleServer {
25404
26464
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
25405
26465
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
25406
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>,
25407
26482
  }
25408
26483
  }
25409
26484
 
@@ -25481,6 +26556,11 @@ export class AzureMySqlFlexibleServerBackup extends jspb.Message {
25481
26556
  getBackupType(): google_protobuf_wrappers_pb.StringValue | undefined;
25482
26557
  setBackupType(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleServerBackup;
25483
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
+
25484
26564
  serializeBinary(): Uint8Array;
25485
26565
  toObject(includeInstance?: boolean): AzureMySqlFlexibleServerBackup.AsObject;
25486
26566
  static toObject(includeInstance: boolean, msg: AzureMySqlFlexibleServerBackup): AzureMySqlFlexibleServerBackup.AsObject;
@@ -25498,6 +26578,7 @@ export namespace AzureMySqlFlexibleServerBackup {
25498
26578
  Completion?: google_protobuf_wrappers_pb.StringValue.AsObject,
25499
26579
  RetainedTill?: google_protobuf_wrappers_pb.StringValue.AsObject,
25500
26580
  BackupType?: google_protobuf_wrappers_pb.StringValue.AsObject,
26581
+ Status?: google_protobuf_wrappers_pb.StringValue.AsObject,
25501
26582
  }
25502
26583
  }
25503
26584
 
@@ -25518,6 +26599,11 @@ export class AzureMySqlFlexibleFirewallRule extends jspb.Message {
25518
26599
  getEndIpAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
25519
26600
  setEndIpAddress(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleFirewallRule;
25520
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
+
25521
26607
  serializeBinary(): Uint8Array;
25522
26608
  toObject(includeInstance?: boolean): AzureMySqlFlexibleFirewallRule.AsObject;
25523
26609
  static toObject(includeInstance: boolean, msg: AzureMySqlFlexibleFirewallRule): AzureMySqlFlexibleFirewallRule.AsObject;
@@ -25533,6 +26619,7 @@ export namespace AzureMySqlFlexibleFirewallRule {
25533
26619
  Name?: google_protobuf_wrappers_pb.StringValue.AsObject,
25534
26620
  StartIpAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
25535
26621
  EndIpAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
26622
+ ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
25536
26623
  }
25537
26624
  }
25538
26625
 
@@ -25876,6 +26963,19 @@ export class AzureNetAppAccount extends jspb.Message {
25876
26963
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
25877
26964
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppAccount;
25878
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
+
25879
26979
  serializeBinary(): Uint8Array;
25880
26980
  toObject(includeInstance?: boolean): AzureNetAppAccount.AsObject;
25881
26981
  static toObject(includeInstance: boolean, msg: AzureNetAppAccount): AzureNetAppAccount.AsObject;
@@ -25901,6 +27001,9 @@ export namespace AzureNetAppAccount {
25901
27001
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
25902
27002
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
25903
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>,
25904
27007
  }
25905
27008
  }
25906
27009
 
@@ -25949,6 +27052,21 @@ export class AzureNetAppCapacityPool extends jspb.Message {
25949
27052
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
25950
27053
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppCapacityPool;
25951
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
+
25952
27070
  serializeBinary(): Uint8Array;
25953
27071
  toObject(includeInstance?: boolean): AzureNetAppCapacityPool.AsObject;
25954
27072
  static toObject(includeInstance: boolean, msg: AzureNetAppCapacityPool): AzureNetAppCapacityPool.AsObject;
@@ -25970,6 +27088,9 @@ export namespace AzureNetAppCapacityPool {
25970
27088
  TagsList: Array<CloudockitTag.AsObject>,
25971
27089
  VolumesList: Array<AzureNetAppVolume.AsObject>,
25972
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,
25973
27094
  }
25974
27095
  }
25975
27096
 
@@ -26032,6 +27153,75 @@ export class AzureNetAppVolume extends jspb.Message {
26032
27153
  setTagsList(value: Array<CloudockitTag>): AzureNetAppVolume;
26033
27154
  addTags(value?: CloudockitTag, index?: number): CloudockitTag;
26034
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
+
26035
27225
  serializeBinary(): Uint8Array;
26036
27226
  toObject(includeInstance?: boolean): AzureNetAppVolume.AsObject;
26037
27227
  static toObject(includeInstance: boolean, msg: AzureNetAppVolume): AzureNetAppVolume.AsObject;
@@ -26056,6 +27246,20 @@ export namespace AzureNetAppVolume {
26056
27246
  SecurityStyle?: google_protobuf_wrappers_pb.StringValue.AsObject,
26057
27247
  KerberosState?: google_protobuf_wrappers_pb.StringValue.AsObject,
26058
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>,
26059
27263
  }
26060
27264
  }
26061
27265
 
@@ -26275,6 +27479,11 @@ export class AzurePowerBIDedicatedCapacity extends jspb.Message {
26275
27479
  getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
26276
27480
  setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzurePowerBIDedicatedCapacity;
26277
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
+
26278
27487
  serializeBinary(): Uint8Array;
26279
27488
  toObject(includeInstance?: boolean): AzurePowerBIDedicatedCapacity.AsObject;
26280
27489
  static toObject(includeInstance: boolean, msg: AzurePowerBIDedicatedCapacity): AzurePowerBIDedicatedCapacity.AsObject;
@@ -26303,6 +27512,7 @@ export namespace AzurePowerBIDedicatedCapacity {
26303
27512
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
26304
27513
  ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
26305
27514
  ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
27515
+ ResourceMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
26306
27516
  }
26307
27517
  }
26308
27518
 
@@ -26708,6 +27918,16 @@ export class AzureReservationOrder extends jspb.Message {
26708
27918
  getADK_price(): google_protobuf_wrappers_pb.StringValue | undefined;
26709
27919
  setADK_price(value?: google_protobuf_wrappers_pb.StringValue): AzureReservationOrder;
26710
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
+
26711
27931
  serializeBinary(): Uint8Array;
26712
27932
  toObject(includeInstance?: boolean): AzureReservationOrder.AsObject;
26713
27933
  static toObject(includeInstance: boolean, msg: AzureReservationOrder): AzureReservationOrder.AsObject;
@@ -26736,6 +27956,8 @@ export namespace AzureReservationOrder {
26736
27956
  WarningsList: Array<CDKRule.AsObject>,
26737
27957
  ResourcesBillingList: Array<ResourceBilling.AsObject>,
26738
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,
26739
27961
  }
26740
27962
  }
26741
27963
 
@@ -45364,6 +46586,16 @@ export namespace GcpExternalIpAddress {
45364
46586
 
45365
46587
  export class AzureMicrosoftAzureSubscription extends jspb.Message {
45366
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
+
45367
46599
  serializeBinary(): Uint8Array;
45368
46600
  toObject(includeInstance?: boolean): AzureMicrosoftAzureSubscription.AsObject;
45369
46601
  static toObject(includeInstance: boolean, msg: AzureMicrosoftAzureSubscription): AzureMicrosoftAzureSubscription.AsObject;
@@ -45376,5 +46608,1568 @@ export class AzureMicrosoftAzureSubscription extends jspb.Message {
45376
46608
 
45377
46609
  export namespace AzureMicrosoftAzureSubscription {
45378
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,
45379
48174
  }
45380
48175
  }