ArmManagementPartnerModelFactory.OperationDisplay Method
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.
Initializes a new instance of OperationDisplay.
public static Azure.ResourceManager.ManagementPartner.Models.OperationDisplay OperationDisplay (string provider = default, string resource = default, string operation = default, string description = default);
static member OperationDisplay : string * string * string * string -> Azure.ResourceManager.ManagementPartner.Models.OperationDisplay
Public Shared Function OperationDisplay (Optional provider As String = Nothing, Optional resource As String = Nothing, Optional operation As String = Nothing, Optional description As String = Nothing) As OperationDisplay
Parameters
- provider
- String
the is management partner provider.
- resource
- String
the is management partner resource.
- operation
- String
the is management partner operation.
- description
- String
the is management partner operation description.
Returns
A new OperationDisplay instance for mocking.