33 строки
3.5 KiB
YAML
33 строки
3.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.core.client.traits.AzureNamedKeyCredentialTrait"
|
|
fullName: "com.azure.core.client.traits.AzureNamedKeyCredentialTrait<T>"
|
|
name: "AzureNamedKeyCredentialTrait<T>"
|
|
nameWithType: "AzureNamedKeyCredentialTrait<T>"
|
|
summary: "An <xref uid=\"com.azure.core.client.traits\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Azure SDK for Java trait\"></xref> providing a consistent interface for setting <xref uid=\"com.azure.core.credential.AzureNamedKeyCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AzureNamedKeyCredential\"></xref>."
|
|
syntax: "public interface **AzureNamedKeyCredentialTrait<T>**"
|
|
methods:
|
|
- uid: "com.azure.core.client.traits.AzureNamedKeyCredentialTrait.credential(com.azure.core.credential.AzureNamedKeyCredential)"
|
|
fullName: "com.azure.core.client.traits.AzureNamedKeyCredentialTrait<T>.credential(AzureNamedKeyCredential credential)"
|
|
name: "credential(AzureNamedKeyCredential credential)"
|
|
nameWithType: "AzureNamedKeyCredentialTrait<T>.credential(AzureNamedKeyCredential credential)"
|
|
summary: "Sets the <xref uid=\"com.azure.core.credential.AzureNamedKeyCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AzureNamedKeyCredential\"></xref> used for authentication."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the <xref uid=\"com.azure.core.credential.AzureNamedKeyCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AzureNamedKeyCredential\"></xref> to be used for authentication."
|
|
name: "credential"
|
|
type: "<xref href=\"com.azure.core.credential.AzureNamedKeyCredential?alt=com.azure.core.credential.AzureNamedKeyCredential&text=AzureNamedKeyCredential\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract T credential(AzureNamedKeyCredential credential)"
|
|
desc: "Sets the <xref uid=\"com.azure.core.credential.AzureNamedKeyCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AzureNamedKeyCredential\"></xref> used for authentication. Refer to the Azure SDK for Java [identity and authentication][] documentation for more details on proper usage of the <xref uid=\"com.azure.core.credential.AzureNamedKeyCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AzureNamedKeyCredential\"></xref> type.\n\n\n[identity and authentication]: https://aka.ms/azsdk/java/docs/identity"
|
|
returns:
|
|
description: "Returns the same concrete type with the appropriate properties updated, to allow for fluent chaining of\n operations."
|
|
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
typeParameters:
|
|
- description: "The concrete type that implements the trait. This is required so that fluent operations can continue\n to return the concrete type, rather than the trait type."
|
|
name: "T"
|
|
desc: "An <xref uid=\"com.azure.core.client.traits\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Azure SDK for Java trait\"></xref> providing a consistent interface for setting <xref uid=\"com.azure.core.credential.AzureNamedKeyCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AzureNamedKeyCredential\"></xref>. Refer to the Azure SDK for Java [identity and authentication][] documentation for more details on proper usage of the <xref uid=\"com.azure.core.credential.AzureNamedKeyCredential\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AzureNamedKeyCredential\"></xref> type.\n\n\n[identity and authentication]: https://aka.ms/azsdk/java/docs/identity"
|
|
metadata: {}
|
|
package: "com.azure.core.client.traits"
|
|
artifact: com.azure:azure-core:1.52.0
|