Freigeben über


IEndpoints Interface

Definition

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

Properties

Name Description
Blob

Gets the blob endpoint.

Df

Gets the dfs endpoint.

File

Gets the file endpoint.

Queue

Gets the queue endpoint.

Table

Gets the table endpoint.

Web

Gets the web endpoint.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to