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/network/mgmt-v2019_06_01/src/main/java/com/microsoft/azure/management/network/v2019_06_01/PrivateLinkServiceConnectionState.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ public class PrivateLinkServiceConnectionState {
32
32
* A message indicating if changes on the service provider require any
33
33
* updates on the consumer.
34
34
*/
35
-
@JsonProperty(value = "actionRequired")
36
-
privateStringactionRequired;
35
+
@JsonProperty(value = "actionsRequired")
36
+
privateStringactionsRequired;
37
37
38
38
/**
39
39
* Get indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
@@ -78,20 +78,20 @@ public PrivateLinkServiceConnectionState withDescription(String description) {
78
78
/**
79
79
* Get a message indicating if changes on the service provider require any updates on the consumer.
80
80
*
81
-
* @return the actionRequired value
81
+
* @return the actionsRequired value
82
82
*/
83
-
publicStringactionRequired() {
84
-
returnthis.actionRequired;
83
+
publicStringactionsRequired() {
84
+
returnthis.actionsRequired;
85
85
}
86
86
87
87
/**
88
88
* Set a message indicating if changes on the service provider require any updates on the consumer.
89
89
*
90
-
* @param actionRequired the actionRequired value to set
90
+
* @param actionsRequired the actionsRequired value to set
91
91
* @return the PrivateLinkServiceConnectionState object itself.
0 commit comments