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