Uses of Class
com.azure.resourcemanager.automation.models.SourceControlSecurityTokenProperties
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of SourceControlSecurityTokenProperties in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSourceControlCreateOrUpdateProperties.securityToken()
Get the securityToken property: The authorization token for the repo of the source control.SourceControlUpdateProperties.securityToken()
Get the securityToken property: The authorization token for the repo of the source control.Modifier and TypeMethodDescriptionSourceControlCreateOrUpdateProperties.withSecurityToken
(SourceControlSecurityTokenProperties securityToken) Set the securityToken property: The authorization token for the repo of the source control.SourceControlUpdateProperties.withSecurityToken
(SourceControlSecurityTokenProperties securityToken) Set the securityToken property: The authorization token for the repo of the source control. -
Uses of SourceControlSecurityTokenProperties in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSourceControlCreateOrUpdateParameters.securityToken()
Get the securityToken property: The authorization token for the repo of the source control.SourceControlUpdateParameters.securityToken()
Get the securityToken property: The authorization token for the repo of the source control.SourceControlSecurityTokenProperties.withAccessToken
(String accessToken) Set the accessToken property: The access token.SourceControlSecurityTokenProperties.withRefreshToken
(String refreshToken) Set the refreshToken property: The refresh token.SourceControlSecurityTokenProperties.withTokenType
(TokenType tokenType) Set the tokenType property: The token type.Modifier and TypeMethodDescriptionSourceControl.DefinitionStages.WithSecurityToken.withSecurityToken
(SourceControlSecurityTokenProperties securityToken) Specifies the securityToken property: The authorization token for the repo of the source control..SourceControl.UpdateStages.WithSecurityToken.withSecurityToken
(SourceControlSecurityTokenProperties securityToken) Specifies the securityToken property: The authorization token for the repo of the source control..SourceControlCreateOrUpdateParameters.withSecurityToken
(SourceControlSecurityTokenProperties securityToken) Set the securityToken property: The authorization token for the repo of the source control.SourceControlUpdateParameters.withSecurityToken
(SourceControlSecurityTokenProperties securityToken) Set the securityToken property: The authorization token for the repo of the source control.