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

AzureSqlElasticJobPrivateEndpointCmdletBase<TInputObject>.ClearProperties Method

Definition

Clears credential properties

protected void ClearProperties ();
member this.ClearProperties : unit -> unit
Protected Sub ClearProperties ()

Remarks

We clear these properties so that during piping scenarios we can ensure we initialize the minimum properties for either getting, creating, updating, or removing the correct resource Resource group name, server name, agent name, credential name, and name are cleared so that during the next iteration in list, they will be initialized properly during InitializeInputObjectProperties(TInputObject)

Applies to