azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile"
name: "ManagedClusterAPIServerAccessProfile"
nameWithType: "ManagedClusterAPIServerAccessProfile"
summary: "Access profile for managed cluster API server."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ManagedClusterAPIServerAccessProfile**"
constructors:
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile.ManagedClusterAPIServerAccessProfile()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile.ManagedClusterAPIServerAccessProfile()"
name: "ManagedClusterAPIServerAccessProfile()"
nameWithType: "ManagedClusterAPIServerAccessProfile.ManagedClusterAPIServerAccessProfile()"
syntax: "public ManagedClusterAPIServerAccessProfile()"
methods:
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile.authorizedIPRanges()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile.authorizedIPRanges()"
name: "authorizedIPRanges()"
nameWithType: "ManagedClusterAPIServerAccessProfile.authorizedIPRanges()"
summary: "Get authorized IP Ranges to kubernetes API server."
syntax: "public List<String> authorizedIPRanges()"
desc: "Get authorized IP Ranges to kubernetes API server."
returns:
description: "the authorizedIPRanges value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile.enablePrivateCluster()"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile.enablePrivateCluster()"
name: "enablePrivateCluster()"
nameWithType: "ManagedClusterAPIServerAccessProfile.enablePrivateCluster()"
summary: "Get whether to create the cluster as a private cluster or not."
syntax: "public Boolean enablePrivateCluster()"
desc: "Get whether to create the cluster as a private cluster or not."
returns:
description: "the enablePrivateCluster value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile.withAuthorizedIPRanges(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile.withAuthorizedIPRanges(List<String> authorizedIPRanges)"
name: "withAuthorizedIPRanges(List<String> authorizedIPRanges)"
nameWithType: "ManagedClusterAPIServerAccessProfile.withAuthorizedIPRanges(List<String> authorizedIPRanges)"
summary: "Set authorized IP Ranges to kubernetes API server."
parameters:
- description: "the authorizedIPRanges value to set"
name: "authorizedIPRanges"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ManagedClusterAPIServerAccessProfile withAuthorizedIPRanges(List<String> authorizedIPRanges)"
desc: "Set authorized IP Ranges to kubernetes API server."
returns:
description: "the ManagedClusterAPIServerAccessProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile&text=ManagedClusterAPIServerAccessProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile.withEnablePrivateCluster(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile.withEnablePrivateCluster(Boolean enablePrivateCluster)"
name: "withEnablePrivateCluster(Boolean enablePrivateCluster)"
nameWithType: "ManagedClusterAPIServerAccessProfile.withEnablePrivateCluster(Boolean enablePrivateCluster)"
summary: "Set whether to create the cluster as a private cluster or not."
parameters:
- description: "the enablePrivateCluster value to set"
name: "enablePrivateCluster"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ManagedClusterAPIServerAccessProfile withEnablePrivateCluster(Boolean enablePrivateCluster)"
desc: "Set whether to create the cluster as a private cluster or not."
returns:
description: "the ManagedClusterAPIServerAccessProfile object itself."
type: "<xref href=\"com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile?alt=com.microsoft.azure.management.containerservice.ManagedClusterAPIServerAccessProfile&text=ManagedClusterAPIServerAccessProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Access profile for managed cluster API server."
metadata: {}
package: "com.microsoft.azure.management.containerservice"
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4