Sdílet prostřednictvím


StaticSiteUserARMResource Constructors

Definition

Overloads

StaticSiteUserARMResource()

Initializes a new instance of the StaticSiteUserARMResource class.

StaticSiteUserARMResource(String, String, String, String, String, String, String, String)

Initializes a new instance of the StaticSiteUserARMResource class.

StaticSiteUserARMResource()

Initializes a new instance of the StaticSiteUserARMResource class.

public StaticSiteUserARMResource ();
Public Sub New ()

Applies to

StaticSiteUserARMResource(String, String, String, String, String, String, String, String)

Initializes a new instance of the StaticSiteUserARMResource class.

public StaticSiteUserARMResource (string id = default, string name = default, string kind = default, string type = default, string provider = default, string userId = default, string displayName = default, string roles = default);
new Microsoft.Azure.Management.WebSites.Models.StaticSiteUserARMResource : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.StaticSiteUserARMResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional provider As String = Nothing, Optional userId As String = Nothing, Optional displayName As String = Nothing, Optional roles As String = Nothing)

Parameters

id
String

Resource Id.

name
String

Resource Name.

kind
String

Kind of resource.

type
String

Resource type.

provider
String

The identity provider for the static site user.

userId
String

The user id for the static site user.

displayName
String

The display name for the static site user.

roles
String

The roles for the static site user, in free-form string format

Applies to