@azure/arm-labservices 3.1.1-alpha.20250620.1 → 3.1.1-alpha.20250721.1
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/dist/browser/labServicesClient.js +23 -5
- package/dist/browser/labServicesClient.js.map +1 -1
- package/dist/browser/lroImpl.js +11 -3
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/mappers.js +257 -121
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/operations/images.js +23 -40
- package/dist/browser/operations/images.js.map +1 -1
- package/dist/browser/operations/labPlans.js +89 -103
- package/dist/browser/operations/labPlans.js.map +1 -1
- package/dist/browser/operations/labs.js +100 -109
- package/dist/browser/operations/labs.js.map +1 -1
- package/dist/browser/operations/operationResults.js +1 -0
- package/dist/browser/operations/operationResults.js.map +1 -1
- package/dist/browser/operations/operations.js +23 -40
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/schedules.js +34 -46
- package/dist/browser/operations/schedules.js.map +1 -1
- package/dist/browser/operations/skus.js +23 -40
- package/dist/browser/operations/skus.js.map +1 -1
- package/dist/browser/operations/usages.js +23 -40
- package/dist/browser/operations/usages.js.map +1 -1
- package/dist/browser/operations/users.js +67 -64
- package/dist/browser/operations/users.js.map +1 -1
- package/dist/browser/operations/virtualMachines.js +78 -70
- package/dist/browser/operations/virtualMachines.js.map +1 -1
- package/dist/browser/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/labServicesClient.js +23 -5
- package/dist/commonjs/labServicesClient.js.map +1 -1
- package/dist/commonjs/lroImpl.js +11 -3
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/mappers.js +257 -121
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/operations/images.js +23 -39
- package/dist/commonjs/operations/images.js.map +1 -1
- package/dist/commonjs/operations/labPlans.js +89 -102
- package/dist/commonjs/operations/labPlans.js.map +1 -1
- package/dist/commonjs/operations/labs.js +100 -108
- package/dist/commonjs/operations/labs.js.map +1 -1
- package/dist/commonjs/operations/operationResults.js +1 -0
- package/dist/commonjs/operations/operationResults.js.map +1 -1
- package/dist/commonjs/operations/operations.js +23 -39
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/schedules.js +34 -45
- package/dist/commonjs/operations/schedules.js.map +1 -1
- package/dist/commonjs/operations/skus.js +23 -39
- package/dist/commonjs/operations/skus.js.map +1 -1
- package/dist/commonjs/operations/usages.js +23 -39
- package/dist/commonjs/operations/usages.js.map +1 -1
- package/dist/commonjs/operations/users.js +67 -63
- package/dist/commonjs/operations/users.js.map +1 -1
- package/dist/commonjs/operations/virtualMachines.js +78 -69
- package/dist/commonjs/operations/virtualMachines.js.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -4
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/labServicesClient.js +23 -5
- package/dist/esm/labServicesClient.js.map +1 -1
- package/dist/esm/lroImpl.js +11 -3
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/mappers.js +257 -121
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/operations/images.js +23 -40
- package/dist/esm/operations/images.js.map +1 -1
- package/dist/esm/operations/labPlans.js +89 -103
- package/dist/esm/operations/labPlans.js.map +1 -1
- package/dist/esm/operations/labs.js +100 -109
- package/dist/esm/operations/labs.js.map +1 -1
- package/dist/esm/operations/operationResults.js +1 -0
- package/dist/esm/operations/operationResults.js.map +1 -1
- package/dist/esm/operations/operations.js +23 -40
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/schedules.js +34 -46
- package/dist/esm/operations/schedules.js.map +1 -1
- package/dist/esm/operations/skus.js +23 -40
- package/dist/esm/operations/skus.js.map +1 -1
- package/dist/esm/operations/usages.js +23 -40
- package/dist/esm/operations/usages.js.map +1 -1
- package/dist/esm/operations/users.js +67 -64
- package/dist/esm/operations/users.js.map +1 -1
- package/dist/esm/operations/virtualMachines.js +78 -70
- package/dist/esm/operations/virtualMachines.js.map +1 -1
- package/dist/esm/pagingHelper.js +2 -4
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/labServicesClient.js +23 -5
- package/dist/react-native/labServicesClient.js.map +1 -1
- package/dist/react-native/lroImpl.js +11 -3
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/mappers.js +257 -121
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/operations/images.js +23 -40
- package/dist/react-native/operations/images.js.map +1 -1
- package/dist/react-native/operations/labPlans.js +89 -103
- package/dist/react-native/operations/labPlans.js.map +1 -1
- package/dist/react-native/operations/labs.js +100 -109
- package/dist/react-native/operations/labs.js.map +1 -1
- package/dist/react-native/operations/operationResults.js +1 -0
- package/dist/react-native/operations/operationResults.js.map +1 -1
- package/dist/react-native/operations/operations.js +23 -40
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/schedules.js +34 -46
- package/dist/react-native/operations/schedules.js.map +1 -1
- package/dist/react-native/operations/skus.js +23 -40
- package/dist/react-native/operations/skus.js.map +1 -1
- package/dist/react-native/operations/usages.js +23 -40
- package/dist/react-native/operations/usages.js.map +1 -1
- package/dist/react-native/operations/users.js +67 -64
- package/dist/react-native/operations/users.js.map +1 -1
- package/dist/react-native/operations/virtualMachines.js +78 -70
- package/dist/react-native/operations/virtualMachines.js.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -4
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +2 -2
- /package/review/{arm-labservices.api.md → arm-labservices-node.api.md} +0 -0
@@ -1810,7 +1810,9 @@ export const ImageProperties = {
|
|
1810
1810
|
type: {
|
1811
1811
|
name: "Composite",
|
1812
1812
|
className: "ImageProperties",
|
1813
|
-
modelProperties:
|
1813
|
+
modelProperties: {
|
1814
|
+
...ImageUpdateProperties.type.modelProperties,
|
1815
|
+
provisioningState: {
|
1814
1816
|
serializedName: "provisioningState",
|
1815
1817
|
readOnly: true,
|
1816
1818
|
type: {
|
@@ -1824,75 +1826,87 @@ export const ImageProperties = {
|
|
1824
1826
|
"Locked"
|
1825
1827
|
]
|
1826
1828
|
}
|
1827
|
-
},
|
1829
|
+
},
|
1830
|
+
displayName: {
|
1828
1831
|
serializedName: "displayName",
|
1829
1832
|
readOnly: true,
|
1830
1833
|
type: {
|
1831
1834
|
name: "String"
|
1832
1835
|
}
|
1833
|
-
},
|
1836
|
+
},
|
1837
|
+
description: {
|
1834
1838
|
serializedName: "description",
|
1835
1839
|
readOnly: true,
|
1836
1840
|
type: {
|
1837
1841
|
name: "String"
|
1838
1842
|
}
|
1839
|
-
},
|
1843
|
+
},
|
1844
|
+
iconUrl: {
|
1840
1845
|
serializedName: "iconUrl",
|
1841
1846
|
readOnly: true,
|
1842
1847
|
type: {
|
1843
1848
|
name: "String"
|
1844
1849
|
}
|
1845
|
-
},
|
1850
|
+
},
|
1851
|
+
author: {
|
1846
1852
|
serializedName: "author",
|
1847
1853
|
readOnly: true,
|
1848
1854
|
type: {
|
1849
1855
|
name: "String"
|
1850
1856
|
}
|
1851
|
-
},
|
1857
|
+
},
|
1858
|
+
osType: {
|
1852
1859
|
serializedName: "osType",
|
1853
1860
|
readOnly: true,
|
1854
1861
|
type: {
|
1855
1862
|
name: "Enum",
|
1856
1863
|
allowedValues: ["Windows", "Linux"]
|
1857
1864
|
}
|
1858
|
-
},
|
1865
|
+
},
|
1866
|
+
plan: {
|
1859
1867
|
serializedName: "plan",
|
1860
1868
|
readOnly: true,
|
1861
1869
|
type: {
|
1862
1870
|
name: "String"
|
1863
1871
|
}
|
1864
|
-
},
|
1872
|
+
},
|
1873
|
+
termsStatus: {
|
1865
1874
|
serializedName: "termsStatus",
|
1866
1875
|
readOnly: true,
|
1867
1876
|
type: {
|
1868
1877
|
name: "Enum",
|
1869
1878
|
allowedValues: ["Enabled", "Disabled"]
|
1870
1879
|
}
|
1871
|
-
},
|
1880
|
+
},
|
1881
|
+
offer: {
|
1872
1882
|
serializedName: "offer",
|
1873
1883
|
readOnly: true,
|
1874
1884
|
type: {
|
1875
1885
|
name: "String"
|
1876
1886
|
}
|
1877
|
-
},
|
1887
|
+
},
|
1888
|
+
publisher: {
|
1878
1889
|
serializedName: "publisher",
|
1879
1890
|
readOnly: true,
|
1880
1891
|
type: {
|
1881
1892
|
name: "String"
|
1882
1893
|
}
|
1883
|
-
},
|
1894
|
+
},
|
1895
|
+
sku: {
|
1884
1896
|
serializedName: "sku",
|
1885
1897
|
readOnly: true,
|
1886
1898
|
type: {
|
1887
1899
|
name: "String"
|
1888
1900
|
}
|
1889
|
-
},
|
1901
|
+
},
|
1902
|
+
version: {
|
1890
1903
|
serializedName: "version",
|
1891
1904
|
readOnly: true,
|
1892
1905
|
type: {
|
1893
1906
|
name: "String"
|
1894
1907
|
}
|
1895
|
-
},
|
1908
|
+
},
|
1909
|
+
sharedGalleryId: {
|
1896
1910
|
constraints: {
|
1897
1911
|
MaxLength: 2000,
|
1898
1912
|
MinLength: 3
|
@@ -1902,7 +1916,8 @@ export const ImageProperties = {
|
|
1902
1916
|
type: {
|
1903
1917
|
name: "String"
|
1904
1918
|
}
|
1905
|
-
},
|
1919
|
+
},
|
1920
|
+
availableRegions: {
|
1906
1921
|
serializedName: "availableRegions",
|
1907
1922
|
type: {
|
1908
1923
|
name: "Sequence",
|
@@ -1912,47 +1927,57 @@ export const ImageProperties = {
|
|
1912
1927
|
}
|
1913
1928
|
}
|
1914
1929
|
}
|
1915
|
-
},
|
1930
|
+
},
|
1931
|
+
osState: {
|
1916
1932
|
serializedName: "osState",
|
1917
1933
|
readOnly: true,
|
1918
1934
|
type: {
|
1919
1935
|
name: "Enum",
|
1920
1936
|
allowedValues: ["Generalized", "Specialized"]
|
1921
1937
|
}
|
1922
|
-
}
|
1938
|
+
}
|
1939
|
+
}
|
1923
1940
|
}
|
1924
1941
|
};
|
1925
1942
|
export const ProxyResource = {
|
1926
1943
|
type: {
|
1927
1944
|
name: "Composite",
|
1928
1945
|
className: "ProxyResource",
|
1929
|
-
modelProperties:
|
1946
|
+
modelProperties: {
|
1947
|
+
...Resource.type.modelProperties
|
1948
|
+
}
|
1930
1949
|
}
|
1931
1950
|
};
|
1932
1951
|
export const TrackedResource = {
|
1933
1952
|
type: {
|
1934
1953
|
name: "Composite",
|
1935
1954
|
className: "TrackedResource",
|
1936
|
-
modelProperties:
|
1955
|
+
modelProperties: {
|
1956
|
+
...Resource.type.modelProperties,
|
1957
|
+
tags: {
|
1937
1958
|
serializedName: "tags",
|
1938
1959
|
type: {
|
1939
1960
|
name: "Dictionary",
|
1940
1961
|
value: { type: { name: "String" } }
|
1941
1962
|
}
|
1942
|
-
},
|
1963
|
+
},
|
1964
|
+
location: {
|
1943
1965
|
serializedName: "location",
|
1944
1966
|
required: true,
|
1945
1967
|
type: {
|
1946
1968
|
name: "String"
|
1947
1969
|
}
|
1948
|
-
}
|
1970
|
+
}
|
1971
|
+
}
|
1949
1972
|
}
|
1950
1973
|
};
|
1951
1974
|
export const LabPlanProperties = {
|
1952
1975
|
type: {
|
1953
1976
|
name: "Composite",
|
1954
1977
|
className: "LabPlanProperties",
|
1955
|
-
modelProperties:
|
1978
|
+
modelProperties: {
|
1979
|
+
...LabPlanUpdateProperties.type.modelProperties,
|
1980
|
+
provisioningState: {
|
1956
1981
|
serializedName: "provisioningState",
|
1957
1982
|
readOnly: true,
|
1958
1983
|
type: {
|
@@ -1966,38 +1991,45 @@ export const LabPlanProperties = {
|
|
1966
1991
|
"Locked"
|
1967
1992
|
]
|
1968
1993
|
}
|
1969
|
-
}
|
1994
|
+
}
|
1995
|
+
}
|
1970
1996
|
}
|
1971
1997
|
};
|
1972
1998
|
export const LabPlanUpdate = {
|
1973
1999
|
type: {
|
1974
2000
|
name: "Composite",
|
1975
2001
|
className: "LabPlanUpdate",
|
1976
|
-
modelProperties:
|
2002
|
+
modelProperties: {
|
2003
|
+
...TrackedResourceUpdate.type.modelProperties,
|
2004
|
+
identity: {
|
1977
2005
|
serializedName: "identity",
|
1978
2006
|
type: {
|
1979
2007
|
name: "Composite",
|
1980
2008
|
className: "Identity"
|
1981
2009
|
}
|
1982
|
-
},
|
2010
|
+
},
|
2011
|
+
defaultConnectionProfile: {
|
1983
2012
|
serializedName: "properties.defaultConnectionProfile",
|
1984
2013
|
type: {
|
1985
2014
|
name: "Composite",
|
1986
2015
|
className: "ConnectionProfile"
|
1987
2016
|
}
|
1988
|
-
},
|
2017
|
+
},
|
2018
|
+
defaultAutoShutdownProfile: {
|
1989
2019
|
serializedName: "properties.defaultAutoShutdownProfile",
|
1990
2020
|
type: {
|
1991
2021
|
name: "Composite",
|
1992
2022
|
className: "AutoShutdownProfile"
|
1993
2023
|
}
|
1994
|
-
},
|
2024
|
+
},
|
2025
|
+
defaultNetworkProfile: {
|
1995
2026
|
serializedName: "properties.defaultNetworkProfile",
|
1996
2027
|
type: {
|
1997
2028
|
name: "Composite",
|
1998
2029
|
className: "LabPlanNetworkProfile"
|
1999
2030
|
}
|
2000
|
-
},
|
2031
|
+
},
|
2032
|
+
allowedRegions: {
|
2001
2033
|
serializedName: "properties.allowedRegions",
|
2002
2034
|
type: {
|
2003
2035
|
name: "Sequence",
|
@@ -2007,7 +2039,8 @@ export const LabPlanUpdate = {
|
|
2007
2039
|
}
|
2008
2040
|
}
|
2009
2041
|
}
|
2010
|
-
},
|
2042
|
+
},
|
2043
|
+
sharedGalleryId: {
|
2011
2044
|
constraints: {
|
2012
2045
|
MaxLength: 2000,
|
2013
2046
|
MinLength: 3
|
@@ -2016,13 +2049,15 @@ export const LabPlanUpdate = {
|
|
2016
2049
|
type: {
|
2017
2050
|
name: "String"
|
2018
2051
|
}
|
2019
|
-
},
|
2052
|
+
},
|
2053
|
+
supportInfo: {
|
2020
2054
|
serializedName: "properties.supportInfo",
|
2021
2055
|
type: {
|
2022
2056
|
name: "Composite",
|
2023
2057
|
className: "SupportInfo"
|
2024
2058
|
}
|
2025
|
-
},
|
2059
|
+
},
|
2060
|
+
linkedLmsInstance: {
|
2026
2061
|
constraints: {
|
2027
2062
|
MaxLength: 2000,
|
2028
2063
|
MinLength: 3
|
@@ -2031,44 +2066,52 @@ export const LabPlanUpdate = {
|
|
2031
2066
|
type: {
|
2032
2067
|
name: "String"
|
2033
2068
|
}
|
2034
|
-
}
|
2069
|
+
}
|
2070
|
+
}
|
2035
2071
|
}
|
2036
2072
|
};
|
2037
2073
|
export const LabUpdate = {
|
2038
2074
|
type: {
|
2039
2075
|
name: "Composite",
|
2040
2076
|
className: "LabUpdate",
|
2041
|
-
modelProperties:
|
2077
|
+
modelProperties: {
|
2078
|
+
...TrackedResourceUpdate.type.modelProperties,
|
2079
|
+
autoShutdownProfile: {
|
2042
2080
|
serializedName: "properties.autoShutdownProfile",
|
2043
2081
|
type: {
|
2044
2082
|
name: "Composite",
|
2045
2083
|
className: "AutoShutdownProfile"
|
2046
2084
|
}
|
2047
|
-
},
|
2085
|
+
},
|
2086
|
+
connectionProfile: {
|
2048
2087
|
serializedName: "properties.connectionProfile",
|
2049
2088
|
type: {
|
2050
2089
|
name: "Composite",
|
2051
2090
|
className: "ConnectionProfile"
|
2052
2091
|
}
|
2053
|
-
},
|
2092
|
+
},
|
2093
|
+
virtualMachineProfile: {
|
2054
2094
|
serializedName: "properties.virtualMachineProfile",
|
2055
2095
|
type: {
|
2056
2096
|
name: "Composite",
|
2057
2097
|
className: "VirtualMachineProfile"
|
2058
2098
|
}
|
2059
|
-
},
|
2099
|
+
},
|
2100
|
+
securityProfile: {
|
2060
2101
|
serializedName: "properties.securityProfile",
|
2061
2102
|
type: {
|
2062
2103
|
name: "Composite",
|
2063
2104
|
className: "SecurityProfile"
|
2064
2105
|
}
|
2065
|
-
},
|
2106
|
+
},
|
2107
|
+
rosterProfile: {
|
2066
2108
|
serializedName: "properties.rosterProfile",
|
2067
2109
|
type: {
|
2068
2110
|
name: "Composite",
|
2069
2111
|
className: "RosterProfile"
|
2070
2112
|
}
|
2071
|
-
},
|
2113
|
+
},
|
2114
|
+
labPlanId: {
|
2072
2115
|
constraints: {
|
2073
2116
|
MaxLength: 2000,
|
2074
2117
|
MinLength: 3
|
@@ -2077,7 +2120,8 @@ export const LabUpdate = {
|
|
2077
2120
|
type: {
|
2078
2121
|
name: "String"
|
2079
2122
|
}
|
2080
|
-
},
|
2123
|
+
},
|
2124
|
+
title: {
|
2081
2125
|
constraints: {
|
2082
2126
|
MaxLength: 120,
|
2083
2127
|
MinLength: 1
|
@@ -2086,19 +2130,23 @@ export const LabUpdate = {
|
|
2086
2130
|
type: {
|
2087
2131
|
name: "String"
|
2088
2132
|
}
|
2089
|
-
},
|
2133
|
+
},
|
2134
|
+
description: {
|
2090
2135
|
serializedName: "properties.description",
|
2091
2136
|
type: {
|
2092
2137
|
name: "String"
|
2093
2138
|
}
|
2094
|
-
}
|
2139
|
+
}
|
2140
|
+
}
|
2095
2141
|
}
|
2096
2142
|
};
|
2097
2143
|
export const LabProperties = {
|
2098
2144
|
type: {
|
2099
2145
|
name: "Composite",
|
2100
2146
|
className: "LabProperties",
|
2101
|
-
modelProperties:
|
2147
|
+
modelProperties: {
|
2148
|
+
...LabUpdateProperties.type.modelProperties,
|
2149
|
+
provisioningState: {
|
2102
2150
|
serializedName: "provisioningState",
|
2103
2151
|
readOnly: true,
|
2104
2152
|
type: {
|
@@ -2112,13 +2160,15 @@ export const LabProperties = {
|
|
2112
2160
|
"Locked"
|
2113
2161
|
]
|
2114
2162
|
}
|
2115
|
-
},
|
2163
|
+
},
|
2164
|
+
networkProfile: {
|
2116
2165
|
serializedName: "networkProfile",
|
2117
2166
|
type: {
|
2118
2167
|
name: "Composite",
|
2119
2168
|
className: "LabNetworkProfile"
|
2120
2169
|
}
|
2121
|
-
},
|
2170
|
+
},
|
2171
|
+
state: {
|
2122
2172
|
serializedName: "state",
|
2123
2173
|
readOnly: true,
|
2124
2174
|
type: {
|
@@ -2131,14 +2181,17 @@ export const LabProperties = {
|
|
2131
2181
|
"Published"
|
2132
2182
|
]
|
2133
2183
|
}
|
2134
|
-
}
|
2184
|
+
}
|
2185
|
+
}
|
2135
2186
|
}
|
2136
2187
|
};
|
2137
2188
|
export const ScheduleProperties = {
|
2138
2189
|
type: {
|
2139
2190
|
name: "Composite",
|
2140
2191
|
className: "ScheduleProperties",
|
2141
|
-
modelProperties:
|
2192
|
+
modelProperties: {
|
2193
|
+
...ScheduleUpdateProperties.type.modelProperties,
|
2194
|
+
provisioningState: {
|
2142
2195
|
serializedName: "provisioningState",
|
2143
2196
|
readOnly: true,
|
2144
2197
|
type: {
|
@@ -2152,14 +2205,17 @@ export const ScheduleProperties = {
|
|
2152
2205
|
"Locked"
|
2153
2206
|
]
|
2154
2207
|
}
|
2155
|
-
}
|
2208
|
+
}
|
2209
|
+
}
|
2156
2210
|
}
|
2157
2211
|
};
|
2158
2212
|
export const UserProperties = {
|
2159
2213
|
type: {
|
2160
2214
|
name: "Composite",
|
2161
2215
|
className: "UserProperties",
|
2162
|
-
modelProperties:
|
2216
|
+
modelProperties: {
|
2217
|
+
...UserUpdateProperties.type.modelProperties,
|
2218
|
+
provisioningState: {
|
2163
2219
|
serializedName: "provisioningState",
|
2164
2220
|
readOnly: true,
|
2165
2221
|
type: {
|
@@ -2173,13 +2229,15 @@ export const UserProperties = {
|
|
2173
2229
|
"Locked"
|
2174
2230
|
]
|
2175
2231
|
}
|
2176
|
-
},
|
2232
|
+
},
|
2233
|
+
displayName: {
|
2177
2234
|
serializedName: "displayName",
|
2178
2235
|
readOnly: true,
|
2179
2236
|
type: {
|
2180
2237
|
name: "String"
|
2181
2238
|
}
|
2182
|
-
},
|
2239
|
+
},
|
2240
|
+
email: {
|
2183
2241
|
constraints: {
|
2184
2242
|
MaxLength: 254,
|
2185
2243
|
MinLength: 6
|
@@ -2189,52 +2247,61 @@ export const UserProperties = {
|
|
2189
2247
|
type: {
|
2190
2248
|
name: "String"
|
2191
2249
|
}
|
2192
|
-
},
|
2250
|
+
},
|
2251
|
+
registrationState: {
|
2193
2252
|
serializedName: "registrationState",
|
2194
2253
|
readOnly: true,
|
2195
2254
|
type: {
|
2196
2255
|
name: "Enum",
|
2197
2256
|
allowedValues: ["Registered", "NotRegistered"]
|
2198
2257
|
}
|
2199
|
-
},
|
2258
|
+
},
|
2259
|
+
invitationState: {
|
2200
2260
|
serializedName: "invitationState",
|
2201
2261
|
readOnly: true,
|
2202
2262
|
type: {
|
2203
2263
|
name: "Enum",
|
2204
2264
|
allowedValues: ["NotSent", "Sending", "Sent", "Failed"]
|
2205
2265
|
}
|
2206
|
-
},
|
2266
|
+
},
|
2267
|
+
invitationSent: {
|
2207
2268
|
serializedName: "invitationSent",
|
2208
2269
|
readOnly: true,
|
2209
2270
|
type: {
|
2210
2271
|
name: "DateTime"
|
2211
2272
|
}
|
2212
|
-
},
|
2273
|
+
},
|
2274
|
+
totalUsage: {
|
2213
2275
|
serializedName: "totalUsage",
|
2214
2276
|
readOnly: true,
|
2215
2277
|
type: {
|
2216
2278
|
name: "TimeSpan"
|
2217
2279
|
}
|
2218
|
-
}
|
2280
|
+
}
|
2281
|
+
}
|
2219
2282
|
}
|
2220
2283
|
};
|
2221
2284
|
export const Image = {
|
2222
2285
|
type: {
|
2223
2286
|
name: "Composite",
|
2224
2287
|
className: "Image",
|
2225
|
-
modelProperties:
|
2288
|
+
modelProperties: {
|
2289
|
+
...ProxyResource.type.modelProperties,
|
2290
|
+
systemData: {
|
2226
2291
|
serializedName: "systemData",
|
2227
2292
|
type: {
|
2228
2293
|
name: "Composite",
|
2229
2294
|
className: "SystemData"
|
2230
2295
|
}
|
2231
|
-
},
|
2296
|
+
},
|
2297
|
+
enabledState: {
|
2232
2298
|
serializedName: "properties.enabledState",
|
2233
2299
|
type: {
|
2234
2300
|
name: "Enum",
|
2235
2301
|
allowedValues: ["Enabled", "Disabled"]
|
2236
2302
|
}
|
2237
|
-
},
|
2303
|
+
},
|
2304
|
+
provisioningState: {
|
2238
2305
|
serializedName: "properties.provisioningState",
|
2239
2306
|
readOnly: true,
|
2240
2307
|
type: {
|
@@ -2248,75 +2315,87 @@ export const Image = {
|
|
2248
2315
|
"Locked"
|
2249
2316
|
]
|
2250
2317
|
}
|
2251
|
-
},
|
2318
|
+
},
|
2319
|
+
displayName: {
|
2252
2320
|
serializedName: "properties.displayName",
|
2253
2321
|
readOnly: true,
|
2254
2322
|
type: {
|
2255
2323
|
name: "String"
|
2256
2324
|
}
|
2257
|
-
},
|
2325
|
+
},
|
2326
|
+
description: {
|
2258
2327
|
serializedName: "properties.description",
|
2259
2328
|
readOnly: true,
|
2260
2329
|
type: {
|
2261
2330
|
name: "String"
|
2262
2331
|
}
|
2263
|
-
},
|
2332
|
+
},
|
2333
|
+
iconUrl: {
|
2264
2334
|
serializedName: "properties.iconUrl",
|
2265
2335
|
readOnly: true,
|
2266
2336
|
type: {
|
2267
2337
|
name: "String"
|
2268
2338
|
}
|
2269
|
-
},
|
2339
|
+
},
|
2340
|
+
author: {
|
2270
2341
|
serializedName: "properties.author",
|
2271
2342
|
readOnly: true,
|
2272
2343
|
type: {
|
2273
2344
|
name: "String"
|
2274
2345
|
}
|
2275
|
-
},
|
2346
|
+
},
|
2347
|
+
osType: {
|
2276
2348
|
serializedName: "properties.osType",
|
2277
2349
|
readOnly: true,
|
2278
2350
|
type: {
|
2279
2351
|
name: "Enum",
|
2280
2352
|
allowedValues: ["Windows", "Linux"]
|
2281
2353
|
}
|
2282
|
-
},
|
2354
|
+
},
|
2355
|
+
plan: {
|
2283
2356
|
serializedName: "properties.plan",
|
2284
2357
|
readOnly: true,
|
2285
2358
|
type: {
|
2286
2359
|
name: "String"
|
2287
2360
|
}
|
2288
|
-
},
|
2361
|
+
},
|
2362
|
+
termsStatus: {
|
2289
2363
|
serializedName: "properties.termsStatus",
|
2290
2364
|
readOnly: true,
|
2291
2365
|
type: {
|
2292
2366
|
name: "Enum",
|
2293
2367
|
allowedValues: ["Enabled", "Disabled"]
|
2294
2368
|
}
|
2295
|
-
},
|
2369
|
+
},
|
2370
|
+
offer: {
|
2296
2371
|
serializedName: "properties.offer",
|
2297
2372
|
readOnly: true,
|
2298
2373
|
type: {
|
2299
2374
|
name: "String"
|
2300
2375
|
}
|
2301
|
-
},
|
2376
|
+
},
|
2377
|
+
publisher: {
|
2302
2378
|
serializedName: "properties.publisher",
|
2303
2379
|
readOnly: true,
|
2304
2380
|
type: {
|
2305
2381
|
name: "String"
|
2306
2382
|
}
|
2307
|
-
},
|
2383
|
+
},
|
2384
|
+
sku: {
|
2308
2385
|
serializedName: "properties.sku",
|
2309
2386
|
readOnly: true,
|
2310
2387
|
type: {
|
2311
2388
|
name: "String"
|
2312
2389
|
}
|
2313
|
-
},
|
2390
|
+
},
|
2391
|
+
version: {
|
2314
2392
|
serializedName: "properties.version",
|
2315
2393
|
readOnly: true,
|
2316
2394
|
type: {
|
2317
2395
|
name: "String"
|
2318
2396
|
}
|
2319
|
-
},
|
2397
|
+
},
|
2398
|
+
sharedGalleryId: {
|
2320
2399
|
constraints: {
|
2321
2400
|
MaxLength: 2000,
|
2322
2401
|
MinLength: 3
|
@@ -2326,7 +2405,8 @@ export const Image = {
|
|
2326
2405
|
type: {
|
2327
2406
|
name: "String"
|
2328
2407
|
}
|
2329
|
-
},
|
2408
|
+
},
|
2409
|
+
availableRegions: {
|
2330
2410
|
serializedName: "properties.availableRegions",
|
2331
2411
|
type: {
|
2332
2412
|
name: "Sequence",
|
@@ -2336,43 +2416,51 @@ export const Image = {
|
|
2336
2416
|
}
|
2337
2417
|
}
|
2338
2418
|
}
|
2339
|
-
},
|
2419
|
+
},
|
2420
|
+
osState: {
|
2340
2421
|
serializedName: "properties.osState",
|
2341
2422
|
readOnly: true,
|
2342
2423
|
type: {
|
2343
2424
|
name: "Enum",
|
2344
2425
|
allowedValues: ["Generalized", "Specialized"]
|
2345
2426
|
}
|
2346
|
-
}
|
2427
|
+
}
|
2428
|
+
}
|
2347
2429
|
}
|
2348
2430
|
};
|
2349
2431
|
export const Schedule = {
|
2350
2432
|
type: {
|
2351
2433
|
name: "Composite",
|
2352
2434
|
className: "Schedule",
|
2353
|
-
modelProperties:
|
2435
|
+
modelProperties: {
|
2436
|
+
...ProxyResource.type.modelProperties,
|
2437
|
+
systemData: {
|
2354
2438
|
serializedName: "systemData",
|
2355
2439
|
type: {
|
2356
2440
|
name: "Composite",
|
2357
2441
|
className: "SystemData"
|
2358
2442
|
}
|
2359
|
-
},
|
2443
|
+
},
|
2444
|
+
startAt: {
|
2360
2445
|
serializedName: "properties.startAt",
|
2361
2446
|
type: {
|
2362
2447
|
name: "DateTime"
|
2363
2448
|
}
|
2364
|
-
},
|
2449
|
+
},
|
2450
|
+
stopAt: {
|
2365
2451
|
serializedName: "properties.stopAt",
|
2366
2452
|
type: {
|
2367
2453
|
name: "DateTime"
|
2368
2454
|
}
|
2369
|
-
},
|
2455
|
+
},
|
2456
|
+
recurrencePattern: {
|
2370
2457
|
serializedName: "properties.recurrencePattern",
|
2371
2458
|
type: {
|
2372
2459
|
name: "Composite",
|
2373
2460
|
className: "RecurrencePattern"
|
2374
2461
|
}
|
2375
|
-
},
|
2462
|
+
},
|
2463
|
+
timeZoneId: {
|
2376
2464
|
constraints: {
|
2377
2465
|
MaxLength: 50
|
2378
2466
|
},
|
@@ -2380,7 +2468,8 @@ export const Schedule = {
|
|
2380
2468
|
type: {
|
2381
2469
|
name: "String"
|
2382
2470
|
}
|
2383
|
-
},
|
2471
|
+
},
|
2472
|
+
notes: {
|
2384
2473
|
constraints: {
|
2385
2474
|
MaxLength: 1000
|
2386
2475
|
},
|
@@ -2388,7 +2477,8 @@ export const Schedule = {
|
|
2388
2477
|
type: {
|
2389
2478
|
name: "String"
|
2390
2479
|
}
|
2391
|
-
},
|
2480
|
+
},
|
2481
|
+
provisioningState: {
|
2392
2482
|
serializedName: "properties.provisioningState",
|
2393
2483
|
readOnly: true,
|
2394
2484
|
type: {
|
@@ -2402,25 +2492,30 @@ export const Schedule = {
|
|
2402
2492
|
"Locked"
|
2403
2493
|
]
|
2404
2494
|
}
|
2405
|
-
}
|
2495
|
+
}
|
2496
|
+
}
|
2406
2497
|
}
|
2407
2498
|
};
|
2408
2499
|
export const User = {
|
2409
2500
|
type: {
|
2410
2501
|
name: "Composite",
|
2411
2502
|
className: "User",
|
2412
|
-
modelProperties:
|
2503
|
+
modelProperties: {
|
2504
|
+
...ProxyResource.type.modelProperties,
|
2505
|
+
systemData: {
|
2413
2506
|
serializedName: "systemData",
|
2414
2507
|
type: {
|
2415
2508
|
name: "Composite",
|
2416
2509
|
className: "SystemData"
|
2417
2510
|
}
|
2418
|
-
},
|
2511
|
+
},
|
2512
|
+
additionalUsageQuota: {
|
2419
2513
|
serializedName: "properties.additionalUsageQuota",
|
2420
2514
|
type: {
|
2421
2515
|
name: "TimeSpan"
|
2422
2516
|
}
|
2423
|
-
},
|
2517
|
+
},
|
2518
|
+
provisioningState: {
|
2424
2519
|
serializedName: "properties.provisioningState",
|
2425
2520
|
readOnly: true,
|
2426
2521
|
type: {
|
@@ -2434,13 +2529,15 @@ export const User = {
|
|
2434
2529
|
"Locked"
|
2435
2530
|
]
|
2436
2531
|
}
|
2437
|
-
},
|
2532
|
+
},
|
2533
|
+
displayName: {
|
2438
2534
|
serializedName: "properties.displayName",
|
2439
2535
|
readOnly: true,
|
2440
2536
|
type: {
|
2441
2537
|
name: "String"
|
2442
2538
|
}
|
2443
|
-
},
|
2539
|
+
},
|
2540
|
+
email: {
|
2444
2541
|
constraints: {
|
2445
2542
|
MaxLength: 254,
|
2446
2543
|
MinLength: 6
|
@@ -2450,46 +2547,54 @@ export const User = {
|
|
2450
2547
|
type: {
|
2451
2548
|
name: "String"
|
2452
2549
|
}
|
2453
|
-
},
|
2550
|
+
},
|
2551
|
+
registrationState: {
|
2454
2552
|
serializedName: "properties.registrationState",
|
2455
2553
|
readOnly: true,
|
2456
2554
|
type: {
|
2457
2555
|
name: "Enum",
|
2458
2556
|
allowedValues: ["Registered", "NotRegistered"]
|
2459
2557
|
}
|
2460
|
-
},
|
2558
|
+
},
|
2559
|
+
invitationState: {
|
2461
2560
|
serializedName: "properties.invitationState",
|
2462
2561
|
readOnly: true,
|
2463
2562
|
type: {
|
2464
2563
|
name: "Enum",
|
2465
2564
|
allowedValues: ["NotSent", "Sending", "Sent", "Failed"]
|
2466
2565
|
}
|
2467
|
-
},
|
2566
|
+
},
|
2567
|
+
invitationSent: {
|
2468
2568
|
serializedName: "properties.invitationSent",
|
2469
2569
|
readOnly: true,
|
2470
2570
|
type: {
|
2471
2571
|
name: "DateTime"
|
2472
2572
|
}
|
2473
|
-
},
|
2573
|
+
},
|
2574
|
+
totalUsage: {
|
2474
2575
|
serializedName: "properties.totalUsage",
|
2475
2576
|
readOnly: true,
|
2476
2577
|
type: {
|
2477
2578
|
name: "TimeSpan"
|
2478
2579
|
}
|
2479
|
-
}
|
2580
|
+
}
|
2581
|
+
}
|
2480
2582
|
}
|
2481
2583
|
};
|
2482
2584
|
export const VirtualMachine = {
|
2483
2585
|
type: {
|
2484
2586
|
name: "Composite",
|
2485
2587
|
className: "VirtualMachine",
|
2486
|
-
modelProperties:
|
2588
|
+
modelProperties: {
|
2589
|
+
...ProxyResource.type.modelProperties,
|
2590
|
+
systemData: {
|
2487
2591
|
serializedName: "systemData",
|
2488
2592
|
type: {
|
2489
2593
|
name: "Composite",
|
2490
2594
|
className: "SystemData"
|
2491
2595
|
}
|
2492
|
-
},
|
2596
|
+
},
|
2597
|
+
provisioningState: {
|
2493
2598
|
serializedName: "properties.provisioningState",
|
2494
2599
|
readOnly: true,
|
2495
2600
|
type: {
|
@@ -2503,7 +2608,8 @@ export const VirtualMachine = {
|
|
2503
2608
|
"Locked"
|
2504
2609
|
]
|
2505
2610
|
}
|
2506
|
-
},
|
2611
|
+
},
|
2612
|
+
state: {
|
2507
2613
|
serializedName: "properties.state",
|
2508
2614
|
readOnly: true,
|
2509
2615
|
type: {
|
@@ -2518,63 +2624,74 @@ export const VirtualMachine = {
|
|
2518
2624
|
"Redeploying"
|
2519
2625
|
]
|
2520
2626
|
}
|
2521
|
-
},
|
2627
|
+
},
|
2628
|
+
connectionProfile: {
|
2522
2629
|
serializedName: "properties.connectionProfile",
|
2523
2630
|
type: {
|
2524
2631
|
name: "Composite",
|
2525
2632
|
className: "VirtualMachineConnectionProfile"
|
2526
2633
|
}
|
2527
|
-
},
|
2634
|
+
},
|
2635
|
+
claimedByUserId: {
|
2528
2636
|
serializedName: "properties.claimedByUserId",
|
2529
2637
|
readOnly: true,
|
2530
2638
|
type: {
|
2531
2639
|
name: "String"
|
2532
2640
|
}
|
2533
|
-
},
|
2641
|
+
},
|
2642
|
+
vmType: {
|
2534
2643
|
serializedName: "properties.vmType",
|
2535
2644
|
readOnly: true,
|
2536
2645
|
type: {
|
2537
2646
|
name: "Enum",
|
2538
2647
|
allowedValues: ["User", "Template"]
|
2539
2648
|
}
|
2540
|
-
}
|
2649
|
+
}
|
2650
|
+
}
|
2541
2651
|
}
|
2542
2652
|
};
|
2543
2653
|
export const LabPlan = {
|
2544
2654
|
type: {
|
2545
2655
|
name: "Composite",
|
2546
2656
|
className: "LabPlan",
|
2547
|
-
modelProperties:
|
2657
|
+
modelProperties: {
|
2658
|
+
...TrackedResource.type.modelProperties,
|
2659
|
+
systemData: {
|
2548
2660
|
serializedName: "systemData",
|
2549
2661
|
type: {
|
2550
2662
|
name: "Composite",
|
2551
2663
|
className: "SystemData"
|
2552
2664
|
}
|
2553
|
-
},
|
2665
|
+
},
|
2666
|
+
identity: {
|
2554
2667
|
serializedName: "identity",
|
2555
2668
|
type: {
|
2556
2669
|
name: "Composite",
|
2557
2670
|
className: "Identity"
|
2558
2671
|
}
|
2559
|
-
},
|
2672
|
+
},
|
2673
|
+
defaultConnectionProfile: {
|
2560
2674
|
serializedName: "properties.defaultConnectionProfile",
|
2561
2675
|
type: {
|
2562
2676
|
name: "Composite",
|
2563
2677
|
className: "ConnectionProfile"
|
2564
2678
|
}
|
2565
|
-
},
|
2679
|
+
},
|
2680
|
+
defaultAutoShutdownProfile: {
|
2566
2681
|
serializedName: "properties.defaultAutoShutdownProfile",
|
2567
2682
|
type: {
|
2568
2683
|
name: "Composite",
|
2569
2684
|
className: "AutoShutdownProfile"
|
2570
2685
|
}
|
2571
|
-
},
|
2686
|
+
},
|
2687
|
+
defaultNetworkProfile: {
|
2572
2688
|
serializedName: "properties.defaultNetworkProfile",
|
2573
2689
|
type: {
|
2574
2690
|
name: "Composite",
|
2575
2691
|
className: "LabPlanNetworkProfile"
|
2576
2692
|
}
|
2577
|
-
},
|
2693
|
+
},
|
2694
|
+
allowedRegions: {
|
2578
2695
|
serializedName: "properties.allowedRegions",
|
2579
2696
|
type: {
|
2580
2697
|
name: "Sequence",
|
@@ -2584,7 +2701,8 @@ export const LabPlan = {
|
|
2584
2701
|
}
|
2585
2702
|
}
|
2586
2703
|
}
|
2587
|
-
},
|
2704
|
+
},
|
2705
|
+
sharedGalleryId: {
|
2588
2706
|
constraints: {
|
2589
2707
|
MaxLength: 2000,
|
2590
2708
|
MinLength: 3
|
@@ -2593,13 +2711,15 @@ export const LabPlan = {
|
|
2593
2711
|
type: {
|
2594
2712
|
name: "String"
|
2595
2713
|
}
|
2596
|
-
},
|
2714
|
+
},
|
2715
|
+
supportInfo: {
|
2597
2716
|
serializedName: "properties.supportInfo",
|
2598
2717
|
type: {
|
2599
2718
|
name: "Composite",
|
2600
2719
|
className: "SupportInfo"
|
2601
2720
|
}
|
2602
|
-
},
|
2721
|
+
},
|
2722
|
+
linkedLmsInstance: {
|
2603
2723
|
constraints: {
|
2604
2724
|
MaxLength: 2000,
|
2605
2725
|
MinLength: 3
|
@@ -2608,7 +2728,8 @@ export const LabPlan = {
|
|
2608
2728
|
type: {
|
2609
2729
|
name: "String"
|
2610
2730
|
}
|
2611
|
-
},
|
2731
|
+
},
|
2732
|
+
provisioningState: {
|
2612
2733
|
serializedName: "properties.provisioningState",
|
2613
2734
|
readOnly: true,
|
2614
2735
|
type: {
|
@@ -2622,50 +2743,59 @@ export const LabPlan = {
|
|
2622
2743
|
"Locked"
|
2623
2744
|
]
|
2624
2745
|
}
|
2625
|
-
}
|
2746
|
+
}
|
2747
|
+
}
|
2626
2748
|
}
|
2627
2749
|
};
|
2628
2750
|
export const Lab = {
|
2629
2751
|
type: {
|
2630
2752
|
name: "Composite",
|
2631
2753
|
className: "Lab",
|
2632
|
-
modelProperties:
|
2754
|
+
modelProperties: {
|
2755
|
+
...TrackedResource.type.modelProperties,
|
2756
|
+
systemData: {
|
2633
2757
|
serializedName: "systemData",
|
2634
2758
|
type: {
|
2635
2759
|
name: "Composite",
|
2636
2760
|
className: "SystemData"
|
2637
2761
|
}
|
2638
|
-
},
|
2762
|
+
},
|
2763
|
+
autoShutdownProfile: {
|
2639
2764
|
serializedName: "properties.autoShutdownProfile",
|
2640
2765
|
type: {
|
2641
2766
|
name: "Composite",
|
2642
2767
|
className: "AutoShutdownProfile"
|
2643
2768
|
}
|
2644
|
-
},
|
2769
|
+
},
|
2770
|
+
connectionProfile: {
|
2645
2771
|
serializedName: "properties.connectionProfile",
|
2646
2772
|
type: {
|
2647
2773
|
name: "Composite",
|
2648
2774
|
className: "ConnectionProfile"
|
2649
2775
|
}
|
2650
|
-
},
|
2776
|
+
},
|
2777
|
+
virtualMachineProfile: {
|
2651
2778
|
serializedName: "properties.virtualMachineProfile",
|
2652
2779
|
type: {
|
2653
2780
|
name: "Composite",
|
2654
2781
|
className: "VirtualMachineProfile"
|
2655
2782
|
}
|
2656
|
-
},
|
2783
|
+
},
|
2784
|
+
securityProfile: {
|
2657
2785
|
serializedName: "properties.securityProfile",
|
2658
2786
|
type: {
|
2659
2787
|
name: "Composite",
|
2660
2788
|
className: "SecurityProfile"
|
2661
2789
|
}
|
2662
|
-
},
|
2790
|
+
},
|
2791
|
+
rosterProfile: {
|
2663
2792
|
serializedName: "properties.rosterProfile",
|
2664
2793
|
type: {
|
2665
2794
|
name: "Composite",
|
2666
2795
|
className: "RosterProfile"
|
2667
2796
|
}
|
2668
|
-
},
|
2797
|
+
},
|
2798
|
+
labPlanId: {
|
2669
2799
|
constraints: {
|
2670
2800
|
MaxLength: 2000,
|
2671
2801
|
MinLength: 3
|
@@ -2674,7 +2804,8 @@ export const Lab = {
|
|
2674
2804
|
type: {
|
2675
2805
|
name: "String"
|
2676
2806
|
}
|
2677
|
-
},
|
2807
|
+
},
|
2808
|
+
title: {
|
2678
2809
|
constraints: {
|
2679
2810
|
MaxLength: 120,
|
2680
2811
|
MinLength: 1
|
@@ -2683,12 +2814,14 @@ export const Lab = {
|
|
2683
2814
|
type: {
|
2684
2815
|
name: "String"
|
2685
2816
|
}
|
2686
|
-
},
|
2817
|
+
},
|
2818
|
+
description: {
|
2687
2819
|
serializedName: "properties.description",
|
2688
2820
|
type: {
|
2689
2821
|
name: "String"
|
2690
2822
|
}
|
2691
|
-
},
|
2823
|
+
},
|
2824
|
+
provisioningState: {
|
2692
2825
|
serializedName: "properties.provisioningState",
|
2693
2826
|
readOnly: true,
|
2694
2827
|
type: {
|
@@ -2702,13 +2835,15 @@ export const Lab = {
|
|
2702
2835
|
"Locked"
|
2703
2836
|
]
|
2704
2837
|
}
|
2705
|
-
},
|
2838
|
+
},
|
2839
|
+
networkProfile: {
|
2706
2840
|
serializedName: "properties.networkProfile",
|
2707
2841
|
type: {
|
2708
2842
|
name: "Composite",
|
2709
2843
|
className: "LabNetworkProfile"
|
2710
2844
|
}
|
2711
|
-
},
|
2845
|
+
},
|
2846
|
+
state: {
|
2712
2847
|
serializedName: "properties.state",
|
2713
2848
|
readOnly: true,
|
2714
2849
|
type: {
|
@@ -2721,7 +2856,8 @@ export const Lab = {
|
|
2721
2856
|
"Published"
|
2722
2857
|
]
|
2723
2858
|
}
|
2724
|
-
}
|
2859
|
+
}
|
2860
|
+
}
|
2725
2861
|
}
|
2726
2862
|
};
|
2727
2863
|
//# sourceMappingURL=mappers.js.map
|