azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

174 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile"
fullName: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile"
name: "ManagedClusterPodIdentityProfile"
nameWithType: "ManagedClusterPodIdentityProfile"
summary: "The pod identity profile of the Managed Cluster."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ManagedClusterPodIdentityProfile**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile&text=ManagedClusterPodIdentityProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.ManagedClusterPodIdentityProfile()"
fullName: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.ManagedClusterPodIdentityProfile()"
name: "ManagedClusterPodIdentityProfile()"
nameWithType: "ManagedClusterPodIdentityProfile.ManagedClusterPodIdentityProfile()"
summary: "Creates an instance of Managed<wbr>Cluster<wbr>Pod<wbr>Identity<wbr>Profile class."
syntax: "public ManagedClusterPodIdentityProfile()"
desc: "Creates an instance of ManagedClusterPodIdentityProfile class."
methods:
- uid: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.allowNetworkPluginKubenet()"
fullName: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.allowNetworkPluginKubenet()"
name: "allowNetworkPluginKubenet()"
nameWithType: "ManagedClusterPodIdentityProfile.allowNetworkPluginKubenet()"
summary: "Get the allow<wbr>Network<wbr>Plugin<wbr>Kubenet property: Running in Kubenet is disabled by default due to the security related nature of AAD Pod Identity and the risks of IP spoofing."
syntax: "public Boolean allowNetworkPluginKubenet()"
desc: "Get the allowNetworkPluginKubenet property: Running in Kubenet is disabled by default due to the security related nature of AAD Pod Identity and the risks of IP spoofing. See \\[using Kubenet network plugin with AAD Pod Identity\\](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity\\#using-kubenet-network-plugin-with-azure-active-directory-pod-managed-identities) for more information."
returns:
description: "the allowNetworkPluginKubenet value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.enabled()"
fullName: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.enabled()"
name: "enabled()"
nameWithType: "ManagedClusterPodIdentityProfile.enabled()"
summary: "Get the enabled property: Whether the pod identity addon is enabled."
syntax: "public Boolean enabled()"
desc: "Get the enabled property: Whether the pod identity addon is enabled."
returns:
description: "the enabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ManagedClusterPodIdentityProfile.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Managed<wbr>Cluster<wbr>Pod<wbr>Identity<wbr>Profile from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static ManagedClusterPodIdentityProfile fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ManagedClusterPodIdentityProfile."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ManagedClusterPodIdentityProfile from the JsonReader."
returns:
description: "An instance of ManagedClusterPodIdentityProfile if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile&text=ManagedClusterPodIdentityProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ManagedClusterPodIdentityProfile.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.userAssignedIdentities()"
fullName: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.userAssignedIdentities()"
name: "userAssignedIdentities()"
nameWithType: "ManagedClusterPodIdentityProfile.userAssignedIdentities()"
summary: "Get the user<wbr>Assigned<wbr>Identities property: The pod identities to use in the cluster."
syntax: "public List<ManagedClusterPodIdentity> userAssignedIdentities()"
desc: "Get the userAssignedIdentities property: The pod identities to use in the cluster."
returns:
description: "the userAssignedIdentities value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentity?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentity&text=ManagedClusterPodIdentity\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.userAssignedIdentityExceptions()"
fullName: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.userAssignedIdentityExceptions()"
name: "userAssignedIdentityExceptions()"
nameWithType: "ManagedClusterPodIdentityProfile.userAssignedIdentityExceptions()"
summary: "Get the user<wbr>Assigned<wbr>Identity<wbr>Exceptions property: The pod identity exceptions to allow."
syntax: "public List<ManagedClusterPodIdentityException> userAssignedIdentityExceptions()"
desc: "Get the userAssignedIdentityExceptions property: The pod identity exceptions to allow."
returns:
description: "the userAssignedIdentityExceptions value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityException?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityException&text=ManagedClusterPodIdentityException\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.validate()"
fullName: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.validate()"
name: "validate()"
nameWithType: "ManagedClusterPodIdentityProfile.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.withAllowNetworkPluginKubenet(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.withAllowNetworkPluginKubenet(Boolean allowNetworkPluginKubenet)"
name: "withAllowNetworkPluginKubenet(Boolean allowNetworkPluginKubenet)"
nameWithType: "ManagedClusterPodIdentityProfile.withAllowNetworkPluginKubenet(Boolean allowNetworkPluginKubenet)"
summary: "Set the allow<wbr>Network<wbr>Plugin<wbr>Kubenet property: Running in Kubenet is disabled by default due to the security related nature of AAD Pod Identity and the risks of IP spoofing."
parameters:
- description: "the allowNetworkPluginKubenet value to set."
name: "allowNetworkPluginKubenet"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ManagedClusterPodIdentityProfile withAllowNetworkPluginKubenet(Boolean allowNetworkPluginKubenet)"
desc: "Set the allowNetworkPluginKubenet property: Running in Kubenet is disabled by default due to the security related nature of AAD Pod Identity and the risks of IP spoofing. See \\[using Kubenet network plugin with AAD Pod Identity\\](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity\\#using-kubenet-network-plugin-with-azure-active-directory-pod-managed-identities) for more information."
returns:
description: "the ManagedClusterPodIdentityProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile&text=ManagedClusterPodIdentityProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.withEnabled(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.withEnabled(Boolean enabled)"
name: "withEnabled(Boolean enabled)"
nameWithType: "ManagedClusterPodIdentityProfile.withEnabled(Boolean enabled)"
summary: "Set the enabled property: Whether the pod identity addon is enabled."
parameters:
- description: "the enabled value to set."
name: "enabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ManagedClusterPodIdentityProfile withEnabled(Boolean enabled)"
desc: "Set the enabled property: Whether the pod identity addon is enabled."
returns:
description: "the ManagedClusterPodIdentityProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile&text=ManagedClusterPodIdentityProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.withUserAssignedIdentities(java.util.List<com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentity>)"
fullName: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.withUserAssignedIdentities(List<ManagedClusterPodIdentity> userAssignedIdentities)"
name: "withUserAssignedIdentities(List<ManagedClusterPodIdentity> userAssignedIdentities)"
nameWithType: "ManagedClusterPodIdentityProfile.withUserAssignedIdentities(List<ManagedClusterPodIdentity> userAssignedIdentities)"
summary: "Set the user<wbr>Assigned<wbr>Identities property: The pod identities to use in the cluster."
parameters:
- description: "the userAssignedIdentities value to set."
name: "userAssignedIdentities"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentity?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentity&text=ManagedClusterPodIdentity\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ManagedClusterPodIdentityProfile withUserAssignedIdentities(List<ManagedClusterPodIdentity> userAssignedIdentities)"
desc: "Set the userAssignedIdentities property: The pod identities to use in the cluster."
returns:
description: "the ManagedClusterPodIdentityProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile&text=ManagedClusterPodIdentityProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.withUserAssignedIdentityExceptions(java.util.List<com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityException>)"
fullName: "com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile.withUserAssignedIdentityExceptions(List<ManagedClusterPodIdentityException> userAssignedIdentityExceptions)"
name: "withUserAssignedIdentityExceptions(List<ManagedClusterPodIdentityException> userAssignedIdentityExceptions)"
nameWithType: "ManagedClusterPodIdentityProfile.withUserAssignedIdentityExceptions(List<ManagedClusterPodIdentityException> userAssignedIdentityExceptions)"
summary: "Set the user<wbr>Assigned<wbr>Identity<wbr>Exceptions property: The pod identity exceptions to allow."
parameters:
- description: "the userAssignedIdentityExceptions value to set."
name: "userAssignedIdentityExceptions"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityException?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityException&text=ManagedClusterPodIdentityException\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ManagedClusterPodIdentityProfile withUserAssignedIdentityExceptions(List<ManagedClusterPodIdentityException> userAssignedIdentityExceptions)"
desc: "Set the userAssignedIdentityExceptions property: The pod identity exceptions to allow."
returns:
description: "the ManagedClusterPodIdentityProfile object itself."
type: "<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile&text=ManagedClusterPodIdentityProfile\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The pod identity profile of the Managed Cluster. See \\[use AAD pod identity\\](https://docs.microsoft.com/azure/aks/use-azure-ad-pod-identity) for more details on pod identity integration."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile?alt=com.azure.resourcemanager.containerservice.models.ManagedClusterPodIdentityProfile&text=ManagedClusterPodIdentityProfile\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.containerservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-containerservice:2.42.0