OperationDisplayDefinition 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
OperationDisplayDefinition() |
Initializes a new instance of the OperationDisplayDefinition class. |
OperationDisplayDefinition(String, String, String, String) |
Initializes a new instance of the OperationDisplayDefinition class. |
OperationDisplayDefinition()
Initializes a new instance of the OperationDisplayDefinition class.
public OperationDisplayDefinition ();
Public Sub New ()
Applies to
OperationDisplayDefinition(String, String, String, String)
Initializes a new instance of the OperationDisplayDefinition class.
public OperationDisplayDefinition (string provider = default, string resource = default, string operation = default, string description = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.OperationDisplayDefinition : string * string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.OperationDisplayDefinition
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
The resource provider name: Microsoft.ContainerRegistry.
- resource
- String
The resource on which the operation is performed.
- operation
- String
The operation that users can perform.
- description
- String
The description for the operation.
Applies to
Azure SDK for .NET