ProjectEnvironmentTypes Interface
public interface ProjectEnvironmentTypes
Resource collection API of ProjectEnvironmentTypes.
Method Summary
Method Details
define
public abstract ProjectEnvironmentType.DefinitionStages.Blank define(String name)
Begins definition for a new ProjectEnvironmentType resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String projectName, String environmentTypeName)
Deletes a project environment type.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes a project environment type.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Deletes a project environment type.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String projectName, String environmentTypeName, Context context)
Deletes a project environment type.
Parameters:
Returns:
get
public abstract ProjectEnvironmentType get(String resourceGroupName, String projectName, String environmentTypeName)
Gets a project environment type.
Parameters:
Returns:
getById
public abstract ProjectEnvironmentType getById(String id)
Gets a project environment type.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<ProjectEnvironmentType> getByIdWithResponse(String id, Context context)
Gets a project environment type.
Parameters:
Returns:
getWithResponse
public abstract Response<ProjectEnvironmentType> getWithResponse(String resourceGroupName, String projectName, String environmentTypeName, Context context)
Gets a project environment type.
Parameters:
Returns:
list
public abstract PagedIterable<ProjectEnvironmentType> list(String resourceGroupName, String projectName)
Lists environment types for a project.
Parameters:
Returns:
list
public abstract PagedIterable<ProjectEnvironmentType> list(String resourceGroupName, String projectName, Integer top, Context context)
Lists environment types for a project.
Parameters:
Returns: