Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

accessKeys() - Method in interface com.microsoft.azure.management.containerregistry.RegistryCredentials
The admin user access key names and values which can be used to login into the container registry.
AccessKeyType - Class in com.microsoft.azure.management.containerregistry
Defines values for admin user access key names.
AccessKeyType() - Constructor for class com.microsoft.azure.management.containerregistry.AccessKeyType
 
action() - Method in class com.microsoft.azure.management.containerregistry.EventContent
Get the action value.
Actor - Class in com.microsoft.azure.management.containerregistry
The agent that initiated the event.
Actor() - Constructor for class com.microsoft.azure.management.containerregistry.Actor
 
actor() - Method in class com.microsoft.azure.management.containerregistry.EventContent
Get the actor value.
addr() - Method in class com.microsoft.azure.management.containerregistry.Request
Get the addr value.
addr() - Method in class com.microsoft.azure.management.containerregistry.Source
Get the addr value.
adminUserEnabled() - Method in interface com.microsoft.azure.management.containerregistry.Registry
 

B

BASIC - Static variable in class com.microsoft.azure.management.containerregistry.SkuName
Static value Basic for SkuName.
BASIC - Static variable in class com.microsoft.azure.management.containerregistry.SkuTier
Static value Basic for SkuTier.
BYTES - Static variable in class com.microsoft.azure.management.containerregistry.RegistryUsageUnit
Static value Bytes for RegistryUsageUnit.

C

CANCELED - Static variable in class com.microsoft.azure.management.containerregistry.ProvisioningState
Static value Canceled for ProvisioningState.
checkNameAvailability(String) - Method in interface com.microsoft.azure.management.containerregistry.Registries
Checks if the specified container registry name is valid and available.
checkNameAvailabilityAsync(String) - Method in interface com.microsoft.azure.management.containerregistry.Registries
Checks if container registry name is valid and is not in use asynchronously.
CheckNameAvailabilityResult - Interface in com.microsoft.azure.management.containerregistry
The result of checking for container registry name availability.
CLASSIC - Static variable in class com.microsoft.azure.management.containerregistry.SkuName
Static value Classic for SkuName.
CLASSIC - Static variable in class com.microsoft.azure.management.containerregistry.SkuTier
Static value Classic for SkuTier.
com.microsoft.azure.management.containerregistry - package com.microsoft.azure.management.containerregistry
This package contains the classes for ContainerRegistryManagementClient.
content() - Method in class com.microsoft.azure.management.containerregistry.EventRequestMessage
Get the content value.
content() - Method in class com.microsoft.azure.management.containerregistry.EventResponseMessage
Get the content value.
COUNT - Static variable in class com.microsoft.azure.management.containerregistry.RegistryUsageUnit
Static value Count for RegistryUsageUnit.
CREATING - Static variable in class com.microsoft.azure.management.containerregistry.ProvisioningState
Static value Creating for ProvisioningState.
creationDate() - Method in interface com.microsoft.azure.management.containerregistry.Registry
 
currentValue() - Method in class com.microsoft.azure.management.containerregistry.RegistryUsage
Get the currentValue value.
customHeaders() - Method in interface com.microsoft.azure.management.containerregistry.Webhook
 

D

defineWebhook(String) - Method in interface com.microsoft.azure.management.containerregistry.Registry.DefinitionStages.WithWebhook
Begins the definition of a new webhook to be added to this container registry.
defineWebhook(String) - Method in interface com.microsoft.azure.management.containerregistry.Registry.UpdateStages.WithWebhook
Begins the definition of a new webhook to be added to this container registry.
delete(String, String, String) - Method in interface com.microsoft.azure.management.containerregistry.Registries.WebhooksClient
Deletes a webhook from the container registry.
DELETE - Static variable in class com.microsoft.azure.management.containerregistry.WebhookAction
Static value delete for WebhookAction.
delete(String) - Method in interface com.microsoft.azure.management.containerregistry.WebhookOperations
Deletes a webhook from the container registry.
deleteAsync(String, String, String) - Method in interface com.microsoft.azure.management.containerregistry.Registries.WebhooksClient
Deletes a webhook from the container registry.
deleteAsync(String) - Method in interface com.microsoft.azure.management.containerregistry.WebhookOperations
Deletes a webhook from the container registry.
DELETING - Static variable in class com.microsoft.azure.management.containerregistry.ProvisioningState
Static value Deleting for ProvisioningState.
description() - Method in class com.microsoft.azure.management.containerregistry.OperationDisplayDefinition
Get the description value.
digest() - Method in class com.microsoft.azure.management.containerregistry.Target
Get the digest value.
disable() - Method in interface com.microsoft.azure.management.containerregistry.Webhook
Changes the status of the webhook to "disabled".
disableAsync() - Method in interface com.microsoft.azure.management.containerregistry.Webhook
Changes the status of the webhook to "disabled".
DISABLED - Static variable in class com.microsoft.azure.management.containerregistry.WebhookStatus
Static value disabled for WebhookStatus.
displayStatus() - Method in class com.microsoft.azure.management.containerregistry.Status
Get the displayStatus value.

E

