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

156 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters"
fullName: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters"
name: "AuthInfoUpdateParameters"
nameWithType: "AuthInfoUpdateParameters"
summary: "The authorization properties for accessing the source code repository."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **AuthInfoUpdateParameters**"
constructors:
- uid: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.AuthInfoUpdateParameters()"
fullName: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.AuthInfoUpdateParameters()"
name: "AuthInfoUpdateParameters()"
nameWithType: "AuthInfoUpdateParameters.AuthInfoUpdateParameters()"
syntax: "public AuthInfoUpdateParameters()"
methods:
- uid: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.expiresIn()"
fullName: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.expiresIn()"
name: "expiresIn()"
nameWithType: "AuthInfoUpdateParameters.expiresIn()"
summary: "Get time in seconds that the token remains valid."
syntax: "public Integer expiresIn()"
desc: "Get time in seconds that the token remains valid."
returns:
description: "the expiresIn value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.refreshToken()"
fullName: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.refreshToken()"
name: "refreshToken()"
nameWithType: "AuthInfoUpdateParameters.refreshToken()"
summary: "Get the refresh token used to refresh the access token."
syntax: "public String refreshToken()"
desc: "Get the refresh token used to refresh the access token."
returns:
description: "the refreshToken value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.scope()"
fullName: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.scope()"
name: "scope()"
nameWithType: "AuthInfoUpdateParameters.scope()"
summary: "Get the scope of the access token."
syntax: "public String scope()"
desc: "Get the scope of the access token."
returns:
description: "the scope value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.token()"
fullName: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.token()"
name: "token()"
nameWithType: "AuthInfoUpdateParameters.token()"
summary: "Get the access token used to access the source control provider."
syntax: "public String token()"
desc: "Get the access token used to access the source control provider."
returns:
description: "the token value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.tokenType()"
fullName: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.tokenType()"
name: "tokenType()"
nameWithType: "AuthInfoUpdateParameters.tokenType()"
summary: "Get the type of Auth token."
syntax: "public TokenType tokenType()"
desc: "Get the type of Auth token. Possible values include: 'PAT', 'OAuth'."
returns:
description: "the tokenType value"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.TokenType?alt=com.microsoft.azure.management.containerregistry.TokenType&text=TokenType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.withExpiresIn(java.lang.Integer)"
fullName: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.withExpiresIn(Integer expiresIn)"
name: "withExpiresIn(Integer expiresIn)"
nameWithType: "AuthInfoUpdateParameters.withExpiresIn(Integer expiresIn)"
summary: "Set time in seconds that the token remains valid."
parameters:
- description: "the expiresIn value to set"
name: "expiresIn"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AuthInfoUpdateParameters withExpiresIn(Integer expiresIn)"
desc: "Set time in seconds that the token remains valid."
returns:
description: "the AuthInfoUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters?alt=com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters&text=AuthInfoUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.withRefreshToken(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.withRefreshToken(String refreshToken)"
name: "withRefreshToken(String refreshToken)"
nameWithType: "AuthInfoUpdateParameters.withRefreshToken(String refreshToken)"
summary: "Set the refresh token used to refresh the access token."
parameters:
- description: "the refreshToken value to set"
name: "refreshToken"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AuthInfoUpdateParameters withRefreshToken(String refreshToken)"
desc: "Set the refresh token used to refresh the access token."
returns:
description: "the AuthInfoUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters?alt=com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters&text=AuthInfoUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.withScope(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.withScope(String scope)"
name: "withScope(String scope)"
nameWithType: "AuthInfoUpdateParameters.withScope(String scope)"
summary: "Set the scope of the access token."
parameters:
- description: "the scope value to set"
name: "scope"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AuthInfoUpdateParameters withScope(String scope)"
desc: "Set the scope of the access token."
returns:
description: "the AuthInfoUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters?alt=com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters&text=AuthInfoUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.withToken(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.withToken(String token)"
name: "withToken(String token)"
nameWithType: "AuthInfoUpdateParameters.withToken(String token)"
summary: "Set the access token used to access the source control provider."
parameters:
- description: "the token value to set"
name: "token"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AuthInfoUpdateParameters withToken(String token)"
desc: "Set the access token used to access the source control provider."
returns:
description: "the AuthInfoUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters?alt=com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters&text=AuthInfoUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.withTokenType(com.microsoft.azure.management.containerregistry.TokenType)"
fullName: "com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters.withTokenType(TokenType tokenType)"
name: "withTokenType(TokenType tokenType)"
nameWithType: "AuthInfoUpdateParameters.withTokenType(TokenType tokenType)"
summary: "Set the type of Auth token."
parameters:
- description: "the tokenType value to set"
name: "tokenType"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.TokenType?alt=com.microsoft.azure.management.containerregistry.TokenType&text=TokenType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AuthInfoUpdateParameters withTokenType(TokenType tokenType)"
desc: "Set the type of Auth token. Possible values include: 'PAT', 'OAuth'."
returns:
description: "the AuthInfoUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters?alt=com.microsoft.azure.management.containerregistry.AuthInfoUpdateParameters&text=AuthInfoUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The authorization properties for accessing the source code repository."
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4