HealthcareApisExtensions 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.HealthcareApis.
public static class HealthcareApisExtensions
type HealthcareApisExtensions = class
Public Module HealthcareApisExtensions
- Inheritance
-
HealthcareApisExtensions
Methods
CheckHealthcareApisNameAvailability(SubscriptionResource, HealthcareApisNameAvailabilityContent, CancellationToken) |
Check if a service instance name is available.
|
CheckHealthcareApisNameAvailabilityAsync(SubscriptionResource, HealthcareApisNameAvailabilityContent, CancellationToken) |
Check if a service instance name is available.
|
GetDicomServiceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DicomServiceResource 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 DicomServiceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDicomServiceResource(ResourceIdentifier) instead. |
GetFhirServiceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a FhirServiceResource 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 FhirServiceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetFhirServiceResource(ResourceIdentifier) instead. |
GetHealthcareApisIotConnectorResource(ArmClient, ResourceIdentifier) |
Gets an object representing a HealthcareApisIotConnectorResource 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 HealthcareApisIotConnectorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHealthcareApisIotConnectorResource(ResourceIdentifier) instead. |
GetHealthcareApisIotFhirDestinationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a HealthcareApisIotFhirDestinationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a HealthcareApisIotFhirDestinationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHealthcareApisIotFhirDestinationResource(ResourceIdentifier) instead. |
GetHealthcareApisService(ResourceGroupResource, String, CancellationToken) |
Get the metadata of a service instance.
|
GetHealthcareApisServiceAsync(ResourceGroupResource, String, CancellationToken) |
Get the metadata of a service instance.
|
GetHealthcareApisServicePrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a HealthcareApisServicePrivateEndpointConnectionResource 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 HealthcareApisServicePrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHealthcareApisServicePrivateEndpointConnectionResource(ResourceIdentifier) instead. |
GetHealthcareApisServicePrivateLinkResource(ArmClient, ResourceIdentifier) |
Gets an object representing a HealthcareApisServicePrivateLinkResource 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 HealthcareApisServicePrivateLinkResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHealthcareApisServicePrivateLinkResource(ResourceIdentifier) instead. |
GetHealthcareApisServiceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a HealthcareApisServiceResource 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 HealthcareApisServiceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHealthcareApisServiceResource(ResourceIdentifier) instead. |
GetHealthcareApisServices(ResourceGroupResource) |
Gets a collection of HealthcareApisServiceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetHealthcareApisServices() instead. |
GetHealthcareApisServices(SubscriptionResource, CancellationToken) |
Get all the service instances in a subscription.
|
GetHealthcareApisServicesAsync(SubscriptionResource, CancellationToken) |
Get all the service instances in a subscription.
|
GetHealthcareApisWorkspace(ResourceGroupResource, String, CancellationToken) |
Gets the properties of the specified workspace.
|
GetHealthcareApisWorkspaceAsync(ResourceGroupResource, String, CancellationToken) |
Gets the properties of the specified workspace.
|
GetHealthcareApisWorkspacePrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a HealthcareApisWorkspacePrivateEndpointConnectionResource 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 HealthcareApisWorkspacePrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHealthcareApisWorkspacePrivateEndpointConnectionResource(ResourceIdentifier) instead. |
GetHealthcareApisWorkspacePrivateLinkResource(ArmClient, ResourceIdentifier) |
Gets an object representing a HealthcareApisWorkspacePrivateLinkResource 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 HealthcareApisWorkspacePrivateLinkResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHealthcareApisWorkspacePrivateLinkResource(ResourceIdentifier) instead. |
GetHealthcareApisWorkspaceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a HealthcareApisWorkspaceResource 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 HealthcareApisWorkspaceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHealthcareApisWorkspaceResource(ResourceIdentifier) instead. |
GetHealthcareApisWorkspaces(ResourceGroupResource) |
Gets a collection of HealthcareApisWorkspaceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetHealthcareApisWorkspaces() instead. |
GetHealthcareApisWorkspaces(SubscriptionResource, CancellationToken) |
Lists all the available workspaces under the specified subscription.
|
GetHealthcareApisWorkspacesAsync(SubscriptionResource, CancellationToken) |
Lists all the available workspaces under the specified subscription.
|
Applies to
Azure SDK for .NET