EnvironmentContainers interface 
Interface representing a EnvironmentContainers.
Methods
| create | 
	Create or update container.  | 
| delete(string, string, string, Environment | 
	Delete container.  | 
| get(string, string, string, Environment | 
	Get container.  | 
| list(string, string, Environment | 
	List environment containers.  | 
Method Details
		createOrUpdate(string, string, string, EnvironmentContainer, EnvironmentContainersCreateOrUpdateOptionalParams)
	       
	Create or update container.
function createOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: EnvironmentContainer, options?: EnvironmentContainersCreateOrUpdateOptionalParams): Promise<EnvironmentContainer>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- workspaceName
 - 
				
string
 
Name of Azure Machine Learning workspace.
- name
 - 
				
string
 
Container name. This is case-sensitive.
- body
 - EnvironmentContainer
 
Container entity to create or update.
The options parameters.
Returns
Promise<EnvironmentContainer>
		delete(string, string, string, EnvironmentContainersDeleteOptionalParams)
	    
	Delete container.
function delete(resourceGroupName: string, workspaceName: string, name: string, options?: EnvironmentContainersDeleteOptionalParams): Promise<void>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- workspaceName
 - 
				
string
 
Name of Azure Machine Learning workspace.
- name
 - 
				
string
 
Container name. This is case-sensitive.
The options parameters.
Returns
Promise<void>
		get(string, string, string, EnvironmentContainersGetOptionalParams)
	    
	Get container.
function get(resourceGroupName: string, workspaceName: string, name: string, options?: EnvironmentContainersGetOptionalParams): Promise<EnvironmentContainer>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- workspaceName
 - 
				
string
 
Name of Azure Machine Learning workspace.
- name
 - 
				
string
 
Container name. This is case-sensitive.
The options parameters.
Returns
Promise<EnvironmentContainer>
		list(string, string, EnvironmentContainersListOptionalParams)
	    
	List environment containers.
function list(resourceGroupName: string, workspaceName: string, options?: EnvironmentContainersListOptionalParams): PagedAsyncIterableIterator<EnvironmentContainer, EnvironmentContainer[], PageSettings>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- workspaceName
 - 
				
string
 
Name of Azure Machine Learning workspace.
The options parameters.