CopyFromUriOperation Constructors
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.
CopyFromUriOperation() |
Initializes a new CopyFromUriOperation instance for mocking. |
CopyFromUriOperation(String, BlobBaseClient) |
Initializes a new CopyFromUriOperation instance |
- Source:
- CopyFromUriOperation.cs
- Source:
- CopyFromUriOperation.cs
Initializes a new CopyFromUriOperation instance for mocking.
protected CopyFromUriOperation();
Protected Sub New ()
Applies to
Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product | Versions |
---|---|
Azure SDK for .NET | Latest, Preview |
- Source:
- CopyFromUriOperation.cs
- Source:
- CopyFromUriOperation.cs
Initializes a new CopyFromUriOperation instance
public CopyFromUriOperation(string id, Azure.Storage.Blobs.Specialized.BlobBaseClient client);
new Azure.Storage.Blobs.Models.CopyFromUriOperation : string * Azure.Storage.Blobs.Specialized.BlobBaseClient -> Azure.Storage.Blobs.Models.CopyFromUriOperation
Public Sub New (id As String, client As BlobBaseClient)
Parameters
- id
- String
The ID of this operation.
- client
- BlobBaseClient
The client used to check for completion.
Applies to
Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product | Versions |
---|---|
Azure SDK for .NET | Latest, Preview |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: