Package-level declarations

Types

Link copied to clipboard
class Namespace : KotlinCustomResource

Notification Hubs Namespace Resource. Uses Azure REST API version 2023-01-01-preview. In version 1.x of the Azure Native provider, it used API version 2017-04-01. Other available API versions: 2017-04-01, 2023-09-01, 2023-10-01-preview.

Link copied to clipboard
data class NamespaceArgs(val location: Output<String>? = null, val namespaceName: Output<String>? = null, val properties: Output<NamespacePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<NamespaceArgs>

Notification Hubs Namespace Resource. Uses Azure REST API version 2023-01-01-preview. In version 1.x of the Azure Native provider, it used API version 2017-04-01. Other available API versions: 2017-04-01, 2023-09-01, 2023-10-01-preview.

Link copied to clipboard
Link copied to clipboard
class NamespaceAuthorizationRule : KotlinCustomResource

Response for POST requests that return single SharedAccessAuthorizationRule. Uses Azure REST API version 2023-01-01-preview. In version 1.x of the Azure Native provider, it used API version 2017-04-01. Other available API versions: 2017-04-01, 2023-09-01, 2023-10-01-preview.

Link copied to clipboard
data class NamespaceAuthorizationRuleArgs(val authorizationRuleName: Output<String>? = null, val location: Output<String>? = null, val namespaceName: Output<String>? = null, val properties: Output<SharedAccessAuthorizationRulePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<NamespaceAuthorizationRuleArgs>

Response for POST requests that return single SharedAccessAuthorizationRule. Uses Azure REST API version 2023-01-01-preview. In version 1.x of the Azure Native provider, it used API version 2017-04-01. Other available API versions: 2017-04-01, 2023-09-01, 2023-10-01-preview.

Link copied to clipboard
object NamespaceMapper : ResourceMapper<Namespace>
Link copied to clipboard
Link copied to clipboard
class NotificationHub : KotlinCustomResource

Notification Hub Resource. Uses Azure REST API version 2023-01-01-preview. In version 1.x of the Azure Native provider, it used API version 2017-04-01. Other available API versions: 2017-04-01, 2023-09-01, 2023-10-01-preview.

Link copied to clipboard
data class NotificationHubArgs(val location: Output<String>? = null, val namespaceName: Output<String>? = null, val notificationHubName: Output<String>? = null, val properties: Output<NotificationHubPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<NotificationHubArgs>

Notification Hub Resource. Uses Azure REST API version 2023-01-01-preview. In version 1.x of the Azure Native provider, it used API version 2017-04-01. Other available API versions: 2017-04-01, 2023-09-01, 2023-10-01-preview.

Link copied to clipboard
class NotificationHubAuthorizationRule : KotlinCustomResource

Response for POST requests that return single SharedAccessAuthorizationRule. Uses Azure REST API version 2023-01-01-preview. In version 1.x of the Azure Native provider, it used API version 2017-04-01. Other available API versions: 2017-04-01, 2023-09-01, 2023-10-01-preview.

Link copied to clipboard
data class NotificationHubAuthorizationRuleArgs(val authorizationRuleName: Output<String>? = null, val location: Output<String>? = null, val namespaceName: Output<String>? = null, val notificationHubName: Output<String>? = null, val properties: Output<SharedAccessAuthorizationRulePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<NotificationHubAuthorizationRuleArgs>

Response for POST requests that return single SharedAccessAuthorizationRule. Uses Azure REST API version 2023-01-01-preview. In version 1.x of the Azure Native provider, it used API version 2017-04-01. Other available API versions: 2017-04-01, 2023-09-01, 2023-10-01-preview.

Link copied to clipboard
object NotificationHubMapper : ResourceMapper<NotificationHub>
Link copied to clipboard
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

Represents a Private Endpoint Connection ARM resource - a sub-resource of Notification Hubs namespace. Uses Azure REST API version 2023-01-01-preview. Other available API versions: 2023-09-01, 2023-10-01-preview.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val namespaceName: Output<String>? = null, val privateEndpointConnectionName: Output<String>? = null, val properties: Output<PrivateEndpointConnectionPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

Represents a Private Endpoint Connection ARM resource - a sub-resource of Notification Hubs namespace. Uses Azure REST API version 2023-01-01-preview. Other available API versions: 2023-09-01, 2023-10-01-preview.

Functions