ArmContainerInstanceModelFactory.ContainerGroupSubnetId Method

Definition

public static Azure.ResourceManager.ContainerInstance.Models.ContainerGroupSubnetId ContainerGroupSubnetId(Azure.Core.ResourceIdentifier id = default, string name = default);
static member ContainerGroupSubnetId : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.ContainerInstance.Models.ContainerGroupSubnetId
Public Shared Function ContainerGroupSubnetId (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing) As ContainerGroupSubnetId

Parameters

id
ResourceIdentifier

Resource ID of virtual network and subnet.

name
String

Friendly name for the subnet.

Returns

A new ContainerGroupSubnetId instance for mocking.

Applies to