IStaticSiteUserInvitationResponseResourceProperties.InvitationUrl 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.
The url for the invitation link
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The url for the invitation link", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="invitationUrl")]
public string InvitationUrl { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The url for the invitation link", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="invitationUrl")>]
member this.InvitationUrl : string
Public ReadOnly Property InvitationUrl As String
Property Value
- Attributes