azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

120 строки
9.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets"
name: "AksComputeSecrets"
nameWithType: "AksComputeSecrets"
summary: "Secrets related to a Machine Learning compute based on AKS."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeSecretsInner?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeSecretsInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeSecretsInner&text=ComputeSecretsInner\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeSecretsInner.validate()?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeSecretsInner.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- 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 **AksComputeSecrets**</br> extends <xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeSecretsInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeSecretsInner&text=ComputeSecretsInner\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets.AksComputeSecrets()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets.AksComputeSecrets()"
name: "AksComputeSecrets()"
nameWithType: "AksComputeSecrets.AksComputeSecrets()"
syntax: "public AksComputeSecrets()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets.adminKubeConfig()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets.adminKubeConfig()"
name: "adminKubeConfig()"
nameWithType: "AksComputeSecrets.adminKubeConfig()"
summary: "Get the admin<wbr>Kube<wbr>Config property: Content of kubeconfig file that can be used to connect to the Kubernetes cluster."
syntax: "public String adminKubeConfig()"
desc: "Get the adminKubeConfig property: Content of kubeconfig file that can be used to connect to the Kubernetes cluster."
returns:
description: "the adminKubeConfig value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets.imagePullSecretName()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets.imagePullSecretName()"
name: "imagePullSecretName()"
nameWithType: "AksComputeSecrets.imagePullSecretName()"
summary: "Get the image<wbr>Pull<wbr>Secret<wbr>Name property: Image registry pull secret."
syntax: "public String imagePullSecretName()"
desc: "Get the imagePullSecretName property: Image registry pull secret."
returns:
description: "the imagePullSecretName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets.userKubeConfig()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets.userKubeConfig()"
name: "userKubeConfig()"
nameWithType: "AksComputeSecrets.userKubeConfig()"
summary: "Get the user<wbr>Kube<wbr>Config property: Content of kubeconfig file that can be used to connect to the Kubernetes cluster."
syntax: "public String userKubeConfig()"
desc: "Get the userKubeConfig property: Content of kubeconfig file that can be used to connect to the Kubernetes cluster."
returns:
description: "the userKubeConfig value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets.validate()"
name: "validate()"
nameWithType: "AksComputeSecrets.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.machinelearningservices.fluent.models.ComputeSecretsInner.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets.withAdminKubeConfig(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets.withAdminKubeConfig(String adminKubeConfig)"
name: "withAdminKubeConfig(String adminKubeConfig)"
nameWithType: "AksComputeSecrets.withAdminKubeConfig(String adminKubeConfig)"
summary: "Set the admin<wbr>Kube<wbr>Config property: Content of kubeconfig file that can be used to connect to the Kubernetes cluster."
parameters:
- description: "the adminKubeConfig value to set."
name: "adminKubeConfig"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AksComputeSecrets withAdminKubeConfig(String adminKubeConfig)"
desc: "Set the adminKubeConfig property: Content of kubeconfig file that can be used to connect to the Kubernetes cluster."
returns:
description: "the AksComputeSecrets object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets?alt=com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets&text=AksComputeSecrets\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets.withImagePullSecretName(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets.withImagePullSecretName(String imagePullSecretName)"
name: "withImagePullSecretName(String imagePullSecretName)"
nameWithType: "AksComputeSecrets.withImagePullSecretName(String imagePullSecretName)"
summary: "Set the image<wbr>Pull<wbr>Secret<wbr>Name property: Image registry pull secret."
parameters:
- description: "the imagePullSecretName value to set."
name: "imagePullSecretName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AksComputeSecrets withImagePullSecretName(String imagePullSecretName)"
desc: "Set the imagePullSecretName property: Image registry pull secret."
returns:
description: "the AksComputeSecrets object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets?alt=com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets&text=AksComputeSecrets\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets.withUserKubeConfig(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets.withUserKubeConfig(String userKubeConfig)"
name: "withUserKubeConfig(String userKubeConfig)"
nameWithType: "AksComputeSecrets.withUserKubeConfig(String userKubeConfig)"
summary: "Set the user<wbr>Kube<wbr>Config property: Content of kubeconfig file that can be used to connect to the Kubernetes cluster."
parameters:
- description: "the userKubeConfig value to set."
name: "userKubeConfig"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AksComputeSecrets withUserKubeConfig(String userKubeConfig)"
desc: "Set the userKubeConfig property: Content of kubeconfig file that can be used to connect to the Kubernetes cluster."
returns:
description: "the AksComputeSecrets object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets?alt=com.azure.resourcemanager.machinelearningservices.models.AksComputeSecrets&text=AksComputeSecrets\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Secrets related to a Machine Learning compute based on AKS."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1