ProjectAllowedEnvironmentTypesClient Interface
public interface ProjectAllowedEnvironmentTypesClient
An instance of this class provides access to all the operations defined in ProjectAllowedEnvironmentTypesClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Allowed |
get(String resourceGroupName, String projectName, String environmentTypeName)
Gets an allowed environment type. |
|
abstract
Response<Allowed |
getWithResponse(String resourceGroupName, String projectName, String environmentTypeName, Context context)
Gets an allowed environment type. |
|
abstract
Paged |
list(String resourceGroupName, String projectName)
Lists allowed environment types for a project. |
|
abstract
Paged |
list(String resourceGroupName, String projectName, Integer top, Context context)
Lists allowed environment types for a project. |
Method Details
get
public abstract AllowedEnvironmentTypeInner get(String resourceGroupName, String projectName, String environmentTypeName)
Gets an allowed environment type.
Parameters:
Returns:
getWithResponse
public abstract Response<AllowedEnvironmentTypeInner> getWithResponse(String resourceGroupName, String projectName, String environmentTypeName, Context context)
Gets an allowed environment type.
Parameters:
Returns:
list
public abstract PagedIterable<AllowedEnvironmentTypeInner> list(String resourceGroupName, String projectName)
Lists allowed environment types for a project.
Parameters:
Returns:
list
public abstract PagedIterable<AllowedEnvironmentTypeInner> list(String resourceGroupName, String projectName, Integer top, Context context)
Lists allowed environment types for a project.
Parameters:
Returns: