Package-level declarations

Types

Link copied to clipboard
data class EndpointPropertiesResponse(val provisioningState: String, val resourceId: String? = null, val type: String)

Endpoint details

Link copied to clipboard
data class GetEndpointResult(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val id: String, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null, val name: String, val properties: EndpointPropertiesResponse, val systemData: SystemDataResponse, val type: String)

The endpoint for the target resource.

Link copied to clipboard
data class GetServiceConfigurationResult(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val id: String, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null, val name: String, val port: Double? = null, val provisioningState: String, val resourceId: String? = null, val serviceName: String, val systemData: SystemDataResponse, val type: String)

The service configuration details associated with the target resource.

Link copied to clipboard
data class ListEndpointCredentialsResult(val accessKey: String, val expiresOn: Double? = null, val hybridConnectionName: String, val namespaceName: String, val namespaceNameSuffix: String, val serviceConfigurationToken: String? = null)

The endpoint access for the target resource.

data class ListEndpointIngressGatewayCredentialsResult(val accessKey: String, val expiresOn: Double? = null, val hostname: String, val hybridConnectionName: String, val namespaceName: String, val namespaceNameSuffix: String, val serverId: String, val serviceConfigurationToken: String? = null, val tenantId: String)

The ingress gateway access credentials

Link copied to clipboard
data class ListEndpointManagedProxyDetailsResult(val expiresOn: Double, val proxy: String)

Managed Proxy

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.