enable() - Method in interface com.microsoft.azure.management.containerregistry.Webhook
Changes the status of the webhook to "enabled".
enableAsync() - Method in interface com.microsoft.azure.management.containerregistry.Webhook
Changes the status of the webhook to "enabled".
enabled(boolean) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.DefinitionStages.WithDefaultStatus
Specifies the default status of the webhook; default is "enabled".
enabled(boolean) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithDefaultStatus
Specifies the default status of the webhook; default is "enabled".
enabled(boolean) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateResourceStages.WithDefaultStatus
Updates the default status of the webhook.
enabled(boolean) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateStages.WithDefaultStatus
Specifies the default status of the webhook; default is "enabled".
ENABLED - Static variable in class com.microsoft.azure.management.containerregistry.WebhookStatus
Static value enabled for WebhookStatus.
EventContent - Class in com.microsoft.azure.management.containerregistry
The content of the event request message.
EventContent() - Constructor for class com.microsoft.azure.management.containerregistry.EventContent
 
EventRequestMessage - Class in com.microsoft.azure.management.containerregistry
The event request message sent to the service URI.
EventRequestMessage() - Constructor for class com.microsoft.azure.management.containerregistry.EventRequestMessage
 
eventRequestMessage() - Method in interface com.microsoft.azure.management.containerregistry.WebhookEventInfo
Gets the event request object.
EventResponseMessage - Class in com.microsoft.azure.management.containerregistry
The event response message received from the service URI.
EventResponseMessage() - Constructor for class com.microsoft.azure.management.containerregistry.EventResponseMessage
 
eventResponseMessage() - Method in interface com.microsoft.azure.management.containerregistry.WebhookEventInfo
Gets the event response object.

F

FAILED - Static variable in class com.microsoft.azure.management.containerregistry.ProvisioningState
Static value Failed for ProvisioningState.
fromString(String) - Static method in class com.microsoft.azure.management.containerregistry.AccessKeyType
Finds or creates an access key name based on the provided name.
fromString(String) - Static method in enum com.microsoft.azure.management.containerregistry.PasswordName
Parses a serialized value to a PasswordName instance.
fromString(String) - Static method in class com.microsoft.azure.management.containerregistry.ProvisioningState
Creates or finds a ProvisioningState from its string representation.
fromString(String) - Static method in class com.microsoft.azure.management.containerregistry.RegistryUsageUnit
Creates or finds a RegistryUsageUnit from its string representation.
fromString(String) - Static method in class com.microsoft.azure.management.containerregistry.SkuName
Creates or finds a SkuName from its string representation.
fromString(String) - Static method in class com.microsoft.azure.management.containerregistry.SkuTier
Creates or finds a SkuTier from its string representation.
fromString(String) - Static method in class com.microsoft.azure.management.containerregistry.WebhookAction
Creates or finds a WebhookAction from its string representation.
fromString(String) - Static method in class com.microsoft.azure.management.containerregistry.WebhookStatus
Creates or finds a WebhookStatus from its string representation.

G

get(String, String, String) - Method in interface com.microsoft.azure.management.containerregistry.Registries.WebhooksClient
Gets the properties of the specified webhook.
get(String) - Method in interface com.microsoft.azure.management.containerregistry.WebhookOperations
Gets the properties of the specified webhook.
getAsync(String, String, String) - Method in interface com.microsoft.azure.management.containerregistry.Registries.WebhooksClient
Gets the properties of the specified webhook.
getAsync(String) - Method in interface com.microsoft.azure.management.containerregistry.WebhookOperations
Gets the properties of the specified webhook.
getCredentials(String, String) - Method in interface com.microsoft.azure.management.containerregistry.Registries
Gets the login credentials for the specified container registry.
getCredentials() - Method in interface com.microsoft.azure.management.containerregistry.Registry
 
getCredentialsAsync(String, String) - Method in interface com.microsoft.azure.management.containerregistry.Registries
Gets the login credentials for the specified container registry.
getCredentialsAsync() - Method in interface com.microsoft.azure.management.containerregistry.Registry
 

H

headers() - Method in class com.microsoft.azure.management.containerregistry.EventRequestMessage
Get the headers value.
headers() - Method in class com.microsoft.azure.management.containerregistry.EventResponseMessage
Get the headers value.
host() - Method in class com.microsoft.azure.management.containerregistry.Request
Get the host value.

I

id() - Method in class com.microsoft.azure.management.containerregistry.EventContent
Get the id value.
id() - Method in class com.microsoft.azure.management.containerregistry.Request
Get the id value.
id() - Method in class com.microsoft.azure.management.containerregistry.StorageAccountProperties
Get the id value.
instanceID() - Method in class com.microsoft.azure.management.containerregistry.Source
Get the instanceID value.
isAvailable() - Method in interface com.microsoft.azure.management.containerregistry.CheckNameAvailabilityResult
 
isEnabled() - Method in interface com.microsoft.azure.management.containerregistry.Webhook
 

L

