Dela via


Service class

Klass som representerar en tjänst.

Konstruktorer

Service(StorageClientContext)

Skapa en tjänst.

Metoder

getProperties(Models.ServiceGetPropertiesOptionalParams)

Hämtar egenskaperna för ett lagringskontos filtjänst, inklusive egenskaper för Lagringsanalys mått och CORS-regler (resursdelning för korsande ursprung).

getProperties(ServiceCallback<StorageServiceProperties>)
getProperties(ServiceGetPropertiesOptionalParams, ServiceCallback<StorageServiceProperties>)
listSharesSegment(Models.ServiceListSharesSegmentOptionalParams)

Åtgärden List Shares Segment returnerar en lista över resurser och resursögonblicksbilder under det angivna kontot.

listSharesSegment(ServiceCallback<ListSharesResponse>)
listSharesSegment(ServiceListSharesSegmentOptionalParams, ServiceCallback<ListSharesResponse>)
setProperties(StorageServiceProperties, Models.ServiceSetPropertiesOptionalParams)

Anger egenskaper för ett lagringskontos filtjänstslutpunkt, inklusive egenskaper för Lagringsanalys mått och CORS-regler (resursdelning för korsande ursprung).

setProperties(StorageServiceProperties, ServiceCallback<void>)
setProperties(StorageServiceProperties, ServiceSetPropertiesOptionalParams, ServiceCallback<void>)

Konstruktorinformation

Service(StorageClientContext)

Skapa en tjänst.

new Service(client: StorageClientContext)

Parametrar

client
StorageClientContext

Referens till tjänstklienten.

Metodinformation

getProperties(Models.ServiceGetPropertiesOptionalParams)

Hämtar egenskaperna för ett lagringskontos filtjänst, inklusive egenskaper för Lagringsanalys mått och CORS-regler (resursdelning för korsande ursprung).

function getProperties(options?: Models.ServiceGetPropertiesOptionalParams)

Parametrar

options
Models.ServiceGetPropertiesOptionalParams

Returer

Promise<Models.ServiceGetPropertiesResponse>

Promise<Models.ServiceGetPropertiesResponse>

getProperties(ServiceCallback<StorageServiceProperties>)

function getProperties(callback: ServiceCallback<StorageServiceProperties>)

Parametrar

callback

ServiceCallback<StorageServiceProperties>

Motringningen

getProperties(ServiceGetPropertiesOptionalParams, ServiceCallback<StorageServiceProperties>)

function getProperties(options: ServiceGetPropertiesOptionalParams, callback: ServiceCallback<StorageServiceProperties>)

Parametrar

options
ServiceGetPropertiesOptionalParams

De valfria parametrarna

callback

ServiceCallback<StorageServiceProperties>

Motringningen

listSharesSegment(Models.ServiceListSharesSegmentOptionalParams)

Åtgärden List Shares Segment returnerar en lista över resurser och resursögonblicksbilder under det angivna kontot.

function listSharesSegment(options?: Models.ServiceListSharesSegmentOptionalParams)

Parametrar

options
Models.ServiceListSharesSegmentOptionalParams

Returer

Promise<Models.ServiceListSharesSegmentResponse>

Promise<Models.ServiceListSharesSegmentResponse>

listSharesSegment(ServiceCallback<ListSharesResponse>)

function listSharesSegment(callback: ServiceCallback<ListSharesResponse>)

Parametrar

callback

ServiceCallback<ListSharesResponse>

Motringningen

listSharesSegment(ServiceListSharesSegmentOptionalParams, ServiceCallback<ListSharesResponse>)

function listSharesSegment(options: ServiceListSharesSegmentOptionalParams, callback: ServiceCallback<ListSharesResponse>)

Parametrar

options
ServiceListSharesSegmentOptionalParams

De valfria parametrarna

callback

ServiceCallback<ListSharesResponse>

Motringningen

setProperties(StorageServiceProperties, Models.ServiceSetPropertiesOptionalParams)

Anger egenskaper för ett lagringskontos filtjänstslutpunkt, inklusive egenskaper för Lagringsanalys mått och CORS-regler (resursdelning för korsande ursprung).

function setProperties(storageServiceProperties: StorageServiceProperties, options?: Models.ServiceSetPropertiesOptionalParams)

Parametrar

storageServiceProperties
StorageServiceProperties

Egenskaperna för StorageService.

options
Models.ServiceSetPropertiesOptionalParams

Returer

Promise<Models.ServiceSetPropertiesResponse>

Promise<Models.ServiceSetPropertiesResponse>

setProperties(StorageServiceProperties, ServiceCallback<void>)

function setProperties(storageServiceProperties: StorageServiceProperties, callback: ServiceCallback<void>)

Parametrar

storageServiceProperties
StorageServiceProperties

Egenskaperna för StorageService.

callback

ServiceCallback<void>

Motringningen

setProperties(StorageServiceProperties, ServiceSetPropertiesOptionalParams, ServiceCallback<void>)

function setProperties(storageServiceProperties: StorageServiceProperties, options: ServiceSetPropertiesOptionalParams, callback: ServiceCallback<void>)

Parametrar

storageServiceProperties
StorageServiceProperties

Egenskaperna för StorageService.

options
ServiceSetPropertiesOptionalParams

De valfria parametrarna

callback

ServiceCallback<void>

Motringningen