EdgeModuleEntity 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
EdgeModuleEntity() |
Initializes a new instance of the EdgeModuleEntity class. |
EdgeModuleEntity(String, String, String, SystemData, Guid) |
Initializes a new instance of the EdgeModuleEntity class. |
EdgeModuleEntity()
Initializes a new instance of the EdgeModuleEntity class.
public EdgeModuleEntity ();
Public Sub New ()
Applies to
EdgeModuleEntity(String, String, String, SystemData, Guid)
Initializes a new instance of the EdgeModuleEntity class.
public EdgeModuleEntity (string id = default, string name = default, string type = default, Microsoft.Azure.Management.VideoAnalyzer.Models.SystemData systemData = default, Guid edgeModuleId = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.EdgeModuleEntity : string * string * string * Microsoft.Azure.Management.VideoAnalyzer.Models.SystemData * Guid -> Microsoft.Azure.Management.VideoAnalyzer.Models.EdgeModuleEntity
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional edgeModuleId As Guid = Nothing)
Parameters
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- edgeModuleId
- Guid
Internal ID generated for the instance of the Video Analyzer edge module.
Applies to
Azure SDK for .NET