ContainerRegistryCredentials interface
Information about the Azure Container Registry which contains the images deployed to the cluster.
Properties
login |
The ACR login server name. User name is the first part of the FQDN. NOTE: This property will not be serialized. It can only be populated by the server. |
password | The ACR primary password. NOTE: This property will not be serialized. It can only be populated by the server. |
password2 | The ACR secondary password. NOTE: This property will not be serialized. It can only be populated by the server. |
username | The ACR login username. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
loginServer
The ACR login server name. User name is the first part of the FQDN. NOTE: This property will not be serialized. It can only be populated by the server.
loginServer?: string
Property Value
string
password
The ACR primary password. NOTE: This property will not be serialized. It can only be populated by the server.
password?: string
Property Value
string
password2
The ACR secondary password. NOTE: This property will not be serialized. It can only be populated by the server.
password2?: string
Property Value
string
username
The ACR login username. NOTE: This property will not be serialized. It can only be populated by the server.
username?: string
Property Value
string