Show / Hide Table of Contents

Class BackendArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BackendArgs
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 BackendArgs : ResourceArgs

Constructors

View Source

BackendArgs()

Declaration
public BackendArgs()

Properties

View Source

ApiManagementName

The Name of the API Management Service where this backend 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

Credentials

A credentials block as documented below.

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

Description

The description of the backend.

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

Name

The name of the API Management backend. 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

Protocol

The protocol used by the backend host. Possible values are http or soap.

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

Proxy

A proxy block as documented below.

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

ResourceGroupName

The Name of the Resource Group where the API Management Service 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

ResourceId

The management URI of the backend host in an external system. This URI can be the ARM Resource ID of Logic Apps, Function Apps or API Apps, or the management endpoint of a Service Fabric cluster.

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

ServiceFabricCluster

A service_fabric_cluster block as documented below.

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

Title

The title of the backend.

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

Tls

A tls block as documented below.

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

Url

The URL of the backend host.

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