ContainerServiceCredentials interface  
Information about the Azure Container Registry which contains the images deployed to the cluster.
Properties
| acs | The ACS kube config file. NOTE: This property will not be serialized. It can only be populated by the server. | 
| image | The ACR image pull secret name which was created in Kubernetes. NOTE: This property will not be serialized. It can only be populated by the server. | 
| service | Service principal configuration used by Kubernetes. NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
		acsKubeConfig
	  
	The ACS kube config file. NOTE: This property will not be serialized. It can only be populated by the server.
acsKubeConfig?: stringProperty Value
string
		imagePullSecretName
	   
	The ACR image pull secret name which was created in Kubernetes. NOTE: This property will not be serialized. It can only be populated by the server.
imagePullSecretName?: stringProperty Value
string
		servicePrincipalConfiguration
	  
	Service principal configuration used by Kubernetes. NOTE: This property will not be serialized. It can only be populated by the server.
servicePrincipalConfiguration?: ServicePrincipalProperties