LocalizedOperationDefinition 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 LocalizedOperationDefinition.
public LocalizedOperationDefinition(string name, Azure.ResourceManager.ProviderHub.Models.LocalizedOperationDisplayDefinition display);
new Azure.ResourceManager.ProviderHub.Models.LocalizedOperationDefinition : string * Azure.ResourceManager.ProviderHub.Models.LocalizedOperationDisplayDefinition -> Azure.ResourceManager.ProviderHub.Models.LocalizedOperationDefinition
Public Sub New (name As String, display As LocalizedOperationDisplayDefinition)
Parameters
- name
- String
Name of the operation.
Display information of the operation.
Exceptions
name or display is null.