ResourcesResourceGroupMockingExtension.GetJitRequest 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.
Gets the JIT request.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Solutions/jitRequests/{jitRequestName}
- Operation Id: JitRequests_Get
public virtual Azure.Response<Azure.ResourceManager.Resources.JitRequestResource> GetJitRequest (string jitRequestName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetJitRequest : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.JitRequestResource>
override this.GetJitRequest : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Resources.JitRequestResource>
Public Overridable Function GetJitRequest (jitRequestName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of JitRequestResource)
Parameters
- jitRequestName
- String
The name of the JIT request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
jitRequestName
is an empty string, and was expected to be non-empty.
jitRequestName
is null.
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