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?: stringProperty Value
string
password
The ACR primary password. NOTE: This property will not be serialized. It can only be populated by the server.
password?: stringProperty Value
string
password2
The ACR secondary password. NOTE: This property will not be serialized. It can only be populated by the server.
password2?: stringProperty Value
string
username
The ACR login username. NOTE: This property will not be serialized. It can only be populated by the server.
username?: stringProperty Value
string