NetworkAnalyticsExtensions 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.NetworkAnalytics.
public static class NetworkAnalyticsExtensions
type NetworkAnalyticsExtensions = class
Public Module NetworkAnalyticsExtensions
- Inheritance
-
NetworkAnalyticsExtensions
Methods
GetDataProduct(ResourceGroupResource, String, CancellationToken) |
Retrieve data product resource.
|
GetDataProductAsync(ResourceGroupResource, String, CancellationToken) |
Retrieve data product resource.
|
GetDataProductResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataProductResource 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 DataProductResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataProductResource(ResourceIdentifier) instead. |
GetDataProducts(ResourceGroupResource) |
Gets a collection of DataProductResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDataProducts() instead. |
GetDataProducts(SubscriptionResource, CancellationToken) |
List data products by subscription.
|
GetDataProductsAsync(SubscriptionResource, CancellationToken) |
List data products by subscription.
|
GetDataProductsCatalog(ResourceGroupResource) |
Gets an object representing a DataProductsCatalogResource along with the instance operations that can be performed on it in the ResourceGroupResource. MockingTo mock this method, please mock GetDataProductsCatalog() instead. |
GetDataProductsCatalogResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataProductsCatalogResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a DataProductsCatalogResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataProductsCatalogResource(ResourceIdentifier) instead. |
GetDataProductsCatalogs(SubscriptionResource, CancellationToken) |
List data catalog by subscription.
|
GetDataProductsCatalogsAsync(SubscriptionResource, CancellationToken) |
List data catalog by subscription.
|
Applies to
Azure SDK for .NET