UriQueryBuilder.AddToUri 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.
Overloads
AddToUri(StorageUri) |
Adds a query parameter to a URI. |
AddToUri(Uri) |
Adds a query parameter to a URI. |
AddToUri(StorageUri)
Adds a query parameter to a URI.
public Microsoft.Azure.Storage.StorageUri AddToUri(Microsoft.Azure.Storage.StorageUri storageUri);
member this.AddToUri : Microsoft.Azure.Storage.StorageUri -> Microsoft.Azure.Storage.StorageUri
Public Function AddToUri (storageUri As StorageUri) As StorageUri
Parameters
- storageUri
- StorageUri
A StorageUri containing the original URI, including any existing query parameters.
Returns
A StorageUri object with the new query parameter appended.
Applies to
AddToUri(Uri)
Adds a query parameter to a URI.
public virtual Uri AddToUri(Uri uri);
abstract member AddToUri : Uri -> Uri
override this.AddToUri : Uri -> Uri
Public Overridable Function AddToUri (uri As Uri) As Uri
Parameters
Returns
A Uri object with the new query parameter appended.
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