FileServicesOperations interface
Interface die een FileServices-operatie vertegenwoordigt.
Eigenschappen
| get |
Hiermee haalt u de eigenschappen op van bestandsservices in opslagaccounts, waaronder CORS-regels (Cross-Origin Resource Sharing). |
| get |
Hiermee haalt u het gebruik van de bestandsservice op in het opslagaccount, inclusief accountlimieten, limieten voor bestandsshares en constanten die worden gebruikt in aanbevelingen en burstingformules. |
| list | Een lijst maken van alle bestandsservices in opslagaccounts |
| list |
Hiermee haalt u het gebruik van de bestandsservice op in het opslagaccount. |
| set |
Hiermee stelt u de eigenschappen in van bestandsservices in opslagaccounts, waaronder CORS-regels (Cross-Origin Resource Sharing). |
Eigenschapdetails
getServiceProperties
Hiermee haalt u de eigenschappen op van bestandsservices in opslagaccounts, waaronder CORS-regels (Cross-Origin Resource Sharing).
getServiceProperties: (resourceGroupName: string, accountName: string, options?: FileServicesGetServicePropertiesOptionalParams) => Promise<FileServiceProperties>
Waarde van eigenschap
(resourceGroupName: string, accountName: string, options?: FileServicesGetServicePropertiesOptionalParams) => Promise<FileServiceProperties>
getServiceUsage
Hiermee haalt u het gebruik van de bestandsservice op in het opslagaccount, inclusief accountlimieten, limieten voor bestandsshares en constanten die worden gebruikt in aanbevelingen en burstingformules.
getServiceUsage: (resourceGroupName: string, accountName: string, options?: FileServicesGetServiceUsageOptionalParams) => Promise<FileServiceUsage>
Waarde van eigenschap
(resourceGroupName: string, accountName: string, options?: FileServicesGetServiceUsageOptionalParams) => Promise<FileServiceUsage>
list
Een lijst maken van alle bestandsservices in opslagaccounts
list: (resourceGroupName: string, accountName: string, options?: FileServicesListOptionalParams) => Promise<FileServiceItems>
Waarde van eigenschap
(resourceGroupName: string, accountName: string, options?: FileServicesListOptionalParams) => Promise<FileServiceItems>
listServiceUsages
Hiermee haalt u het gebruik van de bestandsservice op in het opslagaccount.
listServiceUsages: (resourceGroupName: string, accountName: string, options?: FileServicesListServiceUsagesOptionalParams) => PagedAsyncIterableIterator<FileServiceUsage, FileServiceUsage[], PageSettings>
Waarde van eigenschap
(resourceGroupName: string, accountName: string, options?: FileServicesListServiceUsagesOptionalParams) => PagedAsyncIterableIterator<FileServiceUsage, FileServiceUsage[], PageSettings>
setServiceProperties
Hiermee stelt u de eigenschappen in van bestandsservices in opslagaccounts, waaronder CORS-regels (Cross-Origin Resource Sharing).
setServiceProperties: (resourceGroupName: string, accountName: string, parameters: FileServiceProperties, options?: FileServicesSetServicePropertiesOptionalParams) => Promise<FileServiceProperties>
Waarde van eigenschap
(resourceGroupName: string, accountName: string, parameters: FileServiceProperties, options?: FileServicesSetServicePropertiesOptionalParams) => Promise<FileServiceProperties>