Show / Hide Table of Contents

Class GetRegistryResult

Inheritance
System.Object
GetRegistryResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ContainerService
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetRegistryResult

Fields

View Source

AdminEnabled

Is the Administrator account enabled for this Container Registry.

Declaration
public readonly bool AdminEnabled
Field Value
Type Description
System.Boolean
View Source

AdminPassword

The Password associated with the Container Registry Admin account - if the admin account is enabled.

Declaration
public readonly string AdminPassword
Field Value
Type Description
System.String
View Source

AdminUsername

The Username associated with the Container Registry Admin account - if the admin account is enabled.

Declaration
public readonly string AdminUsername
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Location

The Azure Region in which this Container Registry exists.

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

LoginServer

The URL that can be used to log into the container registry.

Declaration
public readonly string LoginServer
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

Sku

The SKU of this Container Registry, such as Basic.

Declaration
public readonly string Sku
Field Value
Type Description
System.String
View Source

StorageAccountId

The ID of the Storage Account used for this Container Registry. This is only returned for Classic SKU's.

Declaration
public readonly string StorageAccountId
Field Value
Type Description
System.String
View Source

Tags

A map of tags assigned to the Container Registry.

Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.