通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClientLoggingOptions.IsReadOnly Property

Definition

Gets a value that indicates whether this ClientLoggingOptions instance is read-only. If true, any attempt to set properties on the instance or call methods that would change its state will throw InvalidOperationException.

public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Property Value

Remarks

Options become read-only when the ClientPipeline they are associated with is created, or when Freeze() is called explicitly. To create a mutable copy of a read-only instance, use Clone().

Applies to