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

78 строки
6.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys"
name: "CreateServiceRequestKeys"
nameWithType: "CreateServiceRequestKeys"
summary: "The authentication keys."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AuthKeys?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AuthKeys?alt=com.azure.resourcemanager.machinelearningservices.models.AuthKeys&text=AuthKeys\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AuthKeys.primaryKey()?alt=com.azure.resourcemanager.machinelearningservices.models.AuthKeys.primaryKey&text=primaryKey\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AuthKeys.secondaryKey()?alt=com.azure.resourcemanager.machinelearningservices.models.AuthKeys.secondaryKey&text=secondaryKey\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AuthKeys.validate()?alt=com.azure.resourcemanager.machinelearningservices.models.AuthKeys.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AuthKeys.withPrimaryKey(java.lang.String)?alt=com.azure.resourcemanager.machinelearningservices.models.AuthKeys.withPrimaryKey&text=withPrimaryKey\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AuthKeys.withSecondaryKey(java.lang.String)?alt=com.azure.resourcemanager.machinelearningservices.models.AuthKeys.withSecondaryKey&text=withSecondaryKey\" 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 **CreateServiceRequestKeys**</br> extends <xref href=\"com.azure.resourcemanager.machinelearningservices.models.AuthKeys?alt=com.azure.resourcemanager.machinelearningservices.models.AuthKeys&text=AuthKeys\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys.CreateServiceRequestKeys()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys.CreateServiceRequestKeys()"
name: "CreateServiceRequestKeys()"
nameWithType: "CreateServiceRequestKeys.CreateServiceRequestKeys()"
syntax: "public CreateServiceRequestKeys()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys.validate()"
name: "validate()"
nameWithType: "CreateServiceRequestKeys.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys.withPrimaryKey(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys.withPrimaryKey(String primaryKey)"
name: "withPrimaryKey(String primaryKey)"
nameWithType: "CreateServiceRequestKeys.withPrimaryKey(String primaryKey)"
summary: "Set the primary<wbr>Key property: The primary key."
overridden: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys.withPrimaryKey(java.lang.String)"
parameters:
- name: "primaryKey"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CreateServiceRequestKeys withPrimaryKey(String primaryKey)"
desc: "Set the primaryKey property: The primary key."
returns:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys?alt=com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys&text=CreateServiceRequestKeys\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys.withSecondaryKey(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys.withSecondaryKey(String secondaryKey)"
name: "withSecondaryKey(String secondaryKey)"
nameWithType: "CreateServiceRequestKeys.withSecondaryKey(String secondaryKey)"
summary: "Set the secondary<wbr>Key property: The secondary key."
overridden: "com.azure.resourcemanager.machinelearningservices.models.AuthKeys.withSecondaryKey(java.lang.String)"
parameters:
- name: "secondaryKey"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CreateServiceRequestKeys withSecondaryKey(String secondaryKey)"
desc: "Set the secondaryKey property: The secondary key."
returns:
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys?alt=com.azure.resourcemanager.machinelearningservices.models.CreateServiceRequestKeys&text=CreateServiceRequestKeys\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The authentication keys."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1