OperationEntity 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
OperationEntity() |
Initializes a new instance of the OperationEntity class. |
OperationEntity(String, OperationDisplayInfo, String, OperationProperties) |
Initializes a new instance of the OperationEntity class. |
OperationEntity()
Initializes a new instance of the OperationEntity class.
public OperationEntity ();
Public Sub New ()
Applies to
OperationEntity(String, OperationDisplayInfo, String, OperationProperties)
Initializes a new instance of the OperationEntity class.
public OperationEntity (string name = default, Microsoft.Azure.Management.StorageSync.Models.OperationDisplayInfo display = default, string origin = default, Microsoft.Azure.Management.StorageSync.Models.OperationProperties properties = default);
new Microsoft.Azure.Management.StorageSync.Models.OperationEntity : string * Microsoft.Azure.Management.StorageSync.Models.OperationDisplayInfo * string * Microsoft.Azure.Management.StorageSync.Models.OperationProperties -> Microsoft.Azure.Management.StorageSync.Models.OperationEntity
Public Sub New (Optional name As String = Nothing, Optional display As OperationDisplayInfo = Nothing, Optional origin As String = Nothing, Optional properties As OperationProperties = Nothing)
Parameters
- name
- String
Operation name: {provider}/{resource}/{operation}.
- display
- OperationDisplayInfo
The operation supported by storage sync.
- origin
- String
The origin.
- properties
- OperationProperties
Properties of the operations resource.
Applies to
Azure SDK for .NET