IDataBoxAccountCopyLogDetails.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 LogCollectionLevel is set to Verbose.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Link for copy verbose logs. This will be set only when 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 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
- Attributes