PSSeriviceProperties.Logging 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.
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Logging.Version", Position=0, ScriptBlock="$_.Logging.Version", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)]
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Logging.LoggingOperations", Position=1, ScriptBlock="$_.Logging.LoggingOperations", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)]
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Logging.RetentionDays", Position=2, ScriptBlock="$_.Logging.RetentionDays", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)]
public Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties Logging { get; set; }
public Microsoft.WindowsAzure.Storage.Shared.Protocol.LoggingProperties Logging { get; set; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Logging.Version", Position=0, ScriptBlock="$_.Logging.Version", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)>]
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Logging.LoggingOperations", Position=1, ScriptBlock="$_.Logging.LoggingOperations", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)>]
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Logging.RetentionDays", Position=2, ScriptBlock="$_.Logging.RetentionDays", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)>]
member this.Logging : Microsoft.Azure.Storage.Shared.Protocol.LoggingProperties with get, set
member this.Logging : Microsoft.WindowsAzure.Storage.Shared.Protocol.LoggingProperties with get, set
Public Property Logging As LoggingProperties
Property Value
- Attributes