Show / Hide Table of Contents

Class GetServiceResult

Inheritance
System.Object
GetServiceResult
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 GetServiceResult

Fields

View Source

AdditionalLocations

One or more additional_location blocks as defined below

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

GatewayRegionalUrl

Gateway URL of the API Management service in the Region.

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

GatewayUrl

The URL for the API Management Service's Gateway.

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

HostnameConfigurations

A hostname_configuration block as defined below.

Declaration
public readonly ImmutableArray<GetServiceHostnameConfigurationResult> HostnameConfigurations
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetServiceHostnameConfigurationResult>
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

Identities

(Optional) An identity block as defined below.

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

Location

The location name of the additional region among Azure Data center regions.

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

ManagementApiUrl

The URL for the Management API.

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

Name

Specifies the plan's pricing tier.

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

NotificationSenderEmail

The email address from which the notification will be sent.

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

PortalUrl

The URL of the Publisher Portal.

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

PublicIpAddresses

Public Static Load Balanced IP addresses of the API Management service in the additional location. Available only for Basic, Standard and Premium SKU.

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

PublisherEmail

The email of Publisher/Company of the API Management Service.

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

PublisherName

The name of the Publisher/Company of the API Management Service.

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

ResourceGroupName

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

ScmUrl

The SCM (Source Code Management) endpoint.

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

SkuName

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

Tags

A mapping of tags assigned to the resource.

Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.