GetServiceResult

data class GetServiceResult(val additionalLocations: List<GetServiceAdditionalLocation>, val developerPortalUrl: String, val gatewayRegionalUrl: String, val gatewayUrl: String, val hostnameConfigurations: List<GetServiceHostnameConfiguration>, val id: String, val identities: List<GetServiceIdentity>, val location: String, val managementApiUrl: String, val name: String, val notificationSenderEmail: String, val portalUrl: String, val privateIpAddresses: List<String>, val publicIpAddressId: String, val publicIpAddresses: List<String>, val publisherEmail: String, val publisherName: String, val resourceGroupName: String, val scmUrl: String, val skuName: String, val tags: Map<String, String>? = null, val tenantAccesses: List<GetServiceTenantAccess>)

A collection of values returned by getService.

Constructors

Link copied to clipboard
constructor(additionalLocations: List<GetServiceAdditionalLocation>, developerPortalUrl: String, gatewayRegionalUrl: String, gatewayUrl: String, hostnameConfigurations: List<GetServiceHostnameConfiguration>, id: String, identities: List<GetServiceIdentity>, location: String, managementApiUrl: String, name: String, notificationSenderEmail: String, portalUrl: String, privateIpAddresses: List<String>, publicIpAddressId: String, publicIpAddresses: List<String>, publisherEmail: String, publisherName: String, resourceGroupName: String, scmUrl: String, skuName: String, tags: Map<String, String>? = null, tenantAccesses: List<GetServiceTenantAccess>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Zero or more additional_location blocks as defined below

Link copied to clipboard

The URL for the Developer Portal associated with this API Management service.

Link copied to clipboard

Gateway URL of the API Management service in the Region.

Link copied to clipboard

The URL for the API Management Service's Gateway.

Link copied to clipboard

A hostname_configuration block as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as defined below.

Link copied to clipboard

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

Link copied to clipboard

The URL for the Management API.

Link copied to clipboard

Specifies the plan's pricing tier.

Link copied to clipboard

The email address from which the notification will be sent.

Link copied to clipboard

The URL of the Publisher Portal.

Link copied to clipboard

Private IP addresses of the API Management service in the additional location, for instances using virtual network mode.

Link copied to clipboard

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

Link copied to clipboard

ID of the standard SKU IPv4 Public IP. Available only for Premium SKU deployed in a virtual network.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

The SCM (Source Code Management) endpoint.

Link copied to clipboard
Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags assigned to the resource.

Link copied to clipboard

A tenant_access block as defined below.