ArmStorageModelFactory.StorageAccountMicrosoftEndpoints 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.
Initializes a new instance of StorageAccountMicrosoftEndpoints.
public static Azure.ResourceManager.Storage.Models.StorageAccountMicrosoftEndpoints StorageAccountMicrosoftEndpoints (Uri blobUri = default, Uri queueUri = default, Uri tableUri = default, Uri fileUri = default, Uri webUri = default, Uri dfsUri = default);
static member StorageAccountMicrosoftEndpoints : Uri * Uri * Uri * Uri * Uri * Uri -> Azure.ResourceManager.Storage.Models.StorageAccountMicrosoftEndpoints
Public Shared Function StorageAccountMicrosoftEndpoints (Optional blobUri As Uri = Nothing, Optional queueUri As Uri = Nothing, Optional tableUri As Uri = Nothing, Optional fileUri As Uri = Nothing, Optional webUri As Uri = Nothing, Optional dfsUri As Uri = Nothing) As StorageAccountMicrosoftEndpoints
Parameters
- blobUri
- Uri
Gets the blob endpoint.
- queueUri
- Uri
Gets the queue endpoint.
- tableUri
- Uri
Gets the table endpoint.
- fileUri
- Uri
Gets the file endpoint.
- webUri
- Uri
Gets the web endpoint.
- dfsUri
- Uri
Gets the dfs endpoint.
Returns
A new StorageAccountMicrosoftEndpoints instance for mocking.
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