50 строки
2.7 KiB
YAML
50 строки
2.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearning.models.EndpointAuthKeys"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.EndpointAuthKeys"
|
|
name: "EndpointAuthKeys"
|
|
nameWithType: "EndpointAuthKeys"
|
|
summary: "An immutable client-side representation of Endpoint<wbr>Auth<wbr>Keys."
|
|
syntax: "public interface **EndpointAuthKeys**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.EndpointAuthKeys.innerModel()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.EndpointAuthKeys.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "EndpointAuthKeys.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>machinelearning.<wbr>fluent.<wbr>models.<wbr>Endpoint<wbr>Auth<wbr>Keys<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract EndpointAuthKeysInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.EndpointAuthKeysInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.EndpointAuthKeysInner?alt=com.azure.resourcemanager.machinelearning.fluent.models.EndpointAuthKeysInner&text=EndpointAuthKeysInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.EndpointAuthKeys.primaryKey()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.EndpointAuthKeys.primaryKey()"
|
|
name: "primaryKey()"
|
|
nameWithType: "EndpointAuthKeys.primaryKey()"
|
|
summary: "Gets the primary<wbr>Key property: The primary key."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String primaryKey()"
|
|
desc: "Gets 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.machinelearning.models.EndpointAuthKeys.secondaryKey()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.EndpointAuthKeys.secondaryKey()"
|
|
name: "secondaryKey()"
|
|
nameWithType: "EndpointAuthKeys.secondaryKey()"
|
|
summary: "Gets the secondary<wbr>Key property: The secondary key."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String secondaryKey()"
|
|
desc: "Gets 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>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of EndpointAuthKeys."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearning.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0
|