EdgeFileEventTrigger(ResourceIdentifier, ResourceIdentifier) Constructor
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.
Initializes a new instance of EdgeFileEventTrigger.
public EdgeFileEventTrigger(Azure.Core.ResourceIdentifier sourceInfoShareId, Azure.Core.ResourceIdentifier sinkInfoRoleId);
new Azure.ResourceManager.DataBoxEdge.Models.EdgeFileEventTrigger : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DataBoxEdge.Models.EdgeFileEventTrigger
Public Sub New (sourceInfoShareId As ResourceIdentifier, sinkInfoRoleId As ResourceIdentifier)
Parameters
- sourceInfoShareId
- ResourceIdentifier
File share ID.
- sinkInfoRoleId
- ResourceIdentifier
Compute role ID.
Exceptions
sourceInfoShareId or sinkInfoRoleId is null.