ProjectAllowedEnvironmentTypes Interface

public interface ProjectAllowedEnvironmentTypes

Resource collection API of ProjectAllowedEnvironmentTypes.

Method Details

get

public abstract AllowedEnvironmentType get(String resourceGroupName, String projectName, String environmentTypeName)

Gets an allowed environment type.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
projectName - The name of the project.
environmentTypeName - The name of the environment type.

Returns:

an allowed environment type.

getWithResponse

public abstract Response<AllowedEnvironmentType> getWithResponse(String resourceGroupName, String projectName, String environmentTypeName, Context context)

Gets an allowed environment type.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
projectName - The name of the project.
environmentTypeName - The name of the environment type.
context - The context to associate with this operation.

Returns:

an allowed environment type along with Response<T>.

list

public abstract PagedIterable<AllowedEnvironmentType> list(String resourceGroupName, String projectName)

Lists allowed environment types for a project.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
projectName - The name of the project.

Returns:

result of the allowed environment type list operation as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<AllowedEnvironmentType> list(String resourceGroupName, String projectName, Integer top, Context context)

Lists allowed environment types for a project.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
projectName - The name of the project.
top - The maximum number of resources to return from the operation. Example: '$top=10'.
context - The context to associate with this operation.

Returns:

result of the allowed environment type list operation as paginated response with PagedIterable<T>.

Applies to