azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

132 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters"
name: "SourceTriggerUpdateParameters"
nameWithType: "SourceTriggerUpdateParameters"
summary: "The properties for updating a source based trigger."
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 **SourceTriggerUpdateParameters**"
constructors:
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters.SourceTriggerUpdateParameters()"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters.SourceTriggerUpdateParameters()"
name: "SourceTriggerUpdateParameters()"
nameWithType: "SourceTriggerUpdateParameters.SourceTriggerUpdateParameters()"
syntax: "public SourceTriggerUpdateParameters()"
methods:
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters.name()"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters.name()"
name: "name()"
nameWithType: "SourceTriggerUpdateParameters.name()"
summary: "Get the name of the trigger."
syntax: "public String name()"
desc: "Get the name of the trigger."
returns:
description: "the name 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.SourceTriggerUpdateParameters.sourceRepository()"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters.sourceRepository()"
name: "sourceRepository()"
nameWithType: "SourceTriggerUpdateParameters.sourceRepository()"
summary: "Get the properties that describes the source(code) for the task."
syntax: "public SourceUpdateParameters sourceRepository()"
desc: "Get the properties that describes the source(code) for the task."
returns:
description: "the sourceRepository value"
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.SourceTriggerUpdateParameters.sourceTriggerEvents()"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters.sourceTriggerEvents()"
name: "sourceTriggerEvents()"
nameWithType: "SourceTriggerUpdateParameters.sourceTriggerEvents()"
summary: "Get the source event corresponding to the trigger."
syntax: "public List<SourceTriggerEvent> sourceTriggerEvents()"
desc: "Get the source event corresponding to the trigger."
returns:
description: "the sourceTriggerEvents value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.SourceTriggerEvent?alt=com.microsoft.azure.management.containerregistry.SourceTriggerEvent&text=SourceTriggerEvent\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters.status()"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters.status()"
name: "status()"
nameWithType: "SourceTriggerUpdateParameters.status()"
summary: "Get the current status of trigger."
syntax: "public TriggerStatus status()"
desc: "Get the current status of trigger. Possible values include: 'Disabled', 'Enabled'."
returns:
description: "the status value"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.TriggerStatus?alt=com.microsoft.azure.management.containerregistry.TriggerStatus&text=TriggerStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters.withName(String name)"
name: "withName(String name)"
nameWithType: "SourceTriggerUpdateParameters.withName(String name)"
summary: "Set the name of the trigger."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SourceTriggerUpdateParameters withName(String name)"
desc: "Set the name of the trigger."
returns:
description: "the SourceTriggerUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters?alt=com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters&text=SourceTriggerUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters.withSourceRepository(com.microsoft.azure.management.containerregistry.SourceUpdateParameters)"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters.withSourceRepository(SourceUpdateParameters sourceRepository)"
name: "withSourceRepository(SourceUpdateParameters sourceRepository)"
nameWithType: "SourceTriggerUpdateParameters.withSourceRepository(SourceUpdateParameters sourceRepository)"
summary: "Set the properties that describes the source(code) for the task."
parameters:
- description: "the sourceRepository value to set"
name: "sourceRepository"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceUpdateParameters?alt=com.microsoft.azure.management.containerregistry.SourceUpdateParameters&text=SourceUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SourceTriggerUpdateParameters withSourceRepository(SourceUpdateParameters sourceRepository)"
desc: "Set the properties that describes the source(code) for the task."
returns:
description: "the SourceTriggerUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters?alt=com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters&text=SourceTriggerUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters.withSourceTriggerEvents(java.util.List<com.microsoft.azure.management.containerregistry.SourceTriggerEvent>)"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters.withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents)"
name: "withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents)"
nameWithType: "SourceTriggerUpdateParameters.withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents)"
summary: "Set the source event corresponding to the trigger."
parameters:
- description: "the sourceTriggerEvents value to set"
name: "sourceTriggerEvents"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.containerregistry.SourceTriggerEvent?alt=com.microsoft.azure.management.containerregistry.SourceTriggerEvent&text=SourceTriggerEvent\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SourceTriggerUpdateParameters withSourceTriggerEvents(List<SourceTriggerEvent> sourceTriggerEvents)"
desc: "Set the source event corresponding to the trigger."
returns:
description: "the SourceTriggerUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters?alt=com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters&text=SourceTriggerUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters.withStatus(com.microsoft.azure.management.containerregistry.TriggerStatus)"
fullName: "com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters.withStatus(TriggerStatus status)"
name: "withStatus(TriggerStatus status)"
nameWithType: "SourceTriggerUpdateParameters.withStatus(TriggerStatus status)"
summary: "Set the current status of trigger."
parameters:
- description: "the status value to set"
name: "status"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.TriggerStatus?alt=com.microsoft.azure.management.containerregistry.TriggerStatus&text=TriggerStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SourceTriggerUpdateParameters withStatus(TriggerStatus status)"
desc: "Set the current status of trigger. Possible values include: 'Disabled', 'Enabled'."
returns:
description: "the SourceTriggerUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters?alt=com.microsoft.azure.management.containerregistry.SourceTriggerUpdateParameters&text=SourceTriggerUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties for updating a source based trigger."
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4