IDataBoxHeavyAccountCopyLogDetails.CopyVerboseLogLink 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.
Link for copy verbose logs. This will be set only when the LogCollectionLevel is set to verbose.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Link for copy verbose logs. This will be set only when the LogCollectionLevel is set to verbose.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="copyVerboseLogLink")]
public string[] CopyVerboseLogLink { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Link for copy verbose logs. This will be set only when the LogCollectionLevel is set to verbose.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="copyVerboseLogLink")>]
member this.CopyVerboseLogLink : string[]
Public ReadOnly Property CopyVerboseLogLink As String()
Property Value
String[]
- Attributes