Package-level declarations

Types

Link copied to clipboard
data class EndpointCustomDnsConfig(val fqdn: String? = null, val ipAddresses: List<String>? = null)
Link copied to clipboard
data class EndpointIpConfiguration(val memberName: String? = null, val name: String, val privateIpAddress: String, val subresourceName: String? = null)
Link copied to clipboard
data class EndpointNetworkInterface(val id: String? = null, val name: String? = null)
Link copied to clipboard
data class EndpointPrivateDnsZoneConfig(val id: String? = null, val name: String? = null, val privateDnsZoneId: String? = null, val recordSets: List<EndpointPrivateDnsZoneConfigRecordSet>? = null)
Link copied to clipboard
data class EndpointPrivateDnsZoneConfigRecordSet(val fqdn: String? = null, val ipAddresses: List<String>? = null, val name: String? = null, val ttl: Int? = null, val type: String? = null)
Link copied to clipboard
data class EndpointPrivateDnsZoneGroup(val id: String? = null, val name: String, val privateDnsZoneIds: List<String>)
Link copied to clipboard
data class EndpointPrivateServiceConnection(val isManualConnection: Boolean, val name: String, val privateConnectionResourceAlias: String? = null, val privateConnectionResourceId: String? = null, val privateIpAddress: String? = null, val requestMessage: String? = null, val subresourceNames: List<String>? = null)
Link copied to clipboard
data class GetEndpointConnectionNetworkInterface(val id: String, val name: String)
data class GetEndpointConnectionPrivateServiceConnection(val name: String, val privateIpAddress: String, val requestResponse: String, val status: String)
Link copied to clipboard
data class GetEndpointConnectionResult(val id: String, val location: String, val name: String, val networkInterfaces: List<GetEndpointConnectionNetworkInterface>, val privateServiceConnections: List<GetEndpointConnectionPrivateServiceConnection>, val resourceGroupName: String)

A collection of values returned by getEndpointConnection.

data class GetServiceEndpointConnectionsPrivateEndpointConnection(val actionRequired: String, val connectionId: String, val connectionName: String, val description: String, val privateEndpointId: String, val privateEndpointName: String, val status: String)
Link copied to clipboard
data class GetServiceEndpointConnectionsResult(val id: String, val location: String, val privateEndpointConnections: List<GetServiceEndpointConnectionsPrivateEndpointConnection>, val resourceGroupName: String, val serviceId: String, val serviceName: String)

A collection of values returned by getServiceEndpointConnections.

Link copied to clipboard
data class GetServiceNatIpConfiguration(val name: String, val primary: Boolean, val privateIpAddress: String, val privateIpAddressVersion: String, val subnetId: String)
Link copied to clipboard
data class GetServiceResult(val alias: String, val autoApprovalSubscriptionIds: List<String>, val enableProxyProtocol: Boolean, val id: String, val loadBalancerFrontendIpConfigurationIds: List<String>, val location: String, val name: String, val natIpConfigurations: List<GetServiceNatIpConfiguration>, val resourceGroupName: String, val tags: Map<String, String>, val visibilitySubscriptionIds: List<String>)

A collection of values returned by getService.