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

FabricClient.NetworkManagementClient.CreateNetworkAsync Method

Definition

Overloads

CreateNetworkAsync(String, NetworkDescription)

public System.Threading.Tasks.Task CreateNetworkAsync(string networkName, System.Fabric.Description.NetworkDescription networkDescription);
member this.CreateNetworkAsync : string * System.Fabric.Description.NetworkDescription -> System.Threading.Tasks.Task
Public Function CreateNetworkAsync (networkName As String, networkDescription As NetworkDescription) As Task

Parameters

networkName
System.String
networkDescription
NetworkDescription

Returns

System.Threading.Tasks.Task

Applies to

CreateNetworkAsync(String, NetworkDescription, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task CreateNetworkAsync(string networkName, System.Fabric.Description.NetworkDescription networkDescription, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.CreateNetworkAsync : string * System.Fabric.Description.NetworkDescription * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function CreateNetworkAsync (networkName As String, networkDescription As NetworkDescription, timeout As TimeSpan, cancellationToken As CancellationToken) As Task

Parameters

networkName
System.String
networkDescription
NetworkDescription
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task

Applies to