Share via


IDeploymentLogsRequest.ContainerType Property

Definition

The type of container to retrieve logs from.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The type of container to retrieve logs from.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ContainerType) }, ReadOnly=false, Required=false, SerializedName="containerType")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ContainerType? ContainerType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The type of container to retrieve logs from.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ContainerType) }, ReadOnly=false, Required=false, SerializedName="containerType")>]
member this.ContainerType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ContainerType> with get, set
Public Property ContainerType As Nullable(Of ContainerType)

Property Value

Attributes

Applies to