Package-level declarations

Types

Link copied to clipboard
data class AzureADMetricsPropertiesFormatResponse(val provisioningState: String)
Link copied to clipboard
data class GetazureADMetricResult(val id: String, val location: String, val name: String, val properties: AzureADMetricsPropertiesFormatResponse, val tags: Map<String, String>? = null, val type: String)

AzureADMetrics resource.

Link copied to clipboard
data class GetDiagnosticSettingResult(val eventHubAuthorizationRuleId: String? = null, val eventHubName: String? = null, val id: String, val logs: List<LogSettingsResponse>? = null, val name: String, val serviceBusRuleId: String? = null, val storageAccountId: String? = null, val type: String, val workspaceId: String? = null)

The diagnostic setting resource.

Link copied to clipboard
data class GetPrivateEndpointConnectionResult(val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String, val type: String)

Private endpoint connection resource.

Link copied to clipboard
data class GetprivateLinkForAzureAdResult(val allTenants: Boolean? = null, val id: String, val name: String? = null, val ownerTenantId: String? = null, val resourceGroup: String? = null, val resourceName: String? = null, val subscriptionId: String? = null, val tags: Map<String, String>? = null, val tenants: List<String>? = null, val type: String)

PrivateLink Policy configuration object.

Link copied to clipboard
data class LogSettingsResponse(val category: String? = null, val enabled: Boolean, val retentionPolicy: RetentionPolicyResponse? = null)

Part of MultiTenantDiagnosticSettings. Specifies the settings for a particular log.

Link copied to clipboard
data class PrivateEndpointResponse(val id: String? = null)

Private endpoint object properties.

data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)

An object that represents the approval state of the private link connection.

Link copied to clipboard
data class RetentionPolicyResponse(val days: Int, val enabled: Boolean)

Specifies the retention policy for the log.