Interface IUpdateEnvironmentRevisionTagApiResponse
Inherited Members
Namespace: Pulumi.Esc.Sdk.Api
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public interface IUpdateEnvironmentRevisionTagApiResponse : IBadRequest<Error?>, IUnauthorized<Error?>, INotFound<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 |
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 |
IsNotFound
Returns true if the response is 404 NotFound
Declaration
bool IsNotFound { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnauthorized
Returns true if the response is 401 Unauthorized
Declaration
bool IsUnauthorized { get; }
Property Value
| Type | Description |
|---|---|
| bool |