ArmContainerInstanceModelFactory.ContainerGroupInstanceView 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.
Initializes a new instance of ContainerGroupInstanceView.
public static Azure.ResourceManager.ContainerInstance.Models.ContainerGroupInstanceView ContainerGroupInstanceView (System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerInstance.Models.ContainerEvent> events = default, string state = default);
static member ContainerGroupInstanceView : seq<Azure.ResourceManager.ContainerInstance.Models.ContainerEvent> * string -> Azure.ResourceManager.ContainerInstance.Models.ContainerGroupInstanceView
Public Shared Function ContainerGroupInstanceView (Optional events As IEnumerable(Of ContainerEvent) = Nothing, Optional state As String = Nothing) As ContainerGroupInstanceView
Parameters
- events
- IEnumerable<ContainerEvent>
The events of this container group.
- state
- String
The state of the container group. Only valid in response.
Returns
A new ContainerGroupInstanceView instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET