你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationDisplay 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
OperationDisplay() | |
OperationDisplay(String, String, String, String) |
OperationDisplay()
public OperationDisplay ();
Public Sub New ()
Applies to
OperationDisplay(String, String, String, String)
public OperationDisplay (string provider = default, string resource = default, string operation = default, string description = default);
new Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.OperationDisplay : string * string * string * string -> Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.OperationDisplay
Public Sub New (Optional provider As String = Nothing, Optional resource As String = Nothing, Optional operation As String = Nothing, Optional description As String = Nothing)
Parameters
- provider
- String
- resource
- String
- operation
- String
- description
- String