Language

ContainerSandboxGroupSubnetReference(ResourceIdentifier) Constructor

Definition

Initializes a new instance of ContainerSandboxGroupSubnetReference.

public ContainerSandboxGroupSubnetReference(Azure.Core.ResourceIdentifier id);
new Azure.ResourceManager.ContainerInstance.Models.ContainerSandboxGroupSubnetReference : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ContainerInstance.Models.ContainerSandboxGroupSubnetReference
Public Sub New (id As ResourceIdentifier)

Parameters

id
ResourceIdentifier

The ARM resource ID of the subnet. The caller must have Microsoft.Network/virtualNetworks/subnets/join/action permission on this subnet (enforced via a linked access check at create/update time).

Exceptions

id is null.

Applies to