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 SourceApiManagementName
Declaration
public readonly string ApiManagementName
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
DisplayName
The display name of the API.
Declaration
public readonly string DisplayName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IsCurrent
Is this the current API Revision?
Declaration
public readonly bool IsCurrent
Field Value
| Type | Description |
|---|---|
| System.Boolean |
IsOnline
Is this API Revision online/accessible via the Gateway?
Declaration
public readonly bool IsOnline
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Path
The Path for this API Management API.
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
Revision
Declaration
public readonly string Revision
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceUrl
Absolute URL of the backend service implementing this API.
Declaration
public readonly string ServiceUrl
Field Value
| Type | Description |
|---|---|
| System.String |
SoapPassThrough
Should this API expose a SOAP frontend, rather than a HTTP frontend?
Declaration
public readonly bool SoapPassThrough
Field Value
| Type | Description |
|---|---|
| System.Boolean |
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> |
Version
The Version number of this API, if this API is versioned.
Declaration
public readonly string Version
Field Value
| Type | Description |
|---|---|
| System.String |
VersionSetId
The ID of the Version Set which this API is associated with.
Declaration
public readonly string VersionSetId
Field Value
| Type | Description |
|---|---|
| System.String |