Show / Hide Table of Contents

Interface INotFound<TType>

An interface for responses of type

Inherited Members
IApiResponse.IsSuccessStatusCode
IApiResponse.StatusCode
IApiResponse.RawContent
IApiResponse.DownloadedAt
IApiResponse.Headers
IApiResponse.Path
IApiResponse.ReasonPhrase
IApiResponse.RequestedAt
IApiResponse.RequestUri
Namespace: Pulumi.Esc.Sdk.Client
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public interface INotFound<TType> : IApiResponse
Type Parameters
Name Description
TType

Methods

View Source

NotFound()

Deserializes the response if the response is NotFound

Declaration
TType NotFound()
Returns
Type Description
TType
View Source

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

Version 0.13.1

  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.