length() - Method in class com.microsoft.azure.management.containerregistry.Target
Get the length value.
limit() - Method in class com.microsoft.azure.management.containerregistry.RegistryUsage
Get the limit value.
list(String, String) - Method in interface com.microsoft.azure.management.containerregistry.Registries.WebhooksClient
Lists all the webhooks for the container registry.
list() - Method in interface com.microsoft.azure.management.containerregistry.WebhookOperations
Lists all the webhooks for the container registry.
listAsync(String, String) - Method in interface com.microsoft.azure.management.containerregistry.Registries.WebhooksClient
Lists all the webhooks for the container registry.
listAsync() - Method in interface com.microsoft.azure.management.containerregistry.WebhookOperations
Lists all the webhooks for the container registry.
listEvents() - Method in interface com.microsoft.azure.management.containerregistry.Webhook
 
listEventsAsync() - Method in interface com.microsoft.azure.management.containerregistry.Webhook
 
listQuotaUsages(String, String) - Method in interface com.microsoft.azure.management.containerregistry.Registries
Lists the quota usages for the specified container registry.
listQuotaUsages() - Method in interface com.microsoft.azure.management.containerregistry.Registry
Lists the quota usages for the specified container registry.
listQuotaUsagesAsync(String, String) - Method in interface com.microsoft.azure.management.containerregistry.Registries
Lists the quota usages for the specified container registry.
listQuotaUsagesAsync() - Method in interface com.microsoft.azure.management.containerregistry.Registry
Lists the quota usages for the specified container registry.
loginServerUrl() - Method in interface com.microsoft.azure.management.containerregistry.Registry
 

M

mediaType() - Method in class com.microsoft.azure.management.containerregistry.Target
Get the mediaType value.
message() - Method in class com.microsoft.azure.management.containerregistry.Status
Get the message value.
method() - Method in class com.microsoft.azure.management.containerregistry.EventRequestMessage
Get the method value.
method() - Method in class com.microsoft.azure.management.containerregistry.Request
Get the method value.

N

name() - Method in class com.microsoft.azure.management.containerregistry.Actor
Get the name value.
name() - Method in class com.microsoft.azure.management.containerregistry.RegenerateCredentialParameters
Get the name value.
name() - Method in class com.microsoft.azure.management.containerregistry.RegistryNameCheckRequest
Get the name value.
name() - Method in class com.microsoft.azure.management.containerregistry.RegistryPassword
Get the name value.
name() - Method in class com.microsoft.azure.management.containerregistry.RegistryUsage
Get the name value.
name() - Method in class com.microsoft.azure.management.containerregistry.Sku
Get the name value.

O

operation() - Method in class com.microsoft.azure.management.containerregistry.OperationDisplayDefinition
Get the operation value.
OperationDisplayDefinition - Class in com.microsoft.azure.management.containerregistry
The display information for a container registry operation.
OperationDisplayDefinition() - Constructor for class com.microsoft.azure.management.containerregistry.OperationDisplayDefinition
 

P

parentId() - Method in interface com.microsoft.azure.management.containerregistry.Webhook
 
PasswordName - Enum in com.microsoft.azure.management.containerregistry
Defines values for PasswordName.
ping() - Method in interface com.microsoft.azure.management.containerregistry.Webhook
 
pingAsync() - Method in interface com.microsoft.azure.management.containerregistry.Webhook
 
PREMIUM - Static variable in class com.microsoft.azure.management.containerregistry.SkuName
Static value Premium for SkuName.
PREMIUM - Static variable in class com.microsoft.azure.management.containerregistry.SkuTier
Static value Premium for SkuTier.
PRIMARY - Static variable in class com.microsoft.azure.management.containerregistry.AccessKeyType
Primary key.
provider() - Method in class com.microsoft.azure.management.containerregistry.OperationDisplayDefinition
Get the provider value.
ProvisioningState - Class in com.microsoft.azure.management.containerregistry
Defines values for ProvisioningState.
ProvisioningState() - Constructor for class com.microsoft.azure.management.containerregistry.ProvisioningState
 
provisioningState() - Method in interface com.microsoft.azure.management.containerregistry.Webhook
 
PUSH - Static variable in class com.microsoft.azure.management.containerregistry.WebhookAction
Static value push for WebhookAction.

R

reasonPhrase() - Method in class com.microsoft.azure.management.containerregistry.EventResponseMessage
Get the reasonPhrase value.
regenerateCredential(String, String, AccessKeyType) - Method in interface com.microsoft.azure.management.containerregistry.Registries
Regenerates the value for one of the admin user access key for the specified container registry.
regenerateCredential(AccessKeyType) - Method in interface com.microsoft.azure.management.containerregistry.Registry
Regenerates one of the login credentials for the specified container registry.
regenerateCredentialAsync(String, String, AccessKeyType) - Method in interface com.microsoft.azure.management.containerregistry.Registries
Regenerates the value for one of the admin user access key for the specified container registry.
regenerateCredentialAsync(AccessKeyType) - Method in interface com.microsoft.azure.management.containerregistry.Registry
Regenerates one of the login credentials for the specified container registry.
RegenerateCredentialParameters - Class in com.microsoft.azure.management.containerregistry
The parameters used to regenerate the login credential.
RegenerateCredentialParameters() - Constructor for class com.microsoft.azure.management.containerregistry.RegenerateCredentialParameters
 
