ArmStorageModelFactory.StoragePrivateLinkResourceListResult 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.
A list of private link resources.
public static Azure.ResourceManager.Storage.Models.StoragePrivateLinkResourceListResult StoragePrivateLinkResourceListResult(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Storage.Models.StoragePrivateLinkResourceData> value = default);
static member StoragePrivateLinkResourceListResult : seq<Azure.ResourceManager.Storage.Models.StoragePrivateLinkResourceData> -> Azure.ResourceManager.Storage.Models.StoragePrivateLinkResourceListResult
Public Shared Function StoragePrivateLinkResourceListResult (Optional value As IEnumerable(Of StoragePrivateLinkResourceData) = Nothing) As StoragePrivateLinkResourceListResult
Parameters
Array of private link resources.
Returns
A new StoragePrivateLinkResourceListResult instance for mocking.