Udostępnij za pośrednictwem


IFunctionsIdentity Interface

Definition

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

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.

ActionName

The workflow action name.

AnalysisName

Analysis Name

AppSettingKey

App Setting key name.

Authprovider

The auth provider for the users.

BackupId

ID of the backup.

BaseAddress

Module base address.

BasicAuthName

name of the basic auth entry.

BlobServicesName

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

CertificateOrderName

Name of the certificate order..

ConnectionStringKey
ContainerName

Site Container Name

DatabaseConnectionName

Name of the database connection.

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.

EnvironmentName

The stage site identifier.

FunctionAppName

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

FunctionName

Function name.

GatewayName

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

HistoryName

The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.

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.

LinkedBackendName

Name of the linked backend that should be retrieved

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

Name of the private endpoint connection.

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.

RepetitionName

The workflow repetition.

RequestHistoryName

The request history name.

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.

RunName

The workflow run name.

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).

TriggerName

The workflow trigger name.

Userid

The user id of the user.

VersionId

The workflow versionId.

View

The type of view. Only "summary" is supported at this time.

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.

WorkflowName

Workflow name.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to