IDeploymentLogsRequest.ContainerType Property
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.
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