Registries - Interface in com.microsoft.azure.management.containerregistry
Entry point to the registry management API.
Registries.WebhooksClient - Interface in com.microsoft.azure.management.containerregistry
Grouping of registry webhook actions.
Registry - Interface in com.microsoft.azure.management.containerregistry
An immutable client-side representation of an Azure registry.
Registry.Definition - Interface in com.microsoft.azure.management.containerregistry
Container interface for all the definitions related to a registry.
Registry.DefinitionStages - Interface in com.microsoft.azure.management.containerregistry
Grouping of registry definition stages.
Registry.DefinitionStages.Blank - Interface in com.microsoft.azure.management.containerregistry
The first stage of a container service definition.
Registry.DefinitionStages.WithAdminUserEnabled - Interface in com.microsoft.azure.management.containerregistry
The stage of the registry definition allowing to enable admin user.
Registry.DefinitionStages.WithCreate - Interface in com.microsoft.azure.management.containerregistry
The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.
Registry.DefinitionStages.WithGroup - Interface in com.microsoft.azure.management.containerregistry
The stage of the container service definition allowing to specify the resource group.
Registry.DefinitionStages.WithSku - Interface in com.microsoft.azure.management.containerregistry
The stage of the registry definition allowing to specify the SKU type.
Registry.DefinitionStages.WithStorageAccount - Interface in com.microsoft.azure.management.containerregistry
The stage of the registry definition allowing to specify the storage account.
Registry.DefinitionStages.WithWebhook - Interface in com.microsoft.azure.management.containerregistry
The stage of the container registry definition allowing to add or remove a webhook.
Registry.Update - Interface in com.microsoft.azure.management.containerregistry
The template for an update operation, containing all the settings that can be modified.
Registry.UpdateStages - Interface in com.microsoft.azure.management.containerregistry
Grouping of container service update stages.
Registry.UpdateStages.WithAdminUserEnabled - Interface in com.microsoft.azure.management.containerregistry
The stage of the registry update allowing to enable admin user.
Registry.UpdateStages.WithSku - Interface in com.microsoft.azure.management.containerregistry
The stage of the registry definition allowing to specify the SKU type.
Registry.UpdateStages.WithWebhook - Interface in com.microsoft.azure.management.containerregistry
The stage of the container registry update allowing to add or remove a webhook.
RegistryCredentials - Interface in com.microsoft.azure.management.containerregistry
Response containing the login credentials for a container registry.
RegistryNameCheckRequest - Class in com.microsoft.azure.management.containerregistry
A request to check whether a container registry name is available.
RegistryNameCheckRequest() - Constructor for class com.microsoft.azure.management.containerregistry.RegistryNameCheckRequest
Creates an instance of RegistryNameCheckRequest class.
RegistryPassword - Class in com.microsoft.azure.management.containerregistry
The login password for the container registry.
RegistryPassword() - Constructor for class com.microsoft.azure.management.containerregistry.RegistryPassword
 
RegistryUsage - Class in com.microsoft.azure.management.containerregistry
The quota usage for a container registry.
RegistryUsage() - Constructor for class com.microsoft.azure.management.containerregistry.RegistryUsage
 
RegistryUsageUnit - Class in com.microsoft.azure.management.containerregistry
Defines values for RegistryUsageUnit.
RegistryUsageUnit() - Constructor for class com.microsoft.azure.management.containerregistry.RegistryUsageUnit
 
ReplicationUpdateParameters - Class in com.microsoft.azure.management.containerregistry
The parameters for updating a replication.
ReplicationUpdateParameters() - Constructor for class com.microsoft.azure.management.containerregistry.ReplicationUpdateParameters
 
repository() - Method in class com.microsoft.azure.management.containerregistry.Target
Get the repository value.
request() - Method in class com.microsoft.azure.management.containerregistry.EventContent
Get the request value.
Request - Class in com.microsoft.azure.management.containerregistry
The request that generated the event.
Request() - Constructor for class com.microsoft.azure.management.containerregistry.Request
 
requestUri() - Method in class com.microsoft.azure.management.containerregistry.EventRequestMessage
Get the requestUri value.
resource() - Method in class com.microsoft.azure.management.containerregistry.OperationDisplayDefinition
Get the resource value.

S

scope() - Method in interface com.microsoft.azure.management.containerregistry.Webhook
 
SECONDARY - Static variable in class com.microsoft.azure.management.containerregistry.AccessKeyType
Secondary key.
serviceUri() - Method in interface com.microsoft.azure.management.containerregistry.Webhook
 
size() - Method in class com.microsoft.azure.management.containerregistry.Target
Get the size value.
sku() - Method in interface com.microsoft.azure.management.containerregistry.Registry
 
Sku - Class in com.microsoft.azure.management.containerregistry
The SKU of a container registry.
Sku() - Constructor for class com.microsoft.azure.management.containerregistry.Sku
 
SkuName - Class in com.microsoft.azure.management.containerregistry
Defines values for SkuName.
SkuName() - Constructor for class com.microsoft.azure.management.containerregistry.SkuName
 
SkuTier - Class in com.microsoft.azure.management.containerregistry
Defines values for SkuTier.
SkuTier() - Constructor for class com.microsoft.azure.management.containerregistry.SkuTier
 
