Interface INotFound<TType>
An interface for responses of type
Inherited Members
Namespace: Pulumi.Esc.Sdk.Client
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public interface INotFound<TType> : IApiResponse
Type Parameters
| Name | Description |
|---|---|
| TType |
Methods
View SourceNotFound()
Deserializes the response if the response is NotFound
Declaration
TType NotFound()
Returns
| Type | Description |
|---|---|
| TType |
TryNotFound(out TType?)
Returns true if the response is NotFound and the deserialized response is not null
Declaration
bool TryNotFound(out TType? result)
Parameters
| Type | Name | Description |
|---|---|---|
| TType | result |
Returns
| Type | Description |
|---|---|
| bool |