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

StorageCloudCmdletBase<T>.InitChannelCurrentSubscription Method

Definition

Overloads

InitChannelCurrentSubscription()
InitChannelCurrentSubscription(Boolean)

Init channel with or without subscription in storage cmdlet

InitChannelCurrentSubscription()

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

Applies to

InitChannelCurrentSubscription(Boolean)

Init channel with or without subscription in storage cmdlet

protected virtual void InitChannelCurrentSubscription (bool force);
abstract member InitChannelCurrentSubscription : bool -> unit
override this.InitChannelCurrentSubscription : bool -> unit
Protected Overridable Sub InitChannelCurrentSubscription (force As Boolean)

Parameters

force
Boolean

Force to create a new channel

Applies to