Show / Hide Table of Contents

Class GetApiResult

Inheritance
System.Object
GetApiResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ApiManagement
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetApiResult

Fields

View Source

ApiManagementName

Declaration
public readonly string ApiManagementName
Field Value
Type Description
System.String
View Source

Description

A description of the API Management API, which may include HTML formatting tags.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

DisplayName

The display name of the API.

Declaration
public readonly string DisplayName
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IsCurrent

Is this the current API Revision?

Declaration
public readonly bool IsCurrent
Field Value
Type Description
System.Boolean
View Source

IsOnline

Is this API Revision online/accessible via the Gateway?

Declaration
public readonly bool IsOnline
Field Value
Type Description
System.Boolean
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Path

The Path for this API Management API.

Declaration
public readonly string Path
Field Value
Type Description
System.String
View Source

Protocols

A list of protocols the operations in this API can be invoked.

Declaration
public readonly ImmutableArray<string> Protocols
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

Revision

Declaration
public readonly string Revision
Field Value
Type Description
System.String
View Source

ServiceUrl

Absolute URL of the backend service implementing this API.

Declaration
public readonly string ServiceUrl
Field Value
Type Description
System.String
View Source

SoapPassThrough

Should this API expose a SOAP frontend, rather than a HTTP frontend?

Declaration
public readonly bool SoapPassThrough
Field Value
Type Description
System.Boolean
View Source

SubscriptionKeyParameterNames

A subscription_key_parameter_names block as documented below.

Declaration
public readonly ImmutableArray<GetApiSubscriptionKeyParameterNameResult> SubscriptionKeyParameterNames
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetApiSubscriptionKeyParameterNameResult>
View Source

Version

The Version number of this API, if this API is versioned.

Declaration
public readonly string Version
Field Value
Type Description
System.String
View Source

VersionSetId

The ID of the Version Set which this API is associated with.

Declaration
public readonly string VersionSetId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.