source() - Method in class com.microsoft.azure.management.containerregistry.EventContent
Get the source value.
Source - Class in com.microsoft.azure.management.containerregistry
The registry node that generated the event.
Source() - Constructor for class com.microsoft.azure.management.containerregistry.Source
 
STANDARD - Static variable in class com.microsoft.azure.management.containerregistry.SkuName
Static value Standard for SkuName.
STANDARD - Static variable in class com.microsoft.azure.management.containerregistry.SkuTier
Static value Standard for SkuTier.
Status - Class in com.microsoft.azure.management.containerregistry
The status of an Azure resource at the time the operation was called.
Status() - Constructor for class com.microsoft.azure.management.containerregistry.Status
 
statusCode() - Method in class com.microsoft.azure.management.containerregistry.EventResponseMessage
Get the statusCode value.
storageAccountId() - Method in interface com.microsoft.azure.management.containerregistry.Registry
 
storageAccountName() - Method in interface com.microsoft.azure.management.containerregistry.Registry
 
StorageAccountProperties - Class in com.microsoft.azure.management.containerregistry
The properties of a storage account for a container registry.
StorageAccountProperties() - Constructor for class com.microsoft.azure.management.containerregistry.StorageAccountProperties
 
SUCCEEDED - Static variable in class com.microsoft.azure.management.containerregistry.ProvisioningState
Static value Succeeded for ProvisioningState.

T

tag() - Method in class com.microsoft.azure.management.containerregistry.Target
Get the tag value.
tags() - Method in class com.microsoft.azure.management.containerregistry.ReplicationUpdateParameters
Get the tags value.
target() - Method in class com.microsoft.azure.management.containerregistry.EventContent
Get the target value.
Target - Class in com.microsoft.azure.management.containerregistry
The target of the event.
Target() - Constructor for class com.microsoft.azure.management.containerregistry.Target
 
tier() - Method in class com.microsoft.azure.management.containerregistry.Sku
Get the tier value.
timestamp() - Method in class com.microsoft.azure.management.containerregistry.EventContent
Get the timestamp value.
timestamp() - Method in class com.microsoft.azure.management.containerregistry.Status
Get the timestamp value.
toString() - Method in enum com.microsoft.azure.management.containerregistry.PasswordName
 
triggers() - Method in interface com.microsoft.azure.management.containerregistry.Webhook
 
type() - Method in class com.microsoft.azure.management.containerregistry.RegistryNameCheckRequest
Get the type value.

U

unavailabilityMessage() - Method in interface com.microsoft.azure.management.containerregistry.CheckNameAvailabilityResult
 
unavailabilityReason() - Method in interface com.microsoft.azure.management.containerregistry.CheckNameAvailabilityResult
 
unit() - Method in class com.microsoft.azure.management.containerregistry.RegistryUsage
Get the unit value.
updateWebhook(String) - Method in interface com.microsoft.azure.management.containerregistry.Registry.UpdateStages.WithWebhook
Begins the description of an update of an existing webhook of this container registry.
UPDATING - Static variable in class com.microsoft.azure.management.containerregistry.ProvisioningState
Static value Updating for ProvisioningState.
url() - Method in class com.microsoft.azure.management.containerregistry.Target
Get the url value.
useragent() - Method in class com.microsoft.azure.management.containerregistry.Request
Get the useragent value.
username() - Method in interface com.microsoft.azure.management.containerregistry.RegistryCredentials
Get the username value which can be used to login into the container registry.

V

value() - Method in class com.microsoft.azure.management.containerregistry.RegistryPassword
Get the value value.
valueOf(String) - Static method in enum com.microsoft.azure.management.containerregistry.PasswordName
Returns the enum constant of this type with the specified name.
values() - Static method in class com.microsoft.azure.management.containerregistry.AccessKeyType
 
values() - Static method in enum com.microsoft.azure.management.containerregistry.PasswordName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.microsoft.azure.management.containerregistry.ProvisioningState
 
values() - Static method in class com.microsoft.azure.management.containerregistry.RegistryUsageUnit
 
values() - Static method in class com.microsoft.azure.management.containerregistry.SkuName
 
values() - Static method in class com.microsoft.azure.management.containerregistry.SkuTier
 
values() - Static method in class com.microsoft.azure.management.containerregistry.WebhookAction
 
values() - Static method in class com.microsoft.azure.management.containerregistry.WebhookStatus
 
version() - Method in class com.microsoft.azure.management.containerregistry.EventRequestMessage
Get the version value.
version() - Method in class com.microsoft.azure.management.containerregistry.EventResponseMessage
Get the version value.

W

