IEdgeAction.Attachment Property
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.
A list of attachments for the edge action
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=false, Description="A list of attachments for the edge action", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IEdgeActionAttachment) }, Read=true, ReadOnly=true, Required=false, SerializedName="attachments", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IEdgeActionAttachment> Attachment { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=false, Description="A list of attachments for the edge action", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IEdgeActionAttachment) }, Read=true, ReadOnly=true, Required=false, SerializedName="attachments", Update=false)>]
member this.Attachment : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IEdgeActionAttachment>
Public ReadOnly Property Attachment As List(Of IEdgeActionAttachment)
Property Value
- Attributes