OperationsDisplayDefinition(String, String, String, String) Constructor
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 OperationsDisplayDefinition.
public OperationsDisplayDefinition(string provider, string resource, string operation, string description);
new Azure.ResourceManager.ProviderHub.Models.OperationsDisplayDefinition : string * string * string * string -> Azure.ResourceManager.ProviderHub.Models.OperationsDisplayDefinition
Public Sub New (provider As String, resource As String, operation As String, description As String)
Parameters
- provider
- String
The provider.
- resource
- String
The resource.
- operation
- String
The operation.
- description
- String
The description.
Exceptions
provider, resource, operation or description is null.