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