@azure/arm-avs 5.0.1-alpha.20240925.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 +32 -31
- 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
package/src/models/index.ts
CHANGED
|
@@ -27,10 +27,6 @@ export type WorkloadNetworkDhcpEntityUnion =
|
|
|
27
27
|
| WorkloadNetworkDhcpEntity
|
|
28
28
|
| WorkloadNetworkDhcpRelay
|
|
29
29
|
| WorkloadNetworkDhcpServer;
|
|
30
|
-
export type WorkloadNetworkDhcpEntityUpdateUnion =
|
|
31
|
-
| WorkloadNetworkDhcpEntityUpdate
|
|
32
|
-
| WorkloadNetworkDhcpRelayUpdate
|
|
33
|
-
| WorkloadNetworkDhcpServerUpdate;
|
|
34
30
|
|
|
35
31
|
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
36
32
|
export interface OperationListResult {
|
|
@@ -188,7 +184,7 @@ export interface Trial {
|
|
|
188
184
|
}
|
|
189
185
|
|
|
190
186
|
/** The response of a PrivateCloud list operation. */
|
|
191
|
-
export interface
|
|
187
|
+
export interface PrivateCloudList {
|
|
192
188
|
/** The PrivateCloud items on this page */
|
|
193
189
|
value: PrivateCloud[];
|
|
194
190
|
/** The link to the next page of items */
|
|
@@ -348,7 +344,7 @@ export interface Endpoints {
|
|
|
348
344
|
}
|
|
349
345
|
|
|
350
346
|
/** Managed service identity (either system assigned, or none) */
|
|
351
|
-
export interface
|
|
347
|
+
export interface PrivateCloudIdentity {
|
|
352
348
|
/**
|
|
353
349
|
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
354
350
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -360,7 +356,7 @@ export interface SystemAssignedServiceIdentity {
|
|
|
360
356
|
*/
|
|
361
357
|
readonly tenantId?: string;
|
|
362
358
|
/** Type of managed service identity (either system assigned, or none). */
|
|
363
|
-
type:
|
|
359
|
+
type: ResourceIdentityType;
|
|
364
360
|
}
|
|
365
361
|
|
|
366
362
|
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
@@ -410,7 +406,7 @@ export interface PrivateCloudUpdate {
|
|
|
410
406
|
/** The SKU (Stock Keeping Unit) assigned to this resource. */
|
|
411
407
|
sku?: Sku;
|
|
412
408
|
/** The managed service identities assigned to this resource. */
|
|
413
|
-
identity?:
|
|
409
|
+
identity?: PrivateCloudIdentity;
|
|
414
410
|
/** The default cluster used for management */
|
|
415
411
|
managementCluster?: ManagementCluster;
|
|
416
412
|
/** Connectivity to internet is enabled or disabled */
|
|
@@ -433,7 +429,7 @@ export interface PrivateCloudUpdate {
|
|
|
433
429
|
}
|
|
434
430
|
|
|
435
431
|
/** The response of a Addon list operation. */
|
|
436
|
-
export interface
|
|
432
|
+
export interface AddonList {
|
|
437
433
|
/** The Addon items on this page */
|
|
438
434
|
value: Addon[];
|
|
439
435
|
/** The link to the next page of items */
|
|
@@ -452,7 +448,7 @@ export interface AddonProperties {
|
|
|
452
448
|
}
|
|
453
449
|
|
|
454
450
|
/** The response of a ExpressRouteAuthorization list operation. */
|
|
455
|
-
export interface
|
|
451
|
+
export interface ExpressRouteAuthorizationList {
|
|
456
452
|
/** The ExpressRouteAuthorization items on this page */
|
|
457
453
|
value: ExpressRouteAuthorization[];
|
|
458
454
|
/** The link to the next page of items */
|
|
@@ -460,7 +456,7 @@ export interface ExpressRouteAuthorizationListResult {
|
|
|
460
456
|
}
|
|
461
457
|
|
|
462
458
|
/** The response of a CloudLink list operation. */
|
|
463
|
-
export interface
|
|
459
|
+
export interface CloudLinkList {
|
|
464
460
|
/** The CloudLink items on this page */
|
|
465
461
|
value: CloudLink[];
|
|
466
462
|
/** The link to the next page of items */
|
|
@@ -468,7 +464,7 @@ export interface CloudLinkListResult {
|
|
|
468
464
|
}
|
|
469
465
|
|
|
470
466
|
/** The response of a Cluster list operation. */
|
|
471
|
-
export interface
|
|
467
|
+
export interface ClusterList {
|
|
472
468
|
/** The Cluster items on this page */
|
|
473
469
|
value: Cluster[];
|
|
474
470
|
/** The link to the next page of items */
|
|
@@ -486,7 +482,7 @@ export interface ClusterUpdate {
|
|
|
486
482
|
}
|
|
487
483
|
|
|
488
484
|
/** The response of a Datastore list operation. */
|
|
489
|
-
export interface
|
|
485
|
+
export interface DatastoreList {
|
|
490
486
|
/** The Datastore items on this page */
|
|
491
487
|
value: Datastore[];
|
|
492
488
|
/** The link to the next page of items */
|
|
@@ -544,7 +540,7 @@ export interface ClusterZone {
|
|
|
544
540
|
}
|
|
545
541
|
|
|
546
542
|
/** The response of a PlacementPolicy list operation. */
|
|
547
|
-
export interface
|
|
543
|
+
export interface PlacementPoliciesList {
|
|
548
544
|
/** The PlacementPolicy items on this page */
|
|
549
545
|
value: PlacementPolicy[];
|
|
550
546
|
/** The link to the next page of items */
|
|
@@ -581,7 +577,7 @@ export interface PlacementPolicyUpdate {
|
|
|
581
577
|
}
|
|
582
578
|
|
|
583
579
|
/** The response of a VirtualMachine list operation. */
|
|
584
|
-
export interface
|
|
580
|
+
export interface VirtualMachinesList {
|
|
585
581
|
/** The VirtualMachine items on this page */
|
|
586
582
|
value: VirtualMachine[];
|
|
587
583
|
/** The link to the next page of items */
|
|
@@ -595,7 +591,7 @@ export interface VirtualMachineRestrictMovement {
|
|
|
595
591
|
}
|
|
596
592
|
|
|
597
593
|
/** The response of a GlobalReachConnection list operation. */
|
|
598
|
-
export interface
|
|
594
|
+
export interface GlobalReachConnectionList {
|
|
599
595
|
/** The GlobalReachConnection items on this page */
|
|
600
596
|
value: GlobalReachConnection[];
|
|
601
597
|
/** The link to the next page of items */
|
|
@@ -603,7 +599,7 @@ export interface GlobalReachConnectionListResult {
|
|
|
603
599
|
}
|
|
604
600
|
|
|
605
601
|
/** The response of a HcxEnterpriseSite list operation. */
|
|
606
|
-
export interface
|
|
602
|
+
export interface HcxEnterpriseSiteList {
|
|
607
603
|
/** The HcxEnterpriseSite items on this page */
|
|
608
604
|
value: HcxEnterpriseSite[];
|
|
609
605
|
/** The link to the next page of items */
|
|
@@ -645,7 +641,7 @@ export interface AdminCredentials {
|
|
|
645
641
|
}
|
|
646
642
|
|
|
647
643
|
/** The response of a ScriptExecution list operation. */
|
|
648
|
-
export interface
|
|
644
|
+
export interface ScriptExecutionsList {
|
|
649
645
|
/** The ScriptExecution items on this page */
|
|
650
646
|
value: ScriptExecution[];
|
|
651
647
|
/** The link to the next page of items */
|
|
@@ -661,7 +657,7 @@ export interface ScriptExecutionParameter {
|
|
|
661
657
|
}
|
|
662
658
|
|
|
663
659
|
/** The response of a ScriptPackage list operation. */
|
|
664
|
-
export interface
|
|
660
|
+
export interface ScriptPackagesList {
|
|
665
661
|
/** The ScriptPackage items on this page */
|
|
666
662
|
value: ScriptPackage[];
|
|
667
663
|
/** The link to the next page of items */
|
|
@@ -669,7 +665,7 @@ export interface ScriptPackageListResult {
|
|
|
669
665
|
}
|
|
670
666
|
|
|
671
667
|
/** The response of a ScriptCmdlet list operation. */
|
|
672
|
-
export interface
|
|
668
|
+
export interface ScriptCmdletsList {
|
|
673
669
|
/** The ScriptCmdlet items on this page */
|
|
674
670
|
value: ScriptCmdlet[];
|
|
675
671
|
/** The link to the next page of items */
|
|
@@ -705,7 +701,7 @@ export interface ScriptParameter {
|
|
|
705
701
|
}
|
|
706
702
|
|
|
707
703
|
/** The response of a WorkloadNetwork list operation. */
|
|
708
|
-
export interface
|
|
704
|
+
export interface WorkloadNetworkList {
|
|
709
705
|
/** The WorkloadNetwork items on this page */
|
|
710
706
|
value: WorkloadNetwork[];
|
|
711
707
|
/** The link to the next page of items */
|
|
@@ -713,7 +709,7 @@ export interface WorkloadNetworkListResult {
|
|
|
713
709
|
}
|
|
714
710
|
|
|
715
711
|
/** The response of a WorkloadNetworkDhcp list operation. */
|
|
716
|
-
export interface
|
|
712
|
+
export interface WorkloadNetworkDhcpList {
|
|
717
713
|
/** The WorkloadNetworkDhcp items on this page */
|
|
718
714
|
value: WorkloadNetworkDhcp[];
|
|
719
715
|
/** The link to the next page of items */
|
|
@@ -743,90 +739,24 @@ export interface WorkloadNetworkDhcpEntity {
|
|
|
743
739
|
revision?: number;
|
|
744
740
|
}
|
|
745
741
|
|
|
746
|
-
/** NSX DHCP update */
|
|
747
|
-
export interface WorkloadNetworkDhcpUpdate {
|
|
748
|
-
/** The updatable properties of a DHCP update */
|
|
749
|
-
properties?: WorkloadNetworkDhcpEntityUpdateUnion;
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
/**
|
|
753
|
-
* Base class for WorkloadNetworkDhcpServer and WorkloadNetworkDhcpRelay to
|
|
754
|
-
* inherit from
|
|
755
|
-
*/
|
|
756
|
-
export interface WorkloadNetworkDhcpEntityUpdate {
|
|
757
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
758
|
-
dhcpType: "RELAY" | "SERVER";
|
|
759
|
-
/** Display name of the DHCP entity. */
|
|
760
|
-
displayName?: string;
|
|
761
|
-
/** NSX revision number. */
|
|
762
|
-
revision?: number;
|
|
763
|
-
}
|
|
764
|
-
|
|
765
742
|
/** The response of a WorkloadNetworkDnsService list operation. */
|
|
766
|
-
export interface
|
|
743
|
+
export interface WorkloadNetworkDnsServicesList {
|
|
767
744
|
/** The WorkloadNetworkDnsService items on this page */
|
|
768
745
|
value: WorkloadNetworkDnsService[];
|
|
769
746
|
/** The link to the next page of items */
|
|
770
747
|
nextLink?: string;
|
|
771
748
|
}
|
|
772
749
|
|
|
773
|
-
/** NSX DNS Service update */
|
|
774
|
-
export interface WorkloadNetworkDnsServiceUpdate {
|
|
775
|
-
/** Display name of the DNS Service. */
|
|
776
|
-
displayName?: string;
|
|
777
|
-
/** DNS service IP of the DNS Service. */
|
|
778
|
-
dnsServiceIp?: string;
|
|
779
|
-
/** Default DNS zone of the DNS Service. */
|
|
780
|
-
defaultDnsZone?: string;
|
|
781
|
-
/** FQDN zones of the DNS Service. */
|
|
782
|
-
fqdnZones?: string[];
|
|
783
|
-
/** DNS Service log level. */
|
|
784
|
-
logLevel?: DnsServiceLogLevelEnum;
|
|
785
|
-
/**
|
|
786
|
-
* DNS Service status.
|
|
787
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
788
|
-
*/
|
|
789
|
-
readonly status?: DnsServiceStatusEnum;
|
|
790
|
-
/**
|
|
791
|
-
* The provisioning state
|
|
792
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
793
|
-
*/
|
|
794
|
-
readonly provisioningState?: WorkloadNetworkDnsServiceProvisioningState;
|
|
795
|
-
/** NSX revision number. */
|
|
796
|
-
revision?: number;
|
|
797
|
-
}
|
|
798
|
-
|
|
799
750
|
/** The response of a WorkloadNetworkDnsZone list operation. */
|
|
800
|
-
export interface
|
|
751
|
+
export interface WorkloadNetworkDnsZonesList {
|
|
801
752
|
/** The WorkloadNetworkDnsZone items on this page */
|
|
802
753
|
value: WorkloadNetworkDnsZone[];
|
|
803
754
|
/** The link to the next page of items */
|
|
804
755
|
nextLink?: string;
|
|
805
756
|
}
|
|
806
757
|
|
|
807
|
-
/** NSX DNS Zone update */
|
|
808
|
-
export interface WorkloadNetworkDnsZoneUpdate {
|
|
809
|
-
/** Display name of the DNS Zone. */
|
|
810
|
-
displayName?: string;
|
|
811
|
-
/** Domain names of the DNS Zone. */
|
|
812
|
-
domain?: string[];
|
|
813
|
-
/** DNS Server IP array of the DNS Zone. */
|
|
814
|
-
dnsServerIps?: string[];
|
|
815
|
-
/** Source IP of the DNS Zone. */
|
|
816
|
-
sourceIp?: string;
|
|
817
|
-
/** Number of DNS Services using the DNS zone. */
|
|
818
|
-
dnsServices?: number;
|
|
819
|
-
/**
|
|
820
|
-
* The provisioning state
|
|
821
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
822
|
-
*/
|
|
823
|
-
readonly provisioningState?: WorkloadNetworkDnsZoneProvisioningState;
|
|
824
|
-
/** NSX revision number. */
|
|
825
|
-
revision?: number;
|
|
826
|
-
}
|
|
827
|
-
|
|
828
758
|
/** The response of a WorkloadNetworkGateway list operation. */
|
|
829
|
-
export interface
|
|
759
|
+
export interface WorkloadNetworkGatewayList {
|
|
830
760
|
/** The WorkloadNetworkGateway items on this page */
|
|
831
761
|
value: WorkloadNetworkGateway[];
|
|
832
762
|
/** The link to the next page of items */
|
|
@@ -834,39 +764,15 @@ export interface WorkloadNetworkGatewayListResult {
|
|
|
834
764
|
}
|
|
835
765
|
|
|
836
766
|
/** The response of a WorkloadNetworkPortMirroring list operation. */
|
|
837
|
-
export interface
|
|
767
|
+
export interface WorkloadNetworkPortMirroringList {
|
|
838
768
|
/** The WorkloadNetworkPortMirroring items on this page */
|
|
839
769
|
value: WorkloadNetworkPortMirroring[];
|
|
840
770
|
/** The link to the next page of items */
|
|
841
771
|
nextLink?: string;
|
|
842
772
|
}
|
|
843
773
|
|
|
844
|
-
/** NSX Port Mirroring update */
|
|
845
|
-
export interface WorkloadNetworkPortMirroringUpdate {
|
|
846
|
-
/** Display name of the port mirroring profile. */
|
|
847
|
-
displayName?: string;
|
|
848
|
-
/** Direction of port mirroring profile. */
|
|
849
|
-
direction?: PortMirroringDirectionEnum;
|
|
850
|
-
/** Source VM Group. */
|
|
851
|
-
source?: string;
|
|
852
|
-
/** Destination VM Group. */
|
|
853
|
-
destination?: string;
|
|
854
|
-
/**
|
|
855
|
-
* Port Mirroring Status.
|
|
856
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
857
|
-
*/
|
|
858
|
-
readonly status?: PortMirroringStatusEnum;
|
|
859
|
-
/**
|
|
860
|
-
* The provisioning state
|
|
861
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
862
|
-
*/
|
|
863
|
-
readonly provisioningState?: WorkloadNetworkPortMirroringProvisioningState;
|
|
864
|
-
/** NSX revision number. */
|
|
865
|
-
revision?: number;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
774
|
/** The response of a WorkloadNetworkPublicIP list operation. */
|
|
869
|
-
export interface
|
|
775
|
+
export interface WorkloadNetworkPublicIPsList {
|
|
870
776
|
/** The WorkloadNetworkPublicIP items on this page */
|
|
871
777
|
value: WorkloadNetworkPublicIP[];
|
|
872
778
|
/** The link to the next page of items */
|
|
@@ -874,7 +780,7 @@ export interface WorkloadNetworkPublicIPListResult {
|
|
|
874
780
|
}
|
|
875
781
|
|
|
876
782
|
/** The response of a WorkloadNetworkSegment list operation. */
|
|
877
|
-
export interface
|
|
783
|
+
export interface WorkloadNetworkSegmentsList {
|
|
878
784
|
/** The WorkloadNetworkSegment items on this page */
|
|
879
785
|
value: WorkloadNetworkSegment[];
|
|
880
786
|
/** The link to the next page of items */
|
|
@@ -895,35 +801,8 @@ export interface WorkloadNetworkSegmentPortVif {
|
|
|
895
801
|
portName?: string;
|
|
896
802
|
}
|
|
897
803
|
|
|
898
|
-
/** NSX Segment update */
|
|
899
|
-
export interface WorkloadNetworkSegmentUpdate {
|
|
900
|
-
/** Display name of the segment. */
|
|
901
|
-
displayName?: string;
|
|
902
|
-
/** Gateway which to connect segment to. */
|
|
903
|
-
connectedGateway?: string;
|
|
904
|
-
/** Subnet which to connect segment to. */
|
|
905
|
-
subnet?: WorkloadNetworkSegmentSubnet;
|
|
906
|
-
/**
|
|
907
|
-
* Port Vif which segment is associated with.
|
|
908
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
909
|
-
*/
|
|
910
|
-
readonly portVif?: WorkloadNetworkSegmentPortVif[];
|
|
911
|
-
/**
|
|
912
|
-
* Segment status.
|
|
913
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
914
|
-
*/
|
|
915
|
-
readonly status?: SegmentStatusEnum;
|
|
916
|
-
/**
|
|
917
|
-
* The provisioning state
|
|
918
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
919
|
-
*/
|
|
920
|
-
readonly provisioningState?: WorkloadNetworkSegmentProvisioningState;
|
|
921
|
-
/** NSX revision number. */
|
|
922
|
-
revision?: number;
|
|
923
|
-
}
|
|
924
|
-
|
|
925
804
|
/** The response of a WorkloadNetworkVirtualMachine list operation. */
|
|
926
|
-
export interface
|
|
805
|
+
export interface WorkloadNetworkVirtualMachinesList {
|
|
927
806
|
/** The WorkloadNetworkVirtualMachine items on this page */
|
|
928
807
|
value: WorkloadNetworkVirtualMachine[];
|
|
929
808
|
/** The link to the next page of items */
|
|
@@ -931,33 +810,13 @@ export interface WorkloadNetworkVirtualMachineListResult {
|
|
|
931
810
|
}
|
|
932
811
|
|
|
933
812
|
/** The response of a WorkloadNetworkVMGroup list operation. */
|
|
934
|
-
export interface
|
|
813
|
+
export interface WorkloadNetworkVMGroupsList {
|
|
935
814
|
/** The WorkloadNetworkVMGroup items on this page */
|
|
936
815
|
value: WorkloadNetworkVMGroup[];
|
|
937
816
|
/** The link to the next page of items */
|
|
938
817
|
nextLink?: string;
|
|
939
818
|
}
|
|
940
819
|
|
|
941
|
-
/** NSX VM Group update */
|
|
942
|
-
export interface WorkloadNetworkVMGroupUpdate {
|
|
943
|
-
/** Display name of the VM group. */
|
|
944
|
-
displayName?: string;
|
|
945
|
-
/** Virtual machine members of this group. */
|
|
946
|
-
members?: string[];
|
|
947
|
-
/**
|
|
948
|
-
* VM Group status.
|
|
949
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
950
|
-
*/
|
|
951
|
-
readonly status?: VMGroupStatusEnum;
|
|
952
|
-
/**
|
|
953
|
-
* The provisioning state
|
|
954
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
955
|
-
*/
|
|
956
|
-
readonly provisioningState?: WorkloadNetworkVMGroupProvisioningState;
|
|
957
|
-
/** NSX revision number. */
|
|
958
|
-
revision?: number;
|
|
959
|
-
}
|
|
960
|
-
|
|
961
820
|
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
962
821
|
export interface TrackedResource extends Resource {
|
|
963
822
|
/** Resource tags. */
|
|
@@ -1081,32 +940,12 @@ export interface WorkloadNetworkDhcpServer extends WorkloadNetworkDhcpEntity {
|
|
|
1081
940
|
leaseTime?: number;
|
|
1082
941
|
}
|
|
1083
942
|
|
|
1084
|
-
/** NSX DHCP Relay */
|
|
1085
|
-
export interface WorkloadNetworkDhcpRelayUpdate
|
|
1086
|
-
extends WorkloadNetworkDhcpEntityUpdate {
|
|
1087
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1088
|
-
dhcpType: "RELAY";
|
|
1089
|
-
/** DHCP Relay Addresses. Max 3. */
|
|
1090
|
-
serverAddresses?: string[];
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
/** NSX DHCP Server */
|
|
1094
|
-
export interface WorkloadNetworkDhcpServerUpdate
|
|
1095
|
-
extends WorkloadNetworkDhcpEntityUpdate {
|
|
1096
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
1097
|
-
dhcpType: "SERVER";
|
|
1098
|
-
/** DHCP Server Address. */
|
|
1099
|
-
serverAddress?: string;
|
|
1100
|
-
/** DHCP Server Lease Time. */
|
|
1101
|
-
leaseTime?: number;
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
943
|
/** A private cloud resource */
|
|
1105
944
|
export interface PrivateCloud extends TrackedResource {
|
|
1106
945
|
/** The SKU (Stock Keeping Unit) assigned to this resource. */
|
|
1107
946
|
sku: Sku;
|
|
1108
947
|
/** The managed service identities assigned to this resource. */
|
|
1109
|
-
identity?:
|
|
948
|
+
identity?: PrivateCloudIdentity;
|
|
1110
949
|
/** The default cluster used for management */
|
|
1111
950
|
managementCluster?: ManagementCluster;
|
|
1112
951
|
/** Connectivity to internet is enabled or disabled */
|
|
@@ -2305,8 +2144,8 @@ export enum KnownDnsZoneType {
|
|
|
2305
2144
|
*/
|
|
2306
2145
|
export type DnsZoneType = string;
|
|
2307
2146
|
|
|
2308
|
-
/** Known values of {@link
|
|
2309
|
-
export enum
|
|
2147
|
+
/** Known values of {@link ResourceIdentityType} that the service accepts. */
|
|
2148
|
+
export enum KnownResourceIdentityType {
|
|
2310
2149
|
/** None */
|
|
2311
2150
|
None = "None",
|
|
2312
2151
|
/** SystemAssigned */
|
|
@@ -2314,14 +2153,14 @@ export enum KnownSystemAssignedServiceIdentityType {
|
|
|
2314
2153
|
}
|
|
2315
2154
|
|
|
2316
2155
|
/**
|
|
2317
|
-
* Defines values for
|
|
2318
|
-
* {@link
|
|
2156
|
+
* Defines values for ResourceIdentityType. \
|
|
2157
|
+
* {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,
|
|
2319
2158
|
* this enum contains the known values that the service supports.
|
|
2320
2159
|
* ### Known values supported by the service
|
|
2321
2160
|
* **None** \
|
|
2322
2161
|
* **SystemAssigned**
|
|
2323
2162
|
*/
|
|
2324
|
-
export type
|
|
2163
|
+
export type ResourceIdentityType = string;
|
|
2325
2164
|
|
|
2326
2165
|
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
2327
2166
|
export enum KnownCreatedByType {
|
|
@@ -3489,14 +3328,14 @@ export interface PrivateCloudsListInSubscriptionOptionalParams
|
|
|
3489
3328
|
extends coreClient.OperationOptions {}
|
|
3490
3329
|
|
|
3491
3330
|
/** Contains response data for the listInSubscription operation. */
|
|
3492
|
-
export type PrivateCloudsListInSubscriptionResponse =
|
|
3331
|
+
export type PrivateCloudsListInSubscriptionResponse = PrivateCloudList;
|
|
3493
3332
|
|
|
3494
3333
|
/** Optional parameters. */
|
|
3495
3334
|
export interface PrivateCloudsListOptionalParams
|
|
3496
3335
|
extends coreClient.OperationOptions {}
|
|
3497
3336
|
|
|
3498
3337
|
/** Contains response data for the list operation. */
|
|
3499
|
-
export type PrivateCloudsListResponse =
|
|
3338
|
+
export type PrivateCloudsListResponse = PrivateCloudList;
|
|
3500
3339
|
|
|
3501
3340
|
/** Optional parameters. */
|
|
3502
3341
|
export interface PrivateCloudsGetOptionalParams
|
|
@@ -3576,21 +3415,20 @@ export interface PrivateCloudsListInSubscriptionNextOptionalParams
|
|
|
3576
3415
|
extends coreClient.OperationOptions {}
|
|
3577
3416
|
|
|
3578
3417
|
/** Contains response data for the listInSubscriptionNext operation. */
|
|
3579
|
-
export type PrivateCloudsListInSubscriptionNextResponse =
|
|
3580
|
-
PrivateCloudListResult;
|
|
3418
|
+
export type PrivateCloudsListInSubscriptionNextResponse = PrivateCloudList;
|
|
3581
3419
|
|
|
3582
3420
|
/** Optional parameters. */
|
|
3583
3421
|
export interface PrivateCloudsListNextOptionalParams
|
|
3584
3422
|
extends coreClient.OperationOptions {}
|
|
3585
3423
|
|
|
3586
3424
|
/** Contains response data for the listNext operation. */
|
|
3587
|
-
export type PrivateCloudsListNextResponse =
|
|
3425
|
+
export type PrivateCloudsListNextResponse = PrivateCloudList;
|
|
3588
3426
|
|
|
3589
3427
|
/** Optional parameters. */
|
|
3590
3428
|
export interface AddonsListOptionalParams extends coreClient.OperationOptions {}
|
|
3591
3429
|
|
|
3592
3430
|
/** Contains response data for the list operation. */
|
|
3593
|
-
export type AddonsListResponse =
|
|
3431
|
+
export type AddonsListResponse = AddonList;
|
|
3594
3432
|
|
|
3595
3433
|
/** Optional parameters. */
|
|
3596
3434
|
export interface AddonsGetOptionalParams extends coreClient.OperationOptions {}
|
|
@@ -3624,14 +3462,14 @@ export interface AddonsListNextOptionalParams
|
|
|
3624
3462
|
extends coreClient.OperationOptions {}
|
|
3625
3463
|
|
|
3626
3464
|
/** Contains response data for the listNext operation. */
|
|
3627
|
-
export type AddonsListNextResponse =
|
|
3465
|
+
export type AddonsListNextResponse = AddonList;
|
|
3628
3466
|
|
|
3629
3467
|
/** Optional parameters. */
|
|
3630
3468
|
export interface AuthorizationsListOptionalParams
|
|
3631
3469
|
extends coreClient.OperationOptions {}
|
|
3632
3470
|
|
|
3633
3471
|
/** Contains response data for the list operation. */
|
|
3634
|
-
export type AuthorizationsListResponse =
|
|
3472
|
+
export type AuthorizationsListResponse = ExpressRouteAuthorizationList;
|
|
3635
3473
|
|
|
3636
3474
|
/** Optional parameters. */
|
|
3637
3475
|
export interface AuthorizationsGetOptionalParams
|
|
@@ -3666,15 +3504,14 @@ export interface AuthorizationsListNextOptionalParams
|
|
|
3666
3504
|
extends coreClient.OperationOptions {}
|
|
3667
3505
|
|
|
3668
3506
|
/** Contains response data for the listNext operation. */
|
|
3669
|
-
export type AuthorizationsListNextResponse =
|
|
3670
|
-
ExpressRouteAuthorizationListResult;
|
|
3507
|
+
export type AuthorizationsListNextResponse = ExpressRouteAuthorizationList;
|
|
3671
3508
|
|
|
3672
3509
|
/** Optional parameters. */
|
|
3673
3510
|
export interface CloudLinksListOptionalParams
|
|
3674
3511
|
extends coreClient.OperationOptions {}
|
|
3675
3512
|
|
|
3676
3513
|
/** Contains response data for the list operation. */
|
|
3677
|
-
export type CloudLinksListResponse =
|
|
3514
|
+
export type CloudLinksListResponse = CloudLinkList;
|
|
3678
3515
|
|
|
3679
3516
|
/** Optional parameters. */
|
|
3680
3517
|
export interface CloudLinksGetOptionalParams
|
|
@@ -3709,14 +3546,14 @@ export interface CloudLinksListNextOptionalParams
|
|
|
3709
3546
|
extends coreClient.OperationOptions {}
|
|
3710
3547
|
|
|
3711
3548
|
/** Contains response data for the listNext operation. */
|
|
3712
|
-
export type CloudLinksListNextResponse =
|
|
3549
|
+
export type CloudLinksListNextResponse = CloudLinkList;
|
|
3713
3550
|
|
|
3714
3551
|
/** Optional parameters. */
|
|
3715
3552
|
export interface ClustersListOptionalParams
|
|
3716
3553
|
extends coreClient.OperationOptions {}
|
|
3717
3554
|
|
|
3718
3555
|
/** Contains response data for the list operation. */
|
|
3719
|
-
export type ClustersListResponse =
|
|
3556
|
+
export type ClustersListResponse = ClusterList;
|
|
3720
3557
|
|
|
3721
3558
|
/** Optional parameters. */
|
|
3722
3559
|
export interface ClustersGetOptionalParams
|
|
@@ -3770,14 +3607,14 @@ export interface ClustersListNextOptionalParams
|
|
|
3770
3607
|
extends coreClient.OperationOptions {}
|
|
3771
3608
|
|
|
3772
3609
|
/** Contains response data for the listNext operation. */
|
|
3773
|
-
export type ClustersListNextResponse =
|
|
3610
|
+
export type ClustersListNextResponse = ClusterList;
|
|
3774
3611
|
|
|
3775
3612
|
/** Optional parameters. */
|
|
3776
3613
|
export interface DatastoresListOptionalParams
|
|
3777
3614
|
extends coreClient.OperationOptions {}
|
|
3778
3615
|
|
|
3779
3616
|
/** Contains response data for the list operation. */
|
|
3780
|
-
export type DatastoresListResponse =
|
|
3617
|
+
export type DatastoresListResponse = DatastoreList;
|
|
3781
3618
|
|
|
3782
3619
|
/** Optional parameters. */
|
|
3783
3620
|
export interface DatastoresGetOptionalParams
|
|
@@ -3812,14 +3649,14 @@ export interface DatastoresListNextOptionalParams
|
|
|
3812
3649
|
extends coreClient.OperationOptions {}
|
|
3813
3650
|
|
|
3814
3651
|
/** Contains response data for the listNext operation. */
|
|
3815
|
-
export type DatastoresListNextResponse =
|
|
3652
|
+
export type DatastoresListNextResponse = DatastoreList;
|
|
3816
3653
|
|
|
3817
3654
|
/** Optional parameters. */
|
|
3818
3655
|
export interface PlacementPoliciesListOptionalParams
|
|
3819
3656
|
extends coreClient.OperationOptions {}
|
|
3820
3657
|
|
|
3821
3658
|
/** Contains response data for the list operation. */
|
|
3822
|
-
export type PlacementPoliciesListResponse =
|
|
3659
|
+
export type PlacementPoliciesListResponse = PlacementPoliciesList;
|
|
3823
3660
|
|
|
3824
3661
|
/** Optional parameters. */
|
|
3825
3662
|
export interface PlacementPoliciesGetOptionalParams
|
|
@@ -3866,14 +3703,14 @@ export interface PlacementPoliciesListNextOptionalParams
|
|
|
3866
3703
|
extends coreClient.OperationOptions {}
|
|
3867
3704
|
|
|
3868
3705
|
/** Contains response data for the listNext operation. */
|
|
3869
|
-
export type PlacementPoliciesListNextResponse =
|
|
3706
|
+
export type PlacementPoliciesListNextResponse = PlacementPoliciesList;
|
|
3870
3707
|
|
|
3871
3708
|
/** Optional parameters. */
|
|
3872
3709
|
export interface VirtualMachinesListOptionalParams
|
|
3873
3710
|
extends coreClient.OperationOptions {}
|
|
3874
3711
|
|
|
3875
3712
|
/** Contains response data for the list operation. */
|
|
3876
|
-
export type VirtualMachinesListResponse =
|
|
3713
|
+
export type VirtualMachinesListResponse = VirtualMachinesList;
|
|
3877
3714
|
|
|
3878
3715
|
/** Optional parameters. */
|
|
3879
3716
|
export interface VirtualMachinesGetOptionalParams
|
|
@@ -3900,15 +3737,14 @@ export interface VirtualMachinesListNextOptionalParams
|
|
|
3900
3737
|
extends coreClient.OperationOptions {}
|
|
3901
3738
|
|
|
3902
3739
|
/** Contains response data for the listNext operation. */
|
|
3903
|
-
export type VirtualMachinesListNextResponse =
|
|
3740
|
+
export type VirtualMachinesListNextResponse = VirtualMachinesList;
|
|
3904
3741
|
|
|
3905
3742
|
/** Optional parameters. */
|
|
3906
3743
|
export interface GlobalReachConnectionsListOptionalParams
|
|
3907
3744
|
extends coreClient.OperationOptions {}
|
|
3908
3745
|
|
|
3909
3746
|
/** Contains response data for the list operation. */
|
|
3910
|
-
export type GlobalReachConnectionsListResponse =
|
|
3911
|
-
GlobalReachConnectionListResult;
|
|
3747
|
+
export type GlobalReachConnectionsListResponse = GlobalReachConnectionList;
|
|
3912
3748
|
|
|
3913
3749
|
/** Optional parameters. */
|
|
3914
3750
|
export interface GlobalReachConnectionsGetOptionalParams
|
|
@@ -3944,15 +3780,14 @@ export interface GlobalReachConnectionsListNextOptionalParams
|
|
|
3944
3780
|
extends coreClient.OperationOptions {}
|
|
3945
3781
|
|
|
3946
3782
|
/** Contains response data for the listNext operation. */
|
|
3947
|
-
export type GlobalReachConnectionsListNextResponse =
|
|
3948
|
-
GlobalReachConnectionListResult;
|
|
3783
|
+
export type GlobalReachConnectionsListNextResponse = GlobalReachConnectionList;
|
|
3949
3784
|
|
|
3950
3785
|
/** Optional parameters. */
|
|
3951
3786
|
export interface HcxEnterpriseSitesListOptionalParams
|
|
3952
3787
|
extends coreClient.OperationOptions {}
|
|
3953
3788
|
|
|
3954
3789
|
/** Contains response data for the list operation. */
|
|
3955
|
-
export type HcxEnterpriseSitesListResponse =
|
|
3790
|
+
export type HcxEnterpriseSitesListResponse = HcxEnterpriseSiteList;
|
|
3956
3791
|
|
|
3957
3792
|
/** Optional parameters. */
|
|
3958
3793
|
export interface HcxEnterpriseSitesGetOptionalParams
|
|
@@ -3977,7 +3812,7 @@ export interface HcxEnterpriseSitesListNextOptionalParams
|
|
|
3977
3812
|
extends coreClient.OperationOptions {}
|
|
3978
3813
|
|
|
3979
3814
|
/** Contains response data for the listNext operation. */
|
|
3980
|
-
export type HcxEnterpriseSitesListNextResponse =
|
|
3815
|
+
export type HcxEnterpriseSitesListNextResponse = HcxEnterpriseSiteList;
|
|
3981
3816
|
|
|
3982
3817
|
/** Optional parameters. */
|
|
3983
3818
|
export interface IscsiPathsListByPrivateCloudOptionalParams
|
|
@@ -4026,7 +3861,7 @@ export interface ScriptExecutionsListOptionalParams
|
|
|
4026
3861
|
extends coreClient.OperationOptions {}
|
|
4027
3862
|
|
|
4028
3863
|
/** Contains response data for the list operation. */
|
|
4029
|
-
export type ScriptExecutionsListResponse =
|
|
3864
|
+
export type ScriptExecutionsListResponse = ScriptExecutionsList;
|
|
4030
3865
|
|
|
4031
3866
|
/** Optional parameters. */
|
|
4032
3867
|
export interface ScriptExecutionsGetOptionalParams
|
|
@@ -4071,14 +3906,14 @@ export interface ScriptExecutionsListNextOptionalParams
|
|
|
4071
3906
|
extends coreClient.OperationOptions {}
|
|
4072
3907
|
|
|
4073
3908
|
/** Contains response data for the listNext operation. */
|
|
4074
|
-
export type ScriptExecutionsListNextResponse =
|
|
3909
|
+
export type ScriptExecutionsListNextResponse = ScriptExecutionsList;
|
|
4075
3910
|
|
|
4076
3911
|
/** Optional parameters. */
|
|
4077
3912
|
export interface ScriptPackagesListOptionalParams
|
|
4078
3913
|
extends coreClient.OperationOptions {}
|
|
4079
3914
|
|
|
4080
3915
|
/** Contains response data for the list operation. */
|
|
4081
|
-
export type ScriptPackagesListResponse =
|
|
3916
|
+
export type ScriptPackagesListResponse = ScriptPackagesList;
|
|
4082
3917
|
|
|
4083
3918
|
/** Optional parameters. */
|
|
4084
3919
|
export interface ScriptPackagesGetOptionalParams
|
|
@@ -4092,14 +3927,14 @@ export interface ScriptPackagesListNextOptionalParams
|
|
|
4092
3927
|
extends coreClient.OperationOptions {}
|
|
4093
3928
|
|
|
4094
3929
|
/** Contains response data for the listNext operation. */
|
|
4095
|
-
export type ScriptPackagesListNextResponse =
|
|
3930
|
+
export type ScriptPackagesListNextResponse = ScriptPackagesList;
|
|
4096
3931
|
|
|
4097
3932
|
/** Optional parameters. */
|
|
4098
3933
|
export interface ScriptCmdletsListOptionalParams
|
|
4099
3934
|
extends coreClient.OperationOptions {}
|
|
4100
3935
|
|
|
4101
3936
|
/** Contains response data for the list operation. */
|
|
4102
|
-
export type ScriptCmdletsListResponse =
|
|
3937
|
+
export type ScriptCmdletsListResponse = ScriptCmdletsList;
|
|
4103
3938
|
|
|
4104
3939
|
/** Optional parameters. */
|
|
4105
3940
|
export interface ScriptCmdletsGetOptionalParams
|
|
@@ -4113,14 +3948,14 @@ export interface ScriptCmdletsListNextOptionalParams
|
|
|
4113
3948
|
extends coreClient.OperationOptions {}
|
|
4114
3949
|
|
|
4115
3950
|
/** Contains response data for the listNext operation. */
|
|
4116
|
-
export type ScriptCmdletsListNextResponse =
|
|
3951
|
+
export type ScriptCmdletsListNextResponse = ScriptCmdletsList;
|
|
4117
3952
|
|
|
4118
3953
|
/** Optional parameters. */
|
|
4119
3954
|
export interface WorkloadNetworksListOptionalParams
|
|
4120
3955
|
extends coreClient.OperationOptions {}
|
|
4121
3956
|
|
|
4122
3957
|
/** Contains response data for the list operation. */
|
|
4123
|
-
export type WorkloadNetworksListResponse =
|
|
3958
|
+
export type WorkloadNetworksListResponse = WorkloadNetworkList;
|
|
4124
3959
|
|
|
4125
3960
|
/** Optional parameters. */
|
|
4126
3961
|
export interface WorkloadNetworksGetOptionalParams
|
|
@@ -4134,7 +3969,7 @@ export interface WorkloadNetworksListDhcpOptionalParams
|
|
|
4134
3969
|
extends coreClient.OperationOptions {}
|
|
4135
3970
|
|
|
4136
3971
|
/** Contains response data for the listDhcp operation. */
|
|
4137
|
-
export type WorkloadNetworksListDhcpResponse =
|
|
3972
|
+
export type WorkloadNetworksListDhcpResponse = WorkloadNetworkDhcpList;
|
|
4138
3973
|
|
|
4139
3974
|
/** Optional parameters. */
|
|
4140
3975
|
export interface WorkloadNetworksGetDhcpOptionalParams
|
|
@@ -4182,7 +4017,7 @@ export interface WorkloadNetworksListDnsServicesOptionalParams
|
|
|
4182
4017
|
|
|
4183
4018
|
/** Contains response data for the listDnsServices operation. */
|
|
4184
4019
|
export type WorkloadNetworksListDnsServicesResponse =
|
|
4185
|
-
|
|
4020
|
+
WorkloadNetworkDnsServicesList;
|
|
4186
4021
|
|
|
4187
4022
|
/** Optional parameters. */
|
|
4188
4023
|
export interface WorkloadNetworksGetDnsServiceOptionalParams
|
|
@@ -4231,8 +4066,7 @@ export interface WorkloadNetworksListDnsZonesOptionalParams
|
|
|
4231
4066
|
extends coreClient.OperationOptions {}
|
|
4232
4067
|
|
|
4233
4068
|
/** Contains response data for the listDnsZones operation. */
|
|
4234
|
-
export type WorkloadNetworksListDnsZonesResponse =
|
|
4235
|
-
WorkloadNetworkDnsZoneListResult;
|
|
4069
|
+
export type WorkloadNetworksListDnsZonesResponse = WorkloadNetworkDnsZonesList;
|
|
4236
4070
|
|
|
4237
4071
|
/** Optional parameters. */
|
|
4238
4072
|
export interface WorkloadNetworksGetDnsZoneOptionalParams
|
|
@@ -4279,8 +4113,7 @@ export interface WorkloadNetworksListGatewaysOptionalParams
|
|
|
4279
4113
|
extends coreClient.OperationOptions {}
|
|
4280
4114
|
|
|
4281
4115
|
/** Contains response data for the listGateways operation. */
|
|
4282
|
-
export type WorkloadNetworksListGatewaysResponse =
|
|
4283
|
-
WorkloadNetworkGatewayListResult;
|
|
4116
|
+
export type WorkloadNetworksListGatewaysResponse = WorkloadNetworkGatewayList;
|
|
4284
4117
|
|
|
4285
4118
|
/** Optional parameters. */
|
|
4286
4119
|
export interface WorkloadNetworksGetGatewayOptionalParams
|
|
@@ -4295,7 +4128,7 @@ export interface WorkloadNetworksListPortMirroringOptionalParams
|
|
|
4295
4128
|
|
|
4296
4129
|
/** Contains response data for the listPortMirroring operation. */
|
|
4297
4130
|
export type WorkloadNetworksListPortMirroringResponse =
|
|
4298
|
-
|
|
4131
|
+
WorkloadNetworkPortMirroringList;
|
|
4299
4132
|
|
|
4300
4133
|
/** Optional parameters. */
|
|
4301
4134
|
export interface WorkloadNetworksGetPortMirroringOptionalParams
|
|
@@ -4346,7 +4179,7 @@ export interface WorkloadNetworksListPublicIPsOptionalParams
|
|
|
4346
4179
|
|
|
4347
4180
|
/** Contains response data for the listPublicIPs operation. */
|
|
4348
4181
|
export type WorkloadNetworksListPublicIPsResponse =
|
|
4349
|
-
|
|
4182
|
+
WorkloadNetworkPublicIPsList;
|
|
4350
4183
|
|
|
4351
4184
|
/** Optional parameters. */
|
|
4352
4185
|
export interface WorkloadNetworksGetPublicIPOptionalParams
|
|
@@ -4381,8 +4214,7 @@ export interface WorkloadNetworksListSegmentsOptionalParams
|
|
|
4381
4214
|
extends coreClient.OperationOptions {}
|
|
4382
4215
|
|
|
4383
4216
|
/** Contains response data for the listSegments operation. */
|
|
4384
|
-
export type WorkloadNetworksListSegmentsResponse =
|
|
4385
|
-
WorkloadNetworkSegmentListResult;
|
|
4217
|
+
export type WorkloadNetworksListSegmentsResponse = WorkloadNetworkSegmentsList;
|
|
4386
4218
|
|
|
4387
4219
|
/** Optional parameters. */
|
|
4388
4220
|
export interface WorkloadNetworksGetSegmentOptionalParams
|
|
@@ -4430,7 +4262,7 @@ export interface WorkloadNetworksListVirtualMachinesOptionalParams
|
|
|
4430
4262
|
|
|
4431
4263
|
/** Contains response data for the listVirtualMachines operation. */
|
|
4432
4264
|
export type WorkloadNetworksListVirtualMachinesResponse =
|
|
4433
|
-
|
|
4265
|
+
WorkloadNetworkVirtualMachinesList;
|
|
4434
4266
|
|
|
4435
4267
|
/** Optional parameters. */
|
|
4436
4268
|
export interface WorkloadNetworksGetVirtualMachineOptionalParams
|
|
@@ -4445,8 +4277,7 @@ export interface WorkloadNetworksListVMGroupsOptionalParams
|
|
|
4445
4277
|
extends coreClient.OperationOptions {}
|
|
4446
4278
|
|
|
4447
4279
|
/** Contains response data for the listVMGroups operation. */
|
|
4448
|
-
export type WorkloadNetworksListVMGroupsResponse =
|
|
4449
|
-
WorkloadNetworkVMGroupListResult;
|
|
4280
|
+
export type WorkloadNetworksListVMGroupsResponse = WorkloadNetworkVMGroupsList;
|
|
4450
4281
|
|
|
4451
4282
|
/** Optional parameters. */
|
|
4452
4283
|
export interface WorkloadNetworksGetVMGroupOptionalParams
|
|
@@ -4493,15 +4324,14 @@ export interface WorkloadNetworksListNextOptionalParams
|
|
|
4493
4324
|
extends coreClient.OperationOptions {}
|
|
4494
4325
|
|
|
4495
4326
|
/** Contains response data for the listNext operation. */
|
|
4496
|
-
export type WorkloadNetworksListNextResponse =
|
|
4327
|
+
export type WorkloadNetworksListNextResponse = WorkloadNetworkList;
|
|
4497
4328
|
|
|
4498
4329
|
/** Optional parameters. */
|
|
4499
4330
|
export interface WorkloadNetworksListDhcpNextOptionalParams
|
|
4500
4331
|
extends coreClient.OperationOptions {}
|
|
4501
4332
|
|
|
4502
4333
|
/** Contains response data for the listDhcpNext operation. */
|
|
4503
|
-
export type WorkloadNetworksListDhcpNextResponse =
|
|
4504
|
-
WorkloadNetworkDhcpListResult;
|
|
4334
|
+
export type WorkloadNetworksListDhcpNextResponse = WorkloadNetworkDhcpList;
|
|
4505
4335
|
|
|
4506
4336
|
/** Optional parameters. */
|
|
4507
4337
|
export interface WorkloadNetworksListDnsServicesNextOptionalParams
|
|
@@ -4509,7 +4339,7 @@ export interface WorkloadNetworksListDnsServicesNextOptionalParams
|
|
|
4509
4339
|
|
|
4510
4340
|
/** Contains response data for the listDnsServicesNext operation. */
|
|
4511
4341
|
export type WorkloadNetworksListDnsServicesNextResponse =
|
|
4512
|
-
|
|
4342
|
+
WorkloadNetworkDnsServicesList;
|
|
4513
4343
|
|
|
4514
4344
|
/** Optional parameters. */
|
|
4515
4345
|
export interface WorkloadNetworksListDnsZonesNextOptionalParams
|
|
@@ -4517,7 +4347,7 @@ export interface WorkloadNetworksListDnsZonesNextOptionalParams
|
|
|
4517
4347
|
|
|
4518
4348
|
/** Contains response data for the listDnsZonesNext operation. */
|
|
4519
4349
|
export type WorkloadNetworksListDnsZonesNextResponse =
|
|
4520
|
-
|
|
4350
|
+
WorkloadNetworkDnsZonesList;
|
|
4521
4351
|
|
|
4522
4352
|
/** Optional parameters. */
|
|
4523
4353
|
export interface WorkloadNetworksListGatewaysNextOptionalParams
|
|
@@ -4525,7 +4355,7 @@ export interface WorkloadNetworksListGatewaysNextOptionalParams
|
|
|
4525
4355
|
|
|
4526
4356
|
/** Contains response data for the listGatewaysNext operation. */
|
|
4527
4357
|
export type WorkloadNetworksListGatewaysNextResponse =
|
|
4528
|
-
|
|
4358
|
+
WorkloadNetworkGatewayList;
|
|
4529
4359
|
|
|
4530
4360
|
/** Optional parameters. */
|
|
4531
4361
|
export interface WorkloadNetworksListPortMirroringNextOptionalParams
|
|
@@ -4533,7 +4363,7 @@ export interface WorkloadNetworksListPortMirroringNextOptionalParams
|
|
|
4533
4363
|
|
|
4534
4364
|
/** Contains response data for the listPortMirroringNext operation. */
|
|
4535
4365
|
export type WorkloadNetworksListPortMirroringNextResponse =
|
|
4536
|
-
|
|
4366
|
+
WorkloadNetworkPortMirroringList;
|
|
4537
4367
|
|
|
4538
4368
|
/** Optional parameters. */
|
|
4539
4369
|
export interface WorkloadNetworksListPublicIPsNextOptionalParams
|
|
@@ -4541,7 +4371,7 @@ export interface WorkloadNetworksListPublicIPsNextOptionalParams
|
|
|
4541
4371
|
|
|
4542
4372
|
/** Contains response data for the listPublicIPsNext operation. */
|
|
4543
4373
|
export type WorkloadNetworksListPublicIPsNextResponse =
|
|
4544
|
-
|
|
4374
|
+
WorkloadNetworkPublicIPsList;
|
|
4545
4375
|
|
|
4546
4376
|
/** Optional parameters. */
|
|
4547
4377
|
export interface WorkloadNetworksListSegmentsNextOptionalParams
|
|
@@ -4549,7 +4379,7 @@ export interface WorkloadNetworksListSegmentsNextOptionalParams
|
|
|
4549
4379
|
|
|
4550
4380
|
/** Contains response data for the listSegmentsNext operation. */
|
|
4551
4381
|
export type WorkloadNetworksListSegmentsNextResponse =
|
|
4552
|
-
|
|
4382
|
+
WorkloadNetworkSegmentsList;
|
|
4553
4383
|
|
|
4554
4384
|
/** Optional parameters. */
|
|
4555
4385
|
export interface WorkloadNetworksListVirtualMachinesNextOptionalParams
|
|
@@ -4557,7 +4387,7 @@ export interface WorkloadNetworksListVirtualMachinesNextOptionalParams
|
|
|
4557
4387
|
|
|
4558
4388
|
/** Contains response data for the listVirtualMachinesNext operation. */
|
|
4559
4389
|
export type WorkloadNetworksListVirtualMachinesNextResponse =
|
|
4560
|
-
|
|
4390
|
+
WorkloadNetworkVirtualMachinesList;
|
|
4561
4391
|
|
|
4562
4392
|
/** Optional parameters. */
|
|
4563
4393
|
export interface WorkloadNetworksListVMGroupsNextOptionalParams
|
|
@@ -4565,7 +4395,7 @@ export interface WorkloadNetworksListVMGroupsNextOptionalParams
|
|
|
4565
4395
|
|
|
4566
4396
|
/** Contains response data for the listVMGroupsNext operation. */
|
|
4567
4397
|
export type WorkloadNetworksListVMGroupsNextResponse =
|
|
4568
|
-
|
|
4398
|
+
WorkloadNetworkVMGroupsList;
|
|
4569
4399
|
|
|
4570
4400
|
/** Optional parameters. */
|
|
4571
4401
|
export interface AzureVMwareSolutionAPIOptionalParams
|