你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OperationResponse() |
Initializes a new instance of the OperationResponse class. |
OperationResponse(String, OperationDisplay, String) |
Initializes a new instance of the OperationResponse class. |
OperationResponse()
Initializes a new instance of the OperationResponse class.
public OperationResponse ();
Public Sub New ()
Applies to
OperationResponse(String, OperationDisplay, String)
Initializes a new instance of the OperationResponse class.
public OperationResponse (string name = default, Microsoft.Azure.Management.ManagementPartner.Models.OperationDisplay display = default, string origin = default);
new Microsoft.Azure.Management.ManagementPartner.Models.OperationResponse : string * Microsoft.Azure.Management.ManagementPartner.Models.OperationDisplay * string -> Microsoft.Azure.Management.ManagementPartner.Models.OperationResponse
Public Sub New (Optional name As String = Nothing, Optional display As OperationDisplay = Nothing, Optional origin As String = Nothing)
Parameters
- name
- String
this is the operation response name
- display
- OperationDisplay
this is the operation display
- origin
- String
the is operation response origin information