Freigeben über


FunctionsDeployment Class

Definition

Configuration section for the function app deployment.

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

Constructors

FunctionsDeployment()

Creates an new FunctionsDeployment instance.

Properties

AuthenticationStorageAccountConnectionStringName

Use this property for StorageAccountConnectionString. Set the name of the app setting that has the storage account connection string. Do not set a value for this property when using other authentication type.

AuthenticationType

Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString.

AuthenticationUserAssignedIdentityResourceId

Use this property for UserAssignedIdentity. Set the resource ID of the identity. Do not set a value for this property when using other authentication type.

StorageType

Property to select Azure Storage type. Available options: blobContainer.

StorageValue

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FunctionsDeployment.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FunctionsDeployment.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FunctionsDeployment into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to