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 SourceAdminEnabled
Is the Administrator account enabled for this Container Registry.
Declaration
public readonly bool AdminEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
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 |
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 |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Location
The Azure Region in which this Container Registry exists.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
LoginServer
The URL that can be used to log into the container registry.
Declaration
public readonly string LoginServer
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
Sku
The SKU of this Container Registry, such as Basic.
Declaration
public readonly string Sku
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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> |