azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

33 строки
2.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.graphrbac.PasswordCredential.DefinitionStages.WithAuthFile"
fullName: "com.microsoft.azure.management.graphrbac.PasswordCredential.DefinitionStages.WithAuthFile<ParentT>"
name: "PasswordCredential.DefinitionStages.WithAuthFile<ParentT>"
nameWithType: "PasswordCredential.DefinitionStages.WithAuthFile<ParentT>"
summary: "A credential definition stage allowing exporting the auth file for the service principal."
syntax: "public static interface **PasswordCredential.DefinitionStages.WithAuthFile<ParentT>**"
methods:
- uid: "com.microsoft.azure.management.graphrbac.PasswordCredential.DefinitionStages.WithAuthFile.withAuthFileToExport(java.io.OutputStream)"
fullName: "com.microsoft.azure.management.graphrbac.PasswordCredential.DefinitionStages.WithAuthFile<ParentT>.withAuthFileToExport(OutputStream outputStream)"
name: "withAuthFileToExport(OutputStream outputStream)"
nameWithType: "PasswordCredential.DefinitionStages.WithAuthFile<ParentT>.withAuthFileToExport(OutputStream outputStream)"
summary: "Export the information of this service principal into an auth file."
modifiers:
- "abstract"
parameters:
- description: "the output stream to export the file"
name: "outputStream"
type: "<xref href=\"java.io.OutputStream?alt=java.io.OutputStream&text=OutputStream\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile<ParentT> withAuthFileToExport(OutputStream outputStream)"
desc: "Export the information of this service principal into an auth file."
returns:
description: "the next stage in credential definition"
type: "<xref href=\"com.microsoft.azure.management.graphrbac.PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile?alt=com.microsoft.azure.management.graphrbac.PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile&text=WithSubscriptionInAuthFile\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the stage of the parent definition to return to after attaching this definition"
name: "ParentT"
desc: "A credential definition stage allowing exporting the auth file for the service principal."
metadata: {}
package: "com.microsoft.azure.management.graphrbac"
artifact: com.microsoft.azure:azure-mgmt-graph-rbac:1.41.4