MockableComputeLimitSubscriptionResource.GetTrustedHostSubscription 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 a host subscription that the guest subscription trusts.
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.ComputeLimit/locations/{location}/trustedHostSubscriptions/{hostSubscriptionId}.
- Operation Id. : TrustedHostSubscriptions_Get.
- Default Api Version. : 2026-07-31.
public virtual Azure.Response<Azure.ResourceManager.ComputeLimit.TrustedHostSubscriptionResource> GetTrustedHostSubscription(Azure.Core.AzureLocation location, string hostSubscriptionId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTrustedHostSubscription : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ComputeLimit.TrustedHostSubscriptionResource>
override this.GetTrustedHostSubscription : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ComputeLimit.TrustedHostSubscriptionResource>
Public Overridable Function GetTrustedHostSubscription (location As AzureLocation, hostSubscriptionId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TrustedHostSubscriptionResource)
Parameters
- location
- AzureLocation
The location for the resource.
- hostSubscriptionId
- String
The name of the TrustedHostSubscription.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
hostSubscriptionId is null.
hostSubscriptionId is an empty string, and was expected to be non-empty.