SignalRExtensions Class
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.
A class to add extension methods to Azure.ResourceManager.SignalR.
public static class SignalRExtensions
type SignalRExtensions = class
Public Module SignalRExtensions
- Inheritance
-
SignalRExtensions
Methods
CheckSignalRNameAvailability(SubscriptionResource, AzureLocation, SignalRNameAvailabilityContent, CancellationToken) |
Checks that the resource name is valid and is not already in use.
|
CheckSignalRNameAvailabilityAsync(SubscriptionResource, AzureLocation, SignalRNameAvailabilityContent, CancellationToken) |
Checks that the resource name is valid and is not already in use.
|
GetSignalR(ResourceGroupResource, String, CancellationToken) |
Get the resource and its properties.
|
GetSignalRAsync(ResourceGroupResource, String, CancellationToken) |
Get the resource and its properties.
|
GetSignalRCustomCertificateResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SignalRCustomCertificateResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SignalRCustomCertificateResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSignalRCustomCertificateResource(ResourceIdentifier) instead. |
GetSignalRCustomDomainResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SignalRCustomDomainResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SignalRCustomDomainResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSignalRCustomDomainResource(ResourceIdentifier) instead. |
GetSignalRPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SignalRPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SignalRPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSignalRPrivateEndpointConnectionResource(ResourceIdentifier) instead. |
GetSignalRResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SignalRResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a SignalRResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSignalRResource(ResourceIdentifier) instead. |
GetSignalRs(ResourceGroupResource) |
Gets a collection of SignalRResources in the ResourceGroupResource. MockingTo mock this method, please mock GetSignalRs() instead. |
GetSignalRs(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetSignalRsAsync(SubscriptionResource, CancellationToken) |
Handles requests to list all resources in a subscription.
|
GetSignalRSharedPrivateLinkResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SignalRSharedPrivateLinkResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a SignalRSharedPrivateLinkResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSignalRSharedPrivateLinkResource(ResourceIdentifier) instead. |
GetUsages(SubscriptionResource, AzureLocation, CancellationToken) |
List resource usage quotas by location.
|
GetUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
List resource usage quotas by location.
|
Applies to
Azure SDK for .NET