IFunctionEnvelope Interface

Definition

public interface IFunctionEnvelope : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.FunctionEnvelopeInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName
type IFunctionEnvelope = interface
    interface IBeta
    interface IHasId
    interface IHasName
    interface IHasInner<FunctionEnvelopeInner>
Public Interface IFunctionEnvelope
Implements IBeta, IHasId, IHasInner(Of FunctionEnvelopeInner), IHasName
Implements

Properties

Config

Gets the config information.

ConfigHref

Gets the config URI.

Files

Gets the file list.

FunctionAppId

Gets the function App ID.

Href

Gets the function URI.

Id

Gets the resource id string

(Inherited from IHasId)
Inner (Inherited from IHasInner<T>)
Name

Gets the name of the resource

(Inherited from IHasName)
Region

Gets the region of the resource

RegionName

Gets the region name of the resource

ScriptHref

Gets the script URI.

ScriptRootPathHref

Gets the script root path URI.

SecretsFileHref

Gets the secrets file URI.

TestData

Gets the test data used when testing via the Azure Portal.

Type

Gets the type of the resource

Applies to