Interface ICreateEnvironmentRevisionTagApiResponse
Inherited Members
Namespace: Pulumi.Esc.Sdk.Api
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public interface ICreateEnvironmentRevisionTagApiResponse : IBadRequest<Error?>, IUnauthorized<Error?>, IConflict<Error?>, IInternalServerError<Error?>, IDefault<Error?>, IApiResponse
Properties
View SourceIsBadRequest
Returns true if the response is 400 BadRequest
Declaration
bool IsBadRequest { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsConflict
Returns true if the response is 409 Conflict
Declaration
bool IsConflict { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsDefault
Returns true if the response is the default response type
Declaration
bool IsDefault { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInternalServerError
Returns true if the response is 500 InternalServerError
Declaration
bool IsInternalServerError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNoContent
Returns true if the response is 204 NoContent
Declaration
bool IsNoContent { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnauthorized
Returns true if the response is 401 Unauthorized
Declaration
bool IsUnauthorized { get; }
Property Value
| Type | Description |
|---|---|
| bool |