StaticSiteUserInvitationResponseResource Class
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.
Static sites user roles invitation link resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class StaticSiteUserInvitationResponseResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StaticSiteUserInvitationResponseResource = class
inherit ProxyOnlyResource
Public Class StaticSiteUserInvitationResponseResource
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
StaticSiteUserInvitationResponseResource() |
Initializes a new instance of the StaticSiteUserInvitationResponseResource class. |
StaticSiteUserInvitationResponseResource(String, String, String, String, Nullable<DateTime>, String) |
Initializes a new instance of the StaticSiteUserInvitationResponseResource class. |
Properties
ExpiresOn |
Gets the expiration time of the invitation |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
InvitationUrl |
Gets the url for the invitation link |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
Applies to
Azure SDK for .NET