ArmContainerInstanceModelFactory.NGroupContainerGroupPropertyContainer 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.NGroupContainerGroupPropertyContainer NGroupContainerGroupPropertyContainer(string name = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerInstance.Models.ContainerVolumeMount> nGroupCGPropertyContainerVolumeMounts = default);
static member NGroupContainerGroupPropertyContainer : string * seq<Azure.ResourceManager.ContainerInstance.Models.ContainerVolumeMount> -> Azure.ResourceManager.ContainerInstance.Models.NGroupContainerGroupPropertyContainer
Public Shared Function NGroupContainerGroupPropertyContainer (Optional name As String = Nothing, Optional nGroupCGPropertyContainerVolumeMounts As IEnumerable(Of ContainerVolumeMount) = Nothing) As NGroupContainerGroupPropertyContainer
Parameters
- name
- String
container name.
- nGroupCGPropertyContainerVolumeMounts
- IEnumerable<ContainerVolumeMount>
Gets the VolumeMounts.
Returns
A new NGroupContainerGroupPropertyContainer instance for mocking.