210 строки
12 KiB
YAML
210 строки
12 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.actions()
|
|
name: actions()
|
|
nameWithType: WebhookCreateParameters.actions()
|
|
returns:
|
|
description: <p>the actions value </p>
|
|
type: List<<xref href="com.microsoft.azure.management.containerregistry.WebhookAction?alt=com.microsoft.azure.management.containerregistry.WebhookAction&text=WebhookAction" data-throw-if-not-resolved="False"/>>
|
|
summary: >-
|
|
<p>Get the list of actions that trigger the webhook to post notifications.</p>
|
|
|
|
<p></p>
|
|
syntax: public List<WebhookAction> actions()
|
|
uid: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.actions()
|
|
- fullName: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.customHeaders()
|
|
name: customHeaders()
|
|
nameWithType: WebhookCreateParameters.customHeaders()
|
|
returns:
|
|
description: <p>the customHeaders value </p>
|
|
type: <xref href="Map%3CString%2C+String%3E?alt=Map%3CString%2C+String%3E&text=Map%3CString%2C+String%3E" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get custom headers that will be added to the webhook notifications.</p>
|
|
|
|
<p></p>
|
|
syntax: public Map<String, String> customHeaders()
|
|
uid: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.customHeaders()
|
|
- fullName: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.location()
|
|
name: location()
|
|
nameWithType: WebhookCreateParameters.location()
|
|
returns:
|
|
description: <p>the location value </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the location of the webhook. This cannot be changed after the resource is created.</p>
|
|
|
|
<p></p>
|
|
syntax: public String location()
|
|
uid: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.location()
|
|
- fullName: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.scope()
|
|
name: scope()
|
|
nameWithType: WebhookCreateParameters.scope()
|
|
returns:
|
|
description: <p>the scope value </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>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.</p>
|
|
|
|
<p></p>
|
|
syntax: public String scope()
|
|
uid: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.scope()
|
|
- fullName: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.serviceUri()
|
|
name: serviceUri()
|
|
nameWithType: WebhookCreateParameters.serviceUri()
|
|
returns:
|
|
description: <p>the serviceUri value </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the service URI for the webhook to post notifications.</p>
|
|
|
|
<p></p>
|
|
syntax: public String serviceUri()
|
|
uid: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.serviceUri()
|
|
- fullName: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.status()
|
|
name: status()
|
|
nameWithType: WebhookCreateParameters.status()
|
|
returns:
|
|
description: <p>the status value </p>
|
|
type: <xref href="com.microsoft.azure.management.containerregistry.WebhookStatus?alt=com.microsoft.azure.management.containerregistry.WebhookStatus&text=WebhookStatus" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the status of the webhook at the time the operation was called. Possible values include: 'enabled', 'disabled'.</p>
|
|
|
|
<p></p>
|
|
syntax: public WebhookStatus status()
|
|
uid: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.status()
|
|
- fullName: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.tags()
|
|
name: tags()
|
|
nameWithType: WebhookCreateParameters.tags()
|
|
returns:
|
|
description: <p>the tags value </p>
|
|
type: <xref href="Map%3CString%2C+String%3E?alt=Map%3CString%2C+String%3E&text=Map%3CString%2C+String%3E" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the tags for the webhook.</p>
|
|
|
|
<p></p>
|
|
syntax: public Map<String, String> tags()
|
|
uid: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.tags()
|
|
- fullName: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.withActions(List<WebhookAction> actions)
|
|
name: withActions(List<WebhookAction> actions)
|
|
nameWithType: WebhookCreateParameters.withActions(List<WebhookAction> actions)
|
|
parameters:
|
|
- description: <p>the actions value to set </p>
|
|
name: actions
|
|
type: List<<xref href="com.microsoft.azure.management.containerregistry.WebhookAction?alt=com.microsoft.azure.management.containerregistry.WebhookAction&text=WebhookAction" data-throw-if-not-resolved="False"/>>
|
|
returns:
|
|
description: <p>the WebhookCreateParameters object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.containerregistry.WebhookCreateParameters?alt=com.microsoft.azure.management.containerregistry.WebhookCreateParameters&text=WebhookCreateParameters" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the list of actions that trigger the webhook to post notifications.</p>
|
|
|
|
<p></p>
|
|
syntax: public WebhookCreateParameters withActions(List<WebhookAction> actions)
|
|
uid: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.withActions(List<WebhookAction>)
|
|
- fullName: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.withCustomHeaders(Map<String, String> customHeaders)
|
|
name: withCustomHeaders(Map<String, String> customHeaders)
|
|
nameWithType: WebhookCreateParameters.withCustomHeaders(Map<String, String> customHeaders)
|
|
parameters:
|
|
- description: <p>the customHeaders value to set </p>
|
|
name: customHeaders
|
|
type: <xref href="Map%3CString%2C+String%3E?alt=Map%3CString%2C+String%3E&text=Map%3CString%2C+String%3E" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the WebhookCreateParameters object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.containerregistry.WebhookCreateParameters?alt=com.microsoft.azure.management.containerregistry.WebhookCreateParameters&text=WebhookCreateParameters" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set custom headers that will be added to the webhook notifications.</p>
|
|
|
|
<p></p>
|
|
syntax: public WebhookCreateParameters withCustomHeaders(Map<String, String> customHeaders)
|
|
uid: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.withCustomHeaders(Map<String, String>)
|
|
- fullName: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.withLocation(String location)
|
|
name: withLocation(String location)
|
|
nameWithType: WebhookCreateParameters.withLocation(String location)
|
|
parameters:
|
|
- description: <p>the location value to set </p>
|
|
name: location
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the WebhookCreateParameters object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.containerregistry.WebhookCreateParameters?alt=com.microsoft.azure.management.containerregistry.WebhookCreateParameters&text=WebhookCreateParameters" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the location of the webhook. This cannot be changed after the resource is created.</p>
|
|
|
|
<p></p>
|
|
syntax: public WebhookCreateParameters withLocation(String location)
|
|
uid: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.withLocation(String)
|
|
- fullName: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.withScope(String scope)
|
|
name: withScope(String scope)
|
|
nameWithType: WebhookCreateParameters.withScope(String scope)
|
|
parameters:
|
|
- description: <p>the scope value to set </p>
|
|
name: scope
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the WebhookCreateParameters object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.containerregistry.WebhookCreateParameters?alt=com.microsoft.azure.management.containerregistry.WebhookCreateParameters&text=WebhookCreateParameters" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>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.</p>
|
|
|
|
<p></p>
|
|
syntax: public WebhookCreateParameters withScope(String scope)
|
|
uid: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.withScope(String)
|
|
- fullName: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.withServiceUri(String serviceUri)
|
|
name: withServiceUri(String serviceUri)
|
|
nameWithType: WebhookCreateParameters.withServiceUri(String serviceUri)
|
|
parameters:
|
|
- description: <p>the serviceUri value to set </p>
|
|
name: serviceUri
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the WebhookCreateParameters object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.containerregistry.WebhookCreateParameters?alt=com.microsoft.azure.management.containerregistry.WebhookCreateParameters&text=WebhookCreateParameters" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the service URI for the webhook to post notifications.</p>
|
|
|
|
<p></p>
|
|
syntax: public WebhookCreateParameters withServiceUri(String serviceUri)
|
|
uid: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.withServiceUri(String)
|
|
- fullName: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.withStatus(WebhookStatus status)
|
|
name: withStatus(WebhookStatus status)
|
|
nameWithType: WebhookCreateParameters.withStatus(WebhookStatus status)
|
|
parameters:
|
|
- description: <p>the status value to set </p>
|
|
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"/>
|
|
returns:
|
|
description: <p>the WebhookCreateParameters object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.containerregistry.WebhookCreateParameters?alt=com.microsoft.azure.management.containerregistry.WebhookCreateParameters&text=WebhookCreateParameters" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the status of the webhook at the time the operation was called. Possible values include: 'enabled', 'disabled'.</p>
|
|
|
|
<p></p>
|
|
syntax: public WebhookCreateParameters withStatus(WebhookStatus status)
|
|
uid: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.withStatus(WebhookStatus)
|
|
- fullName: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.withTags(Map<String, String> tags)
|
|
name: withTags(Map<String, String> tags)
|
|
nameWithType: WebhookCreateParameters.withTags(Map<String, String> tags)
|
|
parameters:
|
|
- description: <p>the tags value to set </p>
|
|
name: tags
|
|
type: <xref href="Map%3CString%2C+String%3E?alt=Map%3CString%2C+String%3E&text=Map%3CString%2C+String%3E" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the WebhookCreateParameters object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.containerregistry.WebhookCreateParameters?alt=com.microsoft.azure.management.containerregistry.WebhookCreateParameters&text=WebhookCreateParameters" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the tags for the webhook.</p>
|
|
|
|
<p></p>
|
|
syntax: public WebhookCreateParameters withTags(Map<String, String> tags)
|
|
uid: com.microsoft.azure.management.containerregistry.WebhookCreateParameters.withTags(Map<String, String>)
|
|
nameWithType: WebhookCreateParameters
|
|
syntax: public class WebhookCreateParameters
|
|
type: class
|
|
uid: com.microsoft.azure.management.containerregistry.WebhookCreateParameters
|
|
fullName: com.microsoft.azure.management.containerregistry.WebhookCreateParameters
|
|
name: WebhookCreateParameters
|
|
package: com.microsoft.azure.management.containerregistry
|
|
summary: <p>The parameters for creating a webhook. </p>
|
|
metadata: {}
|