NetworkOperationsExtensions.SetConfiguration 方法
The Set Network Configuration operation asynchronously configures the virtual network. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157181.aspx for more information)
命名空间: Microsoft.WindowsAzure.Management.Network
程序集: Microsoft.WindowsAzure.Management.Network(在 Microsoft.WindowsAzure.Management.Network.dll 中)
用法
Dim operations As INetworkOperations
Dim parameters As NetworkSetConfigurationParameters
Dim returnValue As OperationStatusResponse
returnValue = NetworkOperationsExtensions.SetConfiguration(operations, parameters)
声明
<ExtensionAttribute> _
Public Shared Function SetConfiguration ( _
operations As INetworkOperations, _
parameters As NetworkSetConfigurationParameters _
) As OperationStatusResponse
[ExtensionAttribute]
public static OperationStatusResponse SetConfiguration (
INetworkOperations operations,
NetworkSetConfigurationParameters parameters
)
[ExtensionAttribute]
public:
static OperationStatusResponse^ SetConfiguration (
INetworkOperations^ operations,
NetworkSetConfigurationParameters^ parameters
)
/** @attribute ExtensionAttribute() */
public static OperationStatusResponse SetConfiguration (
INetworkOperations operations,
NetworkSetConfigurationParameters parameters
)
ExtensionAttribute
public static function SetConfiguration (
operations : INetworkOperations,
parameters : NetworkSetConfigurationParameters
) : OperationStatusResponse
- operations
Reference to the Microsoft.WindowsAzure.Management.Network.INetworkOperations.
- parameters
Required. Parameters supplied to the Set Network Configuration operation.
The response body contains the status of the specified asynchronous operation, indicating whether it has succeeded, is inprogress, or has failed. Note that this status is distinct from the HTTP status code returned for the Get Operation Status operation itself. If the asynchronous operation succeeded, the response body includes the HTTP status code for the successful request. If the asynchronous operation failed, the response body includes the HTTP status code for the failed request, and also includes error information regarding the failure.
此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。
Windows Vista、Windows 7 和 Windows Server 2008
NetworkOperationsExtensions 类
NetworkOperationsExtensions 成员
Microsoft.WindowsAzure.Management.Network 命名空间