You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/synapse/mgmt-v2019_06_01_preview/src/main/java/com/microsoft/azure/management/synapse/v2019_06_01_preview/AzureEntityResource.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@
12
12
importcom.microsoft.azure.ProxyResource;
13
13
14
14
/**
15
-
* The resource model definition for a Azure Resource Manager resource with an
15
+
* Entity Resource.
16
+
* The resource model definition for an Azure Resource Manager resource with an
Copy file name to clipboardExpand all lines: sdk/synapse/mgmt-v2019_06_01_preview/src/main/java/com/microsoft/azure/management/synapse/v2019_06_01_preview/BigDataPoolResourceInfo.java
+91-4Lines changed: 91 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,11 @@ public interface BigDataPoolResourceInfo extends HasInner<BigDataPoolResourceInf
44
44
*/
45
45
StringdefaultSparkLogFolder();
46
46
47
+
/**
48
+
* @return the haveLibraryRequirementsChanged value.
49
+
*/
50
+
BooleanhaveLibraryRequirementsChanged();
51
+
47
52
/**
48
53
* @return the id value.
49
54
*/
@@ -89,6 +94,16 @@ public interface BigDataPoolResourceInfo extends HasInner<BigDataPoolResourceInf
* The stage of the bigdatapoolresourceinfo definition allowing to specify IsComputeIsolationEnabled.
215
242
*/
@@ -252,7 +279,7 @@ interface WithNodeCount {
252
279
interfaceWithNodeSize {
253
280
/**
254
281
* Specifies nodeSize.
255
-
* @param nodeSize The level of compute power that each node in the Big Data pool has. Possible values include: 'None', 'Small', 'Medium', 'Large', 'XLarge', 'XXLarge'
282
+
* @param nodeSize The level of compute power that each node in the Big Data pool has. Possible values include: 'None', 'Small', 'Medium', 'Large', 'XLarge', 'XXLarge', 'XXXLarge'
* The stage of the bigdatapoolresourceinfo update allowing to specify IsComputeIsolationEnabled.
401
464
*/
@@ -438,7 +501,7 @@ interface WithNodeCount {
438
501
interfaceWithNodeSize {
439
502
/**
440
503
* Specifies nodeSize.
441
-
* @param nodeSize The level of compute power that each node in the Big Data pool has. Possible values include: 'None', 'Small', 'Medium', 'Large', 'XLarge', 'XXLarge'
504
+
* @param nodeSize The level of compute power that each node in the Big Data pool has. Possible values include: 'None', 'Small', 'Medium', 'Large', 'XLarge', 'XXLarge', 'XXXLarge'
0 commit comments