ArmEdgeActionsModelFactory.EdgeActionAttachment Method
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.
Edge action attachment information.
public static Azure.ResourceManager.EdgeActions.Models.EdgeActionAttachment EdgeActionAttachment(string id = default, Azure.Core.ResourceIdentifier attachedResourceId = default);
static member EdgeActionAttachment : string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.EdgeActions.Models.EdgeActionAttachment
Public Shared Function EdgeActionAttachment (Optional id As String = Nothing, Optional attachedResourceId As ResourceIdentifier = Nothing) As EdgeActionAttachment
Parameters
- id
- String
The edge action attachment id.
- attachedResourceId
- ResourceIdentifier
The attached resource Id.
Returns
A new EdgeActionAttachment instance for mocking.