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/resourcemanager/azure-resourcemanager-containerservice/src/main/java/com/azure/resourcemanager/containerservice/fluent/models/ManagedClusterInner.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -763,8 +763,8 @@ public ManagedClusterInner withSecurityProfile(ManagedClusterSecurityProfile sec
763
763
}
764
764
765
765
/**
766
-
* Get the publicNetworkAccess property: Whether the cluster can be accessed through public network or not Default
767
-
* value is 'Enabled' (case insensitive). Could be set to 'Disabled' to enable private cluster.
766
+
* Get the publicNetworkAccess property: PublicNetworkAccess of the managedCluster Allow or deny public network
767
+
* access for AKS.
768
768
*
769
769
* @return the publicNetworkAccess value.
770
770
*/
@@ -773,8 +773,8 @@ public PublicNetworkAccess publicNetworkAccess() {
773
773
}
774
774
775
775
/**
776
-
* Set the publicNetworkAccess property: Whether the cluster can be accessed through public network or not Default
777
-
* value is 'Enabled' (case insensitive). Could be set to 'Disabled' to enable private cluster.
776
+
* Set the publicNetworkAccess property: PublicNetworkAccess of the managedCluster Allow or deny public network
777
+
* access for AKS.
778
778
*
779
779
* @param publicNetworkAccess the publicNetworkAccess value to set.
Copy file name to clipboardExpand all lines: sdk/resourcemanager/azure-resourcemanager-containerservice/src/main/java/com/azure/resourcemanager/containerservice/fluent/models/ManagedClusterProperties.java
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -236,9 +236,8 @@ public final class ManagedClusterProperties {
Copy file name to clipboardExpand all lines: sdk/resourcemanager/azure-resourcemanager-containerservice/src/main/java/com/azure/resourcemanager/containerservice/implementation/AgentPoolsClientImpl.java
Copy file name to clipboardExpand all lines: sdk/resourcemanager/azure-resourcemanager-containerservice/src/main/java/com/azure/resourcemanager/containerservice/implementation/MaintenanceConfigurationsClientImpl.java
0 commit comments