Partager via


StorageAccountInternetEndpoints Class

Definition

The URIs that are used to perform a retrieval of a public blob, file, web or dfs object via a internet routing endpoint.

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

Constructors

StorageAccountInternetEndpoints()

Creates an new StorageAccountInternetEndpoints instance.

Properties

Blob

Gets the blob endpoint.

Df

Gets the dfs endpoint.

File

Gets the file endpoint.

Web

Gets the web endpoint.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageAccountInternetEndpoints.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageAccountInternetEndpoints.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IStorageAccountInternetEndpoints.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageAccountInternetEndpoints into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to