ServiceLinkerExtensions 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.ServiceLinker.
public static class ServiceLinkerExtensions
type ServiceLinkerExtensions = class
Public Module ServiceLinkerExtensions
- Inheritance
-
ServiceLinkerExtensions
Methods
GetLinkerResource(ArmClient, ResourceIdentifier) |
Gets an object representing a LinkerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a LinkerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLinkerResource(ResourceIdentifier) instead. |
GetLinkerResource(ArmClient, ResourceIdentifier, String, CancellationToken) |
Returns Linker resource for a given name.
|
GetLinkerResource(ArmResource, String, CancellationToken) |
Returns Linker resource for a given name.
|
GetLinkerResourceAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
Returns Linker resource for a given name.
|
GetLinkerResourceAsync(ArmResource, String, CancellationToken) |
Returns Linker resource for a given name.
|
GetLinkerResources(ArmClient, ResourceIdentifier) |
Gets a collection of LinkerResources in the ArmClient. MockingTo mock this method, please mock GetLinkerResources(ResourceIdentifier) instead. |
GetLinkerResources(ArmResource) |
Gets a collection of LinkerResources in the ArmResource. MockingTo mock this method, please mock GetLinkerResources() instead. |
Applies to
Azure SDK for .NET