Get Service Result
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
fun GetServiceResult(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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard