Show / Hide Table of Contents

Class ApiState

Inheritance
System.Object
InputArgs
ResourceArgs
ApiState
Inherited Members
ResourceArgs.Empty
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 ApiState : ResourceArgs

Constructors

View Source

ApiState()

Declaration
public ApiState()

Properties

View Source

ApiManagementName

The Name of the API Management Service where this API should be created. Changing this forces a new resource to be created.

Declaration
public Input<string> ApiManagementName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

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

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DisplayName

The display name of the API.

Declaration
public Input<string> DisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Import

A import block as documented below.

Declaration
public Input<ApiImportGetArgs> Import { get; set; }
Property Value
Type Description
Input<ApiImportGetArgs>
View Source

IsCurrent

Is this the current API Revision?

Declaration
public Input<bool> IsCurrent { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

IsOnline

Is this API Revision online/accessible via the Gateway?

Declaration
public Input<bool> IsOnline { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

The name of the API Management API. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Path

The Path for this API Management API, which is a relative URL which uniquely identifies this API and all of it's resource paths within the API Management Service.

Declaration
public Input<string> Path { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Protocols

A list of protocols the operations in this API can be invoked. Possible values are http and https.

Declaration
public InputList<string> Protocols { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

ResourceGroupName

The Name of the Resource Group where the API Management API exists. Changing this forces a new resource to be created.

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Revision

The Revision which used for this API.

Declaration
public Input<string> Revision { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServiceUrl

Absolute URL of the backend service implementing this API.

Declaration
public Input<string> ServiceUrl { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SoapPassThrough

Should this API expose a SOAP frontend, rather than a HTTP frontend? Defaults to false.

Declaration
public Input<bool> SoapPassThrough { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SubscriptionKeyParameterNames

A subscription_key_parameter_names block as documented below.

Declaration
public Input<ApiSubscriptionKeyParameterNamesGetArgs> SubscriptionKeyParameterNames { get; set; }
Property Value
Type Description
Input<ApiSubscriptionKeyParameterNamesGetArgs>
View Source

Version

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

Declaration
public Input<string> Version { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VersionSetId

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

Declaration
public Input<string> VersionSetId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.