132 строки
10 KiB
YAML
132 строки
10 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerregistry.SourceProperties"
|
|
fullName: "com.microsoft.azure.management.containerregistry.SourceProperties"
|
|
name: "SourceProperties"
|
|
nameWithType: "SourceProperties"
|
|
summary: "The properties of 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 **SourceProperties**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.containerregistry.SourceProperties.SourceProperties()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.SourceProperties.SourceProperties()"
|
|
name: "SourceProperties()"
|
|
nameWithType: "SourceProperties.SourceProperties()"
|
|
syntax: "public SourceProperties()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerregistry.SourceProperties.branch()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.SourceProperties.branch()"
|
|
name: "branch()"
|
|
nameWithType: "SourceProperties.branch()"
|
|
summary: "Get the branch name of the source code."
|
|
syntax: "public String branch()"
|
|
desc: "Get the branch name of the source code."
|
|
returns:
|
|
description: "the branch 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.SourceProperties.repositoryUrl()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.SourceProperties.repositoryUrl()"
|
|
name: "repositoryUrl()"
|
|
nameWithType: "SourceProperties.repositoryUrl()"
|
|
summary: "Get the full URL to the source code respository."
|
|
syntax: "public String repositoryUrl()"
|
|
desc: "Get the full URL to the source code respository."
|
|
returns:
|
|
description: "the repositoryUrl 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.SourceProperties.sourceControlAuthProperties()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.SourceProperties.sourceControlAuthProperties()"
|
|
name: "sourceControlAuthProperties()"
|
|
nameWithType: "SourceProperties.sourceControlAuthProperties()"
|
|
summary: "Get the authorization properties for accessing the source code repository and to set up webhooks for notifications."
|
|
syntax: "public AuthInfo sourceControlAuthProperties()"
|
|
desc: "Get the authorization properties for accessing the source code repository and to set up webhooks for notifications."
|
|
returns:
|
|
description: "the sourceControlAuthProperties value"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.AuthInfo?alt=com.microsoft.azure.management.containerregistry.AuthInfo&text=AuthInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.SourceProperties.sourceControlType()"
|
|
fullName: "com.microsoft.azure.management.containerregistry.SourceProperties.sourceControlType()"
|
|
name: "sourceControlType()"
|
|
nameWithType: "SourceProperties.sourceControlType()"
|
|
summary: "Get the type of source control service."
|
|
syntax: "public SourceControlType sourceControlType()"
|
|
desc: "Get the type of source control service. Possible values include: 'Github', 'VisualStudioTeamService'."
|
|
returns:
|
|
description: "the sourceControlType value"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceControlType?alt=com.microsoft.azure.management.containerregistry.SourceControlType&text=SourceControlType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.SourceProperties.withBranch(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.SourceProperties.withBranch(String branch)"
|
|
name: "withBranch(String branch)"
|
|
nameWithType: "SourceProperties.withBranch(String branch)"
|
|
summary: "Set the branch name of the source code."
|
|
parameters:
|
|
- description: "the branch value to set"
|
|
name: "branch"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public SourceProperties withBranch(String branch)"
|
|
desc: "Set the branch name of the source code."
|
|
returns:
|
|
description: "the SourceProperties object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceProperties?alt=com.microsoft.azure.management.containerregistry.SourceProperties&text=SourceProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.SourceProperties.withRepositoryUrl(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.SourceProperties.withRepositoryUrl(String repositoryUrl)"
|
|
name: "withRepositoryUrl(String repositoryUrl)"
|
|
nameWithType: "SourceProperties.withRepositoryUrl(String repositoryUrl)"
|
|
summary: "Set the full URL to the source code respository."
|
|
parameters:
|
|
- description: "the repositoryUrl value to set"
|
|
name: "repositoryUrl"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public SourceProperties withRepositoryUrl(String repositoryUrl)"
|
|
desc: "Set the full URL to the source code respository."
|
|
returns:
|
|
description: "the SourceProperties object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceProperties?alt=com.microsoft.azure.management.containerregistry.SourceProperties&text=SourceProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.SourceProperties.withSourceControlAuthProperties(com.microsoft.azure.management.containerregistry.AuthInfo)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.SourceProperties.withSourceControlAuthProperties(AuthInfo sourceControlAuthProperties)"
|
|
name: "withSourceControlAuthProperties(AuthInfo sourceControlAuthProperties)"
|
|
nameWithType: "SourceProperties.withSourceControlAuthProperties(AuthInfo sourceControlAuthProperties)"
|
|
summary: "Set the authorization properties for accessing the source code repository and to set up webhooks for notifications."
|
|
parameters:
|
|
- description: "the sourceControlAuthProperties value to set"
|
|
name: "sourceControlAuthProperties"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.AuthInfo?alt=com.microsoft.azure.management.containerregistry.AuthInfo&text=AuthInfo\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public SourceProperties withSourceControlAuthProperties(AuthInfo sourceControlAuthProperties)"
|
|
desc: "Set the authorization properties for accessing the source code repository and to set up webhooks for notifications."
|
|
returns:
|
|
description: "the SourceProperties object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceProperties?alt=com.microsoft.azure.management.containerregistry.SourceProperties&text=SourceProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerregistry.SourceProperties.withSourceControlType(com.microsoft.azure.management.containerregistry.SourceControlType)"
|
|
fullName: "com.microsoft.azure.management.containerregistry.SourceProperties.withSourceControlType(SourceControlType sourceControlType)"
|
|
name: "withSourceControlType(SourceControlType sourceControlType)"
|
|
nameWithType: "SourceProperties.withSourceControlType(SourceControlType sourceControlType)"
|
|
summary: "Set the type of source control service."
|
|
parameters:
|
|
- description: "the sourceControlType value to set"
|
|
name: "sourceControlType"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceControlType?alt=com.microsoft.azure.management.containerregistry.SourceControlType&text=SourceControlType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public SourceProperties withSourceControlType(SourceControlType sourceControlType)"
|
|
desc: "Set the type of source control service. Possible values include: 'Github', 'VisualStudioTeamService'."
|
|
returns:
|
|
description: "the SourceProperties object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceProperties?alt=com.microsoft.azure.management.containerregistry.SourceProperties&text=SourceProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The properties of the source code repository."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerregistry"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4
|