Uses of Class
com.azure.resourcemanager.automation.models.SourceControlSecurityTokenProperties
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent.models that return SourceControlSecurityTokenPropertiesModifier 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.Methods in com.azure.resourcemanager.automation.fluent.models with parameters of type SourceControlSecurityTokenPropertiesModifier 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
Methods in com.azure.resourcemanager.automation.models that return SourceControlSecurityTokenPropertiesModifier and TypeMethodDescriptionSourceControlSecurityTokenProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SourceControlSecurityTokenProperties from the JsonReader.SourceControlCreateOrUpdateParameters.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.Methods in com.azure.resourcemanager.automation.models with parameters of type SourceControlSecurityTokenPropertiesModifier 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.