ProjectAllowedEnvironmentTypes interface   
Interface representing a ProjectAllowedEnvironmentTypes.
Methods
| get(string, string, string, Project | 
	Gets an allowed environment type.  | 
| list(string, string, Project | 
	Lists allowed environment types for a project.  | 
Method Details
		get(string, string, string, ProjectAllowedEnvironmentTypesGetOptionalParams)
	      
	Gets an allowed environment type.
function get(resourceGroupName: string, projectName: string, environmentTypeName: string, options?: ProjectAllowedEnvironmentTypesGetOptionalParams): Promise<AllowedEnvironmentType>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- projectName
 - 
				
string
 
The name of the project.
- environmentTypeName
 - 
				
string
 
The name of the environment type.
The options parameters.
Returns
Promise<AllowedEnvironmentType>
		list(string, string, ProjectAllowedEnvironmentTypesListOptionalParams)
	      
	Lists allowed environment types for a project.
function list(resourceGroupName: string, projectName: string, options?: ProjectAllowedEnvironmentTypesListOptionalParams): PagedAsyncIterableIterator<AllowedEnvironmentType, AllowedEnvironmentType[], PageSettings>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- projectName
 - 
				
string
 
The name of the project.
The options parameters.