DefenderEasmExtensions 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.DefenderEasm.
public static class DefenderEasmExtensions
type DefenderEasmExtensions = class
Public Module DefenderEasmExtensions
- Inheritance
-
DefenderEasmExtensions
Methods
GetEasmLabelResource(ArmClient, ResourceIdentifier) |
Gets an object representing an EasmLabelResource 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 an EasmLabelResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetEasmLabelResource(ResourceIdentifier) instead. |
GetEasmWorkspace(ResourceGroupResource, String, CancellationToken) |
Returns a workspace with the given name.
|
GetEasmWorkspaceAsync(ResourceGroupResource, String, CancellationToken) |
Returns a workspace with the given name.
|
GetEasmWorkspaceResource(ArmClient, ResourceIdentifier) |
Gets an object representing an EasmWorkspaceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an EasmWorkspaceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetEasmWorkspaceResource(ResourceIdentifier) instead. |
GetEasmWorkspaces(ResourceGroupResource) |
Gets a collection of EasmWorkspaceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetEasmWorkspaces() instead. |
GetEasmWorkspaces(SubscriptionResource, CancellationToken) |
Returns a list of workspaces under the given subscription.
|
GetEasmWorkspacesAsync(SubscriptionResource, CancellationToken) |
Returns a list of workspaces under the given subscription.
|
Applies to
Azure SDK for .NET