Partager via


ProjectAllowedEnvironmentTypesClient Interface

public interface ProjectAllowedEnvironmentTypesClient

An instance of this class provides access to all the operations defined in ProjectAllowedEnvironmentTypesClient.

Method Details

get

public abstract AllowedEnvironmentTypeInner 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<AllowedEnvironmentTypeInner> 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<AllowedEnvironmentTypeInner> 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<AllowedEnvironmentTypeInner> 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