Compartilhar via


IStorageAccountInternetEndpoints Interface

Definition

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

Properties

Blob

Gets the blob endpoint.

Df

Gets the dfs endpoint.

File

Gets the file endpoint.

Web

Gets the web endpoint.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to