OperationDefinition Class
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.
The definition of a container registry operation.
[Microsoft.Rest.Serialization.JsonTransformation]
public class OperationDefinition
[<Microsoft.Rest.Serialization.JsonTransformation>]
type OperationDefinition = class
Public Class OperationDefinition
- Inheritance
-
OperationDefinition
- Attributes
Constructors
OperationDefinition() |
Initializes a new instance of the OperationDefinition class. |
OperationDefinition(String, String, OperationDisplayDefinition, OperationServiceSpecificationDefinition) |
Initializes a new instance of the OperationDefinition class. |
Properties
Display |
Gets or sets the display information for the container registry operation. |
Name |
Gets or sets operation name: {provider}/{resource}/{operation}. |
Origin |
Gets or sets the origin information of the container registry operation. |
ServiceSpecification |
Gets or sets the definition of Azure Monitoring service. |
Applies to
Azure SDK for .NET