StaticSiteUserInvitationRequestResource 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 resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class StaticSiteUserInvitationRequestResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StaticSiteUserInvitationRequestResource = class
inherit ProxyOnlyResource
Public Class StaticSiteUserInvitationRequestResource
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
StaticSiteUserInvitationRequestResource() |
Initializes a new instance of the StaticSiteUserInvitationRequestResource class. |
StaticSiteUserInvitationRequestResource(String, String, String, String, String, String, String, String, Nullable<Int32>) |
Initializes a new instance of the StaticSiteUserInvitationRequestResource class. |
Properties
Domain |
Gets or sets the domain name for the static site custom domain. |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
NumHoursToExpiration |
Gets or sets the number of hours the sas token stays valid |
Provider |
Gets or sets the identity provider for the static site user. |
Roles |
Gets or sets the roles for the static site user, in free-form string format |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
UserDetails |
Gets or sets the user id for the static site user. |
Applies to
Azure SDK for .NET