Compartir a través de


FunctionsIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.FunctionsIdentityTypeConverter))]
public class FunctionsIdentity : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.FunctionsIdentityTypeConverter))>]
type FunctionsIdentity = class
    interface IFunctionsIdentity
    interface IJsonSerializable
Public Class FunctionsIdentity
Implements IFunctionsIdentity
Inheritance
FunctionsIdentity
Attributes
Implements

Constructors

FunctionsIdentity()

Creates an new FunctionsIdentity instance.

Properties

AccountName

The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

AnalysisName

Analysis Name

AppSettingKey

App Setting key name.

Authprovider

The auth provider for the users.

BackupId

ID of the backup.

BaseAddress

Module base address.

BlobServicesName

The name of the blob Service within the specified storage account. Blob Service Name must be 'default'

CertificateOrderName

Name of the certificate order..

ContainerName

The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number.

DeletedSiteId

The numeric ID of the deleted app, e.g. 12345

DetectorName

Detector Resource Name

DiagnosticCategory

Diagnostic Category

DiagnosticsName

Name of the diagnostics item.

DomainName

Name of the domain.

DomainOwnershipIdentifierName

Name of domain ownership identifier.

EntityName

Name of the hybrid connection.

FunctionName

Function name.

GatewayName

Name of the gateway. Currently, the only supported string is "primary".

HostingEnvironmentName

Name of the hosting environment.

HostName

Hostname in the hostname binding.

Id

Deployment ID.

Id1

Resource identity path

ImmutabilityPolicyName

The name of the blob container immutabilityPolicy within the specified storage account. ImmutabilityPolicy Name must be 'default'

Instance

Name of the instance in the multi-role pool.

InstanceId
KeyId

The API Key ID. This is unique within a Application Insights component.

KeyName

The name of the key.

KeyType

The type of host key.

Location
ManagementPolicyName

The name of the Storage Account Management Policy. It should always be 'default'

Name

Name of the certificate.

NamespaceName

The namespace for this hybrid connection.

OperationId

GUID of the operation.

PremierAddOnName

Add-on name.

PrId

The stage site identifier.

PrivateEndpointConnectionName
ProcessId

PID.

PublicCertificateName

Public certificate name.

PurgeId

In a purge status request, this is the Id of the operation the status of which is returned.

RelayName

The relay name for this hybrid connection.

ResourceGroupName

Name of the resource group to which the resource belongs.

ResourceName

The name of the Application Insights component resource.

RouteName

Name of the Virtual Network route.

Scope

The resource provider scope of the resource. Parent resource being extended by Managed Identities.

SiteExtensionId

Site extension name.

SiteName

Site Name

Slot

Slot Name

SnapshotId

The ID of the snapshot to read.

SourceControlType

Type of source control

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.

View

The type of view. This can either be "summary" or "detailed".

VnetName

Name of the virtual network.

WebJobName

Name of Web Job.

WorkerName

Name of worker machine, which typically starts with RD.

WorkerPoolName

Name of the worker pool.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FunctionsIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FunctionsIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FunctionsIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to