ArmAppContainersModelFactory.TemplateStatus 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.AppContainers.Models.TemplateStatus TemplateStatus(string details = default, DateTimeOffset? createdOn = default, Azure.ResourceManager.AppContainers.Models.TemplatePoolStatus status = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppContainers.Models.SessionContainer> containers = default, int? ingressTargetPort = default);
static member TemplateStatus : string * Nullable<DateTimeOffset> * Azure.ResourceManager.AppContainers.Models.TemplatePoolStatus * seq<Azure.ResourceManager.AppContainers.Models.SessionContainer> * Nullable<int> -> Azure.ResourceManager.AppContainers.Models.TemplateStatus
Public Shared Function TemplateStatus (Optional details As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional status As TemplatePoolStatus = Nothing, Optional containers As IEnumerable(Of SessionContainer) = Nothing, Optional ingressTargetPort As Nullable(Of Integer) = Nothing) As TemplateStatus
Parameters
- details
- String
The detailed status of this template.
- createdOn
- Nullable<DateTimeOffset>
The creation time of this template.
- status
- TemplatePoolStatus
The status of this template.
- containers
- IEnumerable<SessionContainer>
List of container definitions for the sessions of this template.
Returns
A new TemplateStatus instance for mocking.