OperationsResultsLocationExtensions.Get 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 operation results.
public static void Get (this Microsoft.Azure.Management.Kusto.IOperationsResultsLocation operations, string location, string operationId);
static member Get : Microsoft.Azure.Management.Kusto.IOperationsResultsLocation * string * string -> unit
<Extension()>
Public Sub Get (operations As IOperationsResultsLocation, location As String, operationId As String)
Parameters
- operations
- IOperationsResultsLocation
The operations group for this extension method.
- location
- String
Azure location (region) name.
- operationId
- String
The Guid of the operation ID
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