ArmEdgeActionsModelFactory.EdgeActionProperties 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.
Represents an edge action properties.
public static Azure.ResourceManager.EdgeActions.Models.EdgeActionProperties EdgeActionProperties(Azure.ResourceManager.EdgeActions.Models.EdgeActionProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.EdgeActions.Models.EdgeActionAttachment> attachments = default);
static member EdgeActionProperties : Nullable<Azure.ResourceManager.EdgeActions.Models.EdgeActionProvisioningState> * seq<Azure.ResourceManager.EdgeActions.Models.EdgeActionAttachment> -> Azure.ResourceManager.EdgeActions.Models.EdgeActionProperties
Public Shared Function EdgeActionProperties (Optional provisioningState As Nullable(Of EdgeActionProvisioningState) = Nothing, Optional attachments As IEnumerable(Of EdgeActionAttachment) = Nothing) As EdgeActionProperties
Parameters
- provisioningState
- Nullable<EdgeActionProvisioningState>
The provisioning state of the edge action.
- attachments
- IEnumerable<EdgeActionAttachment>
A list of attachments for the edge action.
Returns
A new EdgeActionProperties instance for mocking.