SharedStorageResourceNames interface
The resource names object for shared storage.
Properties
shared |
The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}. |
shared |
The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe |
Property Details
sharedStorageAccountName
The full name of the shared storage account. If it is not provided, it will be defaulted to {SID}nfs{guid of 15 chars}.
sharedStorageAccountName?: string
Property Value
string
sharedStorageAccountPrivateEndPointName
The full name of private end point for the shared storage account. If it is not provided, it will be defaulted to {storageAccountName}_pe
sharedStorageAccountPrivateEndPointName?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript