ArmContainerInstanceModelFactory.ContainerGroupSandboxProperties 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.ContainerGroupSandboxProperties ContainerGroupSandboxProperties(Azure.ResourceManager.ContainerInstance.Models.ContainerGroupSandboxProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerInstance.Models.ContainerSandboxGroupSubnetReference> networkSubnets = default, Azure.Core.ResourceIdentifier managementResourceGroupId = default);
static member ContainerGroupSandboxProperties : Nullable<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupSandboxProvisioningState> * seq<Azure.ResourceManager.ContainerInstance.Models.ContainerSandboxGroupSubnetReference> * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ContainerInstance.Models.ContainerGroupSandboxProperties
Public Shared Function ContainerGroupSandboxProperties (Optional provisioningState As Nullable(Of ContainerGroupSandboxProvisioningState) = Nothing, Optional networkSubnets As IEnumerable(Of ContainerSandboxGroupSubnetReference) = Nothing, Optional managementResourceGroupId As ResourceIdentifier = Nothing) As ContainerGroupSandboxProperties
Parameters
- provisioningState
- Nullable<ContainerGroupSandboxProvisioningState>
The status of the last operation.
- networkSubnets
- IEnumerable<ContainerSandboxGroupSubnetReference>
The list of subnets associated with the SandboxGroup.
- managementResourceGroupId
- ResourceIdentifier
The ARM resource ID of the management resource group associated with this SandboxGroup.
Returns
A new ContainerGroupSandboxProperties instance for mocking.