WebsitesIdentity Class

Definition

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

Constructors

WebsitesIdentity()

Creates an new WebsitesIdentity instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WebsitesIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WebsitesIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.IWebsitesIdentity.

FromJsonString(String)

Creates a new instance of WebsitesIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WebsitesIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to