@Beta(value=V1_14_0)
public interface SourceRepositoryProperties
extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.containerregistry.implementation.SourceRepositoryPropertiesInner>
| Modifier and Type | Method and Description |
|---|---|
String |
authenticationToken() |
TokenType |
authenticationTokenType() |
boolean |
isCommitTriggerEnabled() |
String |
refreshToken() |
String |
repositoryUrl() |
String |
scope() |
SourceControlType |
sourceControlType() |
int |
tokenExpirationTimeInSeconds() |
SourceControlType sourceControlType()
String repositoryUrl()
boolean isCommitTriggerEnabled()
TokenType authenticationTokenType()
String authenticationToken()
String refreshToken()
String scope()
int tokenExpirationTimeInSeconds()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/