MockableScVmmResourceGroupResource.GetScVmmServer 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.
Implements VMMServer GET method.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ScVmm/vmmServers/{vmmServerName}
- Operation Id: VmmServers_Get
- Default Api Version: 2023-10-07
- Resource: ScVmmServerResource
public virtual Azure.Response<Azure.ResourceManager.ScVmm.ScVmmServerResource> GetScVmmServer (string vmmServerName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetScVmmServer : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ScVmm.ScVmmServerResource>
override this.GetScVmmServer : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ScVmm.ScVmmServerResource>
Public Overridable Function GetScVmmServer (vmmServerName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ScVmmServerResource)
Parameters
- vmmServerName
- String
Name of the VMMServer.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
vmmServerName
is null.
vmmServerName
is an empty string, and was expected to be non-empty.
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