Webhook - Interface in com.microsoft.azure.management.containerregistry
An object that represents a webhook for a container registry.
Webhook.DefinitionStages - Interface in com.microsoft.azure.management.containerregistry
Grouping of webhook definition stages.
Webhook.DefinitionStages.Blank<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The first stage of the webhook definition.
Webhook.DefinitionStages.WithAttach<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The final stage of the webhook definition.
Webhook.DefinitionStages.WithCustomHeaders<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the custom headers that will be added to the notifications.
Webhook.DefinitionStages.WithDefaultStatus<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the default status of the webhook after being created.
Webhook.DefinitionStages.WithRepositoriesScope<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered.
Webhook.DefinitionStages.WithServiceUri<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the service URI for post notifications.
Webhook.DefinitionStages.WithTriggerWhen<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the actions that will trigger the webhook notifications.
Webhook.Update - Interface in com.microsoft.azure.management.containerregistry
The entirety of a webhook update.
Webhook.UpdateDefinition<ParentT> - Interface in com.microsoft.azure.management.containerregistry
Grouping of the container registry's webhook update definition.
Webhook.UpdateDefinitionStages - Interface in com.microsoft.azure.management.containerregistry
Grouping of webhook update definition stages.
Webhook.UpdateDefinitionStages.Blank<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The first stage of the webhook definition.
Webhook.UpdateDefinitionStages.WithAttach<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The final stage of the webhook definition.
Webhook.UpdateDefinitionStages.WithCustomHeaders<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the custom headers that will be added to the notifications.
Webhook.UpdateDefinitionStages.WithDefaultStatus<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the default status of the webhook after being created.
Webhook.UpdateDefinitionStages.WithRepositoriesScope<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered.
Webhook.UpdateDefinitionStages.WithServiceUri<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the service URI for post notifications.
Webhook.UpdateDefinitionStages.WithTags<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the tags.
Webhook.UpdateDefinitionStages.WithTriggerWhen<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the actions that will trigger the webhook notifications.
Webhook.UpdateResource<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The entirety of a webhook resource update as part of a container registry update.
Webhook.UpdateResourceStages - Interface in com.microsoft.azure.management.containerregistry
Grouping of webhook update stages applicable as part of a container registry update.
Webhook.UpdateResourceStages.Blank<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The first stage of the webhook definition.
Webhook.UpdateResourceStages.WithAttach<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The final stage of the webhook definition.
Webhook.UpdateResourceStages.WithCustomHeaders<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the custom headers that will be added to the notifications.
Webhook.UpdateResourceStages.WithDefaultStatus<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the default status of the webhook after being created.
Webhook.UpdateResourceStages.WithOrWithoutTags<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the tags.
Webhook.UpdateResourceStages.WithRepositoriesScope<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered.
Webhook.UpdateResourceStages.WithServiceUri<ParentT> - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the service URI for post notifications.
Webhook.UpdateResourceStages.WithTriggerWhen<ParentT> - Interface in com.microsoft.azure.management.containerregistry
 
Webhook.UpdateStages - Interface in com.microsoft.azure.management.containerregistry
Grouping of webhook update stages.
Webhook.UpdateStages.WithCustomHeaders - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the custom headers that will be added to the notifications.
Webhook.UpdateStages.WithDefaultStatus - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the default status of the webhook after being created.
Webhook.UpdateStages.WithRepositoriesScope - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the scope of repositories where the event can be triggered.
Webhook.UpdateStages.WithServiceUri - Interface in com.microsoft.azure.management.containerregistry
The stage of the webhook definition allowing to specify the service URI for post notifications.
Webhook.UpdateStages.WithTriggerWhen - Interface in com.microsoft.azure.management.containerregistry
 
Webhook.WebhookDefinition<ParentT> - Interface in com.microsoft.azure.management.containerregistry
Grouping of the container register webhook definitions.
WebhookAction - Class in com.microsoft.azure.management.containerregistry
Defines values for WebhookAction.
WebhookAction() - Constructor for class com.microsoft.azure.management.containerregistry.WebhookAction
 
WebhookEventInfo - Interface in com.microsoft.azure.management.containerregistry
Response containing the primary and secondary admin API keys for a given Azure Search service.
WebhookOperations - Interface in com.microsoft.azure.management.containerregistry
Grouping of container registry webhook actions.
webhooks() - Method in interface com.microsoft.azure.management.containerregistry.Registries
 
webhooks() - Method in interface com.microsoft.azure.management.containerregistry.Registry
 
WebhookStatus - Class in com.microsoft.azure.management.containerregistry
Defines values for WebhookStatus.
WebhookStatus() - Constructor for class com.microsoft.azure.management.containerregistry.WebhookStatus
 
