OperationalizationClusterCredentials interface  
Credentials to resources in the cluster.
Properties
| app | Credentials for Azure AppInsights. | 
| container | Credentials for Azure Container Registry. | 
| container | Credentials for Azure Container Service. | 
| service | Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. | 
| ssl | The SSL configuration for the services. | 
| storage | Credentials for the Storage Account. | 
Property Details
		appInsights
	 
	Credentials for Azure AppInsights.
appInsights?: AppInsightsCredentialsProperty Value
		containerRegistry
	 
	Credentials for Azure Container Registry.
containerRegistry?: ContainerRegistryCredentialsProperty Value
		containerService
	 
	Credentials for Azure Container Service.
containerService?: ContainerServiceCredentialsProperty Value
		serviceAuthConfiguration
	  
	Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys.
serviceAuthConfiguration?: ServiceAuthConfigurationProperty Value
		sslConfiguration
	 
	The SSL configuration for the services.
sslConfiguration?: SslConfigurationProperty Value
		storageAccount
	 
	Credentials for the Storage Account.
storageAccount?: StorageAccountCredentials