ArmContainerInstanceModelFactory.ContainerGroupSubnetId 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.
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
Resource ID of virtual network and subnet.
- name
- String
Friendly name for the subnet.
Returns
A new ContainerGroupSubnetId instance for mocking.