IAddressDetails.ReturnAddressContactDetail 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.
Contact details for the address
[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=false, Description="Contact details for the address", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IContactDetails) }, Read=true, ReadOnly=true, Required=false, SerializedName="contactDetails", Update=false)]
public Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IContactDetails ReturnAddressContactDetail { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Create=false, Description="Contact details for the address", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IContactDetails) }, Read=true, ReadOnly=true, Required=false, SerializedName="contactDetails", Update=false)>]
member this.ReturnAddressContactDetail : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.IContactDetails
Public ReadOnly Property ReturnAddressContactDetail As IContactDetails
Property Value
- Attributes