Package-level declarations

Types

Link copied to clipboard
class ManagedNetwork : KotlinCustomResource

The Managed Network resource Uses Azure REST API version 2019-06-01-preview. In version 2.x of the Azure Native provider, it used API version 2019-06-01-preview.

Link copied to clipboard
data class ManagedNetworkArgs(val location: Output<String>? = null, val managedNetworkName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val scope: Output<ScopeArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ManagedNetworkArgs>

The Managed Network resource Uses Azure REST API version 2019-06-01-preview. In version 2.x of the Azure Native provider, it used API version 2019-06-01-preview.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ManagedNetworkGroup : KotlinCustomResource

The Managed Network Group resource Uses Azure REST API version 2019-06-01-preview. In version 2.x of the Azure Native provider, it used API version 2019-06-01-preview.

Link copied to clipboard
data class ManagedNetworkGroupArgs(val kind: Output<Either<String, Kind>>? = null, val location: Output<String>? = null, val managedNetworkGroupName: Output<String>? = null, val managedNetworkName: Output<String>? = null, val managementGroups: Output<List<ResourceIdArgs>>? = null, val resourceGroupName: Output<String>? = null, val subnets: Output<List<ResourceIdArgs>>? = null, val subscriptions: Output<List<ResourceIdArgs>>? = null, val virtualNetworks: Output<List<ResourceIdArgs>>? = null) : ConvertibleToJava<ManagedNetworkGroupArgs>

The Managed Network Group resource Uses Azure REST API version 2019-06-01-preview. In version 2.x of the Azure Native provider, it used API version 2019-06-01-preview.

Link copied to clipboard
Link copied to clipboard
object ManagedNetworkMapper : ResourceMapper<ManagedNetwork>
Link copied to clipboard
class ManagedNetworkPeeringPolicy : KotlinCustomResource

The Managed Network Peering Policy resource Uses Azure REST API version 2019-06-01-preview. In version 2.x of the Azure Native provider, it used API version 2019-06-01-preview.

Link copied to clipboard
data class ManagedNetworkPeeringPolicyArgs(val location: Output<String>? = null, val managedNetworkName: Output<String>? = null, val managedNetworkPeeringPolicyName: Output<String>? = null, val properties: Output<ManagedNetworkPeeringPolicyPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<ManagedNetworkPeeringPolicyArgs>

The Managed Network Peering Policy resource Uses Azure REST API version 2019-06-01-preview. In version 2.x of the Azure Native provider, it used API version 2019-06-01-preview.

Link copied to clipboard
class ScopeAssignment : KotlinCustomResource

The Managed Network resource Uses Azure REST API version 2019-06-01-preview. In version 2.x of the Azure Native provider, it used API version 2019-06-01-preview.

Link copied to clipboard
data class ScopeAssignmentArgs(val assignedManagedNetwork: Output<String>? = null, val location: Output<String>? = null, val scope: Output<String>? = null, val scopeAssignmentName: Output<String>? = null) : ConvertibleToJava<ScopeAssignmentArgs>

The Managed Network resource Uses Azure REST API version 2019-06-01-preview. In version 2.x of the Azure Native provider, it used API version 2019-06-01-preview.

Link copied to clipboard
object ScopeAssignmentMapper : ResourceMapper<ScopeAssignment>

Functions