Class BackendArgs
Inherited Members
Namespace: Pulumi.Azure.ApiManagement
Assembly: Pulumi.Azure.dll
Syntax
public sealed class BackendArgs : ResourceArgs
Constructors
View SourceBackendArgs()
Declaration
public BackendArgs()
Properties
View SourceApiManagementName
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> |
Credentials
A credentials block as documented below.
Declaration
public Input<BackendCredentialsArgs> Credentials { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<BackendCredentialsArgs> |
Description
The description of the backend.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
Proxy
A proxy block as documented below.
Declaration
public Input<BackendProxyArgs> Proxy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<BackendProxyArgs> |
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> |
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> |
ServiceFabricCluster
A service_fabric_cluster block as documented below.
Declaration
public Input<BackendServiceFabricClusterArgs> ServiceFabricCluster { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<BackendServiceFabricClusterArgs> |
Title
The title of the backend.
Declaration
public Input<string> Title { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tls
A tls block as documented below.
Declaration
public Input<BackendTlsArgs> Tls { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<BackendTlsArgs> |
Url
The URL of the backend host.
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |