Package version:

Interface RegistryUpdateParameters

The parameters for updating a container registry.

Hierarchy

  • RegistryUpdateParameters

Properties

adminUserEnabled?: boolean

The value that indicates whether the admin user is enabled.

anonymousPullEnabled?: boolean

Enables registry-wide pull from unauthenticated clients.

dataEndpointEnabled?: boolean

Enable a single data endpoint per region for serving data.

encryption?: EncryptionProperty

The encryption settings of container registry.

The identity of the container registry.

networkRuleBypassOptions?: string

Whether to allow trusted Azure services to access a network restricted registry.

networkRuleSet?: NetworkRuleSet

The network rule set for a container registry.

policies?: Policies

The policies for a container registry.

publicNetworkAccess?: string

Whether or not public network access is allowed for the container registry.

sku?: Sku

The SKU of the container registry.

tags?: {
    [propertyName: string]: string;
}

The tags for the container registry.

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc