91 строка
5.5 KiB
YAML
91 строка
5.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys"
|
|
name: "AuthKeys"
|
|
nameWithType: "AuthKeys"
|
|
summary: "The Auth<wbr>Keys model."
|
|
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 class **AuthKeys**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys.AuthKeys()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys.AuthKeys()"
|
|
name: "AuthKeys()"
|
|
nameWithType: "AuthKeys.AuthKeys()"
|
|
syntax: "public AuthKeys()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys.primaryKey()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys.primaryKey()"
|
|
name: "primaryKey()"
|
|
nameWithType: "AuthKeys.primaryKey()"
|
|
summary: "Get the primary<wbr>Key property: The primary key."
|
|
syntax: "public String primaryKey()"
|
|
desc: "Get the primaryKey property: The primary key."
|
|
returns:
|
|
description: "the primaryKey value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys.secondaryKey()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys.secondaryKey()"
|
|
name: "secondaryKey()"
|
|
nameWithType: "AuthKeys.secondaryKey()"
|
|
summary: "Get the secondary<wbr>Key property: The secondary key."
|
|
syntax: "public String secondaryKey()"
|
|
desc: "Get the secondaryKey property: The secondary key."
|
|
returns:
|
|
description: "the secondaryKey value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys.validate()"
|
|
name: "validate()"
|
|
nameWithType: "AuthKeys.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys.withPrimaryKey(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys.withPrimaryKey(String primaryKey)"
|
|
name: "withPrimaryKey(String primaryKey)"
|
|
nameWithType: "AuthKeys.withPrimaryKey(String primaryKey)"
|
|
summary: "Set the primary<wbr>Key property: The primary key."
|
|
parameters:
|
|
- description: "the primaryKey value to set."
|
|
name: "primaryKey"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public AuthKeys withPrimaryKey(String primaryKey)"
|
|
desc: "Set the primaryKey property: The primary key."
|
|
returns:
|
|
description: "the AuthKeys object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AuthKeys?alt=com.azure.resourcemanager.machinelearningservices.models.AuthKeys&text=AuthKeys\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys.withSecondaryKey(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys.withSecondaryKey(String secondaryKey)"
|
|
name: "withSecondaryKey(String secondaryKey)"
|
|
nameWithType: "AuthKeys.withSecondaryKey(String secondaryKey)"
|
|
summary: "Set the secondary<wbr>Key property: The secondary key."
|
|
parameters:
|
|
- description: "the secondaryKey value to set."
|
|
name: "secondaryKey"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public AuthKeys withSecondaryKey(String secondaryKey)"
|
|
desc: "Set the secondaryKey property: The secondary key."
|
|
returns:
|
|
description: "the AuthKeys object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AuthKeys?alt=com.azure.resourcemanager.machinelearningservices.models.AuthKeys&text=AuthKeys\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The AuthKeys model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|