@lansweeper/discovery-cloud-proto 0.0.31 → 0.0.33
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.
- package/gen-proto/discovery_cloud_pb.d.ts +2801 -0
- package/gen-proto/discovery_cloud_pb.js +106238 -82263
- package/gen-proto/image.json +1 -1
- package/package.json +2 -2
- package/proto/discovery_cloud.proto +684 -193
|
@@ -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
|
|
|
@@ -31227,6 +32449,11 @@ export class AmazonVolume extends jspb.Message {
|
|
|
31227
32449
|
setWarningsList(value: Array<CDKRule>): AmazonVolume;
|
|
31228
32450
|
addWarnings(value?: CDKRule, index?: number): CDKRule;
|
|
31229
32451
|
|
|
32452
|
+
hasThroughput(): boolean;
|
|
32453
|
+
clearThroughput(): void;
|
|
32454
|
+
getThroughput(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
32455
|
+
setThroughput(value?: google_protobuf_wrappers_pb.StringValue): AmazonVolume;
|
|
32456
|
+
|
|
31230
32457
|
serializeBinary(): Uint8Array;
|
|
31231
32458
|
toObject(includeInstance?: boolean): AmazonVolume.AsObject;
|
|
31232
32459
|
static toObject(includeInstance: boolean, msg: AmazonVolume): AmazonVolume.AsObject;
|
|
@@ -31257,6 +32484,7 @@ export namespace AmazonVolume {
|
|
|
31257
32484
|
TagsList: Array<CloudockitTag.AsObject>,
|
|
31258
32485
|
DifferencesList: Array<StandardObjectDifference.AsObject>,
|
|
31259
32486
|
WarningsList: Array<CDKRule.AsObject>,
|
|
32487
|
+
Throughput?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
31260
32488
|
}
|
|
31261
32489
|
}
|
|
31262
32490
|
|
|
@@ -45364,6 +46592,16 @@ export namespace GcpExternalIpAddress {
|
|
|
45364
46592
|
|
|
45365
46593
|
export class AzureMicrosoftAzureSubscription extends jspb.Message {
|
|
45366
46594
|
|
|
46595
|
+
hasADK_name(): boolean;
|
|
46596
|
+
clearADK_name(): void;
|
|
46597
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46598
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftAzureSubscription;
|
|
46599
|
+
|
|
46600
|
+
hasSubscriptionID(): boolean;
|
|
46601
|
+
clearSubscriptionID(): void;
|
|
46602
|
+
getSubscriptionID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46603
|
+
setSubscriptionID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftAzureSubscription;
|
|
46604
|
+
|
|
45367
46605
|
serializeBinary(): Uint8Array;
|
|
45368
46606
|
toObject(includeInstance?: boolean): AzureMicrosoftAzureSubscription.AsObject;
|
|
45369
46607
|
static toObject(includeInstance: boolean, msg: AzureMicrosoftAzureSubscription): AzureMicrosoftAzureSubscription.AsObject;
|
|
@@ -45376,5 +46614,1568 @@ export class AzureMicrosoftAzureSubscription extends jspb.Message {
|
|
|
45376
46614
|
|
|
45377
46615
|
export namespace AzureMicrosoftAzureSubscription {
|
|
45378
46616
|
export type AsObject = {
|
|
46617
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46618
|
+
SubscriptionID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46619
|
+
}
|
|
46620
|
+
}
|
|
46621
|
+
|
|
46622
|
+
export class AzureMicrosoftConditionalAccessPolicy extends jspb.Message {
|
|
46623
|
+
|
|
46624
|
+
hasADK_name(): boolean;
|
|
46625
|
+
clearADK_name(): void;
|
|
46626
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46627
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftConditionalAccessPolicy;
|
|
46628
|
+
|
|
46629
|
+
hasADK_gUID(): boolean;
|
|
46630
|
+
clearADK_gUID(): void;
|
|
46631
|
+
getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46632
|
+
setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftConditionalAccessPolicy;
|
|
46633
|
+
|
|
46634
|
+
hasState(): boolean;
|
|
46635
|
+
clearState(): void;
|
|
46636
|
+
getState(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46637
|
+
setState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftConditionalAccessPolicy;
|
|
46638
|
+
|
|
46639
|
+
hasCreatedDate(): boolean;
|
|
46640
|
+
clearCreatedDate(): void;
|
|
46641
|
+
getCreatedDate(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46642
|
+
setCreatedDate(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftConditionalAccessPolicy;
|
|
46643
|
+
|
|
46644
|
+
hasModifiedDate(): boolean;
|
|
46645
|
+
clearModifiedDate(): void;
|
|
46646
|
+
getModifiedDate(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46647
|
+
setModifiedDate(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftConditionalAccessPolicy;
|
|
46648
|
+
|
|
46649
|
+
hasDescription(): boolean;
|
|
46650
|
+
clearDescription(): void;
|
|
46651
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46652
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftConditionalAccessPolicy;
|
|
46653
|
+
clearIncludedUsersList(): void;
|
|
46654
|
+
getIncludedUsersList(): Array<AzureMicrosoftEntraUser>;
|
|
46655
|
+
setIncludedUsersList(value: Array<AzureMicrosoftEntraUser>): AzureMicrosoftConditionalAccessPolicy;
|
|
46656
|
+
addIncludedUsers(value?: AzureMicrosoftEntraUser, index?: number): AzureMicrosoftEntraUser;
|
|
46657
|
+
clearIncludedGroupsList(): void;
|
|
46658
|
+
getIncludedGroupsList(): Array<AzureMicrosoftEntraGroup>;
|
|
46659
|
+
setIncludedGroupsList(value: Array<AzureMicrosoftEntraGroup>): AzureMicrosoftConditionalAccessPolicy;
|
|
46660
|
+
addIncludedGroups(value?: AzureMicrosoftEntraGroup, index?: number): AzureMicrosoftEntraGroup;
|
|
46661
|
+
clearIncludedRolesList(): void;
|
|
46662
|
+
getIncludedRolesList(): Array<AzureMicrosoftEntraRole>;
|
|
46663
|
+
setIncludedRolesList(value: Array<AzureMicrosoftEntraRole>): AzureMicrosoftConditionalAccessPolicy;
|
|
46664
|
+
addIncludedRoles(value?: AzureMicrosoftEntraRole, index?: number): AzureMicrosoftEntraRole;
|
|
46665
|
+
clearExcludedUsersList(): void;
|
|
46666
|
+
getExcludedUsersList(): Array<AzureMicrosoftEntraUser>;
|
|
46667
|
+
setExcludedUsersList(value: Array<AzureMicrosoftEntraUser>): AzureMicrosoftConditionalAccessPolicy;
|
|
46668
|
+
addExcludedUsers(value?: AzureMicrosoftEntraUser, index?: number): AzureMicrosoftEntraUser;
|
|
46669
|
+
clearExcludedGroupsList(): void;
|
|
46670
|
+
getExcludedGroupsList(): Array<AzureMicrosoftEntraGroup>;
|
|
46671
|
+
setExcludedGroupsList(value: Array<AzureMicrosoftEntraGroup>): AzureMicrosoftConditionalAccessPolicy;
|
|
46672
|
+
addExcludedGroups(value?: AzureMicrosoftEntraGroup, index?: number): AzureMicrosoftEntraGroup;
|
|
46673
|
+
clearExcludedRolesList(): void;
|
|
46674
|
+
getExcludedRolesList(): Array<AzureMicrosoftEntraRole>;
|
|
46675
|
+
setExcludedRolesList(value: Array<AzureMicrosoftEntraRole>): AzureMicrosoftConditionalAccessPolicy;
|
|
46676
|
+
addExcludedRoles(value?: AzureMicrosoftEntraRole, index?: number): AzureMicrosoftEntraRole;
|
|
46677
|
+
clearIncludedTargetResourcesList(): void;
|
|
46678
|
+
getIncludedTargetResourcesList(): Array<CloudockitTag>;
|
|
46679
|
+
setIncludedTargetResourcesList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
|
|
46680
|
+
addIncludedTargetResources(value?: CloudockitTag, index?: number): CloudockitTag;
|
|
46681
|
+
clearExcludedTargetResourcesList(): void;
|
|
46682
|
+
getExcludedTargetResourcesList(): Array<CloudockitTag>;
|
|
46683
|
+
setExcludedTargetResourcesList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
|
|
46684
|
+
addExcludedTargetResources(value?: CloudockitTag, index?: number): CloudockitTag;
|
|
46685
|
+
clearIncludedNetworksLocationsList(): void;
|
|
46686
|
+
getIncludedNetworksLocationsList(): Array<CloudockitTag>;
|
|
46687
|
+
setIncludedNetworksLocationsList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
|
|
46688
|
+
addIncludedNetworksLocations(value?: CloudockitTag, index?: number): CloudockitTag;
|
|
46689
|
+
clearExcludedNetworksLocationsList(): void;
|
|
46690
|
+
getExcludedNetworksLocationsList(): Array<CloudockitTag>;
|
|
46691
|
+
setExcludedNetworksLocationsList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
|
|
46692
|
+
addExcludedNetworksLocations(value?: CloudockitTag, index?: number): CloudockitTag;
|
|
46693
|
+
clearIncludedDevicePlatformsList(): void;
|
|
46694
|
+
getIncludedDevicePlatformsList(): Array<CloudockitTag>;
|
|
46695
|
+
setIncludedDevicePlatformsList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
|
|
46696
|
+
addIncludedDevicePlatforms(value?: CloudockitTag, index?: number): CloudockitTag;
|
|
46697
|
+
clearExcludedDevicePlatformsList(): void;
|
|
46698
|
+
getExcludedDevicePlatformsList(): Array<CloudockitTag>;
|
|
46699
|
+
setExcludedDevicePlatformsList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
|
|
46700
|
+
addExcludedDevicePlatforms(value?: CloudockitTag, index?: number): CloudockitTag;
|
|
46701
|
+
clearClientAppsList(): void;
|
|
46702
|
+
getClientAppsList(): Array<CloudockitTag>;
|
|
46703
|
+
setClientAppsList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
|
|
46704
|
+
addClientApps(value?: CloudockitTag, index?: number): CloudockitTag;
|
|
46705
|
+
clearGrantAccessControlsList(): void;
|
|
46706
|
+
getGrantAccessControlsList(): Array<CloudockitTag>;
|
|
46707
|
+
setGrantAccessControlsList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
|
|
46708
|
+
addGrantAccessControls(value?: CloudockitTag, index?: number): CloudockitTag;
|
|
46709
|
+
clearSessionAccessControlsList(): void;
|
|
46710
|
+
getSessionAccessControlsList(): Array<CloudockitTag>;
|
|
46711
|
+
setSessionAccessControlsList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
|
|
46712
|
+
addSessionAccessControls(value?: CloudockitTag, index?: number): CloudockitTag;
|
|
46713
|
+
clearTagsList(): void;
|
|
46714
|
+
getTagsList(): Array<CloudockitTag>;
|
|
46715
|
+
setTagsList(value: Array<CloudockitTag>): AzureMicrosoftConditionalAccessPolicy;
|
|
46716
|
+
addTags(value?: CloudockitTag, index?: number): CloudockitTag;
|
|
46717
|
+
clearRoleAssignmentsList(): void;
|
|
46718
|
+
getRoleAssignmentsList(): Array<AzureMicrosoftAuthorizationRoleAssignment>;
|
|
46719
|
+
setRoleAssignmentsList(value: Array<AzureMicrosoftAuthorizationRoleAssignment>): AzureMicrosoftConditionalAccessPolicy;
|
|
46720
|
+
addRoleAssignments(value?: AzureMicrosoftAuthorizationRoleAssignment, index?: number): AzureMicrosoftAuthorizationRoleAssignment;
|
|
46721
|
+
clearManagementLocksList(): void;
|
|
46722
|
+
getManagementLocksList(): Array<AzureMicrosoftManagementLock>;
|
|
46723
|
+
setManagementLocksList(value: Array<AzureMicrosoftManagementLock>): AzureMicrosoftConditionalAccessPolicy;
|
|
46724
|
+
addManagementLocks(value?: AzureMicrosoftManagementLock, index?: number): AzureMicrosoftManagementLock;
|
|
46725
|
+
clearDifferencesList(): void;
|
|
46726
|
+
getDifferencesList(): Array<StandardObjectDifference>;
|
|
46727
|
+
setDifferencesList(value: Array<StandardObjectDifference>): AzureMicrosoftConditionalAccessPolicy;
|
|
46728
|
+
addDifferences(value?: StandardObjectDifference, index?: number): StandardObjectDifference;
|
|
46729
|
+
clearWarningsList(): void;
|
|
46730
|
+
getWarningsList(): Array<CDKRule>;
|
|
46731
|
+
setWarningsList(value: Array<CDKRule>): AzureMicrosoftConditionalAccessPolicy;
|
|
46732
|
+
addWarnings(value?: CDKRule, index?: number): CDKRule;
|
|
46733
|
+
clearResourcesBillingList(): void;
|
|
46734
|
+
getResourcesBillingList(): Array<ResourceBilling>;
|
|
46735
|
+
setResourcesBillingList(value: Array<ResourceBilling>): AzureMicrosoftConditionalAccessPolicy;
|
|
46736
|
+
addResourcesBilling(value?: ResourceBilling, index?: number): ResourceBilling;
|
|
46737
|
+
|
|
46738
|
+
hasADK_price(): boolean;
|
|
46739
|
+
clearADK_price(): void;
|
|
46740
|
+
getADK_price(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46741
|
+
setADK_price(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftConditionalAccessPolicy;
|
|
46742
|
+
|
|
46743
|
+
serializeBinary(): Uint8Array;
|
|
46744
|
+
toObject(includeInstance?: boolean): AzureMicrosoftConditionalAccessPolicy.AsObject;
|
|
46745
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftConditionalAccessPolicy): AzureMicrosoftConditionalAccessPolicy.AsObject;
|
|
46746
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
46747
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
46748
|
+
static serializeBinaryToWriter(message: AzureMicrosoftConditionalAccessPolicy, writer: jspb.BinaryWriter): void;
|
|
46749
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftConditionalAccessPolicy;
|
|
46750
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftConditionalAccessPolicy, reader: jspb.BinaryReader): AzureMicrosoftConditionalAccessPolicy;
|
|
46751
|
+
}
|
|
46752
|
+
|
|
46753
|
+
export namespace AzureMicrosoftConditionalAccessPolicy {
|
|
46754
|
+
export type AsObject = {
|
|
46755
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46756
|
+
ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46757
|
+
State?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46758
|
+
CreatedDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46759
|
+
ModifiedDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46760
|
+
Description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46761
|
+
IncludedUsersList: Array<AzureMicrosoftEntraUser.AsObject>,
|
|
46762
|
+
IncludedGroupsList: Array<AzureMicrosoftEntraGroup.AsObject>,
|
|
46763
|
+
IncludedRolesList: Array<AzureMicrosoftEntraRole.AsObject>,
|
|
46764
|
+
ExcludedUsersList: Array<AzureMicrosoftEntraUser.AsObject>,
|
|
46765
|
+
ExcludedGroupsList: Array<AzureMicrosoftEntraGroup.AsObject>,
|
|
46766
|
+
ExcludedRolesList: Array<AzureMicrosoftEntraRole.AsObject>,
|
|
46767
|
+
IncludedTargetResourcesList: Array<CloudockitTag.AsObject>,
|
|
46768
|
+
ExcludedTargetResourcesList: Array<CloudockitTag.AsObject>,
|
|
46769
|
+
IncludedNetworksLocationsList: Array<CloudockitTag.AsObject>,
|
|
46770
|
+
ExcludedNetworksLocationsList: Array<CloudockitTag.AsObject>,
|
|
46771
|
+
IncludedDevicePlatformsList: Array<CloudockitTag.AsObject>,
|
|
46772
|
+
ExcludedDevicePlatformsList: Array<CloudockitTag.AsObject>,
|
|
46773
|
+
ClientAppsList: Array<CloudockitTag.AsObject>,
|
|
46774
|
+
GrantAccessControlsList: Array<CloudockitTag.AsObject>,
|
|
46775
|
+
SessionAccessControlsList: Array<CloudockitTag.AsObject>,
|
|
46776
|
+
TagsList: Array<CloudockitTag.AsObject>,
|
|
46777
|
+
RoleAssignmentsList: Array<AzureMicrosoftAuthorizationRoleAssignment.AsObject>,
|
|
46778
|
+
ManagementLocksList: Array<AzureMicrosoftManagementLock.AsObject>,
|
|
46779
|
+
DifferencesList: Array<StandardObjectDifference.AsObject>,
|
|
46780
|
+
WarningsList: Array<CDKRule.AsObject>,
|
|
46781
|
+
ResourcesBillingList: Array<ResourceBilling.AsObject>,
|
|
46782
|
+
ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46783
|
+
}
|
|
46784
|
+
}
|
|
46785
|
+
|
|
46786
|
+
export class AzureMicrosoftEntraUser extends jspb.Message {
|
|
46787
|
+
|
|
46788
|
+
hasDisplayName(): boolean;
|
|
46789
|
+
clearDisplayName(): void;
|
|
46790
|
+
getDisplayName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46791
|
+
setDisplayName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraUser;
|
|
46792
|
+
|
|
46793
|
+
hasMail(): boolean;
|
|
46794
|
+
clearMail(): void;
|
|
46795
|
+
getMail(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46796
|
+
setMail(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraUser;
|
|
46797
|
+
|
|
46798
|
+
hasJobTitle(): boolean;
|
|
46799
|
+
clearJobTitle(): void;
|
|
46800
|
+
getJobTitle(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46801
|
+
setJobTitle(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraUser;
|
|
46802
|
+
|
|
46803
|
+
hasCity(): boolean;
|
|
46804
|
+
clearCity(): void;
|
|
46805
|
+
getCity(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46806
|
+
setCity(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraUser;
|
|
46807
|
+
|
|
46808
|
+
hasAccountEnabled(): boolean;
|
|
46809
|
+
clearAccountEnabled(): void;
|
|
46810
|
+
getAccountEnabled(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46811
|
+
setAccountEnabled(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraUser;
|
|
46812
|
+
|
|
46813
|
+
serializeBinary(): Uint8Array;
|
|
46814
|
+
toObject(includeInstance?: boolean): AzureMicrosoftEntraUser.AsObject;
|
|
46815
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftEntraUser): AzureMicrosoftEntraUser.AsObject;
|
|
46816
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
46817
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
46818
|
+
static serializeBinaryToWriter(message: AzureMicrosoftEntraUser, writer: jspb.BinaryWriter): void;
|
|
46819
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftEntraUser;
|
|
46820
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftEntraUser, reader: jspb.BinaryReader): AzureMicrosoftEntraUser;
|
|
46821
|
+
}
|
|
46822
|
+
|
|
46823
|
+
export namespace AzureMicrosoftEntraUser {
|
|
46824
|
+
export type AsObject = {
|
|
46825
|
+
DisplayName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46826
|
+
Mail?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46827
|
+
JobTitle?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46828
|
+
City?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46829
|
+
AccountEnabled?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46830
|
+
}
|
|
46831
|
+
}
|
|
46832
|
+
|
|
46833
|
+
export class AzureMicrosoftEntraGroup extends jspb.Message {
|
|
46834
|
+
|
|
46835
|
+
hasDisplayName(): boolean;
|
|
46836
|
+
clearDisplayName(): void;
|
|
46837
|
+
getDisplayName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46838
|
+
setDisplayName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraGroup;
|
|
46839
|
+
|
|
46840
|
+
hasMail(): boolean;
|
|
46841
|
+
clearMail(): void;
|
|
46842
|
+
getMail(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46843
|
+
setMail(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraGroup;
|
|
46844
|
+
|
|
46845
|
+
hasDescription(): boolean;
|
|
46846
|
+
clearDescription(): void;
|
|
46847
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46848
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraGroup;
|
|
46849
|
+
|
|
46850
|
+
hasSecurityEnabled(): boolean;
|
|
46851
|
+
clearSecurityEnabled(): void;
|
|
46852
|
+
getSecurityEnabled(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46853
|
+
setSecurityEnabled(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraGroup;
|
|
46854
|
+
|
|
46855
|
+
serializeBinary(): Uint8Array;
|
|
46856
|
+
toObject(includeInstance?: boolean): AzureMicrosoftEntraGroup.AsObject;
|
|
46857
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftEntraGroup): AzureMicrosoftEntraGroup.AsObject;
|
|
46858
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
46859
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
46860
|
+
static serializeBinaryToWriter(message: AzureMicrosoftEntraGroup, writer: jspb.BinaryWriter): void;
|
|
46861
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftEntraGroup;
|
|
46862
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftEntraGroup, reader: jspb.BinaryReader): AzureMicrosoftEntraGroup;
|
|
46863
|
+
}
|
|
46864
|
+
|
|
46865
|
+
export namespace AzureMicrosoftEntraGroup {
|
|
46866
|
+
export type AsObject = {
|
|
46867
|
+
DisplayName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46868
|
+
Mail?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46869
|
+
Description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46870
|
+
SecurityEnabled?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46871
|
+
}
|
|
46872
|
+
}
|
|
46873
|
+
|
|
46874
|
+
export class AzureMicrosoftEntraRole extends jspb.Message {
|
|
46875
|
+
|
|
46876
|
+
hasDisplayName(): boolean;
|
|
46877
|
+
clearDisplayName(): void;
|
|
46878
|
+
getDisplayName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46879
|
+
setDisplayName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraRole;
|
|
46880
|
+
|
|
46881
|
+
hasDescription(): boolean;
|
|
46882
|
+
clearDescription(): void;
|
|
46883
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46884
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraRole;
|
|
46885
|
+
|
|
46886
|
+
serializeBinary(): Uint8Array;
|
|
46887
|
+
toObject(includeInstance?: boolean): AzureMicrosoftEntraRole.AsObject;
|
|
46888
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftEntraRole): AzureMicrosoftEntraRole.AsObject;
|
|
46889
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
46890
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
46891
|
+
static serializeBinaryToWriter(message: AzureMicrosoftEntraRole, writer: jspb.BinaryWriter): void;
|
|
46892
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftEntraRole;
|
|
46893
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftEntraRole, reader: jspb.BinaryReader): AzureMicrosoftEntraRole;
|
|
46894
|
+
}
|
|
46895
|
+
|
|
46896
|
+
export namespace AzureMicrosoftEntraRole {
|
|
46897
|
+
export type AsObject = {
|
|
46898
|
+
DisplayName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46899
|
+
Description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
46900
|
+
}
|
|
46901
|
+
}
|
|
46902
|
+
|
|
46903
|
+
export class AzureFrontDoorWebApplicationFirewallPolicy extends jspb.Message {
|
|
46904
|
+
|
|
46905
|
+
hasFrontEnd(): boolean;
|
|
46906
|
+
clearFrontEnd(): void;
|
|
46907
|
+
getFrontEnd(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46908
|
+
setFrontEnd(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46909
|
+
|
|
46910
|
+
hasADK_gUID(): boolean;
|
|
46911
|
+
clearADK_gUID(): void;
|
|
46912
|
+
getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46913
|
+
setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46914
|
+
|
|
46915
|
+
hasADK_name(): boolean;
|
|
46916
|
+
clearADK_name(): void;
|
|
46917
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46918
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46919
|
+
|
|
46920
|
+
hasResourceGroupName(): boolean;
|
|
46921
|
+
clearResourceGroupName(): void;
|
|
46922
|
+
getResourceGroupName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46923
|
+
setResourceGroupName(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46924
|
+
|
|
46925
|
+
hasADK_location(): boolean;
|
|
46926
|
+
clearADK_location(): void;
|
|
46927
|
+
getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46928
|
+
setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46929
|
+
|
|
46930
|
+
hasStatus(): boolean;
|
|
46931
|
+
clearStatus(): void;
|
|
46932
|
+
getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46933
|
+
setStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46934
|
+
|
|
46935
|
+
hasPolicySettingsPolicyMode(): boolean;
|
|
46936
|
+
clearPolicySettingsPolicyMode(): void;
|
|
46937
|
+
getPolicySettingsPolicyMode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46938
|
+
setPolicySettingsPolicyMode(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46939
|
+
|
|
46940
|
+
hasCustomRulesCount(): boolean;
|
|
46941
|
+
clearCustomRulesCount(): void;
|
|
46942
|
+
getCustomRulesCount(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
46943
|
+
setCustomRulesCount(value?: google_protobuf_wrappers_pb.Int32Value): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46944
|
+
|
|
46945
|
+
hasAssociationsCount(): boolean;
|
|
46946
|
+
clearAssociationsCount(): void;
|
|
46947
|
+
getAssociationsCount(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
46948
|
+
setAssociationsCount(value?: google_protobuf_wrappers_pb.Int32Value): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46949
|
+
|
|
46950
|
+
hasTier(): boolean;
|
|
46951
|
+
clearTier(): void;
|
|
46952
|
+
getTier(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46953
|
+
setTier(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46954
|
+
|
|
46955
|
+
hasPolicySettingsEnabledState(): boolean;
|
|
46956
|
+
clearPolicySettingsEnabledState(): void;
|
|
46957
|
+
getPolicySettingsEnabledState(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46958
|
+
setPolicySettingsEnabledState(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46959
|
+
|
|
46960
|
+
hasPolicySettingsRedirectUri(): boolean;
|
|
46961
|
+
clearPolicySettingsRedirectUri(): void;
|
|
46962
|
+
getPolicySettingsRedirectUri(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46963
|
+
setPolicySettingsRedirectUri(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46964
|
+
|
|
46965
|
+
hasPolicySettingsBlockResponseStatusCode(): boolean;
|
|
46966
|
+
clearPolicySettingsBlockResponseStatusCode(): void;
|
|
46967
|
+
getPolicySettingsBlockResponseStatusCode(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46968
|
+
setPolicySettingsBlockResponseStatusCode(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46969
|
+
|
|
46970
|
+
hasPolicySettingsBlockResponseBody(): boolean;
|
|
46971
|
+
clearPolicySettingsBlockResponseBody(): void;
|
|
46972
|
+
getPolicySettingsBlockResponseBody(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
46973
|
+
setPolicySettingsBlockResponseBody(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46974
|
+
clearTagsList(): void;
|
|
46975
|
+
getTagsList(): Array<CloudockitTag>;
|
|
46976
|
+
setTagsList(value: Array<CloudockitTag>): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46977
|
+
addTags(value?: CloudockitTag, index?: number): CloudockitTag;
|
|
46978
|
+
clearRoleAssignmentsList(): void;
|
|
46979
|
+
getRoleAssignmentsList(): Array<AzureMicrosoftAuthorizationRoleAssignment>;
|
|
46980
|
+
setRoleAssignmentsList(value: Array<AzureMicrosoftAuthorizationRoleAssignment>): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46981
|
+
addRoleAssignments(value?: AzureMicrosoftAuthorizationRoleAssignment, index?: number): AzureMicrosoftAuthorizationRoleAssignment;
|
|
46982
|
+
clearManagementLocksList(): void;
|
|
46983
|
+
getManagementLocksList(): Array<AzureMicrosoftManagementLock>;
|
|
46984
|
+
setManagementLocksList(value: Array<AzureMicrosoftManagementLock>): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46985
|
+
addManagementLocks(value?: AzureMicrosoftManagementLock, index?: number): AzureMicrosoftManagementLock;
|
|
46986
|
+
clearDifferencesList(): void;
|
|
46987
|
+
getDifferencesList(): Array<StandardObjectDifference>;
|
|
46988
|
+
setDifferencesList(value: Array<StandardObjectDifference>): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46989
|
+
addDifferences(value?: StandardObjectDifference, index?: number): StandardObjectDifference;
|
|
46990
|
+
clearWarningsList(): void;
|
|
46991
|
+
getWarningsList(): Array<CDKRule>;
|
|
46992
|
+
setWarningsList(value: Array<CDKRule>): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46993
|
+
addWarnings(value?: CDKRule, index?: number): CDKRule;
|
|
46994
|
+
clearResourcesBillingList(): void;
|
|
46995
|
+
getResourcesBillingList(): Array<ResourceBilling>;
|
|
46996
|
+
setResourcesBillingList(value: Array<ResourceBilling>): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
46997
|
+
addResourcesBilling(value?: ResourceBilling, index?: number): ResourceBilling;
|
|
46998
|
+
|
|
46999
|
+
hasADK_price(): boolean;
|
|
47000
|
+
clearADK_price(): void;
|
|
47001
|
+
getADK_price(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47002
|
+
setADK_price(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
47003
|
+
|
|
47004
|
+
serializeBinary(): Uint8Array;
|
|
47005
|
+
toObject(includeInstance?: boolean): AzureFrontDoorWebApplicationFirewallPolicy.AsObject;
|
|
47006
|
+
static toObject(includeInstance: boolean, msg: AzureFrontDoorWebApplicationFirewallPolicy): AzureFrontDoorWebApplicationFirewallPolicy.AsObject;
|
|
47007
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47008
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47009
|
+
static serializeBinaryToWriter(message: AzureFrontDoorWebApplicationFirewallPolicy, writer: jspb.BinaryWriter): void;
|
|
47010
|
+
static deserializeBinary(bytes: Uint8Array): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
47011
|
+
static deserializeBinaryFromReader(message: AzureFrontDoorWebApplicationFirewallPolicy, reader: jspb.BinaryReader): AzureFrontDoorWebApplicationFirewallPolicy;
|
|
47012
|
+
}
|
|
47013
|
+
|
|
47014
|
+
export namespace AzureFrontDoorWebApplicationFirewallPolicy {
|
|
47015
|
+
export type AsObject = {
|
|
47016
|
+
FrontEnd?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47017
|
+
ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47018
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47019
|
+
ResourceGroupName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47020
|
+
ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47021
|
+
Status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47022
|
+
PolicySettingsPolicyMode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47023
|
+
CustomRulesCount?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
47024
|
+
AssociationsCount?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
47025
|
+
Tier?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47026
|
+
PolicySettingsEnabledState?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47027
|
+
PolicySettingsRedirectUri?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47028
|
+
PolicySettingsBlockResponseStatusCode?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47029
|
+
PolicySettingsBlockResponseBody?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47030
|
+
TagsList: Array<CloudockitTag.AsObject>,
|
|
47031
|
+
RoleAssignmentsList: Array<AzureMicrosoftAuthorizationRoleAssignment.AsObject>,
|
|
47032
|
+
ManagementLocksList: Array<AzureMicrosoftManagementLock.AsObject>,
|
|
47033
|
+
DifferencesList: Array<StandardObjectDifference.AsObject>,
|
|
47034
|
+
WarningsList: Array<CDKRule.AsObject>,
|
|
47035
|
+
ResourcesBillingList: Array<ResourceBilling.AsObject>,
|
|
47036
|
+
ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47037
|
+
}
|
|
47038
|
+
}
|
|
47039
|
+
|
|
47040
|
+
export class AzureFrontDoorFrontDoorRulesEngine extends jspb.Message {
|
|
47041
|
+
|
|
47042
|
+
hasADK_name(): boolean;
|
|
47043
|
+
clearADK_name(): void;
|
|
47044
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47045
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorFrontDoorRulesEngine;
|
|
47046
|
+
|
|
47047
|
+
hasRulesCount(): boolean;
|
|
47048
|
+
clearRulesCount(): void;
|
|
47049
|
+
getRulesCount(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
47050
|
+
setRulesCount(value?: google_protobuf_wrappers_pb.Int32Value): AzureFrontDoorFrontDoorRulesEngine;
|
|
47051
|
+
|
|
47052
|
+
hasAssociatedRoutingRule(): boolean;
|
|
47053
|
+
clearAssociatedRoutingRule(): void;
|
|
47054
|
+
getAssociatedRoutingRule(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47055
|
+
setAssociatedRoutingRule(value?: google_protobuf_wrappers_pb.StringValue): AzureFrontDoorFrontDoorRulesEngine;
|
|
47056
|
+
|
|
47057
|
+
serializeBinary(): Uint8Array;
|
|
47058
|
+
toObject(includeInstance?: boolean): AzureFrontDoorFrontDoorRulesEngine.AsObject;
|
|
47059
|
+
static toObject(includeInstance: boolean, msg: AzureFrontDoorFrontDoorRulesEngine): AzureFrontDoorFrontDoorRulesEngine.AsObject;
|
|
47060
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47061
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47062
|
+
static serializeBinaryToWriter(message: AzureFrontDoorFrontDoorRulesEngine, writer: jspb.BinaryWriter): void;
|
|
47063
|
+
static deserializeBinary(bytes: Uint8Array): AzureFrontDoorFrontDoorRulesEngine;
|
|
47064
|
+
static deserializeBinaryFromReader(message: AzureFrontDoorFrontDoorRulesEngine, reader: jspb.BinaryReader): AzureFrontDoorFrontDoorRulesEngine;
|
|
47065
|
+
}
|
|
47066
|
+
|
|
47067
|
+
export namespace AzureFrontDoorFrontDoorRulesEngine {
|
|
47068
|
+
export type AsObject = {
|
|
47069
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47070
|
+
RulesCount?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
47071
|
+
AssociatedRoutingRule?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47072
|
+
}
|
|
47073
|
+
}
|
|
47074
|
+
|
|
47075
|
+
export class AzureMicrosoftKeyVaultPrivateEndpointConnection extends jspb.Message {
|
|
47076
|
+
|
|
47077
|
+
hasPrivateEndpointADK_gUID(): boolean;
|
|
47078
|
+
clearPrivateEndpointADK_gUID(): void;
|
|
47079
|
+
getPrivateEndpointADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47080
|
+
setPrivateEndpointADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftKeyVaultPrivateEndpointConnection;
|
|
47081
|
+
|
|
47082
|
+
hasPrivateEndpointADK_name(): boolean;
|
|
47083
|
+
clearPrivateEndpointADK_name(): void;
|
|
47084
|
+
getPrivateEndpointADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47085
|
+
setPrivateEndpointADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftKeyVaultPrivateEndpointConnection;
|
|
47086
|
+
|
|
47087
|
+
hasConnectionName(): boolean;
|
|
47088
|
+
clearConnectionName(): void;
|
|
47089
|
+
getConnectionName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47090
|
+
setConnectionName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftKeyVaultPrivateEndpointConnection;
|
|
47091
|
+
|
|
47092
|
+
hasVirtualNetworkADK_gUID(): boolean;
|
|
47093
|
+
clearVirtualNetworkADK_gUID(): void;
|
|
47094
|
+
getVirtualNetworkADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47095
|
+
setVirtualNetworkADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftKeyVaultPrivateEndpointConnection;
|
|
47096
|
+
|
|
47097
|
+
hasVirtualNetworkADK_name(): boolean;
|
|
47098
|
+
clearVirtualNetworkADK_name(): void;
|
|
47099
|
+
getVirtualNetworkADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47100
|
+
setVirtualNetworkADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftKeyVaultPrivateEndpointConnection;
|
|
47101
|
+
|
|
47102
|
+
hasSubnetADK_gUID(): boolean;
|
|
47103
|
+
clearSubnetADK_gUID(): void;
|
|
47104
|
+
getSubnetADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47105
|
+
setSubnetADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftKeyVaultPrivateEndpointConnection;
|
|
47106
|
+
|
|
47107
|
+
hasSubnetADK_name(): boolean;
|
|
47108
|
+
clearSubnetADK_name(): void;
|
|
47109
|
+
getSubnetADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47110
|
+
setSubnetADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftKeyVaultPrivateEndpointConnection;
|
|
47111
|
+
|
|
47112
|
+
hasConnectionStatus(): boolean;
|
|
47113
|
+
clearConnectionStatus(): void;
|
|
47114
|
+
getConnectionStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47115
|
+
setConnectionStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftKeyVaultPrivateEndpointConnection;
|
|
47116
|
+
|
|
47117
|
+
serializeBinary(): Uint8Array;
|
|
47118
|
+
toObject(includeInstance?: boolean): AzureMicrosoftKeyVaultPrivateEndpointConnection.AsObject;
|
|
47119
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftKeyVaultPrivateEndpointConnection): AzureMicrosoftKeyVaultPrivateEndpointConnection.AsObject;
|
|
47120
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47121
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47122
|
+
static serializeBinaryToWriter(message: AzureMicrosoftKeyVaultPrivateEndpointConnection, writer: jspb.BinaryWriter): void;
|
|
47123
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftKeyVaultPrivateEndpointConnection;
|
|
47124
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftKeyVaultPrivateEndpointConnection, reader: jspb.BinaryReader): AzureMicrosoftKeyVaultPrivateEndpointConnection;
|
|
47125
|
+
}
|
|
47126
|
+
|
|
47127
|
+
export namespace AzureMicrosoftKeyVaultPrivateEndpointConnection {
|
|
47128
|
+
export type AsObject = {
|
|
47129
|
+
PrivateEndpointADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47130
|
+
PrivateEndpointADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47131
|
+
ConnectionName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47132
|
+
VirtualNetworkADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47133
|
+
VirtualNetworkADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47134
|
+
SubnetADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47135
|
+
SubnetADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47136
|
+
ConnectionStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47137
|
+
}
|
|
47138
|
+
}
|
|
47139
|
+
|
|
47140
|
+
export class AzureNetAppVolumeQuotaRule extends jspb.Message {
|
|
47141
|
+
|
|
47142
|
+
hasName(): boolean;
|
|
47143
|
+
clearName(): void;
|
|
47144
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47145
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolumeQuotaRule;
|
|
47146
|
+
|
|
47147
|
+
hasQuotaType(): boolean;
|
|
47148
|
+
clearQuotaType(): void;
|
|
47149
|
+
getQuotaType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47150
|
+
setQuotaType(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolumeQuotaRule;
|
|
47151
|
+
|
|
47152
|
+
hasQuotaTarget(): boolean;
|
|
47153
|
+
clearQuotaTarget(): void;
|
|
47154
|
+
getQuotaTarget(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47155
|
+
setQuotaTarget(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolumeQuotaRule;
|
|
47156
|
+
|
|
47157
|
+
hasQuotaLimit(): boolean;
|
|
47158
|
+
clearQuotaLimit(): void;
|
|
47159
|
+
getQuotaLimit(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47160
|
+
setQuotaLimit(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppVolumeQuotaRule;
|
|
47161
|
+
|
|
47162
|
+
serializeBinary(): Uint8Array;
|
|
47163
|
+
toObject(includeInstance?: boolean): AzureNetAppVolumeQuotaRule.AsObject;
|
|
47164
|
+
static toObject(includeInstance: boolean, msg: AzureNetAppVolumeQuotaRule): AzureNetAppVolumeQuotaRule.AsObject;
|
|
47165
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47166
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47167
|
+
static serializeBinaryToWriter(message: AzureNetAppVolumeQuotaRule, writer: jspb.BinaryWriter): void;
|
|
47168
|
+
static deserializeBinary(bytes: Uint8Array): AzureNetAppVolumeQuotaRule;
|
|
47169
|
+
static deserializeBinaryFromReader(message: AzureNetAppVolumeQuotaRule, reader: jspb.BinaryReader): AzureNetAppVolumeQuotaRule;
|
|
47170
|
+
}
|
|
47171
|
+
|
|
47172
|
+
export namespace AzureNetAppVolumeQuotaRule {
|
|
47173
|
+
export type AsObject = {
|
|
47174
|
+
Name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47175
|
+
QuotaType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47176
|
+
QuotaTarget?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47177
|
+
QuotaLimit?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47178
|
+
}
|
|
47179
|
+
}
|
|
47180
|
+
|
|
47181
|
+
export class AzureNetAppSnapshotPolicy extends jspb.Message {
|
|
47182
|
+
|
|
47183
|
+
hasName(): boolean;
|
|
47184
|
+
clearName(): void;
|
|
47185
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47186
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppSnapshotPolicy;
|
|
47187
|
+
|
|
47188
|
+
hasEnabled(): boolean;
|
|
47189
|
+
clearEnabled(): void;
|
|
47190
|
+
getEnabled(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47191
|
+
setEnabled(value?: google_protobuf_wrappers_pb.StringValue): AzureNetAppSnapshotPolicy;
|
|
47192
|
+
|
|
47193
|
+
hasHourly(): boolean;
|
|
47194
|
+
clearHourly(): void;
|
|
47195
|
+
getHourly(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
47196
|
+
setHourly(value?: google_protobuf_wrappers_pb.Int32Value): AzureNetAppSnapshotPolicy;
|
|
47197
|
+
|
|
47198
|
+
hasDaily(): boolean;
|
|
47199
|
+
clearDaily(): void;
|
|
47200
|
+
getDaily(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
47201
|
+
setDaily(value?: google_protobuf_wrappers_pb.Int32Value): AzureNetAppSnapshotPolicy;
|
|
47202
|
+
|
|
47203
|
+
hasWeekly(): boolean;
|
|
47204
|
+
clearWeekly(): void;
|
|
47205
|
+
getWeekly(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
47206
|
+
setWeekly(value?: google_protobuf_wrappers_pb.Int32Value): AzureNetAppSnapshotPolicy;
|
|
47207
|
+
|
|
47208
|
+
hasMonthly(): boolean;
|
|
47209
|
+
clearMonthly(): void;
|
|
47210
|
+
getMonthly(): google_protobuf_wrappers_pb.Int32Value | undefined;
|
|
47211
|
+
setMonthly(value?: google_protobuf_wrappers_pb.Int32Value): AzureNetAppSnapshotPolicy;
|
|
47212
|
+
|
|
47213
|
+
serializeBinary(): Uint8Array;
|
|
47214
|
+
toObject(includeInstance?: boolean): AzureNetAppSnapshotPolicy.AsObject;
|
|
47215
|
+
static toObject(includeInstance: boolean, msg: AzureNetAppSnapshotPolicy): AzureNetAppSnapshotPolicy.AsObject;
|
|
47216
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47217
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47218
|
+
static serializeBinaryToWriter(message: AzureNetAppSnapshotPolicy, writer: jspb.BinaryWriter): void;
|
|
47219
|
+
static deserializeBinary(bytes: Uint8Array): AzureNetAppSnapshotPolicy;
|
|
47220
|
+
static deserializeBinaryFromReader(message: AzureNetAppSnapshotPolicy, reader: jspb.BinaryReader): AzureNetAppSnapshotPolicy;
|
|
47221
|
+
}
|
|
47222
|
+
|
|
47223
|
+
export namespace AzureNetAppSnapshotPolicy {
|
|
47224
|
+
export type AsObject = {
|
|
47225
|
+
Name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47226
|
+
Enabled?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47227
|
+
Hourly?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
47228
|
+
Daily?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
47229
|
+
Weekly?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
47230
|
+
Monthly?: google_protobuf_wrappers_pb.Int32Value.AsObject,
|
|
47231
|
+
}
|
|
47232
|
+
}
|
|
47233
|
+
|
|
47234
|
+
export class AzureMicrosoftNotificationHubNamespace extends jspb.Message {
|
|
47235
|
+
|
|
47236
|
+
hasADK_name(): boolean;
|
|
47237
|
+
clearADK_name(): void;
|
|
47238
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47239
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
|
|
47240
|
+
|
|
47241
|
+
hasADK_gUID(): boolean;
|
|
47242
|
+
clearADK_gUID(): void;
|
|
47243
|
+
getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47244
|
+
setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
|
|
47245
|
+
|
|
47246
|
+
hasStatus(): boolean;
|
|
47247
|
+
clearStatus(): void;
|
|
47248
|
+
getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47249
|
+
setStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
|
|
47250
|
+
|
|
47251
|
+
hasADK_location(): boolean;
|
|
47252
|
+
clearADK_location(): void;
|
|
47253
|
+
getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47254
|
+
setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
|
|
47255
|
+
|
|
47256
|
+
hasPricingTier(): boolean;
|
|
47257
|
+
clearPricingTier(): void;
|
|
47258
|
+
getPricingTier(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47259
|
+
setPricingTier(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
|
|
47260
|
+
|
|
47261
|
+
hasServiceEndpoint(): boolean;
|
|
47262
|
+
clearServiceEndpoint(): void;
|
|
47263
|
+
getServiceEndpoint(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47264
|
+
setServiceEndpoint(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
|
|
47265
|
+
|
|
47266
|
+
hasCreatedDate(): boolean;
|
|
47267
|
+
clearCreatedDate(): void;
|
|
47268
|
+
getCreatedDate(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47269
|
+
setCreatedDate(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
|
|
47270
|
+
|
|
47271
|
+
hasUpdatedDate(): boolean;
|
|
47272
|
+
clearUpdatedDate(): void;
|
|
47273
|
+
getUpdatedDate(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47274
|
+
setUpdatedDate(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
|
|
47275
|
+
clearNotificationHubsList(): void;
|
|
47276
|
+
getNotificationHubsList(): Array<AzureMicrosoftNotificationHub>;
|
|
47277
|
+
setNotificationHubsList(value: Array<AzureMicrosoftNotificationHub>): AzureMicrosoftNotificationHubNamespace;
|
|
47278
|
+
addNotificationHubs(value?: AzureMicrosoftNotificationHub, index?: number): AzureMicrosoftNotificationHub;
|
|
47279
|
+
clearTagsList(): void;
|
|
47280
|
+
getTagsList(): Array<CloudockitTag>;
|
|
47281
|
+
setTagsList(value: Array<CloudockitTag>): AzureMicrosoftNotificationHubNamespace;
|
|
47282
|
+
addTags(value?: CloudockitTag, index?: number): CloudockitTag;
|
|
47283
|
+
clearRoleAssignmentsList(): void;
|
|
47284
|
+
getRoleAssignmentsList(): Array<AzureMicrosoftAuthorizationRoleAssignment>;
|
|
47285
|
+
setRoleAssignmentsList(value: Array<AzureMicrosoftAuthorizationRoleAssignment>): AzureMicrosoftNotificationHubNamespace;
|
|
47286
|
+
addRoleAssignments(value?: AzureMicrosoftAuthorizationRoleAssignment, index?: number): AzureMicrosoftAuthorizationRoleAssignment;
|
|
47287
|
+
clearManagementLocksList(): void;
|
|
47288
|
+
getManagementLocksList(): Array<AzureMicrosoftManagementLock>;
|
|
47289
|
+
setManagementLocksList(value: Array<AzureMicrosoftManagementLock>): AzureMicrosoftNotificationHubNamespace;
|
|
47290
|
+
addManagementLocks(value?: AzureMicrosoftManagementLock, index?: number): AzureMicrosoftManagementLock;
|
|
47291
|
+
clearDifferencesList(): void;
|
|
47292
|
+
getDifferencesList(): Array<StandardObjectDifference>;
|
|
47293
|
+
setDifferencesList(value: Array<StandardObjectDifference>): AzureMicrosoftNotificationHubNamespace;
|
|
47294
|
+
addDifferences(value?: StandardObjectDifference, index?: number): StandardObjectDifference;
|
|
47295
|
+
clearWarningsList(): void;
|
|
47296
|
+
getWarningsList(): Array<CDKRule>;
|
|
47297
|
+
setWarningsList(value: Array<CDKRule>): AzureMicrosoftNotificationHubNamespace;
|
|
47298
|
+
addWarnings(value?: CDKRule, index?: number): CDKRule;
|
|
47299
|
+
clearResourcesBillingList(): void;
|
|
47300
|
+
getResourcesBillingList(): Array<ResourceBilling>;
|
|
47301
|
+
setResourcesBillingList(value: Array<ResourceBilling>): AzureMicrosoftNotificationHubNamespace;
|
|
47302
|
+
addResourcesBilling(value?: ResourceBilling, index?: number): ResourceBilling;
|
|
47303
|
+
|
|
47304
|
+
hasADK_price(): boolean;
|
|
47305
|
+
clearADK_price(): void;
|
|
47306
|
+
getADK_price(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47307
|
+
setADK_price(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubNamespace;
|
|
47308
|
+
|
|
47309
|
+
serializeBinary(): Uint8Array;
|
|
47310
|
+
toObject(includeInstance?: boolean): AzureMicrosoftNotificationHubNamespace.AsObject;
|
|
47311
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftNotificationHubNamespace): AzureMicrosoftNotificationHubNamespace.AsObject;
|
|
47312
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47313
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47314
|
+
static serializeBinaryToWriter(message: AzureMicrosoftNotificationHubNamespace, writer: jspb.BinaryWriter): void;
|
|
47315
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftNotificationHubNamespace;
|
|
47316
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftNotificationHubNamespace, reader: jspb.BinaryReader): AzureMicrosoftNotificationHubNamespace;
|
|
47317
|
+
}
|
|
47318
|
+
|
|
47319
|
+
export namespace AzureMicrosoftNotificationHubNamespace {
|
|
47320
|
+
export type AsObject = {
|
|
47321
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47322
|
+
ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47323
|
+
Status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47324
|
+
ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47325
|
+
PricingTier?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47326
|
+
ServiceEndpoint?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47327
|
+
CreatedDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47328
|
+
UpdatedDate?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47329
|
+
NotificationHubsList: Array<AzureMicrosoftNotificationHub.AsObject>,
|
|
47330
|
+
TagsList: Array<CloudockitTag.AsObject>,
|
|
47331
|
+
RoleAssignmentsList: Array<AzureMicrosoftAuthorizationRoleAssignment.AsObject>,
|
|
47332
|
+
ManagementLocksList: Array<AzureMicrosoftManagementLock.AsObject>,
|
|
47333
|
+
DifferencesList: Array<StandardObjectDifference.AsObject>,
|
|
47334
|
+
WarningsList: Array<CDKRule.AsObject>,
|
|
47335
|
+
ResourcesBillingList: Array<ResourceBilling.AsObject>,
|
|
47336
|
+
ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47337
|
+
}
|
|
47338
|
+
}
|
|
47339
|
+
|
|
47340
|
+
export class AzureMicrosoftNotificationHubAuthorizationRule extends jspb.Message {
|
|
47341
|
+
|
|
47342
|
+
hasName(): boolean;
|
|
47343
|
+
clearName(): void;
|
|
47344
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47345
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubAuthorizationRule;
|
|
47346
|
+
|
|
47347
|
+
hasPermission(): boolean;
|
|
47348
|
+
clearPermission(): void;
|
|
47349
|
+
getPermission(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47350
|
+
setPermission(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubAuthorizationRule;
|
|
47351
|
+
|
|
47352
|
+
hasConnectionString(): boolean;
|
|
47353
|
+
clearConnectionString(): void;
|
|
47354
|
+
getConnectionString(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47355
|
+
setConnectionString(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftNotificationHubAuthorizationRule;
|
|
47356
|
+
|
|
47357
|
+
serializeBinary(): Uint8Array;
|
|
47358
|
+
toObject(includeInstance?: boolean): AzureMicrosoftNotificationHubAuthorizationRule.AsObject;
|
|
47359
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftNotificationHubAuthorizationRule): AzureMicrosoftNotificationHubAuthorizationRule.AsObject;
|
|
47360
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47361
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47362
|
+
static serializeBinaryToWriter(message: AzureMicrosoftNotificationHubAuthorizationRule, writer: jspb.BinaryWriter): void;
|
|
47363
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftNotificationHubAuthorizationRule;
|
|
47364
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftNotificationHubAuthorizationRule, reader: jspb.BinaryReader): AzureMicrosoftNotificationHubAuthorizationRule;
|
|
47365
|
+
}
|
|
47366
|
+
|
|
47367
|
+
export namespace AzureMicrosoftNotificationHubAuthorizationRule {
|
|
47368
|
+
export type AsObject = {
|
|
47369
|
+
Name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47370
|
+
Permission?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47371
|
+
ConnectionString?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47372
|
+
}
|
|
47373
|
+
}
|
|
47374
|
+
|
|
47375
|
+
export class AzureMicrosoftPostgreSqlFlexibleServerBackup extends jspb.Message {
|
|
47376
|
+
|
|
47377
|
+
hasADK_name(): boolean;
|
|
47378
|
+
clearADK_name(): void;
|
|
47379
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47380
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServerBackup;
|
|
47381
|
+
|
|
47382
|
+
hasADK_gUID(): boolean;
|
|
47383
|
+
clearADK_gUID(): void;
|
|
47384
|
+
getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47385
|
+
setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServerBackup;
|
|
47386
|
+
|
|
47387
|
+
hasCompletion(): boolean;
|
|
47388
|
+
clearCompletion(): void;
|
|
47389
|
+
getCompletion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47390
|
+
setCompletion(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServerBackup;
|
|
47391
|
+
|
|
47392
|
+
hasRetainedTill(): boolean;
|
|
47393
|
+
clearRetainedTill(): void;
|
|
47394
|
+
getRetainedTill(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47395
|
+
setRetainedTill(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServerBackup;
|
|
47396
|
+
|
|
47397
|
+
hasStatus(): boolean;
|
|
47398
|
+
clearStatus(): void;
|
|
47399
|
+
getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47400
|
+
setStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServerBackup;
|
|
47401
|
+
|
|
47402
|
+
hasBackupType(): boolean;
|
|
47403
|
+
clearBackupType(): void;
|
|
47404
|
+
getBackupType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47405
|
+
setBackupType(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFlexibleServerBackup;
|
|
47406
|
+
|
|
47407
|
+
serializeBinary(): Uint8Array;
|
|
47408
|
+
toObject(includeInstance?: boolean): AzureMicrosoftPostgreSqlFlexibleServerBackup.AsObject;
|
|
47409
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftPostgreSqlFlexibleServerBackup): AzureMicrosoftPostgreSqlFlexibleServerBackup.AsObject;
|
|
47410
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47411
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47412
|
+
static serializeBinaryToWriter(message: AzureMicrosoftPostgreSqlFlexibleServerBackup, writer: jspb.BinaryWriter): void;
|
|
47413
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftPostgreSqlFlexibleServerBackup;
|
|
47414
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftPostgreSqlFlexibleServerBackup, reader: jspb.BinaryReader): AzureMicrosoftPostgreSqlFlexibleServerBackup;
|
|
47415
|
+
}
|
|
47416
|
+
|
|
47417
|
+
export namespace AzureMicrosoftPostgreSqlFlexibleServerBackup {
|
|
47418
|
+
export type AsObject = {
|
|
47419
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47420
|
+
ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47421
|
+
Completion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47422
|
+
RetainedTill?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47423
|
+
Status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47424
|
+
BackupType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47425
|
+
}
|
|
47426
|
+
}
|
|
47427
|
+
|
|
47428
|
+
export class AzureMicrosoftPostgreSqlFirewallRule extends jspb.Message {
|
|
47429
|
+
|
|
47430
|
+
hasADK_name(): boolean;
|
|
47431
|
+
clearADK_name(): void;
|
|
47432
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47433
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFirewallRule;
|
|
47434
|
+
|
|
47435
|
+
hasStartIpAddress(): boolean;
|
|
47436
|
+
clearStartIpAddress(): void;
|
|
47437
|
+
getStartIpAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47438
|
+
setStartIpAddress(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFirewallRule;
|
|
47439
|
+
|
|
47440
|
+
hasEndIpAddress(): boolean;
|
|
47441
|
+
clearEndIpAddress(): void;
|
|
47442
|
+
getEndIpAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47443
|
+
setEndIpAddress(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlFirewallRule;
|
|
47444
|
+
|
|
47445
|
+
serializeBinary(): Uint8Array;
|
|
47446
|
+
toObject(includeInstance?: boolean): AzureMicrosoftPostgreSqlFirewallRule.AsObject;
|
|
47447
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftPostgreSqlFirewallRule): AzureMicrosoftPostgreSqlFirewallRule.AsObject;
|
|
47448
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47449
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47450
|
+
static serializeBinaryToWriter(message: AzureMicrosoftPostgreSqlFirewallRule, writer: jspb.BinaryWriter): void;
|
|
47451
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftPostgreSqlFirewallRule;
|
|
47452
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftPostgreSqlFirewallRule, reader: jspb.BinaryReader): AzureMicrosoftPostgreSqlFirewallRule;
|
|
47453
|
+
}
|
|
47454
|
+
|
|
47455
|
+
export namespace AzureMicrosoftPostgreSqlFirewallRule {
|
|
47456
|
+
export type AsObject = {
|
|
47457
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47458
|
+
StartIpAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47459
|
+
EndIpAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47460
|
+
}
|
|
47461
|
+
}
|
|
47462
|
+
|
|
47463
|
+
export class AzureMicrosoftPostgreSqlVirtualNetworkRule extends jspb.Message {
|
|
47464
|
+
|
|
47465
|
+
hasADK_name(): boolean;
|
|
47466
|
+
clearADK_name(): void;
|
|
47467
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47468
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlVirtualNetworkRule;
|
|
47469
|
+
|
|
47470
|
+
hasLinkedVirtualNetworkADK_gUID(): boolean;
|
|
47471
|
+
clearLinkedVirtualNetworkADK_gUID(): void;
|
|
47472
|
+
getLinkedVirtualNetworkADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47473
|
+
setLinkedVirtualNetworkADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlVirtualNetworkRule;
|
|
47474
|
+
|
|
47475
|
+
hasLinkedVirtualNetworkADK_name(): boolean;
|
|
47476
|
+
clearLinkedVirtualNetworkADK_name(): void;
|
|
47477
|
+
getLinkedVirtualNetworkADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47478
|
+
setLinkedVirtualNetworkADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlVirtualNetworkRule;
|
|
47479
|
+
|
|
47480
|
+
hasLinkedSubnetADK_gUID(): boolean;
|
|
47481
|
+
clearLinkedSubnetADK_gUID(): void;
|
|
47482
|
+
getLinkedSubnetADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47483
|
+
setLinkedSubnetADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlVirtualNetworkRule;
|
|
47484
|
+
|
|
47485
|
+
hasLinkedSubnetADK_name(): boolean;
|
|
47486
|
+
clearLinkedSubnetADK_name(): void;
|
|
47487
|
+
getLinkedSubnetADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47488
|
+
setLinkedSubnetADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlVirtualNetworkRule;
|
|
47489
|
+
|
|
47490
|
+
hasAddressRange(): boolean;
|
|
47491
|
+
clearAddressRange(): void;
|
|
47492
|
+
getAddressRange(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47493
|
+
setAddressRange(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlVirtualNetworkRule;
|
|
47494
|
+
|
|
47495
|
+
hasEndpointStatus(): boolean;
|
|
47496
|
+
clearEndpointStatus(): void;
|
|
47497
|
+
getEndpointStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47498
|
+
setEndpointStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgreSqlVirtualNetworkRule;
|
|
47499
|
+
|
|
47500
|
+
serializeBinary(): Uint8Array;
|
|
47501
|
+
toObject(includeInstance?: boolean): AzureMicrosoftPostgreSqlVirtualNetworkRule.AsObject;
|
|
47502
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftPostgreSqlVirtualNetworkRule): AzureMicrosoftPostgreSqlVirtualNetworkRule.AsObject;
|
|
47503
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47504
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47505
|
+
static serializeBinaryToWriter(message: AzureMicrosoftPostgreSqlVirtualNetworkRule, writer: jspb.BinaryWriter): void;
|
|
47506
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftPostgreSqlVirtualNetworkRule;
|
|
47507
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftPostgreSqlVirtualNetworkRule, reader: jspb.BinaryReader): AzureMicrosoftPostgreSqlVirtualNetworkRule;
|
|
47508
|
+
}
|
|
47509
|
+
|
|
47510
|
+
export namespace AzureMicrosoftPostgreSqlVirtualNetworkRule {
|
|
47511
|
+
export type AsObject = {
|
|
47512
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47513
|
+
LinkedVirtualNetworkADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47514
|
+
LinkedVirtualNetworkADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47515
|
+
LinkedSubnetADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47516
|
+
LinkedSubnetADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47517
|
+
AddressRange?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47518
|
+
EndpointStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47519
|
+
}
|
|
47520
|
+
}
|
|
47521
|
+
|
|
47522
|
+
export class AzureMicrosoftPostgrePrivateEndpointConnection extends jspb.Message {
|
|
47523
|
+
|
|
47524
|
+
hasADK_name(): boolean;
|
|
47525
|
+
clearADK_name(): void;
|
|
47526
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47527
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgrePrivateEndpointConnection;
|
|
47528
|
+
|
|
47529
|
+
hasConnectionState(): boolean;
|
|
47530
|
+
clearConnectionState(): void;
|
|
47531
|
+
getConnectionState(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47532
|
+
setConnectionState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgrePrivateEndpointConnection;
|
|
47533
|
+
|
|
47534
|
+
hasADK_gUID(): boolean;
|
|
47535
|
+
clearADK_gUID(): void;
|
|
47536
|
+
getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47537
|
+
setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftPostgrePrivateEndpointConnection;
|
|
47538
|
+
|
|
47539
|
+
serializeBinary(): Uint8Array;
|
|
47540
|
+
toObject(includeInstance?: boolean): AzureMicrosoftPostgrePrivateEndpointConnection.AsObject;
|
|
47541
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftPostgrePrivateEndpointConnection): AzureMicrosoftPostgrePrivateEndpointConnection.AsObject;
|
|
47542
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47543
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47544
|
+
static serializeBinaryToWriter(message: AzureMicrosoftPostgrePrivateEndpointConnection, writer: jspb.BinaryWriter): void;
|
|
47545
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftPostgrePrivateEndpointConnection;
|
|
47546
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftPostgrePrivateEndpointConnection, reader: jspb.BinaryReader): AzureMicrosoftPostgrePrivateEndpointConnection;
|
|
47547
|
+
}
|
|
47548
|
+
|
|
47549
|
+
export namespace AzureMicrosoftPostgrePrivateEndpointConnection {
|
|
47550
|
+
export type AsObject = {
|
|
47551
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47552
|
+
ConnectionState?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47553
|
+
ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47554
|
+
}
|
|
47555
|
+
}
|
|
47556
|
+
|
|
47557
|
+
export class AzureMicrosoftRedisPrivateEndpointConnection extends jspb.Message {
|
|
47558
|
+
|
|
47559
|
+
hasADK_name(): boolean;
|
|
47560
|
+
clearADK_name(): void;
|
|
47561
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47562
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftRedisPrivateEndpointConnection;
|
|
47563
|
+
|
|
47564
|
+
hasADK_gUID(): boolean;
|
|
47565
|
+
clearADK_gUID(): void;
|
|
47566
|
+
getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47567
|
+
setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftRedisPrivateEndpointConnection;
|
|
47568
|
+
|
|
47569
|
+
hasConnectionStateStatus(): boolean;
|
|
47570
|
+
clearConnectionStateStatus(): void;
|
|
47571
|
+
getConnectionStateStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47572
|
+
setConnectionStateStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftRedisPrivateEndpointConnection;
|
|
47573
|
+
|
|
47574
|
+
hasPrivateEndpointADK_gUID(): boolean;
|
|
47575
|
+
clearPrivateEndpointADK_gUID(): void;
|
|
47576
|
+
getPrivateEndpointADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47577
|
+
setPrivateEndpointADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftRedisPrivateEndpointConnection;
|
|
47578
|
+
|
|
47579
|
+
hasPrivateEndpointADK_name(): boolean;
|
|
47580
|
+
clearPrivateEndpointADK_name(): void;
|
|
47581
|
+
getPrivateEndpointADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47582
|
+
setPrivateEndpointADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftRedisPrivateEndpointConnection;
|
|
47583
|
+
|
|
47584
|
+
hasConnectionStateDescription(): boolean;
|
|
47585
|
+
clearConnectionStateDescription(): void;
|
|
47586
|
+
getConnectionStateDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47587
|
+
setConnectionStateDescription(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftRedisPrivateEndpointConnection;
|
|
47588
|
+
|
|
47589
|
+
serializeBinary(): Uint8Array;
|
|
47590
|
+
toObject(includeInstance?: boolean): AzureMicrosoftRedisPrivateEndpointConnection.AsObject;
|
|
47591
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftRedisPrivateEndpointConnection): AzureMicrosoftRedisPrivateEndpointConnection.AsObject;
|
|
47592
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47593
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47594
|
+
static serializeBinaryToWriter(message: AzureMicrosoftRedisPrivateEndpointConnection, writer: jspb.BinaryWriter): void;
|
|
47595
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftRedisPrivateEndpointConnection;
|
|
47596
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftRedisPrivateEndpointConnection, reader: jspb.BinaryReader): AzureMicrosoftRedisPrivateEndpointConnection;
|
|
47597
|
+
}
|
|
47598
|
+
|
|
47599
|
+
export namespace AzureMicrosoftRedisPrivateEndpointConnection {
|
|
47600
|
+
export type AsObject = {
|
|
47601
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47602
|
+
ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47603
|
+
ConnectionStateStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47604
|
+
PrivateEndpointADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47605
|
+
PrivateEndpointADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47606
|
+
ConnectionStateDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47607
|
+
}
|
|
47608
|
+
}
|
|
47609
|
+
|
|
47610
|
+
export class AzureMicrosoftServiceBusAuthorizationRule extends jspb.Message {
|
|
47611
|
+
|
|
47612
|
+
serializeBinary(): Uint8Array;
|
|
47613
|
+
toObject(includeInstance?: boolean): AzureMicrosoftServiceBusAuthorizationRule.AsObject;
|
|
47614
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftServiceBusAuthorizationRule): AzureMicrosoftServiceBusAuthorizationRule.AsObject;
|
|
47615
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47616
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47617
|
+
static serializeBinaryToWriter(message: AzureMicrosoftServiceBusAuthorizationRule, writer: jspb.BinaryWriter): void;
|
|
47618
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftServiceBusAuthorizationRule;
|
|
47619
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftServiceBusAuthorizationRule, reader: jspb.BinaryReader): AzureMicrosoftServiceBusAuthorizationRule;
|
|
47620
|
+
}
|
|
47621
|
+
|
|
47622
|
+
export namespace AzureMicrosoftServiceBusAuthorizationRule {
|
|
47623
|
+
export type AsObject = {
|
|
47624
|
+
}
|
|
47625
|
+
}
|
|
47626
|
+
|
|
47627
|
+
export class AzureMicrosoftSignalRAclPrivateEndpointConnection extends jspb.Message {
|
|
47628
|
+
|
|
47629
|
+
hasConnectionName(): boolean;
|
|
47630
|
+
clearConnectionName(): void;
|
|
47631
|
+
getConnectionName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47632
|
+
setConnectionName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRAclPrivateEndpointConnection;
|
|
47633
|
+
|
|
47634
|
+
hasAction(): boolean;
|
|
47635
|
+
clearAction(): void;
|
|
47636
|
+
getAction(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47637
|
+
setAction(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRAclPrivateEndpointConnection;
|
|
47638
|
+
|
|
47639
|
+
hasRequestTypes(): boolean;
|
|
47640
|
+
clearRequestTypes(): void;
|
|
47641
|
+
getRequestTypes(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47642
|
+
setRequestTypes(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRAclPrivateEndpointConnection;
|
|
47643
|
+
|
|
47644
|
+
serializeBinary(): Uint8Array;
|
|
47645
|
+
toObject(includeInstance?: boolean): AzureMicrosoftSignalRAclPrivateEndpointConnection.AsObject;
|
|
47646
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftSignalRAclPrivateEndpointConnection): AzureMicrosoftSignalRAclPrivateEndpointConnection.AsObject;
|
|
47647
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47648
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47649
|
+
static serializeBinaryToWriter(message: AzureMicrosoftSignalRAclPrivateEndpointConnection, writer: jspb.BinaryWriter): void;
|
|
47650
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftSignalRAclPrivateEndpointConnection;
|
|
47651
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftSignalRAclPrivateEndpointConnection, reader: jspb.BinaryReader): AzureMicrosoftSignalRAclPrivateEndpointConnection;
|
|
47652
|
+
}
|
|
47653
|
+
|
|
47654
|
+
export namespace AzureMicrosoftSignalRAclPrivateEndpointConnection {
|
|
47655
|
+
export type AsObject = {
|
|
47656
|
+
ConnectionName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47657
|
+
Action?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47658
|
+
RequestTypes?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47659
|
+
}
|
|
47660
|
+
}
|
|
47661
|
+
|
|
47662
|
+
export class AzureMicrosoftSignalRCustomDomain extends jspb.Message {
|
|
47663
|
+
|
|
47664
|
+
hasName(): boolean;
|
|
47665
|
+
clearName(): void;
|
|
47666
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47667
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRCustomDomain;
|
|
47668
|
+
|
|
47669
|
+
hasDomainName(): boolean;
|
|
47670
|
+
clearDomainName(): void;
|
|
47671
|
+
getDomainName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47672
|
+
setDomainName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRCustomDomain;
|
|
47673
|
+
|
|
47674
|
+
hasCertificateName(): boolean;
|
|
47675
|
+
clearCertificateName(): void;
|
|
47676
|
+
getCertificateName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47677
|
+
setCertificateName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRCustomDomain;
|
|
47678
|
+
|
|
47679
|
+
hasProvisioningState(): boolean;
|
|
47680
|
+
clearProvisioningState(): void;
|
|
47681
|
+
getProvisioningState(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47682
|
+
setProvisioningState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRCustomDomain;
|
|
47683
|
+
|
|
47684
|
+
serializeBinary(): Uint8Array;
|
|
47685
|
+
toObject(includeInstance?: boolean): AzureMicrosoftSignalRCustomDomain.AsObject;
|
|
47686
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftSignalRCustomDomain): AzureMicrosoftSignalRCustomDomain.AsObject;
|
|
47687
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47688
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47689
|
+
static serializeBinaryToWriter(message: AzureMicrosoftSignalRCustomDomain, writer: jspb.BinaryWriter): void;
|
|
47690
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftSignalRCustomDomain;
|
|
47691
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftSignalRCustomDomain, reader: jspb.BinaryReader): AzureMicrosoftSignalRCustomDomain;
|
|
47692
|
+
}
|
|
47693
|
+
|
|
47694
|
+
export namespace AzureMicrosoftSignalRCustomDomain {
|
|
47695
|
+
export type AsObject = {
|
|
47696
|
+
Name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47697
|
+
DomainName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47698
|
+
CertificateName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47699
|
+
ProvisioningState?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47700
|
+
}
|
|
47701
|
+
}
|
|
47702
|
+
|
|
47703
|
+
export class AzureMicrosoftSignalRPrivateEndpointConnection extends jspb.Message {
|
|
47704
|
+
|
|
47705
|
+
hasADK_name(): boolean;
|
|
47706
|
+
clearADK_name(): void;
|
|
47707
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47708
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRPrivateEndpointConnection;
|
|
47709
|
+
|
|
47710
|
+
hasADK_gUID(): boolean;
|
|
47711
|
+
clearADK_gUID(): void;
|
|
47712
|
+
getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47713
|
+
setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRPrivateEndpointConnection;
|
|
47714
|
+
|
|
47715
|
+
hasConnectionStateStatus(): boolean;
|
|
47716
|
+
clearConnectionStateStatus(): void;
|
|
47717
|
+
getConnectionStateStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47718
|
+
setConnectionStateStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRPrivateEndpointConnection;
|
|
47719
|
+
|
|
47720
|
+
hasPrivateEndpointADK_gUID(): boolean;
|
|
47721
|
+
clearPrivateEndpointADK_gUID(): void;
|
|
47722
|
+
getPrivateEndpointADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47723
|
+
setPrivateEndpointADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRPrivateEndpointConnection;
|
|
47724
|
+
|
|
47725
|
+
hasConnectionStateDescription(): boolean;
|
|
47726
|
+
clearConnectionStateDescription(): void;
|
|
47727
|
+
getConnectionStateDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47728
|
+
setConnectionStateDescription(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRPrivateEndpointConnection;
|
|
47729
|
+
|
|
47730
|
+
hasConnectionStateActionsRequired(): boolean;
|
|
47731
|
+
clearConnectionStateActionsRequired(): void;
|
|
47732
|
+
getConnectionStateActionsRequired(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47733
|
+
setConnectionStateActionsRequired(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRPrivateEndpointConnection;
|
|
47734
|
+
|
|
47735
|
+
serializeBinary(): Uint8Array;
|
|
47736
|
+
toObject(includeInstance?: boolean): AzureMicrosoftSignalRPrivateEndpointConnection.AsObject;
|
|
47737
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftSignalRPrivateEndpointConnection): AzureMicrosoftSignalRPrivateEndpointConnection.AsObject;
|
|
47738
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47739
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47740
|
+
static serializeBinaryToWriter(message: AzureMicrosoftSignalRPrivateEndpointConnection, writer: jspb.BinaryWriter): void;
|
|
47741
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftSignalRPrivateEndpointConnection;
|
|
47742
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftSignalRPrivateEndpointConnection, reader: jspb.BinaryReader): AzureMicrosoftSignalRPrivateEndpointConnection;
|
|
47743
|
+
}
|
|
47744
|
+
|
|
47745
|
+
export namespace AzureMicrosoftSignalRPrivateEndpointConnection {
|
|
47746
|
+
export type AsObject = {
|
|
47747
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47748
|
+
ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47749
|
+
ConnectionStateStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47750
|
+
PrivateEndpointADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47751
|
+
ConnectionStateDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47752
|
+
ConnectionStateActionsRequired?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47753
|
+
}
|
|
47754
|
+
}
|
|
47755
|
+
|
|
47756
|
+
export class AzureMicrosoftSignalRSharedPrivateLink extends jspb.Message {
|
|
47757
|
+
|
|
47758
|
+
hasADK_name(): boolean;
|
|
47759
|
+
clearADK_name(): void;
|
|
47760
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47761
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRSharedPrivateLink;
|
|
47762
|
+
|
|
47763
|
+
hasADK_gUID(): boolean;
|
|
47764
|
+
clearADK_gUID(): void;
|
|
47765
|
+
getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47766
|
+
setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRSharedPrivateLink;
|
|
47767
|
+
|
|
47768
|
+
hasStatus(): boolean;
|
|
47769
|
+
clearStatus(): void;
|
|
47770
|
+
getStatus(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47771
|
+
setStatus(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSignalRSharedPrivateLink;
|
|
47772
|
+
|
|
47773
|
+
serializeBinary(): Uint8Array;
|
|
47774
|
+
toObject(includeInstance?: boolean): AzureMicrosoftSignalRSharedPrivateLink.AsObject;
|
|
47775
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftSignalRSharedPrivateLink): AzureMicrosoftSignalRSharedPrivateLink.AsObject;
|
|
47776
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47777
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47778
|
+
static serializeBinaryToWriter(message: AzureMicrosoftSignalRSharedPrivateLink, writer: jspb.BinaryWriter): void;
|
|
47779
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftSignalRSharedPrivateLink;
|
|
47780
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftSignalRSharedPrivateLink, reader: jspb.BinaryReader): AzureMicrosoftSignalRSharedPrivateLink;
|
|
47781
|
+
}
|
|
47782
|
+
|
|
47783
|
+
export namespace AzureMicrosoftSignalRSharedPrivateLink {
|
|
47784
|
+
export type AsObject = {
|
|
47785
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47786
|
+
ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47787
|
+
Status?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47788
|
+
}
|
|
47789
|
+
}
|
|
47790
|
+
|
|
47791
|
+
export class AzureMicrosoftSqlServerDatabaseReplication extends jspb.Message {
|
|
47792
|
+
|
|
47793
|
+
hasName(): boolean;
|
|
47794
|
+
clearName(): void;
|
|
47795
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47796
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlServerDatabaseReplication;
|
|
47797
|
+
|
|
47798
|
+
hasServer(): boolean;
|
|
47799
|
+
clearServer(): void;
|
|
47800
|
+
getServer(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47801
|
+
setServer(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlServerDatabaseReplication;
|
|
47802
|
+
|
|
47803
|
+
hasLocation(): boolean;
|
|
47804
|
+
clearLocation(): void;
|
|
47805
|
+
getLocation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47806
|
+
setLocation(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlServerDatabaseReplication;
|
|
47807
|
+
|
|
47808
|
+
hasReplicaState(): boolean;
|
|
47809
|
+
clearReplicaState(): void;
|
|
47810
|
+
getReplicaState(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47811
|
+
setReplicaState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlServerDatabaseReplication;
|
|
47812
|
+
|
|
47813
|
+
serializeBinary(): Uint8Array;
|
|
47814
|
+
toObject(includeInstance?: boolean): AzureMicrosoftSqlServerDatabaseReplication.AsObject;
|
|
47815
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftSqlServerDatabaseReplication): AzureMicrosoftSqlServerDatabaseReplication.AsObject;
|
|
47816
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47817
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47818
|
+
static serializeBinaryToWriter(message: AzureMicrosoftSqlServerDatabaseReplication, writer: jspb.BinaryWriter): void;
|
|
47819
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftSqlServerDatabaseReplication;
|
|
47820
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftSqlServerDatabaseReplication, reader: jspb.BinaryReader): AzureMicrosoftSqlServerDatabaseReplication;
|
|
47821
|
+
}
|
|
47822
|
+
|
|
47823
|
+
export namespace AzureMicrosoftSqlServerDatabaseReplication {
|
|
47824
|
+
export type AsObject = {
|
|
47825
|
+
Name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47826
|
+
Server?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47827
|
+
Location?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47828
|
+
ReplicaState?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47829
|
+
}
|
|
47830
|
+
}
|
|
47831
|
+
|
|
47832
|
+
export class AzureMicrosoftManagedInstancePrivateEndpointConnection extends jspb.Message {
|
|
47833
|
+
|
|
47834
|
+
hasADK_name(): boolean;
|
|
47835
|
+
clearADK_name(): void;
|
|
47836
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47837
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftManagedInstancePrivateEndpointConnection;
|
|
47838
|
+
|
|
47839
|
+
hasADK_gUID(): boolean;
|
|
47840
|
+
clearADK_gUID(): void;
|
|
47841
|
+
getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47842
|
+
setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftManagedInstancePrivateEndpointConnection;
|
|
47843
|
+
|
|
47844
|
+
hasConnectionState(): boolean;
|
|
47845
|
+
clearConnectionState(): void;
|
|
47846
|
+
getConnectionState(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47847
|
+
setConnectionState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftManagedInstancePrivateEndpointConnection;
|
|
47848
|
+
|
|
47849
|
+
hasLinkedPrivateEndpointADK_gUID(): boolean;
|
|
47850
|
+
clearLinkedPrivateEndpointADK_gUID(): void;
|
|
47851
|
+
getLinkedPrivateEndpointADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47852
|
+
setLinkedPrivateEndpointADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftManagedInstancePrivateEndpointConnection;
|
|
47853
|
+
|
|
47854
|
+
hasLinkedPrivateEndpointADK_name(): boolean;
|
|
47855
|
+
clearLinkedPrivateEndpointADK_name(): void;
|
|
47856
|
+
getLinkedPrivateEndpointADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47857
|
+
setLinkedPrivateEndpointADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftManagedInstancePrivateEndpointConnection;
|
|
47858
|
+
|
|
47859
|
+
serializeBinary(): Uint8Array;
|
|
47860
|
+
toObject(includeInstance?: boolean): AzureMicrosoftManagedInstancePrivateEndpointConnection.AsObject;
|
|
47861
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftManagedInstancePrivateEndpointConnection): AzureMicrosoftManagedInstancePrivateEndpointConnection.AsObject;
|
|
47862
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47863
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47864
|
+
static serializeBinaryToWriter(message: AzureMicrosoftManagedInstancePrivateEndpointConnection, writer: jspb.BinaryWriter): void;
|
|
47865
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftManagedInstancePrivateEndpointConnection;
|
|
47866
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftManagedInstancePrivateEndpointConnection, reader: jspb.BinaryReader): AzureMicrosoftManagedInstancePrivateEndpointConnection;
|
|
47867
|
+
}
|
|
47868
|
+
|
|
47869
|
+
export namespace AzureMicrosoftManagedInstancePrivateEndpointConnection {
|
|
47870
|
+
export type AsObject = {
|
|
47871
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47872
|
+
ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47873
|
+
ConnectionState?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47874
|
+
LinkedPrivateEndpointADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47875
|
+
LinkedPrivateEndpointADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47876
|
+
}
|
|
47877
|
+
}
|
|
47878
|
+
|
|
47879
|
+
export class AzureMySqlFlexibleDatabase extends jspb.Message {
|
|
47880
|
+
|
|
47881
|
+
hasADK_name(): boolean;
|
|
47882
|
+
clearADK_name(): void;
|
|
47883
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47884
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleDatabase;
|
|
47885
|
+
|
|
47886
|
+
hasCharset(): boolean;
|
|
47887
|
+
clearCharset(): void;
|
|
47888
|
+
getCharset(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47889
|
+
setCharset(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleDatabase;
|
|
47890
|
+
|
|
47891
|
+
hasCollation(): boolean;
|
|
47892
|
+
clearCollation(): void;
|
|
47893
|
+
getCollation(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47894
|
+
setCollation(value?: google_protobuf_wrappers_pb.StringValue): AzureMySqlFlexibleDatabase;
|
|
47895
|
+
|
|
47896
|
+
serializeBinary(): Uint8Array;
|
|
47897
|
+
toObject(includeInstance?: boolean): AzureMySqlFlexibleDatabase.AsObject;
|
|
47898
|
+
static toObject(includeInstance: boolean, msg: AzureMySqlFlexibleDatabase): AzureMySqlFlexibleDatabase.AsObject;
|
|
47899
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47900
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47901
|
+
static serializeBinaryToWriter(message: AzureMySqlFlexibleDatabase, writer: jspb.BinaryWriter): void;
|
|
47902
|
+
static deserializeBinary(bytes: Uint8Array): AzureMySqlFlexibleDatabase;
|
|
47903
|
+
static deserializeBinaryFromReader(message: AzureMySqlFlexibleDatabase, reader: jspb.BinaryReader): AzureMySqlFlexibleDatabase;
|
|
47904
|
+
}
|
|
47905
|
+
|
|
47906
|
+
export namespace AzureMySqlFlexibleDatabase {
|
|
47907
|
+
export type AsObject = {
|
|
47908
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47909
|
+
Charset?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47910
|
+
Collation?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47911
|
+
}
|
|
47912
|
+
}
|
|
47913
|
+
|
|
47914
|
+
export class AzureMicrosoftEntra extends jspb.Message {
|
|
47915
|
+
|
|
47916
|
+
hasADK_name(): boolean;
|
|
47917
|
+
clearADK_name(): void;
|
|
47918
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47919
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntra;
|
|
47920
|
+
|
|
47921
|
+
hasADK_gUID(): boolean;
|
|
47922
|
+
clearADK_gUID(): void;
|
|
47923
|
+
getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47924
|
+
setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntra;
|
|
47925
|
+
clearUsersList(): void;
|
|
47926
|
+
getUsersList(): Array<AzureMicrosoftEntraUser>;
|
|
47927
|
+
setUsersList(value: Array<AzureMicrosoftEntraUser>): AzureMicrosoftEntra;
|
|
47928
|
+
addUsers(value?: AzureMicrosoftEntraUser, index?: number): AzureMicrosoftEntraUser;
|
|
47929
|
+
clearGroupsList(): void;
|
|
47930
|
+
getGroupsList(): Array<AzureMicrosoftEntraGroup>;
|
|
47931
|
+
setGroupsList(value: Array<AzureMicrosoftEntraGroup>): AzureMicrosoftEntra;
|
|
47932
|
+
addGroups(value?: AzureMicrosoftEntraGroup, index?: number): AzureMicrosoftEntraGroup;
|
|
47933
|
+
clearApplicationsList(): void;
|
|
47934
|
+
getApplicationsList(): Array<AzureMicrosoftEntraApplication>;
|
|
47935
|
+
setApplicationsList(value: Array<AzureMicrosoftEntraApplication>): AzureMicrosoftEntra;
|
|
47936
|
+
addApplications(value?: AzureMicrosoftEntraApplication, index?: number): AzureMicrosoftEntraApplication;
|
|
47937
|
+
clearDevicesList(): void;
|
|
47938
|
+
getDevicesList(): Array<AzureMicrosoftEntraDevice>;
|
|
47939
|
+
setDevicesList(value: Array<AzureMicrosoftEntraDevice>): AzureMicrosoftEntra;
|
|
47940
|
+
addDevices(value?: AzureMicrosoftEntraDevice, index?: number): AzureMicrosoftEntraDevice;
|
|
47941
|
+
clearRolesList(): void;
|
|
47942
|
+
getRolesList(): Array<AzureMicrosoftEntraRole>;
|
|
47943
|
+
setRolesList(value: Array<AzureMicrosoftEntraRole>): AzureMicrosoftEntra;
|
|
47944
|
+
addRoles(value?: AzureMicrosoftEntraRole, index?: number): AzureMicrosoftEntraRole;
|
|
47945
|
+
clearTagsList(): void;
|
|
47946
|
+
getTagsList(): Array<CloudockitTag>;
|
|
47947
|
+
setTagsList(value: Array<CloudockitTag>): AzureMicrosoftEntra;
|
|
47948
|
+
addTags(value?: CloudockitTag, index?: number): CloudockitTag;
|
|
47949
|
+
clearRoleAssignmentsList(): void;
|
|
47950
|
+
getRoleAssignmentsList(): Array<AzureMicrosoftAuthorizationRoleAssignment>;
|
|
47951
|
+
setRoleAssignmentsList(value: Array<AzureMicrosoftAuthorizationRoleAssignment>): AzureMicrosoftEntra;
|
|
47952
|
+
addRoleAssignments(value?: AzureMicrosoftAuthorizationRoleAssignment, index?: number): AzureMicrosoftAuthorizationRoleAssignment;
|
|
47953
|
+
clearManagementLocksList(): void;
|
|
47954
|
+
getManagementLocksList(): Array<AzureMicrosoftManagementLock>;
|
|
47955
|
+
setManagementLocksList(value: Array<AzureMicrosoftManagementLock>): AzureMicrosoftEntra;
|
|
47956
|
+
addManagementLocks(value?: AzureMicrosoftManagementLock, index?: number): AzureMicrosoftManagementLock;
|
|
47957
|
+
clearWarningsList(): void;
|
|
47958
|
+
getWarningsList(): Array<CDKRule>;
|
|
47959
|
+
setWarningsList(value: Array<CDKRule>): AzureMicrosoftEntra;
|
|
47960
|
+
addWarnings(value?: CDKRule, index?: number): CDKRule;
|
|
47961
|
+
clearResourcesBillingList(): void;
|
|
47962
|
+
getResourcesBillingList(): Array<ResourceBilling>;
|
|
47963
|
+
setResourcesBillingList(value: Array<ResourceBilling>): AzureMicrosoftEntra;
|
|
47964
|
+
addResourcesBilling(value?: ResourceBilling, index?: number): ResourceBilling;
|
|
47965
|
+
|
|
47966
|
+
hasADK_price(): boolean;
|
|
47967
|
+
clearADK_price(): void;
|
|
47968
|
+
getADK_price(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
47969
|
+
setADK_price(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntra;
|
|
47970
|
+
|
|
47971
|
+
serializeBinary(): Uint8Array;
|
|
47972
|
+
toObject(includeInstance?: boolean): AzureMicrosoftEntra.AsObject;
|
|
47973
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftEntra): AzureMicrosoftEntra.AsObject;
|
|
47974
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
47975
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
47976
|
+
static serializeBinaryToWriter(message: AzureMicrosoftEntra, writer: jspb.BinaryWriter): void;
|
|
47977
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftEntra;
|
|
47978
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftEntra, reader: jspb.BinaryReader): AzureMicrosoftEntra;
|
|
47979
|
+
}
|
|
47980
|
+
|
|
47981
|
+
export namespace AzureMicrosoftEntra {
|
|
47982
|
+
export type AsObject = {
|
|
47983
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47984
|
+
ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47985
|
+
UsersList: Array<AzureMicrosoftEntraUser.AsObject>,
|
|
47986
|
+
GroupsList: Array<AzureMicrosoftEntraGroup.AsObject>,
|
|
47987
|
+
ApplicationsList: Array<AzureMicrosoftEntraApplication.AsObject>,
|
|
47988
|
+
DevicesList: Array<AzureMicrosoftEntraDevice.AsObject>,
|
|
47989
|
+
RolesList: Array<AzureMicrosoftEntraRole.AsObject>,
|
|
47990
|
+
TagsList: Array<CloudockitTag.AsObject>,
|
|
47991
|
+
RoleAssignmentsList: Array<AzureMicrosoftAuthorizationRoleAssignment.AsObject>,
|
|
47992
|
+
ManagementLocksList: Array<AzureMicrosoftManagementLock.AsObject>,
|
|
47993
|
+
WarningsList: Array<CDKRule.AsObject>,
|
|
47994
|
+
ResourcesBillingList: Array<ResourceBilling.AsObject>,
|
|
47995
|
+
ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
47996
|
+
}
|
|
47997
|
+
}
|
|
47998
|
+
|
|
47999
|
+
export class AzureMicrosoftEntraApplication extends jspb.Message {
|
|
48000
|
+
|
|
48001
|
+
hasDisplayName(): boolean;
|
|
48002
|
+
clearDisplayName(): void;
|
|
48003
|
+
getDisplayName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48004
|
+
setDisplayName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraApplication;
|
|
48005
|
+
|
|
48006
|
+
hasAppId(): boolean;
|
|
48007
|
+
clearAppId(): void;
|
|
48008
|
+
getAppId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48009
|
+
setAppId(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraApplication;
|
|
48010
|
+
|
|
48011
|
+
hasHomepage(): boolean;
|
|
48012
|
+
clearHomepage(): void;
|
|
48013
|
+
getHomepage(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48014
|
+
setHomepage(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraApplication;
|
|
48015
|
+
|
|
48016
|
+
serializeBinary(): Uint8Array;
|
|
48017
|
+
toObject(includeInstance?: boolean): AzureMicrosoftEntraApplication.AsObject;
|
|
48018
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftEntraApplication): AzureMicrosoftEntraApplication.AsObject;
|
|
48019
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
48020
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
48021
|
+
static serializeBinaryToWriter(message: AzureMicrosoftEntraApplication, writer: jspb.BinaryWriter): void;
|
|
48022
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftEntraApplication;
|
|
48023
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftEntraApplication, reader: jspb.BinaryReader): AzureMicrosoftEntraApplication;
|
|
48024
|
+
}
|
|
48025
|
+
|
|
48026
|
+
export namespace AzureMicrosoftEntraApplication {
|
|
48027
|
+
export type AsObject = {
|
|
48028
|
+
DisplayName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48029
|
+
AppId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48030
|
+
Homepage?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48031
|
+
}
|
|
48032
|
+
}
|
|
48033
|
+
|
|
48034
|
+
export class AzureMicrosoftEntraDevice extends jspb.Message {
|
|
48035
|
+
|
|
48036
|
+
hasDisplayName(): boolean;
|
|
48037
|
+
clearDisplayName(): void;
|
|
48038
|
+
getDisplayName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48039
|
+
setDisplayName(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraDevice;
|
|
48040
|
+
|
|
48041
|
+
hasEnabled(): boolean;
|
|
48042
|
+
clearEnabled(): void;
|
|
48043
|
+
getEnabled(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48044
|
+
setEnabled(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraDevice;
|
|
48045
|
+
|
|
48046
|
+
hasOs(): boolean;
|
|
48047
|
+
clearOs(): void;
|
|
48048
|
+
getOs(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48049
|
+
setOs(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraDevice;
|
|
48050
|
+
|
|
48051
|
+
hasOsVersion(): boolean;
|
|
48052
|
+
clearOsVersion(): void;
|
|
48053
|
+
getOsVersion(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48054
|
+
setOsVersion(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraDevice;
|
|
48055
|
+
|
|
48056
|
+
hasLastActivity(): boolean;
|
|
48057
|
+
clearLastActivity(): void;
|
|
48058
|
+
getLastActivity(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48059
|
+
setLastActivity(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraDevice;
|
|
48060
|
+
|
|
48061
|
+
hasCompliant(): boolean;
|
|
48062
|
+
clearCompliant(): void;
|
|
48063
|
+
getCompliant(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48064
|
+
setCompliant(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftEntraDevice;
|
|
48065
|
+
|
|
48066
|
+
serializeBinary(): Uint8Array;
|
|
48067
|
+
toObject(includeInstance?: boolean): AzureMicrosoftEntraDevice.AsObject;
|
|
48068
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftEntraDevice): AzureMicrosoftEntraDevice.AsObject;
|
|
48069
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
48070
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
48071
|
+
static serializeBinaryToWriter(message: AzureMicrosoftEntraDevice, writer: jspb.BinaryWriter): void;
|
|
48072
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftEntraDevice;
|
|
48073
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftEntraDevice, reader: jspb.BinaryReader): AzureMicrosoftEntraDevice;
|
|
48074
|
+
}
|
|
48075
|
+
|
|
48076
|
+
export namespace AzureMicrosoftEntraDevice {
|
|
48077
|
+
export type AsObject = {
|
|
48078
|
+
DisplayName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48079
|
+
Enabled?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48080
|
+
Os?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48081
|
+
OsVersion?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48082
|
+
LastActivity?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48083
|
+
Compliant?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48084
|
+
}
|
|
48085
|
+
}
|
|
48086
|
+
|
|
48087
|
+
export class AmazonResourceGroup extends jspb.Message {
|
|
48088
|
+
|
|
48089
|
+
hasADK_name(): boolean;
|
|
48090
|
+
clearADK_name(): void;
|
|
48091
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48092
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AmazonResourceGroup;
|
|
48093
|
+
|
|
48094
|
+
hasADK_gUID(): boolean;
|
|
48095
|
+
clearADK_gUID(): void;
|
|
48096
|
+
getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48097
|
+
setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AmazonResourceGroup;
|
|
48098
|
+
|
|
48099
|
+
hasADK_location(): boolean;
|
|
48100
|
+
clearADK_location(): void;
|
|
48101
|
+
getADK_location(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48102
|
+
setADK_location(value?: google_protobuf_wrappers_pb.StringValue): AmazonResourceGroup;
|
|
48103
|
+
|
|
48104
|
+
hasCdkArn(): boolean;
|
|
48105
|
+
clearCdkArn(): void;
|
|
48106
|
+
getCdkArn(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48107
|
+
setCdkArn(value?: google_protobuf_wrappers_pb.StringValue): AmazonResourceGroup;
|
|
48108
|
+
|
|
48109
|
+
hasDescription(): boolean;
|
|
48110
|
+
clearDescription(): void;
|
|
48111
|
+
getDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48112
|
+
setDescription(value?: google_protobuf_wrappers_pb.StringValue): AmazonResourceGroup;
|
|
48113
|
+
clearResourcesList(): void;
|
|
48114
|
+
getResourcesList(): Array<AmazonResource>;
|
|
48115
|
+
setResourcesList(value: Array<AmazonResource>): AmazonResourceGroup;
|
|
48116
|
+
addResources(value?: AmazonResource, index?: number): AmazonResource;
|
|
48117
|
+
clearTagsList(): void;
|
|
48118
|
+
getTagsList(): Array<CloudockitTag>;
|
|
48119
|
+
setTagsList(value: Array<CloudockitTag>): AmazonResourceGroup;
|
|
48120
|
+
addTags(value?: CloudockitTag, index?: number): CloudockitTag;
|
|
48121
|
+
clearDifferencesList(): void;
|
|
48122
|
+
getDifferencesList(): Array<StandardObjectDifference>;
|
|
48123
|
+
setDifferencesList(value: Array<StandardObjectDifference>): AmazonResourceGroup;
|
|
48124
|
+
addDifferences(value?: StandardObjectDifference, index?: number): StandardObjectDifference;
|
|
48125
|
+
clearWarningsList(): void;
|
|
48126
|
+
getWarningsList(): Array<CDKRule>;
|
|
48127
|
+
setWarningsList(value: Array<CDKRule>): AmazonResourceGroup;
|
|
48128
|
+
addWarnings(value?: CDKRule, index?: number): CDKRule;
|
|
48129
|
+
|
|
48130
|
+
serializeBinary(): Uint8Array;
|
|
48131
|
+
toObject(includeInstance?: boolean): AmazonResourceGroup.AsObject;
|
|
48132
|
+
static toObject(includeInstance: boolean, msg: AmazonResourceGroup): AmazonResourceGroup.AsObject;
|
|
48133
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
48134
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
48135
|
+
static serializeBinaryToWriter(message: AmazonResourceGroup, writer: jspb.BinaryWriter): void;
|
|
48136
|
+
static deserializeBinary(bytes: Uint8Array): AmazonResourceGroup;
|
|
48137
|
+
static deserializeBinaryFromReader(message: AmazonResourceGroup, reader: jspb.BinaryReader): AmazonResourceGroup;
|
|
48138
|
+
}
|
|
48139
|
+
|
|
48140
|
+
export namespace AmazonResourceGroup {
|
|
48141
|
+
export type AsObject = {
|
|
48142
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48143
|
+
ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48144
|
+
ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48145
|
+
CdkArn?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48146
|
+
Description?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48147
|
+
ResourcesList: Array<AmazonResource.AsObject>,
|
|
48148
|
+
TagsList: Array<CloudockitTag.AsObject>,
|
|
48149
|
+
DifferencesList: Array<StandardObjectDifference.AsObject>,
|
|
48150
|
+
WarningsList: Array<CDKRule.AsObject>,
|
|
48151
|
+
}
|
|
48152
|
+
}
|
|
48153
|
+
|
|
48154
|
+
export class AmazonResource extends jspb.Message {
|
|
48155
|
+
|
|
48156
|
+
hasCdkArn(): boolean;
|
|
48157
|
+
clearCdkArn(): void;
|
|
48158
|
+
getCdkArn(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48159
|
+
setCdkArn(value?: google_protobuf_wrappers_pb.StringValue): AmazonResource;
|
|
48160
|
+
|
|
48161
|
+
hasADK_name(): boolean;
|
|
48162
|
+
clearADK_name(): void;
|
|
48163
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48164
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AmazonResource;
|
|
48165
|
+
|
|
48166
|
+
serializeBinary(): Uint8Array;
|
|
48167
|
+
toObject(includeInstance?: boolean): AmazonResource.AsObject;
|
|
48168
|
+
static toObject(includeInstance: boolean, msg: AmazonResource): AmazonResource.AsObject;
|
|
48169
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
48170
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
48171
|
+
static serializeBinaryToWriter(message: AmazonResource, writer: jspb.BinaryWriter): void;
|
|
48172
|
+
static deserializeBinary(bytes: Uint8Array): AmazonResource;
|
|
48173
|
+
static deserializeBinaryFromReader(message: AmazonResource, reader: jspb.BinaryReader): AmazonResource;
|
|
48174
|
+
}
|
|
48175
|
+
|
|
48176
|
+
export namespace AmazonResource {
|
|
48177
|
+
export type AsObject = {
|
|
48178
|
+
CdkArn?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48179
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
45379
48180
|
}
|
|
45380
48181
|
}
|