models Package
Classes
Actor |
The agent that initiated the event. For most situations, this could be from the authorization context of the request. |
CallbackConfig |
The configuration of service URI and custom headers for the webhook. All required parameters must be populated in order to send to Azure. |
Event |
The event for a webhook. |
EventContent |
The content of the event request message. |
EventInfo |
The basic information of an event. |
EventListResult |
The result of a request to list events for a webhook. |
EventRequestMessage |
The event request message sent to the service URI. |
EventResponseMessage |
The event response message received from the service URI. |
IPRule |
IP rule with specific IP or IP range in CIDR format. All required parameters must be populated in order to send to Azure. |
ImportImageParameters |
ImportImageParameters. All required parameters must be populated in order to send to Azure. |
ImportSource |
ImportSource. All required parameters must be populated in order to send to Azure. |
ImportSourceCredentials |
ImportSourceCredentials. All required parameters must be populated in order to send to Azure. |
NetworkRuleSet |
The network rule set for a container registry. All required parameters must be populated in order to send to Azure. |
OperationDefinition |
The definition of a container registry operation. |
OperationDisplayDefinition |
The display information for a container registry operation. |
OperationListResult |
The result of a request to list container registry operations. |
OperationMetricSpecificationDefinition |
The definition of Azure Monitoring metric. |
OperationServiceSpecificationDefinition |
The definition of Azure Monitoring metrics list. |
QuarantinePolicy |
An object that represents quarantine policy for a container registry. |
RegenerateCredentialParameters |
The parameters used to regenerate the login credential. All required parameters must be populated in order to send to Azure. |
Registry |
An object that represents a container registry. Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. |
RegistryListCredentialsResult |
The response from the ListCredentials operation. |
RegistryListResult |
The result of a request to list container registries. |
RegistryNameCheckRequest |
A request to check whether a container registry name is available. Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. |
RegistryNameStatus |
The result of a request to check the availability of a container registry name. |
RegistryPassword |
The login password for the container registry. |
RegistryPolicies |
An object that represents policies for a container registry. |
RegistryUpdateParameters |
The parameters for updating a container registry. |
RegistryUsage |
The quota usage for a container registry. |
RegistryUsageListResult |
The result of a request to get container registry quota usages. |
Replication |
An object that represents a replication for a container registry. Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. |
ReplicationListResult |
The result of a request to list replications for a container registry. |
ReplicationUpdateParameters |
The parameters for updating a replication. |
Request |
The request that generated the event. |
Resource |
An Azure resource. Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. |
Sku |
The SKU of a container registry. Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. |
Source |
The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it. |
Status |
The status of an Azure resource at the time the operation was called. Variables are only populated by the server, and will be ignored when sending a request. |
StorageAccountProperties |
The properties of a storage account for a container registry. Only applicable to Classic SKU. All required parameters must be populated in order to send to Azure. |
Target |
The target of the event. |
TrustPolicy |
An object that represents content trust policy for a container registry. |
VirtualNetworkRule |
Virtual network rule. All required parameters must be populated in order to send to Azure. |
Webhook |
An object that represents a webhook for a container registry. Variables are only populated by the server, and will be ignored when sending a request. All required parameters must be populated in order to send to Azure. |
WebhookCreateParameters |
The parameters for creating a webhook. All required parameters must be populated in order to send to Azure. |
WebhookListResult |
The result of a request to list webhooks for a container registry. |
WebhookUpdateParameters |
The parameters for updating a webhook. |
Enums
Action |
The action of virtual network rule. |
DefaultAction |
The default action of allow or deny when no other rules match. |
ImportMode |
When Force, any existing target tags will be overwritten. When NoForce, any existing target tags will fail the operation before any copying begins. |
PasswordName |
The password name. |
PolicyStatus |
The value that indicates whether the policy is enabled or not. |
ProvisioningState |
The provisioning state of the container registry at the time the operation was called. |
RegistryUsageUnit |
The unit of measurement. |
SkuName |
The SKU name of the container registry. Required for registry creation. |
SkuTier |
The SKU tier based on the SKU name. |
TrustPolicyType |
The type of trust policy. |
WebhookAction |
WebhookAction. |
WebhookStatus |
The status of the webhook at the time the operation was called. |
Azure SDK for Python