DataProductResource 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 representing a DataProduct along with the instance operations that can be performed on it. If you have a Azure.Core.ResourceIdentifier you can construct a DataProductResource from an instance of Azure.ResourceManager.ArmClient using the GetDataProductResource method. Otherwise you can get one from its parent resource Azure.ResourceManager.Resources.ResourceGroupResource using the GetDataProduct method.
public class DataProductResource : Azure.ResourceManager.ArmResource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkAnalytics.DataProductData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkAnalytics.DataProductData>
type DataProductResource = class
inherit ArmResource
interface IJsonModel<DataProductData>
interface IPersistableModel<DataProductData>
Public Class DataProductResource
Inherits ArmResource
Implements IJsonModel(Of DataProductData), IPersistableModel(Of DataProductData)
- Inheritance
-
Azure.ResourceManager.ArmResourceDataProductResource
- Implements
-
System.ClientModel.Primitives.IJsonModel<DataProductData> System.ClientModel.Primitives.IPersistableModel<DataProductData> System.ClientModel.Primitives.IPersistableModel<T>
Constructors
| DataProductResource() |
Initializes a new instance of the DataProductResource class for mocking. |
Fields
| ResourceType |
Gets the resource type for the operations. |
Properties
| Data |
Gets the data representing this Feature. |
| HasData |
Gets whether or not the current instance has data. |
Methods
| AddTag(String, String, CancellationToken) |
Add a tag to the current resource.
|
| AddTagAsync(String, String, CancellationToken) |
Add a tag to the current resource.
|
| AddUserRole(RoleAssignmentCommonProperties, CancellationToken) |
Assign role to the data product.
|
| AddUserRoleAsync(RoleAssignmentCommonProperties, CancellationToken) |
Assign role to the data product.
|
| CreateResourceIdentifier(String, String, String) |
Generate the resource identifier of a DataProductResource instance. |
| Delete(WaitUntil, CancellationToken) |
Delete data product resource.
|
| DeleteAsync(WaitUntil, CancellationToken) |
Delete data product resource.
|
| GenerateStorageAccountSasToken(AccountSasContent, CancellationToken) |
Generate sas token for storage account.
|
| GenerateStorageAccountSasTokenAsync(AccountSasContent, CancellationToken) |
Generate sas token for storage account.
|
| Get(CancellationToken) |
Retrieve data product resource.
|
| GetAsync(CancellationToken) |
Retrieve data product resource.
|
| GetDataTypes(CancellationToken) |
List data type by parent resource.
|
| GetDataTypesAsync(CancellationToken) |
List data type by parent resource.
|
| GetRolesAssignments(BinaryData, CancellationToken) |
List user roles associated with the data product.
|
| GetRolesAssignmentsAsync(BinaryData, CancellationToken) |
List user roles associated with the data product.
|
| RemoveTag(String, CancellationToken) |
Removes a tag by key from the resource.
|
| RemoveTagAsync(String, CancellationToken) |
Removes a tag by key from the resource.
|
| RemoveUserRole(RoleAssignmentDetail, CancellationToken) |
Remove role from the data product.
|
| RemoveUserRoleAsync(RoleAssignmentDetail, CancellationToken) |
Remove role from the data product.
|
| RotateKey(NetworkAnalyticsKeyVaultContent, CancellationToken) |
Initiate key rotation on Data Product.
|
| RotateKeyAsync(NetworkAnalyticsKeyVaultContent, CancellationToken) |
Initiate key rotation on Data Product.
|
| SetTags(IDictionary<String,String>, CancellationToken) |
Replace the tags on the resource with the given set.
|
| SetTagsAsync(IDictionary<String,String>, CancellationToken) |
Replace the tags on the resource with the given set.
|
| Update(WaitUntil, DataProductPatch, CancellationToken) |
Update data product resource.
|
| UpdateAsync(WaitUntil, DataProductPatch, CancellationToken) |
Update data product resource.
|
Explicit Interface Implementations
| IJsonModel<DataProductData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<DataProductData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided System.Text.Json.Utf8JsonWriter. |
| IPersistableModel<DataProductData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided System.BinaryData into a model. |
| IPersistableModel<DataProductData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<DataProductData>.Write(ModelReaderWriterOptions) |
Writes the model into a System.BinaryData. |