IWebsitesIdentity Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.WebsitesIdentityTypeConverter))]
public interface IWebsitesIdentity : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.WebsitesIdentityTypeConverter))>]
type IWebsitesIdentity = interface
    interface IJsonSerializable
Public Interface IWebsitesIdentity
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Authprovider

The auth provider for the users.

DomainName

The custom domain name.

EnvironmentName

The stage site identifier.

FunctionAppName

Name of the function app registered with the static site build.

Id

Resource identity path

JobHistoryId

History ID.

Location

Location where you plan to create the static site.

Name

Name of the static site.

PrivateEndpointConnectionName

Name of the private endpoint connection.

ResourceGroupName

Name of the resource group to which the resource belongs.

Slot

Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot.

SubscriptionId

Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).

Userid

The user id of the user.

WebJobName

Name of Web Job.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to