OperationDefinition 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
OperationDefinition() |
Initializes a new instance of the OperationDefinition class. |
OperationDefinition(String, String, OperationDisplayDefinition, OperationServiceSpecificationDefinition) |
Initializes a new instance of the OperationDefinition class. |
OperationDefinition()
Initializes a new instance of the OperationDefinition class.
public OperationDefinition ();
Public Sub New ()
Applies to
OperationDefinition(String, String, OperationDisplayDefinition, OperationServiceSpecificationDefinition)
Initializes a new instance of the OperationDefinition class.
public OperationDefinition (string origin = default, string name = default, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.OperationDisplayDefinition display = default, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.OperationServiceSpecificationDefinition serviceSpecification = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.OperationDefinition : string * string * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.OperationDisplayDefinition * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.OperationServiceSpecificationDefinition -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.OperationDefinition
Public Sub New (Optional origin As String = Nothing, Optional name As String = Nothing, Optional display As OperationDisplayDefinition = Nothing, Optional serviceSpecification As OperationServiceSpecificationDefinition = Nothing)
Parameters
- origin
- String
The origin information of the container registry operation.
- name
- String
Operation name: {provider}/{resource}/{operation}.
- display
- OperationDisplayDefinition
The display information for the container registry operation.
- serviceSpecification
- OperationServiceSpecificationDefinition
The definition of Azure Monitoring service.
Applies to
Azure SDK for .NET