OperationEntity 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
OperationEntity() |
Initializes a new instance of the OperationEntity class. |
OperationEntity(String, OperationDisplayInfo) |
Initializes a new instance of the OperationEntity class. |
OperationEntity()
Initializes a new instance of the OperationEntity class.
public OperationEntity ();
Public Sub New ()
Applies to
OperationEntity(String, OperationDisplayInfo)
Initializes a new instance of the OperationEntity class.
public OperationEntity (string name = default, Microsoft.Azure.Management.Advisor.Models.OperationDisplayInfo display = default);
new Microsoft.Azure.Management.Advisor.Models.OperationEntity : string * Microsoft.Azure.Management.Advisor.Models.OperationDisplayInfo -> Microsoft.Azure.Management.Advisor.Models.OperationEntity
Public Sub New (Optional name As String = Nothing, Optional display As OperationDisplayInfo = Nothing)
Parameters
- name
- String
Operation name: {provider}/{resource}/{operation}.
- display
- OperationDisplayInfo
The operation supported by Advisor.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET