ArmContainerInstanceModelFactory.ContainerSandboxGroupSubnetReference Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A reference to a subnet resource.
public static Azure.ResourceManager.ContainerInstance.Models.ContainerSandboxGroupSubnetReference ContainerSandboxGroupSubnetReference(Azure.Core.ResourceIdentifier id = default);
static member ContainerSandboxGroupSubnetReference : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ContainerInstance.Models.ContainerSandboxGroupSubnetReference
Public Shared Function ContainerSandboxGroupSubnetReference (Optional id As ResourceIdentifier = Nothing) As ContainerSandboxGroupSubnetReference
Parameters
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).
Returns
A new ContainerSandboxGroupSubnetReference instance for mocking.