withAction(String) - Method in class com.microsoft.azure.management.containerregistry.EventContent
Set the action value.
withActor(Actor) - Method in class com.microsoft.azure.management.containerregistry.EventContent
Set the actor value.
withAddr(String) - Method in class com.microsoft.azure.management.containerregistry.Request
Set the addr value.
withAddr(String) - Method in class com.microsoft.azure.management.containerregistry.Source
Set the addr value.
withBasicSku() - Method in interface com.microsoft.azure.management.containerregistry.Registry.DefinitionStages.WithSku
Creates a 'managed' registry with a 'Basic' SKU type.
withBasicSku() - Method in interface com.microsoft.azure.management.containerregistry.Registry.UpdateStages.WithSku
Updates the current container registry to a 'managed' registry with a 'Basic' SKU type.
withClassicSku() - Method in interface com.microsoft.azure.management.containerregistry.Registry.DefinitionStages.WithSku
Creates a container registry with a 'Classic' SKU type.
withContent(EventContent) - Method in class com.microsoft.azure.management.containerregistry.EventRequestMessage
Set the content value.
withContent(String) - Method in class com.microsoft.azure.management.containerregistry.EventResponseMessage
Set the content value.
withCurrentValue(Long) - Method in class com.microsoft.azure.management.containerregistry.RegistryUsage
Set the currentValue value.
withCustomHeader(String, String) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.DefinitionStages.WithCustomHeaders
Specifies a custom header that will be added to notifications.
withCustomHeader(String, String) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithCustomHeaders
Specifies a custom header that will be added to notifications.
withCustomHeader(String, String) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateResourceStages.WithCustomHeaders
Specifies a custom header that will be added to notifications.
withCustomHeader(String, String) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateStages.WithCustomHeaders
Specifies a custom header that will be added to notifications.
withCustomHeaders(Map<String, String>) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.DefinitionStages.WithCustomHeaders
Specifies the custom headers that will be added to the notifications.
withCustomHeaders(Map<String, String>) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithCustomHeaders
Specifies the custom headers that will be added to the notifications.
withCustomHeaders(Map<String, String>) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateResourceStages.WithCustomHeaders
Specifies the custom headers that will be added to the notifications.
withCustomHeaders(Map<String, String>) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateStages.WithCustomHeaders
Specifies custom headers that will be added to the notifications.
withDescription(String) - Method in class com.microsoft.azure.management.containerregistry.OperationDisplayDefinition
Set the description value.
withDigest(String) - Method in class com.microsoft.azure.management.containerregistry.Target
Set the digest value.
withExistingStorageAccount(StorageAccount) - Method in interface com.microsoft.azure.management.containerregistry.Registry.DefinitionStages.WithStorageAccount
The parameters of a storage account for the container registry.
withExistingStorageAccount(String) - Method in interface com.microsoft.azure.management.containerregistry.Registry.DefinitionStages.WithStorageAccount
The ID of an existing storage account for the container registry.
withHeaders(Map<String, String>) - Method in class com.microsoft.azure.management.containerregistry.EventRequestMessage
Set the headers value.
withHeaders(Map<String, String>) - Method in class com.microsoft.azure.management.containerregistry.EventResponseMessage
Set the headers value.
withHost(String) - Method in class com.microsoft.azure.management.containerregistry.Request
Set the host value.
withId(String) - Method in class com.microsoft.azure.management.containerregistry.EventContent
Set the id value.
withId(String) - Method in class com.microsoft.azure.management.containerregistry.Request
Set the id value.
withId(String) - Method in class com.microsoft.azure.management.containerregistry.StorageAccountProperties
Set the id value.
withInstanceID(String) - Method in class com.microsoft.azure.management.containerregistry.Source
Set the instanceID value.
withLength(Long) - Method in class com.microsoft.azure.management.containerregistry.Target
Set the length value.
withLimit(Long) - Method in class com.microsoft.azure.management.containerregistry.RegistryUsage
Set the limit value.
withMediaType(String) - Method in class com.microsoft.azure.management.containerregistry.Target
Set the mediaType value.
withMethod(String) - Method in class com.microsoft.azure.management.containerregistry.EventRequestMessage
Set the method value.
withMethod(String) - Method in class com.microsoft.azure.management.containerregistry.Request
Set the method value.
withName(String) - Method in class com.microsoft.azure.management.containerregistry.Actor
Set the name value.
withName(PasswordName) - Method in class com.microsoft.azure.management.containerregistry.RegenerateCredentialParameters
Set the name value.
withName(String) - Method in class com.microsoft.azure.management.containerregistry.RegistryNameCheckRequest
Set the name value.
withName(PasswordName) - Method in class com.microsoft.azure.management.containerregistry.RegistryPassword
Set the name value.
withName(String) - Method in class com.microsoft.azure.management.containerregistry.RegistryUsage
Set the name value.
withName(SkuName) - Method in class com.microsoft.azure.management.containerregistry.Sku
Set the name value.
withNewStorageAccount(String) - Method in interface com.microsoft.azure.management.containerregistry.Registry.DefinitionStages.WithStorageAccount
The parameters for a storage account for the container registry.
withNewStorageAccount(Creatable<StorageAccount>) - Method in interface com.microsoft.azure.management.containerregistry.Registry.DefinitionStages.WithStorageAccount
The parameters for a storage account for the container registry.
withOperation(String) - Method in class com.microsoft.azure.management.containerregistry.OperationDisplayDefinition
Set the operation value.
withoutRegistryNameAsAdminUser() - Method in interface com.microsoft.azure.management.containerregistry.Registry.UpdateStages.WithAdminUserEnabled
Disable admin user.
withoutTag(String) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateResourceStages.WithOrWithoutTags
Removes a tag from the resource.
withoutWebhook(String) - Method in interface com.microsoft.azure.management.containerregistry.Registry.UpdateStages.WithWebhook
Removes a webhook from the container registry.
withPremiumSku() - Method in interface com.microsoft.azure.management.containerregistry.Registry.DefinitionStages.WithSku
Creates a 'managed' registry with a 'Premium' SKU type.
withPremiumSku() - Method in interface com.microsoft.azure.management.containerregistry.Registry.UpdateStages.WithSku
Updates the current container registry to a 'managed' registry with a 'Premium' SKU type.
withProvider(String) - Method in class com.microsoft.azure.management.containerregistry.OperationDisplayDefinition
Set the provider value.
withReasonPhrase(String) - Method in class com.microsoft.azure.management.containerregistry.EventResponseMessage
Set the reasonPhrase value.
withRegistryNameAsAdminUser() - Method in interface com.microsoft.azure.management.containerregistry.Registry.DefinitionStages.WithAdminUserEnabled
Enable admin user.
withRegistryNameAsAdminUser() - Method in interface com.microsoft.azure.management.containerregistry.Registry.UpdateStages.WithAdminUserEnabled
Enable admin user.
withRepositoriesScope(String) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.DefinitionStages.WithRepositoriesScope
Specifies the scope of repositories where the event can be triggered.
withRepositoriesScope(String) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithRepositoriesScope
Specifies the scope of repositories where the event can be triggered.
withRepositoriesScope(String) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateResourceStages.WithRepositoriesScope
Updates the scope of repositories where the event can be triggered.
withRepositoriesScope(String) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateStages.WithRepositoriesScope
Specifies the scope of repositories where the event can be triggered.
withRepository(String) - Method in class com.microsoft.azure.management.containerregistry.Target
Set the repository value.
withRequest(Request) - Method in class com.microsoft.azure.management.containerregistry.EventContent
Set the request value.
withRequestUri(String) - Method in class com.microsoft.azure.management.containerregistry.EventRequestMessage
Set the requestUri value.
withResource(String) - Method in class com.microsoft.azure.management.containerregistry.OperationDisplayDefinition
Set the resource value.
withServiceUri(String) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.DefinitionStages.WithServiceUri
Specifies the service URI for post notifications.
withServiceUri(String) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithServiceUri
Specifies the service URI for post notifications.
withServiceUri(String) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateResourceStages.WithServiceUri
Specifies the service URI for post notifications.
withServiceUri(String) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateStages.WithServiceUri
Specifies the service URI for post notifications.
withSize(Long) - Method in class com.microsoft.azure.management.containerregistry.Target
Set the size value.
withSource(Source) - Method in class com.microsoft.azure.management.containerregistry.EventContent
Set the source value.
withStandardSku() - Method in interface com.microsoft.azure.management.containerregistry.Registry.DefinitionStages.WithSku
Creates a 'managed' registry with a 'Standard' SKU type.
withStandardSku() - Method in interface com.microsoft.azure.management.containerregistry.Registry.UpdateStages.WithSku
Updates the current container registry to a 'managed' registry with a 'Standard' SKU type.
withStatusCode(String) - Method in class com.microsoft.azure.management.containerregistry.EventResponseMessage
Set the statusCode value.
withTag(String) - Method in class com.microsoft.azure.management.containerregistry.Target
Set the tag value.
withTag(String, String) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithTags
Adds a tag to the webhook.
withTag(String, String) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateResourceStages.WithOrWithoutTags
Adds a tag to the webhook.
withTags(Map<String, String>) - Method in class com.microsoft.azure.management.containerregistry.ReplicationUpdateParameters
Set the tags value.
withTags(Map<String, String>) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithTags
Specifies tags for the webhook.
withTags(Map<String, String>) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateResourceStages.WithOrWithoutTags
Specifies tags for the webhook.
withTarget(Target) - Method in class com.microsoft.azure.management.containerregistry.EventContent
Set the target value.
withTimestamp(DateTime) - Method in class com.microsoft.azure.management.containerregistry.EventContent
Set the timestamp value.
withTriggerWhen(WebhookAction...) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.DefinitionStages.WithTriggerWhen
Specifies the actions that will trigger the webhook notifications.
withTriggerWhen(WebhookAction...) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateDefinitionStages.WithTriggerWhen
Specifies the actions that will trigger the webhook notifications.
withTriggerWhen(WebhookAction...) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateResourceStages.WithTriggerWhen
Specifies the actions that will trigger the webhook notifications.
withTriggerWhen(WebhookAction...) - Method in interface com.microsoft.azure.management.containerregistry.Webhook.UpdateStages.WithTriggerWhen
Specifies the actions that will trigger the webhook notifications.
withType(String) - Method in class com.microsoft.azure.management.containerregistry.RegistryNameCheckRequest
Set the type value.
withUnit(RegistryUsageUnit) - Method in class com.microsoft.azure.management.containerregistry.RegistryUsage
Set the unit value.
withUrl(String) - Method in class com.microsoft.azure.management.containerregistry.Target
Set the url value.
withUseragent(String) - Method in class com.microsoft.azure.management.containerregistry.Request
Set the useragent value.
withValue(String) - Method in class com.microsoft.azure.management.containerregistry.RegistryPassword
Set the value value.
withVersion(String) - Method in class com.microsoft.azure.management.containerregistry.EventRequestMessage
Set the version value.
withVersion(String) - Method in class com.microsoft.azure.management.containerregistry.EventResponseMessage
Set the version value.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/