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

180 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters"
fullName: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters"
name: "WebhookUpdateParameters"
nameWithType: "WebhookUpdateParameters"
summary: "The parameters for updating a webhook."
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 **WebhookUpdateParameters**"
constructors:
- uid: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.WebhookUpdateParameters()"
fullName: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.WebhookUpdateParameters()"
name: "WebhookUpdateParameters()"
nameWithType: "WebhookUpdateParameters.WebhookUpdateParameters()"
syntax: "public WebhookUpdateParameters()"
methods:
- uid: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.actions()"
fullName: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.actions()"
name: "actions()"
nameWithType: "WebhookUpdateParameters.actions()"
summary: "Get the list of actions that trigger the webhook to post notifications."
syntax: "public List<WebhookAction> actions()"
desc: "Get the list of actions that trigger the webhook to post notifications."
returns:
description: "the actions 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.WebhookAction?alt=com.microsoft.azure.management.containerregistry.WebhookAction&text=WebhookAction\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.customHeaders()"
fullName: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.customHeaders()"
name: "customHeaders()"
nameWithType: "WebhookUpdateParameters.customHeaders()"
summary: "Get custom headers that will be added to the webhook notifications."
syntax: "public Map<String,String> customHeaders()"
desc: "Get custom headers that will be added to the webhook notifications."
returns:
description: "the customHeaders value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.scope()"
fullName: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.scope()"
name: "scope()"
nameWithType: "WebhookUpdateParameters.scope()"
summary: "Get the scope of repositories where the event can be triggered."
syntax: "public String scope()"
desc: "Get the scope of repositories where the event can be triggered. For example, 'foo:\\*' means events for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is equivalent to 'foo:latest'. Empty means all events."
returns:
description: "the scope 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.WebhookUpdateParameters.serviceUri()"
fullName: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.serviceUri()"
name: "serviceUri()"
nameWithType: "WebhookUpdateParameters.serviceUri()"
summary: "Get the service URI for the webhook to post notifications."
syntax: "public String serviceUri()"
desc: "Get the service URI for the webhook to post notifications."
returns:
description: "the serviceUri 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.WebhookUpdateParameters.status()"
fullName: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.status()"
name: "status()"
nameWithType: "WebhookUpdateParameters.status()"
summary: "Get the status of the webhook at the time the operation was called."
syntax: "public WebhookStatus status()"
desc: "Get the status of the webhook at the time the operation was called. Possible values include: 'enabled', 'disabled'."
returns:
description: "the status value"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.WebhookStatus?alt=com.microsoft.azure.management.containerregistry.WebhookStatus&text=WebhookStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.tags()"
fullName: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.tags()"
name: "tags()"
nameWithType: "WebhookUpdateParameters.tags()"
summary: "Get the tags for the webhook."
syntax: "public Map<String,String> tags()"
desc: "Get the tags for the webhook."
returns:
description: "the tags value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.withActions(java.util.List<com.microsoft.azure.management.containerregistry.WebhookAction>)"
fullName: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.withActions(List<WebhookAction> actions)"
name: "withActions(List<WebhookAction> actions)"
nameWithType: "WebhookUpdateParameters.withActions(List<WebhookAction> actions)"
summary: "Set the list of actions that trigger the webhook to post notifications."
parameters:
- description: "the actions value to set"
name: "actions"
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.WebhookAction?alt=com.microsoft.azure.management.containerregistry.WebhookAction&text=WebhookAction\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public WebhookUpdateParameters withActions(List<WebhookAction> actions)"
desc: "Set the list of actions that trigger the webhook to post notifications."
returns:
description: "the WebhookUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.WebhookUpdateParameters?alt=com.microsoft.azure.management.containerregistry.WebhookUpdateParameters&text=WebhookUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.withCustomHeaders(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.withCustomHeaders(Map<String,String> customHeaders)"
name: "withCustomHeaders(Map<String,String> customHeaders)"
nameWithType: "WebhookUpdateParameters.withCustomHeaders(Map<String,String> customHeaders)"
summary: "Set custom headers that will be added to the webhook notifications."
parameters:
- description: "the customHeaders value to set"
name: "customHeaders"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public WebhookUpdateParameters withCustomHeaders(Map<String,String> customHeaders)"
desc: "Set custom headers that will be added to the webhook notifications."
returns:
description: "the WebhookUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.WebhookUpdateParameters?alt=com.microsoft.azure.management.containerregistry.WebhookUpdateParameters&text=WebhookUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.withScope(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.withScope(String scope)"
name: "withScope(String scope)"
nameWithType: "WebhookUpdateParameters.withScope(String scope)"
summary: "Set the scope of repositories where the event can be triggered."
parameters:
- description: "the scope value to set"
name: "scope"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebhookUpdateParameters withScope(String scope)"
desc: "Set the scope of repositories where the event can be triggered. For example, 'foo:\\*' means events for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is equivalent to 'foo:latest'. Empty means all events."
returns:
description: "the WebhookUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.WebhookUpdateParameters?alt=com.microsoft.azure.management.containerregistry.WebhookUpdateParameters&text=WebhookUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.withServiceUri(java.lang.String)"
fullName: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.withServiceUri(String serviceUri)"
name: "withServiceUri(String serviceUri)"
nameWithType: "WebhookUpdateParameters.withServiceUri(String serviceUri)"
summary: "Set the service URI for the webhook to post notifications."
parameters:
- description: "the serviceUri value to set"
name: "serviceUri"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebhookUpdateParameters withServiceUri(String serviceUri)"
desc: "Set the service URI for the webhook to post notifications."
returns:
description: "the WebhookUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.WebhookUpdateParameters?alt=com.microsoft.azure.management.containerregistry.WebhookUpdateParameters&text=WebhookUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.withStatus(com.microsoft.azure.management.containerregistry.WebhookStatus)"
fullName: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.withStatus(WebhookStatus status)"
name: "withStatus(WebhookStatus status)"
nameWithType: "WebhookUpdateParameters.withStatus(WebhookStatus status)"
summary: "Set the status of the webhook at the time the operation was called."
parameters:
- description: "the status value to set"
name: "status"
type: "<xref href=\"com.microsoft.azure.management.containerregistry.WebhookStatus?alt=com.microsoft.azure.management.containerregistry.WebhookStatus&text=WebhookStatus\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebhookUpdateParameters withStatus(WebhookStatus status)"
desc: "Set the status of the webhook at the time the operation was called. Possible values include: 'enabled', 'disabled'."
returns:
description: "the WebhookUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.WebhookUpdateParameters?alt=com.microsoft.azure.management.containerregistry.WebhookUpdateParameters&text=WebhookUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.containerregistry.WebhookUpdateParameters.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "WebhookUpdateParameters.withTags(Map<String,String> tags)"
summary: "Set the tags for the webhook."
parameters:
- description: "the tags value to set"
name: "tags"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public WebhookUpdateParameters withTags(Map<String,String> tags)"
desc: "Set the tags for the webhook."
returns:
description: "the WebhookUpdateParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.containerregistry.WebhookUpdateParameters?alt=com.microsoft.azure.management.containerregistry.WebhookUpdateParameters&text=WebhookUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The parameters for updating a webhook."
metadata: {}
package: "com.microsoft.azure.management.containerregistry"
artifact: com.microsoft.azure:azure-mgmt-containerregistry:1.41.4