Package-level declarations

Types

Link copied to clipboard
class CacheNodesOperation : KotlinCustomResource

Concrete tracked resource types can be created by aliasing this type using a specific property type. Uses Azure REST API version 2023-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview.

Link copied to clipboard
data class CacheNodesOperationArgs(val customerResourceName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<CacheNodeOldResponseArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CacheNodesOperationArgs>

Concrete tracked resource types can be created by aliasing this type using a specific property type. Uses Azure REST API version 2023-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class EnterpriseCustomerOperation : KotlinCustomResource

ConnectedCache Resource. Represents the high level Nodes needed to provision CacheNode and customer resources used in private preview Uses Azure REST API version 2023-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview.

Link copied to clipboard
data class EnterpriseCustomerOperationArgs(val customerResourceName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<CacheNodeOldResponseArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<EnterpriseCustomerOperationArgs>

ConnectedCache Resource. Represents the high level Nodes needed to provision CacheNode and customer resources used in private preview Uses Azure REST API version 2023-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview.

Link copied to clipboard
class EnterpriseMccCacheNodesOperation : KotlinCustomResource

Represents the high level Nodes needed to provision cache node resources Uses Azure REST API version 2023-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview.

Link copied to clipboard
data class EnterpriseMccCacheNodesOperationArgs(val cacheNodeResourceName: Output<String>? = null, val customerResourceName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<CacheNodePropertyArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<EnterpriseMccCacheNodesOperationArgs>

Represents the high level Nodes needed to provision cache node resources Uses Azure REST API version 2023-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview.

Link copied to clipboard
class EnterpriseMccCustomer : KotlinCustomResource

Represents the high level Nodes needed to provision customer resources Uses Azure REST API version 2023-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview.

Link copied to clipboard
data class EnterpriseMccCustomerArgs(val customerResourceName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<CustomerPropertyArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<EnterpriseMccCustomerArgs>

Represents the high level Nodes needed to provision customer resources Uses Azure REST API version 2023-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview.

Link copied to clipboard
Link copied to clipboard
class IspCacheNodesOperation : KotlinCustomResource

Represents the high level Nodes needed to provision cache node resources Uses Azure REST API version 2023-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview.

Link copied to clipboard
data class IspCacheNodesOperationArgs(val cacheNodeResourceName: Output<String>? = null, val customerResourceName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<CacheNodePropertyArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<IspCacheNodesOperationArgs>

Represents the high level Nodes needed to provision cache node resources Uses Azure REST API version 2023-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview.

Link copied to clipboard
Link copied to clipboard
class IspCustomer : KotlinCustomResource

Represents the high level Nodes needed to provision isp customer resources Uses Azure REST API version 2023-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview.

Link copied to clipboard
data class IspCustomerArgs(val customerResourceName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<CustomerPropertyArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<IspCustomerArgs>

Represents the high level Nodes needed to provision isp customer resources Uses Azure REST API version 2023-05-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-05-01-preview.

Link copied to clipboard
Link copied to clipboard
object IspCustomerMapper : ResourceMapper<IspCustomer>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun ispCustomer(name: String, block: suspend IspCustomerResourceBuilder.() -> Unit): IspCustomer