@azure/arm-avs 5.0.1-alpha.20240926.1 → 6.0.0
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/CHANGELOG.md +47 -7
- package/dist/index.js +136 -543
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDhcpSample.js +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDhcpSample.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsZoneSample.js +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateDnsZoneSample.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdatePortMirroringSample.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateSegmentsSample.js +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateSegmentsSample.js.map +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateVMGroupSample.js +1 -1
- package/dist-esm/samples-dev/workloadNetworksUpdateVMGroupSample.js.map +1 -1
- package/dist-esm/src/azureVMwareSolutionAPI.js +1 -1
- package/dist-esm/src/models/index.d.ts +80 -227
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +6 -6
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +24 -36
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +50 -425
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +0 -6
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +1 -25
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/addons.js +2 -2
- package/dist-esm/src/operations/addons.js.map +1 -1
- package/dist-esm/src/operations/authorizations.js +2 -2
- package/dist-esm/src/operations/authorizations.js.map +1 -1
- package/dist-esm/src/operations/cloudLinks.js +2 -2
- package/dist-esm/src/operations/cloudLinks.js.map +1 -1
- package/dist-esm/src/operations/clusters.js +2 -2
- package/dist-esm/src/operations/clusters.js.map +1 -1
- package/dist-esm/src/operations/datastores.js +2 -2
- package/dist-esm/src/operations/datastores.js.map +1 -1
- package/dist-esm/src/operations/globalReachConnections.js +2 -2
- package/dist-esm/src/operations/globalReachConnections.js.map +1 -1
- package/dist-esm/src/operations/hcxEnterpriseSites.js +2 -2
- package/dist-esm/src/operations/hcxEnterpriseSites.js.map +1 -1
- package/dist-esm/src/operations/placementPolicies.js +2 -2
- package/dist-esm/src/operations/placementPolicies.js.map +1 -1
- package/dist-esm/src/operations/privateClouds.js +4 -4
- package/dist-esm/src/operations/privateClouds.js.map +1 -1
- package/dist-esm/src/operations/scriptCmdlets.js +2 -2
- package/dist-esm/src/operations/scriptCmdlets.js.map +1 -1
- package/dist-esm/src/operations/scriptExecutions.js +2 -2
- package/dist-esm/src/operations/scriptExecutions.js.map +1 -1
- package/dist-esm/src/operations/scriptPackages.js +2 -2
- package/dist-esm/src/operations/scriptPackages.js.map +1 -1
- package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -1
- package/dist-esm/src/operations/virtualMachines.js +3 -2
- package/dist-esm/src/operations/virtualMachines.js.map +1 -1
- package/dist-esm/src/operations/workloadNetworks.d.ts +13 -13
- package/dist-esm/src/operations/workloadNetworks.d.ts.map +1 -1
- package/dist-esm/src/operations/workloadNetworks.js +26 -26
- package/dist-esm/src/operations/workloadNetworks.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/workloadNetworks.d.ts +13 -13
- package/dist-esm/src/operationsInterfaces/workloadNetworks.d.ts.map +1 -1
- package/package.json +2 -2
- package/review/arm-avs.api.md +140 -222
- package/src/azureVMwareSolutionAPI.ts +1 -1
- package/src/models/index.ts +80 -250
- package/src/models/mappers.ts +64 -459
- package/src/models/parameters.ts +0 -36
- package/src/operations/addons.ts +2 -2
- package/src/operations/authorizations.ts +2 -2
- package/src/operations/cloudLinks.ts +2 -2
- package/src/operations/clusters.ts +2 -2
- package/src/operations/datastores.ts +2 -2
- package/src/operations/globalReachConnections.ts +2 -2
- package/src/operations/hcxEnterpriseSites.ts +2 -2
- package/src/operations/placementPolicies.ts +2 -2
- package/src/operations/privateClouds.ts +4 -4
- package/src/operations/scriptCmdlets.ts +2 -2
- package/src/operations/scriptExecutions.ts +2 -2
- package/src/operations/scriptPackages.ts +2 -2
- package/src/operations/virtualMachines.ts +3 -2
- package/src/operations/workloadNetworks.ts +38 -44
- package/src/operationsInterfaces/workloadNetworks.ts +12 -18
- package/types/arm-avs.d.ts +183 -340
|
@@ -3,7 +3,6 @@ export type AddonPropertiesUnion = AddonProperties | AddonArcProperties | AddonH
|
|
|
3
3
|
export type PlacementPolicyPropertiesUnion = PlacementPolicyProperties | VmHostPlacementPolicyProperties | VmPlacementPolicyProperties;
|
|
4
4
|
export type ScriptExecutionParameterUnion = ScriptExecutionParameter | PSCredentialExecutionParameter | ScriptSecureStringExecutionParameter | ScriptStringExecutionParameter;
|
|
5
5
|
export type WorkloadNetworkDhcpEntityUnion = WorkloadNetworkDhcpEntity | WorkloadNetworkDhcpRelay | WorkloadNetworkDhcpServer;
|
|
6
|
-
export type WorkloadNetworkDhcpEntityUpdateUnion = WorkloadNetworkDhcpEntityUpdate | WorkloadNetworkDhcpRelayUpdate | WorkloadNetworkDhcpServerUpdate;
|
|
7
6
|
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
8
7
|
export interface OperationListResult {
|
|
9
8
|
/**
|
|
@@ -153,7 +152,7 @@ export interface Trial {
|
|
|
153
152
|
readonly availableHosts?: number;
|
|
154
153
|
}
|
|
155
154
|
/** The response of a PrivateCloud list operation. */
|
|
156
|
-
export interface
|
|
155
|
+
export interface PrivateCloudList {
|
|
157
156
|
/** The PrivateCloud items on this page */
|
|
158
157
|
value: PrivateCloud[];
|
|
159
158
|
/** The link to the next page of items */
|
|
@@ -305,7 +304,7 @@ export interface Endpoints {
|
|
|
305
304
|
readonly hcxCloudManagerIp?: string;
|
|
306
305
|
}
|
|
307
306
|
/** Managed service identity (either system assigned, or none) */
|
|
308
|
-
export interface
|
|
307
|
+
export interface PrivateCloudIdentity {
|
|
309
308
|
/**
|
|
310
309
|
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
311
310
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -317,7 +316,7 @@ export interface SystemAssignedServiceIdentity {
|
|
|
317
316
|
*/
|
|
318
317
|
readonly tenantId?: string;
|
|
319
318
|
/** Type of managed service identity (either system assigned, or none). */
|
|
320
|
-
type:
|
|
319
|
+
type: ResourceIdentityType;
|
|
321
320
|
}
|
|
322
321
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
323
322
|
export interface Resource {
|
|
@@ -366,7 +365,7 @@ export interface PrivateCloudUpdate {
|
|
|
366
365
|
/** The SKU (Stock Keeping Unit) assigned to this resource. */
|
|
367
366
|
sku?: Sku;
|
|
368
367
|
/** The managed service identities assigned to this resource. */
|
|
369
|
-
identity?:
|
|
368
|
+
identity?: PrivateCloudIdentity;
|
|
370
369
|
/** The default cluster used for management */
|
|
371
370
|
managementCluster?: ManagementCluster;
|
|
372
371
|
/** Connectivity to internet is enabled or disabled */
|
|
@@ -388,7 +387,7 @@ export interface PrivateCloudUpdate {
|
|
|
388
387
|
dnsZoneType?: DnsZoneType;
|
|
389
388
|
}
|
|
390
389
|
/** The response of a Addon list operation. */
|
|
391
|
-
export interface
|
|
390
|
+
export interface AddonList {
|
|
392
391
|
/** The Addon items on this page */
|
|
393
392
|
value: Addon[];
|
|
394
393
|
/** The link to the next page of items */
|
|
@@ -405,21 +404,21 @@ export interface AddonProperties {
|
|
|
405
404
|
readonly provisioningState?: AddonProvisioningState;
|
|
406
405
|
}
|
|
407
406
|
/** The response of a ExpressRouteAuthorization list operation. */
|
|
408
|
-
export interface
|
|
407
|
+
export interface ExpressRouteAuthorizationList {
|
|
409
408
|
/** The ExpressRouteAuthorization items on this page */
|
|
410
409
|
value: ExpressRouteAuthorization[];
|
|
411
410
|
/** The link to the next page of items */
|
|
412
411
|
nextLink?: string;
|
|
413
412
|
}
|
|
414
413
|
/** The response of a CloudLink list operation. */
|
|
415
|
-
export interface
|
|
414
|
+
export interface CloudLinkList {
|
|
416
415
|
/** The CloudLink items on this page */
|
|
417
416
|
value: CloudLink[];
|
|
418
417
|
/** The link to the next page of items */
|
|
419
418
|
nextLink?: string;
|
|
420
419
|
}
|
|
421
420
|
/** The response of a Cluster list operation. */
|
|
422
|
-
export interface
|
|
421
|
+
export interface ClusterList {
|
|
423
422
|
/** The Cluster items on this page */
|
|
424
423
|
value: Cluster[];
|
|
425
424
|
/** The link to the next page of items */
|
|
@@ -435,7 +434,7 @@ export interface ClusterUpdate {
|
|
|
435
434
|
hosts?: string[];
|
|
436
435
|
}
|
|
437
436
|
/** The response of a Datastore list operation. */
|
|
438
|
-
export interface
|
|
437
|
+
export interface DatastoreList {
|
|
439
438
|
/** The Datastore items on this page */
|
|
440
439
|
value: Datastore[];
|
|
441
440
|
/** The link to the next page of items */
|
|
@@ -487,7 +486,7 @@ export interface ClusterZone {
|
|
|
487
486
|
readonly zone?: string;
|
|
488
487
|
}
|
|
489
488
|
/** The response of a PlacementPolicy list operation. */
|
|
490
|
-
export interface
|
|
489
|
+
export interface PlacementPoliciesList {
|
|
491
490
|
/** The PlacementPolicy items on this page */
|
|
492
491
|
value: PlacementPolicy[];
|
|
493
492
|
/** The link to the next page of items */
|
|
@@ -521,7 +520,7 @@ export interface PlacementPolicyUpdate {
|
|
|
521
520
|
azureHybridBenefitType?: AzureHybridBenefitType;
|
|
522
521
|
}
|
|
523
522
|
/** The response of a VirtualMachine list operation. */
|
|
524
|
-
export interface
|
|
523
|
+
export interface VirtualMachinesList {
|
|
525
524
|
/** The VirtualMachine items on this page */
|
|
526
525
|
value: VirtualMachine[];
|
|
527
526
|
/** The link to the next page of items */
|
|
@@ -533,14 +532,14 @@ export interface VirtualMachineRestrictMovement {
|
|
|
533
532
|
restrictMovement?: VirtualMachineRestrictMovementState;
|
|
534
533
|
}
|
|
535
534
|
/** The response of a GlobalReachConnection list operation. */
|
|
536
|
-
export interface
|
|
535
|
+
export interface GlobalReachConnectionList {
|
|
537
536
|
/** The GlobalReachConnection items on this page */
|
|
538
537
|
value: GlobalReachConnection[];
|
|
539
538
|
/** The link to the next page of items */
|
|
540
539
|
nextLink?: string;
|
|
541
540
|
}
|
|
542
541
|
/** The response of a HcxEnterpriseSite list operation. */
|
|
543
|
-
export interface
|
|
542
|
+
export interface HcxEnterpriseSiteList {
|
|
544
543
|
/** The HcxEnterpriseSite items on this page */
|
|
545
544
|
value: HcxEnterpriseSite[];
|
|
546
545
|
/** The link to the next page of items */
|
|
@@ -579,7 +578,7 @@ export interface AdminCredentials {
|
|
|
579
578
|
readonly vcenterPassword?: string;
|
|
580
579
|
}
|
|
581
580
|
/** The response of a ScriptExecution list operation. */
|
|
582
|
-
export interface
|
|
581
|
+
export interface ScriptExecutionsList {
|
|
583
582
|
/** The ScriptExecution items on this page */
|
|
584
583
|
value: ScriptExecution[];
|
|
585
584
|
/** The link to the next page of items */
|
|
@@ -593,14 +592,14 @@ export interface ScriptExecutionParameter {
|
|
|
593
592
|
name: string;
|
|
594
593
|
}
|
|
595
594
|
/** The response of a ScriptPackage list operation. */
|
|
596
|
-
export interface
|
|
595
|
+
export interface ScriptPackagesList {
|
|
597
596
|
/** The ScriptPackage items on this page */
|
|
598
597
|
value: ScriptPackage[];
|
|
599
598
|
/** The link to the next page of items */
|
|
600
599
|
nextLink?: string;
|
|
601
600
|
}
|
|
602
601
|
/** The response of a ScriptCmdlet list operation. */
|
|
603
|
-
export interface
|
|
602
|
+
export interface ScriptCmdletsList {
|
|
604
603
|
/** The ScriptCmdlet items on this page */
|
|
605
604
|
value: ScriptCmdlet[];
|
|
606
605
|
/** The link to the next page of items */
|
|
@@ -634,14 +633,14 @@ export interface ScriptParameter {
|
|
|
634
633
|
readonly optional?: OptionalParamEnum;
|
|
635
634
|
}
|
|
636
635
|
/** The response of a WorkloadNetwork list operation. */
|
|
637
|
-
export interface
|
|
636
|
+
export interface WorkloadNetworkList {
|
|
638
637
|
/** The WorkloadNetwork items on this page */
|
|
639
638
|
value: WorkloadNetwork[];
|
|
640
639
|
/** The link to the next page of items */
|
|
641
640
|
nextLink?: string;
|
|
642
641
|
}
|
|
643
642
|
/** The response of a WorkloadNetworkDhcp list operation. */
|
|
644
|
-
export interface
|
|
643
|
+
export interface WorkloadNetworkDhcpList {
|
|
645
644
|
/** The WorkloadNetworkDhcp items on this page */
|
|
646
645
|
value: WorkloadNetworkDhcp[];
|
|
647
646
|
/** The link to the next page of items */
|
|
@@ -669,128 +668,43 @@ export interface WorkloadNetworkDhcpEntity {
|
|
|
669
668
|
/** NSX revision number. */
|
|
670
669
|
revision?: number;
|
|
671
670
|
}
|
|
672
|
-
/** NSX DHCP update */
|
|
673
|
-
export interface WorkloadNetworkDhcpUpdate {
|
|
674
|
-
/** The updatable properties of a DHCP update */
|
|
675
|
-
properties?: WorkloadNetworkDhcpEntityUpdateUnion;
|
|
676
|
-
}
|
|
677
|
-
/**
|
|
678
|
-
* Base class for WorkloadNetworkDhcpServer and WorkloadNetworkDhcpRelay to
|
|
679
|
-
* inherit from
|
|
680
|
-
*/
|
|
681
|
-
export interface WorkloadNetworkDhcpEntityUpdate {
|
|
682
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
683
|
-
dhcpType: "RELAY" | "SERVER";
|
|
684
|
-
/** Display name of the DHCP entity. */
|
|
685
|
-
displayName?: string;
|
|
686
|
-
/** NSX revision number. */
|
|
687
|
-
revision?: number;
|
|
688
|
-
}
|
|
689
671
|
/** The response of a WorkloadNetworkDnsService list operation. */
|
|
690
|
-
export interface
|
|
672
|
+
export interface WorkloadNetworkDnsServicesList {
|
|
691
673
|
/** The WorkloadNetworkDnsService items on this page */
|
|
692
674
|
value: WorkloadNetworkDnsService[];
|
|
693
675
|
/** The link to the next page of items */
|
|
694
676
|
nextLink?: string;
|
|
695
677
|
}
|
|
696
|
-
/** NSX DNS Service update */
|
|
697
|
-
export interface WorkloadNetworkDnsServiceUpdate {
|
|
698
|
-
/** Display name of the DNS Service. */
|
|
699
|
-
displayName?: string;
|
|
700
|
-
/** DNS service IP of the DNS Service. */
|
|
701
|
-
dnsServiceIp?: string;
|
|
702
|
-
/** Default DNS zone of the DNS Service. */
|
|
703
|
-
defaultDnsZone?: string;
|
|
704
|
-
/** FQDN zones of the DNS Service. */
|
|
705
|
-
fqdnZones?: string[];
|
|
706
|
-
/** DNS Service log level. */
|
|
707
|
-
logLevel?: DnsServiceLogLevelEnum;
|
|
708
|
-
/**
|
|
709
|
-
* DNS Service status.
|
|
710
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
711
|
-
*/
|
|
712
|
-
readonly status?: DnsServiceStatusEnum;
|
|
713
|
-
/**
|
|
714
|
-
* The provisioning state
|
|
715
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
716
|
-
*/
|
|
717
|
-
readonly provisioningState?: WorkloadNetworkDnsServiceProvisioningState;
|
|
718
|
-
/** NSX revision number. */
|
|
719
|
-
revision?: number;
|
|
720
|
-
}
|
|
721
678
|
/** The response of a WorkloadNetworkDnsZone list operation. */
|
|
722
|
-
export interface
|
|
679
|
+
export interface WorkloadNetworkDnsZonesList {
|
|
723
680
|
/** The WorkloadNetworkDnsZone items on this page */
|
|
724
681
|
value: WorkloadNetworkDnsZone[];
|
|
725
682
|
/** The link to the next page of items */
|
|
726
683
|
nextLink?: string;
|
|
727
684
|
}
|
|
728
|
-
/** NSX DNS Zone update */
|
|
729
|
-
export interface WorkloadNetworkDnsZoneUpdate {
|
|
730
|
-
/** Display name of the DNS Zone. */
|
|
731
|
-
displayName?: string;
|
|
732
|
-
/** Domain names of the DNS Zone. */
|
|
733
|
-
domain?: string[];
|
|
734
|
-
/** DNS Server IP array of the DNS Zone. */
|
|
735
|
-
dnsServerIps?: string[];
|
|
736
|
-
/** Source IP of the DNS Zone. */
|
|
737
|
-
sourceIp?: string;
|
|
738
|
-
/** Number of DNS Services using the DNS zone. */
|
|
739
|
-
dnsServices?: number;
|
|
740
|
-
/**
|
|
741
|
-
* The provisioning state
|
|
742
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
743
|
-
*/
|
|
744
|
-
readonly provisioningState?: WorkloadNetworkDnsZoneProvisioningState;
|
|
745
|
-
/** NSX revision number. */
|
|
746
|
-
revision?: number;
|
|
747
|
-
}
|
|
748
685
|
/** The response of a WorkloadNetworkGateway list operation. */
|
|
749
|
-
export interface
|
|
686
|
+
export interface WorkloadNetworkGatewayList {
|
|
750
687
|
/** The WorkloadNetworkGateway items on this page */
|
|
751
688
|
value: WorkloadNetworkGateway[];
|
|
752
689
|
/** The link to the next page of items */
|
|
753
690
|
nextLink?: string;
|
|
754
691
|
}
|
|
755
692
|
/** The response of a WorkloadNetworkPortMirroring list operation. */
|
|
756
|
-
export interface
|
|
693
|
+
export interface WorkloadNetworkPortMirroringList {
|
|
757
694
|
/** The WorkloadNetworkPortMirroring items on this page */
|
|
758
695
|
value: WorkloadNetworkPortMirroring[];
|
|
759
696
|
/** The link to the next page of items */
|
|
760
697
|
nextLink?: string;
|
|
761
698
|
}
|
|
762
|
-
/** NSX Port Mirroring update */
|
|
763
|
-
export interface WorkloadNetworkPortMirroringUpdate {
|
|
764
|
-
/** Display name of the port mirroring profile. */
|
|
765
|
-
displayName?: string;
|
|
766
|
-
/** Direction of port mirroring profile. */
|
|
767
|
-
direction?: PortMirroringDirectionEnum;
|
|
768
|
-
/** Source VM Group. */
|
|
769
|
-
source?: string;
|
|
770
|
-
/** Destination VM Group. */
|
|
771
|
-
destination?: string;
|
|
772
|
-
/**
|
|
773
|
-
* Port Mirroring Status.
|
|
774
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
775
|
-
*/
|
|
776
|
-
readonly status?: PortMirroringStatusEnum;
|
|
777
|
-
/**
|
|
778
|
-
* The provisioning state
|
|
779
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
780
|
-
*/
|
|
781
|
-
readonly provisioningState?: WorkloadNetworkPortMirroringProvisioningState;
|
|
782
|
-
/** NSX revision number. */
|
|
783
|
-
revision?: number;
|
|
784
|
-
}
|
|
785
699
|
/** The response of a WorkloadNetworkPublicIP list operation. */
|
|
786
|
-
export interface
|
|
700
|
+
export interface WorkloadNetworkPublicIPsList {
|
|
787
701
|
/** The WorkloadNetworkPublicIP items on this page */
|
|
788
702
|
value: WorkloadNetworkPublicIP[];
|
|
789
703
|
/** The link to the next page of items */
|
|
790
704
|
nextLink?: string;
|
|
791
705
|
}
|
|
792
706
|
/** The response of a WorkloadNetworkSegment list operation. */
|
|
793
|
-
export interface
|
|
707
|
+
export interface WorkloadNetworkSegmentsList {
|
|
794
708
|
/** The WorkloadNetworkSegment items on this page */
|
|
795
709
|
value: WorkloadNetworkSegment[];
|
|
796
710
|
/** The link to the next page of items */
|
|
@@ -808,65 +722,20 @@ export interface WorkloadNetworkSegmentPortVif {
|
|
|
808
722
|
/** Name of port or VIF attached to segment. */
|
|
809
723
|
portName?: string;
|
|
810
724
|
}
|
|
811
|
-
/** NSX Segment update */
|
|
812
|
-
export interface WorkloadNetworkSegmentUpdate {
|
|
813
|
-
/** Display name of the segment. */
|
|
814
|
-
displayName?: string;
|
|
815
|
-
/** Gateway which to connect segment to. */
|
|
816
|
-
connectedGateway?: string;
|
|
817
|
-
/** Subnet which to connect segment to. */
|
|
818
|
-
subnet?: WorkloadNetworkSegmentSubnet;
|
|
819
|
-
/**
|
|
820
|
-
* Port Vif which segment is associated with.
|
|
821
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
822
|
-
*/
|
|
823
|
-
readonly portVif?: WorkloadNetworkSegmentPortVif[];
|
|
824
|
-
/**
|
|
825
|
-
* Segment status.
|
|
826
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
827
|
-
*/
|
|
828
|
-
readonly status?: SegmentStatusEnum;
|
|
829
|
-
/**
|
|
830
|
-
* The provisioning state
|
|
831
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
832
|
-
*/
|
|
833
|
-
readonly provisioningState?: WorkloadNetworkSegmentProvisioningState;
|
|
834
|
-
/** NSX revision number. */
|
|
835
|
-
revision?: number;
|
|
836
|
-
}
|
|
837
725
|
/** The response of a WorkloadNetworkVirtualMachine list operation. */
|
|
838
|
-
export interface
|
|
726
|
+
export interface WorkloadNetworkVirtualMachinesList {
|
|
839
727
|
/** The WorkloadNetworkVirtualMachine items on this page */
|
|
840
728
|
value: WorkloadNetworkVirtualMachine[];
|
|
841
729
|
/** The link to the next page of items */
|
|
842
730
|
nextLink?: string;
|
|
843
731
|
}
|
|
844
732
|
/** The response of a WorkloadNetworkVMGroup list operation. */
|
|
845
|
-
export interface
|
|
733
|
+
export interface WorkloadNetworkVMGroupsList {
|
|
846
734
|
/** The WorkloadNetworkVMGroup items on this page */
|
|
847
735
|
value: WorkloadNetworkVMGroup[];
|
|
848
736
|
/** The link to the next page of items */
|
|
849
737
|
nextLink?: string;
|
|
850
738
|
}
|
|
851
|
-
/** NSX VM Group update */
|
|
852
|
-
export interface WorkloadNetworkVMGroupUpdate {
|
|
853
|
-
/** Display name of the VM group. */
|
|
854
|
-
displayName?: string;
|
|
855
|
-
/** Virtual machine members of this group. */
|
|
856
|
-
members?: string[];
|
|
857
|
-
/**
|
|
858
|
-
* VM Group status.
|
|
859
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
860
|
-
*/
|
|
861
|
-
readonly status?: VMGroupStatusEnum;
|
|
862
|
-
/**
|
|
863
|
-
* The provisioning state
|
|
864
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
865
|
-
*/
|
|
866
|
-
readonly provisioningState?: WorkloadNetworkVMGroupProvisioningState;
|
|
867
|
-
/** NSX revision number. */
|
|
868
|
-
revision?: number;
|
|
869
|
-
}
|
|
870
739
|
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
871
740
|
export interface TrackedResource extends Resource {
|
|
872
741
|
/** Resource tags. */
|
|
@@ -976,28 +845,12 @@ export interface WorkloadNetworkDhcpServer extends WorkloadNetworkDhcpEntity {
|
|
|
976
845
|
/** DHCP Server Lease Time. */
|
|
977
846
|
leaseTime?: number;
|
|
978
847
|
}
|
|
979
|
-
/** NSX DHCP Relay */
|
|
980
|
-
export interface WorkloadNetworkDhcpRelayUpdate extends WorkloadNetworkDhcpEntityUpdate {
|
|
981
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
982
|
-
dhcpType: "RELAY";
|
|
983
|
-
/** DHCP Relay Addresses. Max 3. */
|
|
984
|
-
serverAddresses?: string[];
|
|
985
|
-
}
|
|
986
|
-
/** NSX DHCP Server */
|
|
987
|
-
export interface WorkloadNetworkDhcpServerUpdate extends WorkloadNetworkDhcpEntityUpdate {
|
|
988
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
989
|
-
dhcpType: "SERVER";
|
|
990
|
-
/** DHCP Server Address. */
|
|
991
|
-
serverAddress?: string;
|
|
992
|
-
/** DHCP Server Lease Time. */
|
|
993
|
-
leaseTime?: number;
|
|
994
|
-
}
|
|
995
848
|
/** A private cloud resource */
|
|
996
849
|
export interface PrivateCloud extends TrackedResource {
|
|
997
850
|
/** The SKU (Stock Keeping Unit) assigned to this resource. */
|
|
998
851
|
sku: Sku;
|
|
999
852
|
/** The managed service identities assigned to this resource. */
|
|
1000
|
-
identity?:
|
|
853
|
+
identity?: PrivateCloudIdentity;
|
|
1001
854
|
/** The default cluster used for management */
|
|
1002
855
|
managementCluster?: ManagementCluster;
|
|
1003
856
|
/** Connectivity to internet is enabled or disabled */
|
|
@@ -2100,22 +1953,22 @@ export declare enum KnownDnsZoneType {
|
|
|
2100
1953
|
* **Private**: Private DNS zone.
|
|
2101
1954
|
*/
|
|
2102
1955
|
export type DnsZoneType = string;
|
|
2103
|
-
/** Known values of {@link
|
|
2104
|
-
export declare enum
|
|
1956
|
+
/** Known values of {@link ResourceIdentityType} that the service accepts. */
|
|
1957
|
+
export declare enum KnownResourceIdentityType {
|
|
2105
1958
|
/** None */
|
|
2106
1959
|
None = "None",
|
|
2107
1960
|
/** SystemAssigned */
|
|
2108
1961
|
SystemAssigned = "SystemAssigned"
|
|
2109
1962
|
}
|
|
2110
1963
|
/**
|
|
2111
|
-
* Defines values for
|
|
2112
|
-
* {@link
|
|
1964
|
+
* Defines values for ResourceIdentityType. \
|
|
1965
|
+
* {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,
|
|
2113
1966
|
* this enum contains the known values that the service supports.
|
|
2114
1967
|
* ### Known values supported by the service
|
|
2115
1968
|
* **None** \
|
|
2116
1969
|
* **SystemAssigned**
|
|
2117
1970
|
*/
|
|
2118
|
-
export type
|
|
1971
|
+
export type ResourceIdentityType = string;
|
|
2119
1972
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
2120
1973
|
export declare enum KnownCreatedByType {
|
|
2121
1974
|
/** User */
|
|
@@ -3178,12 +3031,12 @@ export type LocationsCheckTrialAvailabilityResponse = Trial;
|
|
|
3178
3031
|
export interface PrivateCloudsListInSubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
3179
3032
|
}
|
|
3180
3033
|
/** Contains response data for the listInSubscription operation. */
|
|
3181
|
-
export type PrivateCloudsListInSubscriptionResponse =
|
|
3034
|
+
export type PrivateCloudsListInSubscriptionResponse = PrivateCloudList;
|
|
3182
3035
|
/** Optional parameters. */
|
|
3183
3036
|
export interface PrivateCloudsListOptionalParams extends coreClient.OperationOptions {
|
|
3184
3037
|
}
|
|
3185
3038
|
/** Contains response data for the list operation. */
|
|
3186
|
-
export type PrivateCloudsListResponse =
|
|
3039
|
+
export type PrivateCloudsListResponse = PrivateCloudList;
|
|
3187
3040
|
/** Optional parameters. */
|
|
3188
3041
|
export interface PrivateCloudsGetOptionalParams extends coreClient.OperationOptions {
|
|
3189
3042
|
}
|
|
@@ -3241,17 +3094,17 @@ export type PrivateCloudsRotateVcenterPasswordResponse = PrivateCloudsRotateVcen
|
|
|
3241
3094
|
export interface PrivateCloudsListInSubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
3242
3095
|
}
|
|
3243
3096
|
/** Contains response data for the listInSubscriptionNext operation. */
|
|
3244
|
-
export type PrivateCloudsListInSubscriptionNextResponse =
|
|
3097
|
+
export type PrivateCloudsListInSubscriptionNextResponse = PrivateCloudList;
|
|
3245
3098
|
/** Optional parameters. */
|
|
3246
3099
|
export interface PrivateCloudsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3247
3100
|
}
|
|
3248
3101
|
/** Contains response data for the listNext operation. */
|
|
3249
|
-
export type PrivateCloudsListNextResponse =
|
|
3102
|
+
export type PrivateCloudsListNextResponse = PrivateCloudList;
|
|
3250
3103
|
/** Optional parameters. */
|
|
3251
3104
|
export interface AddonsListOptionalParams extends coreClient.OperationOptions {
|
|
3252
3105
|
}
|
|
3253
3106
|
/** Contains response data for the list operation. */
|
|
3254
|
-
export type AddonsListResponse =
|
|
3107
|
+
export type AddonsListResponse = AddonList;
|
|
3255
3108
|
/** Optional parameters. */
|
|
3256
3109
|
export interface AddonsGetOptionalParams extends coreClient.OperationOptions {
|
|
3257
3110
|
}
|
|
@@ -3277,12 +3130,12 @@ export interface AddonsDeleteOptionalParams extends coreClient.OperationOptions
|
|
|
3277
3130
|
export interface AddonsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3278
3131
|
}
|
|
3279
3132
|
/** Contains response data for the listNext operation. */
|
|
3280
|
-
export type AddonsListNextResponse =
|
|
3133
|
+
export type AddonsListNextResponse = AddonList;
|
|
3281
3134
|
/** Optional parameters. */
|
|
3282
3135
|
export interface AuthorizationsListOptionalParams extends coreClient.OperationOptions {
|
|
3283
3136
|
}
|
|
3284
3137
|
/** Contains response data for the list operation. */
|
|
3285
|
-
export type AuthorizationsListResponse =
|
|
3138
|
+
export type AuthorizationsListResponse = ExpressRouteAuthorizationList;
|
|
3286
3139
|
/** Optional parameters. */
|
|
3287
3140
|
export interface AuthorizationsGetOptionalParams extends coreClient.OperationOptions {
|
|
3288
3141
|
}
|
|
@@ -3308,12 +3161,12 @@ export interface AuthorizationsDeleteOptionalParams extends coreClient.Operation
|
|
|
3308
3161
|
export interface AuthorizationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3309
3162
|
}
|
|
3310
3163
|
/** Contains response data for the listNext operation. */
|
|
3311
|
-
export type AuthorizationsListNextResponse =
|
|
3164
|
+
export type AuthorizationsListNextResponse = ExpressRouteAuthorizationList;
|
|
3312
3165
|
/** Optional parameters. */
|
|
3313
3166
|
export interface CloudLinksListOptionalParams extends coreClient.OperationOptions {
|
|
3314
3167
|
}
|
|
3315
3168
|
/** Contains response data for the list operation. */
|
|
3316
|
-
export type CloudLinksListResponse =
|
|
3169
|
+
export type CloudLinksListResponse = CloudLinkList;
|
|
3317
3170
|
/** Optional parameters. */
|
|
3318
3171
|
export interface CloudLinksGetOptionalParams extends coreClient.OperationOptions {
|
|
3319
3172
|
}
|
|
@@ -3339,12 +3192,12 @@ export interface CloudLinksDeleteOptionalParams extends coreClient.OperationOpti
|
|
|
3339
3192
|
export interface CloudLinksListNextOptionalParams extends coreClient.OperationOptions {
|
|
3340
3193
|
}
|
|
3341
3194
|
/** Contains response data for the listNext operation. */
|
|
3342
|
-
export type CloudLinksListNextResponse =
|
|
3195
|
+
export type CloudLinksListNextResponse = CloudLinkList;
|
|
3343
3196
|
/** Optional parameters. */
|
|
3344
3197
|
export interface ClustersListOptionalParams extends coreClient.OperationOptions {
|
|
3345
3198
|
}
|
|
3346
3199
|
/** Contains response data for the list operation. */
|
|
3347
|
-
export type ClustersListResponse =
|
|
3200
|
+
export type ClustersListResponse = ClusterList;
|
|
3348
3201
|
/** Optional parameters. */
|
|
3349
3202
|
export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
3350
3203
|
}
|
|
@@ -3384,12 +3237,12 @@ export type ClustersListZonesResponse = ClusterZoneList;
|
|
|
3384
3237
|
export interface ClustersListNextOptionalParams extends coreClient.OperationOptions {
|
|
3385
3238
|
}
|
|
3386
3239
|
/** Contains response data for the listNext operation. */
|
|
3387
|
-
export type ClustersListNextResponse =
|
|
3240
|
+
export type ClustersListNextResponse = ClusterList;
|
|
3388
3241
|
/** Optional parameters. */
|
|
3389
3242
|
export interface DatastoresListOptionalParams extends coreClient.OperationOptions {
|
|
3390
3243
|
}
|
|
3391
3244
|
/** Contains response data for the list operation. */
|
|
3392
|
-
export type DatastoresListResponse =
|
|
3245
|
+
export type DatastoresListResponse = DatastoreList;
|
|
3393
3246
|
/** Optional parameters. */
|
|
3394
3247
|
export interface DatastoresGetOptionalParams extends coreClient.OperationOptions {
|
|
3395
3248
|
}
|
|
@@ -3415,12 +3268,12 @@ export interface DatastoresDeleteOptionalParams extends coreClient.OperationOpti
|
|
|
3415
3268
|
export interface DatastoresListNextOptionalParams extends coreClient.OperationOptions {
|
|
3416
3269
|
}
|
|
3417
3270
|
/** Contains response data for the listNext operation. */
|
|
3418
|
-
export type DatastoresListNextResponse =
|
|
3271
|
+
export type DatastoresListNextResponse = DatastoreList;
|
|
3419
3272
|
/** Optional parameters. */
|
|
3420
3273
|
export interface PlacementPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
3421
3274
|
}
|
|
3422
3275
|
/** Contains response data for the list operation. */
|
|
3423
|
-
export type PlacementPoliciesListResponse =
|
|
3276
|
+
export type PlacementPoliciesListResponse = PlacementPoliciesList;
|
|
3424
3277
|
/** Optional parameters. */
|
|
3425
3278
|
export interface PlacementPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
3426
3279
|
}
|
|
@@ -3455,12 +3308,12 @@ export interface PlacementPoliciesDeleteOptionalParams extends coreClient.Operat
|
|
|
3455
3308
|
export interface PlacementPoliciesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3456
3309
|
}
|
|
3457
3310
|
/** Contains response data for the listNext operation. */
|
|
3458
|
-
export type PlacementPoliciesListNextResponse =
|
|
3311
|
+
export type PlacementPoliciesListNextResponse = PlacementPoliciesList;
|
|
3459
3312
|
/** Optional parameters. */
|
|
3460
3313
|
export interface VirtualMachinesListOptionalParams extends coreClient.OperationOptions {
|
|
3461
3314
|
}
|
|
3462
3315
|
/** Contains response data for the list operation. */
|
|
3463
|
-
export type VirtualMachinesListResponse =
|
|
3316
|
+
export type VirtualMachinesListResponse = VirtualMachinesList;
|
|
3464
3317
|
/** Optional parameters. */
|
|
3465
3318
|
export interface VirtualMachinesGetOptionalParams extends coreClient.OperationOptions {
|
|
3466
3319
|
}
|
|
@@ -3479,12 +3332,12 @@ export type VirtualMachinesRestrictMovementResponse = VirtualMachinesRestrictMov
|
|
|
3479
3332
|
export interface VirtualMachinesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3480
3333
|
}
|
|
3481
3334
|
/** Contains response data for the listNext operation. */
|
|
3482
|
-
export type VirtualMachinesListNextResponse =
|
|
3335
|
+
export type VirtualMachinesListNextResponse = VirtualMachinesList;
|
|
3483
3336
|
/** Optional parameters. */
|
|
3484
3337
|
export interface GlobalReachConnectionsListOptionalParams extends coreClient.OperationOptions {
|
|
3485
3338
|
}
|
|
3486
3339
|
/** Contains response data for the list operation. */
|
|
3487
|
-
export type GlobalReachConnectionsListResponse =
|
|
3340
|
+
export type GlobalReachConnectionsListResponse = GlobalReachConnectionList;
|
|
3488
3341
|
/** Optional parameters. */
|
|
3489
3342
|
export interface GlobalReachConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
3490
3343
|
}
|
|
@@ -3510,12 +3363,12 @@ export interface GlobalReachConnectionsDeleteOptionalParams extends coreClient.O
|
|
|
3510
3363
|
export interface GlobalReachConnectionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3511
3364
|
}
|
|
3512
3365
|
/** Contains response data for the listNext operation. */
|
|
3513
|
-
export type GlobalReachConnectionsListNextResponse =
|
|
3366
|
+
export type GlobalReachConnectionsListNextResponse = GlobalReachConnectionList;
|
|
3514
3367
|
/** Optional parameters. */
|
|
3515
3368
|
export interface HcxEnterpriseSitesListOptionalParams extends coreClient.OperationOptions {
|
|
3516
3369
|
}
|
|
3517
3370
|
/** Contains response data for the list operation. */
|
|
3518
|
-
export type HcxEnterpriseSitesListResponse =
|
|
3371
|
+
export type HcxEnterpriseSitesListResponse = HcxEnterpriseSiteList;
|
|
3519
3372
|
/** Optional parameters. */
|
|
3520
3373
|
export interface HcxEnterpriseSitesGetOptionalParams extends coreClient.OperationOptions {
|
|
3521
3374
|
}
|
|
@@ -3533,7 +3386,7 @@ export interface HcxEnterpriseSitesDeleteOptionalParams extends coreClient.Opera
|
|
|
3533
3386
|
export interface HcxEnterpriseSitesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3534
3387
|
}
|
|
3535
3388
|
/** Contains response data for the listNext operation. */
|
|
3536
|
-
export type HcxEnterpriseSitesListNextResponse =
|
|
3389
|
+
export type HcxEnterpriseSitesListNextResponse = HcxEnterpriseSiteList;
|
|
3537
3390
|
/** Optional parameters. */
|
|
3538
3391
|
export interface IscsiPathsListByPrivateCloudOptionalParams extends coreClient.OperationOptions {
|
|
3539
3392
|
}
|
|
@@ -3569,7 +3422,7 @@ export type IscsiPathsListByPrivateCloudNextResponse = IscsiPathListResult;
|
|
|
3569
3422
|
export interface ScriptExecutionsListOptionalParams extends coreClient.OperationOptions {
|
|
3570
3423
|
}
|
|
3571
3424
|
/** Contains response data for the list operation. */
|
|
3572
|
-
export type ScriptExecutionsListResponse =
|
|
3425
|
+
export type ScriptExecutionsListResponse = ScriptExecutionsList;
|
|
3573
3426
|
/** Optional parameters. */
|
|
3574
3427
|
export interface ScriptExecutionsGetOptionalParams extends coreClient.OperationOptions {
|
|
3575
3428
|
}
|
|
@@ -3602,12 +3455,12 @@ export type ScriptExecutionsGetExecutionLogsResponse = ScriptExecution;
|
|
|
3602
3455
|
export interface ScriptExecutionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3603
3456
|
}
|
|
3604
3457
|
/** Contains response data for the listNext operation. */
|
|
3605
|
-
export type ScriptExecutionsListNextResponse =
|
|
3458
|
+
export type ScriptExecutionsListNextResponse = ScriptExecutionsList;
|
|
3606
3459
|
/** Optional parameters. */
|
|
3607
3460
|
export interface ScriptPackagesListOptionalParams extends coreClient.OperationOptions {
|
|
3608
3461
|
}
|
|
3609
3462
|
/** Contains response data for the list operation. */
|
|
3610
|
-
export type ScriptPackagesListResponse =
|
|
3463
|
+
export type ScriptPackagesListResponse = ScriptPackagesList;
|
|
3611
3464
|
/** Optional parameters. */
|
|
3612
3465
|
export interface ScriptPackagesGetOptionalParams extends coreClient.OperationOptions {
|
|
3613
3466
|
}
|
|
@@ -3617,12 +3470,12 @@ export type ScriptPackagesGetResponse = ScriptPackage;
|
|
|
3617
3470
|
export interface ScriptPackagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3618
3471
|
}
|
|
3619
3472
|
/** Contains response data for the listNext operation. */
|
|
3620
|
-
export type ScriptPackagesListNextResponse =
|
|
3473
|
+
export type ScriptPackagesListNextResponse = ScriptPackagesList;
|
|
3621
3474
|
/** Optional parameters. */
|
|
3622
3475
|
export interface ScriptCmdletsListOptionalParams extends coreClient.OperationOptions {
|
|
3623
3476
|
}
|
|
3624
3477
|
/** Contains response data for the list operation. */
|
|
3625
|
-
export type ScriptCmdletsListResponse =
|
|
3478
|
+
export type ScriptCmdletsListResponse = ScriptCmdletsList;
|
|
3626
3479
|
/** Optional parameters. */
|
|
3627
3480
|
export interface ScriptCmdletsGetOptionalParams extends coreClient.OperationOptions {
|
|
3628
3481
|
}
|
|
@@ -3632,12 +3485,12 @@ export type ScriptCmdletsGetResponse = ScriptCmdlet;
|
|
|
3632
3485
|
export interface ScriptCmdletsListNextOptionalParams extends coreClient.OperationOptions {
|
|
3633
3486
|
}
|
|
3634
3487
|
/** Contains response data for the listNext operation. */
|
|
3635
|
-
export type ScriptCmdletsListNextResponse =
|
|
3488
|
+
export type ScriptCmdletsListNextResponse = ScriptCmdletsList;
|
|
3636
3489
|
/** Optional parameters. */
|
|
3637
3490
|
export interface WorkloadNetworksListOptionalParams extends coreClient.OperationOptions {
|
|
3638
3491
|
}
|
|
3639
3492
|
/** Contains response data for the list operation. */
|
|
3640
|
-
export type WorkloadNetworksListResponse =
|
|
3493
|
+
export type WorkloadNetworksListResponse = WorkloadNetworkList;
|
|
3641
3494
|
/** Optional parameters. */
|
|
3642
3495
|
export interface WorkloadNetworksGetOptionalParams extends coreClient.OperationOptions {
|
|
3643
3496
|
}
|
|
@@ -3647,7 +3500,7 @@ export type WorkloadNetworksGetResponse = WorkloadNetwork;
|
|
|
3647
3500
|
export interface WorkloadNetworksListDhcpOptionalParams extends coreClient.OperationOptions {
|
|
3648
3501
|
}
|
|
3649
3502
|
/** Contains response data for the listDhcp operation. */
|
|
3650
|
-
export type WorkloadNetworksListDhcpResponse =
|
|
3503
|
+
export type WorkloadNetworksListDhcpResponse = WorkloadNetworkDhcpList;
|
|
3651
3504
|
/** Optional parameters. */
|
|
3652
3505
|
export interface WorkloadNetworksGetDhcpOptionalParams extends coreClient.OperationOptions {
|
|
3653
3506
|
}
|
|
@@ -3682,7 +3535,7 @@ export interface WorkloadNetworksDeleteDhcpOptionalParams extends coreClient.Ope
|
|
|
3682
3535
|
export interface WorkloadNetworksListDnsServicesOptionalParams extends coreClient.OperationOptions {
|
|
3683
3536
|
}
|
|
3684
3537
|
/** Contains response data for the listDnsServices operation. */
|
|
3685
|
-
export type WorkloadNetworksListDnsServicesResponse =
|
|
3538
|
+
export type WorkloadNetworksListDnsServicesResponse = WorkloadNetworkDnsServicesList;
|
|
3686
3539
|
/** Optional parameters. */
|
|
3687
3540
|
export interface WorkloadNetworksGetDnsServiceOptionalParams extends coreClient.OperationOptions {
|
|
3688
3541
|
}
|
|
@@ -3717,7 +3570,7 @@ export interface WorkloadNetworksDeleteDnsServiceOptionalParams extends coreClie
|
|
|
3717
3570
|
export interface WorkloadNetworksListDnsZonesOptionalParams extends coreClient.OperationOptions {
|
|
3718
3571
|
}
|
|
3719
3572
|
/** Contains response data for the listDnsZones operation. */
|
|
3720
|
-
export type WorkloadNetworksListDnsZonesResponse =
|
|
3573
|
+
export type WorkloadNetworksListDnsZonesResponse = WorkloadNetworkDnsZonesList;
|
|
3721
3574
|
/** Optional parameters. */
|
|
3722
3575
|
export interface WorkloadNetworksGetDnsZoneOptionalParams extends coreClient.OperationOptions {
|
|
3723
3576
|
}
|
|
@@ -3752,7 +3605,7 @@ export interface WorkloadNetworksDeleteDnsZoneOptionalParams extends coreClient.
|
|
|
3752
3605
|
export interface WorkloadNetworksListGatewaysOptionalParams extends coreClient.OperationOptions {
|
|
3753
3606
|
}
|
|
3754
3607
|
/** Contains response data for the listGateways operation. */
|
|
3755
|
-
export type WorkloadNetworksListGatewaysResponse =
|
|
3608
|
+
export type WorkloadNetworksListGatewaysResponse = WorkloadNetworkGatewayList;
|
|
3756
3609
|
/** Optional parameters. */
|
|
3757
3610
|
export interface WorkloadNetworksGetGatewayOptionalParams extends coreClient.OperationOptions {
|
|
3758
3611
|
}
|
|
@@ -3762,7 +3615,7 @@ export type WorkloadNetworksGetGatewayResponse = WorkloadNetworkGateway;
|
|
|
3762
3615
|
export interface WorkloadNetworksListPortMirroringOptionalParams extends coreClient.OperationOptions {
|
|
3763
3616
|
}
|
|
3764
3617
|
/** Contains response data for the listPortMirroring operation. */
|
|
3765
|
-
export type WorkloadNetworksListPortMirroringResponse =
|
|
3618
|
+
export type WorkloadNetworksListPortMirroringResponse = WorkloadNetworkPortMirroringList;
|
|
3766
3619
|
/** Optional parameters. */
|
|
3767
3620
|
export interface WorkloadNetworksGetPortMirroringOptionalParams extends coreClient.OperationOptions {
|
|
3768
3621
|
}
|
|
@@ -3797,7 +3650,7 @@ export interface WorkloadNetworksDeletePortMirroringOptionalParams extends coreC
|
|
|
3797
3650
|
export interface WorkloadNetworksListPublicIPsOptionalParams extends coreClient.OperationOptions {
|
|
3798
3651
|
}
|
|
3799
3652
|
/** Contains response data for the listPublicIPs operation. */
|
|
3800
|
-
export type WorkloadNetworksListPublicIPsResponse =
|
|
3653
|
+
export type WorkloadNetworksListPublicIPsResponse = WorkloadNetworkPublicIPsList;
|
|
3801
3654
|
/** Optional parameters. */
|
|
3802
3655
|
export interface WorkloadNetworksGetPublicIPOptionalParams extends coreClient.OperationOptions {
|
|
3803
3656
|
}
|
|
@@ -3823,7 +3676,7 @@ export interface WorkloadNetworksDeletePublicIPOptionalParams extends coreClient
|
|
|
3823
3676
|
export interface WorkloadNetworksListSegmentsOptionalParams extends coreClient.OperationOptions {
|
|
3824
3677
|
}
|
|
3825
3678
|
/** Contains response data for the listSegments operation. */
|
|
3826
|
-
export type WorkloadNetworksListSegmentsResponse =
|
|
3679
|
+
export type WorkloadNetworksListSegmentsResponse = WorkloadNetworkSegmentsList;
|
|
3827
3680
|
/** Optional parameters. */
|
|
3828
3681
|
export interface WorkloadNetworksGetSegmentOptionalParams extends coreClient.OperationOptions {
|
|
3829
3682
|
}
|
|
@@ -3858,7 +3711,7 @@ export interface WorkloadNetworksDeleteSegmentOptionalParams extends coreClient.
|
|
|
3858
3711
|
export interface WorkloadNetworksListVirtualMachinesOptionalParams extends coreClient.OperationOptions {
|
|
3859
3712
|
}
|
|
3860
3713
|
/** Contains response data for the listVirtualMachines operation. */
|
|
3861
|
-
export type WorkloadNetworksListVirtualMachinesResponse =
|
|
3714
|
+
export type WorkloadNetworksListVirtualMachinesResponse = WorkloadNetworkVirtualMachinesList;
|
|
3862
3715
|
/** Optional parameters. */
|
|
3863
3716
|
export interface WorkloadNetworksGetVirtualMachineOptionalParams extends coreClient.OperationOptions {
|
|
3864
3717
|
}
|
|
@@ -3868,7 +3721,7 @@ export type WorkloadNetworksGetVirtualMachineResponse = WorkloadNetworkVirtualMa
|
|
|
3868
3721
|
export interface WorkloadNetworksListVMGroupsOptionalParams extends coreClient.OperationOptions {
|
|
3869
3722
|
}
|
|
3870
3723
|
/** Contains response data for the listVMGroups operation. */
|
|
3871
|
-
export type WorkloadNetworksListVMGroupsResponse =
|
|
3724
|
+
export type WorkloadNetworksListVMGroupsResponse = WorkloadNetworkVMGroupsList;
|
|
3872
3725
|
/** Optional parameters. */
|
|
3873
3726
|
export interface WorkloadNetworksGetVMGroupOptionalParams extends coreClient.OperationOptions {
|
|
3874
3727
|
}
|
|
@@ -3903,52 +3756,52 @@ export interface WorkloadNetworksDeleteVMGroupOptionalParams extends coreClient.
|
|
|
3903
3756
|
export interface WorkloadNetworksListNextOptionalParams extends coreClient.OperationOptions {
|
|
3904
3757
|
}
|
|
3905
3758
|
/** Contains response data for the listNext operation. */
|
|
3906
|
-
export type WorkloadNetworksListNextResponse =
|
|
3759
|
+
export type WorkloadNetworksListNextResponse = WorkloadNetworkList;
|
|
3907
3760
|
/** Optional parameters. */
|
|
3908
3761
|
export interface WorkloadNetworksListDhcpNextOptionalParams extends coreClient.OperationOptions {
|
|
3909
3762
|
}
|
|
3910
3763
|
/** Contains response data for the listDhcpNext operation. */
|
|
3911
|
-
export type WorkloadNetworksListDhcpNextResponse =
|
|
3764
|
+
export type WorkloadNetworksListDhcpNextResponse = WorkloadNetworkDhcpList;
|
|
3912
3765
|
/** Optional parameters. */
|
|
3913
3766
|
export interface WorkloadNetworksListDnsServicesNextOptionalParams extends coreClient.OperationOptions {
|
|
3914
3767
|
}
|
|
3915
3768
|
/** Contains response data for the listDnsServicesNext operation. */
|
|
3916
|
-
export type WorkloadNetworksListDnsServicesNextResponse =
|
|
3769
|
+
export type WorkloadNetworksListDnsServicesNextResponse = WorkloadNetworkDnsServicesList;
|
|
3917
3770
|
/** Optional parameters. */
|
|
3918
3771
|
export interface WorkloadNetworksListDnsZonesNextOptionalParams extends coreClient.OperationOptions {
|
|
3919
3772
|
}
|
|
3920
3773
|
/** Contains response data for the listDnsZonesNext operation. */
|
|
3921
|
-
export type WorkloadNetworksListDnsZonesNextResponse =
|
|
3774
|
+
export type WorkloadNetworksListDnsZonesNextResponse = WorkloadNetworkDnsZonesList;
|
|
3922
3775
|
/** Optional parameters. */
|
|
3923
3776
|
export interface WorkloadNetworksListGatewaysNextOptionalParams extends coreClient.OperationOptions {
|
|
3924
3777
|
}
|
|
3925
3778
|
/** Contains response data for the listGatewaysNext operation. */
|
|
3926
|
-
export type WorkloadNetworksListGatewaysNextResponse =
|
|
3779
|
+
export type WorkloadNetworksListGatewaysNextResponse = WorkloadNetworkGatewayList;
|
|
3927
3780
|
/** Optional parameters. */
|
|
3928
3781
|
export interface WorkloadNetworksListPortMirroringNextOptionalParams extends coreClient.OperationOptions {
|
|
3929
3782
|
}
|
|
3930
3783
|
/** Contains response data for the listPortMirroringNext operation. */
|
|
3931
|
-
export type WorkloadNetworksListPortMirroringNextResponse =
|
|
3784
|
+
export type WorkloadNetworksListPortMirroringNextResponse = WorkloadNetworkPortMirroringList;
|
|
3932
3785
|
/** Optional parameters. */
|
|
3933
3786
|
export interface WorkloadNetworksListPublicIPsNextOptionalParams extends coreClient.OperationOptions {
|
|
3934
3787
|
}
|
|
3935
3788
|
/** Contains response data for the listPublicIPsNext operation. */
|
|
3936
|
-
export type WorkloadNetworksListPublicIPsNextResponse =
|
|
3789
|
+
export type WorkloadNetworksListPublicIPsNextResponse = WorkloadNetworkPublicIPsList;
|
|
3937
3790
|
/** Optional parameters. */
|
|
3938
3791
|
export interface WorkloadNetworksListSegmentsNextOptionalParams extends coreClient.OperationOptions {
|
|
3939
3792
|
}
|
|
3940
3793
|
/** Contains response data for the listSegmentsNext operation. */
|
|
3941
|
-
export type WorkloadNetworksListSegmentsNextResponse =
|
|
3794
|
+
export type WorkloadNetworksListSegmentsNextResponse = WorkloadNetworkSegmentsList;
|
|
3942
3795
|
/** Optional parameters. */
|
|
3943
3796
|
export interface WorkloadNetworksListVirtualMachinesNextOptionalParams extends coreClient.OperationOptions {
|
|
3944
3797
|
}
|
|
3945
3798
|
/** Contains response data for the listVirtualMachinesNext operation. */
|
|
3946
|
-
export type WorkloadNetworksListVirtualMachinesNextResponse =
|
|
3799
|
+
export type WorkloadNetworksListVirtualMachinesNextResponse = WorkloadNetworkVirtualMachinesList;
|
|
3947
3800
|
/** Optional parameters. */
|
|
3948
3801
|
export interface WorkloadNetworksListVMGroupsNextOptionalParams extends coreClient.OperationOptions {
|
|
3949
3802
|
}
|
|
3950
3803
|
/** Contains response data for the listVMGroupsNext operation. */
|
|
3951
|
-
export type WorkloadNetworksListVMGroupsNextResponse =
|
|
3804
|
+
export type WorkloadNetworksListVMGroupsNextResponse = WorkloadNetworkVMGroupsList;
|
|
3952
3805
|
/** Optional parameters. */
|
|
3953
3806
|
export interface AzureVMwareSolutionAPIOptionalParams extends coreClient.ServiceClientOptions {
|
|
3954
3807
|
/** server parameter */
|