Package-level declarations
Types
Link copied to clipboard
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
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
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
Link copied to clipboard
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.
Link copied to clipboard
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
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.