StorageResourceContainer.GetStorageResourceReference(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns storage resources from the parent resource container
protected internal abstract Azure.Storage.DataMovement.StorageResourceItem GetStorageResourceReference (string path, string resourceId);
abstract member GetStorageResourceReference : string * string -> Azure.Storage.DataMovement.StorageResourceItem
Protected Friend MustOverride Function GetStorageResourceReference (path As String, resourceId As String) As StorageResourceItem
Parameters
- path
- String
- resourceId
- String
Returns
Applies to
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 .NET