StorageTargetResource 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 StorageTarget along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a StorageTargetResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource StorageCacheResource using the GetStorageTargets method.
public class StorageTargetResource : Azure.ResourceManager.ArmResource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.StorageTargetData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.StorageTargetData>
type StorageTargetResource = class
inherit ArmResource
interface IJsonModel<StorageTargetData>
interface IPersistableModel<StorageTargetData>
Public Class StorageTargetResource
Inherits ArmResource
Implements IJsonModel(Of StorageTargetData), IPersistableModel(Of StorageTargetData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| StorageTargetResource() |
Initializes a new instance of StorageTargetResource for mocking. |
Fields
| Name | Description |
|---|---|
| ResourceType |
Gets the resource type for the operations. |
Properties
| Name | Description |
|---|---|
| Client |
Gets the ArmClient this resource client was created from. (Inherited from ArmResource) |
| Data |
Gets the data representing this Feature. |
| Diagnostics |
Gets the diagnostic options for this resource client. (Inherited from ArmResource) |
| Endpoint |
Gets the base uri for this resource client. (Inherited from ArmResource) |
| HasData |
Gets whether or not the current instance has data. |
| Id |
Gets the resource identifier. (Inherited from ArmResource) |
| Pipeline |
Gets the pipeline for this resource client. (Inherited from ArmResource) |
Methods
| Name | Description |
|---|---|
| CanUseTagResource(CancellationToken) |
Checks to see if the TagResource API is deployed in the current environment. (Inherited from ArmResource) |
| CanUseTagResourceAsync(CancellationToken) |
Checks to see if the TagResource API is deployed in the current environment. (Inherited from ArmResource) |
| CreateResourceIdentifier(String, String, String, String) |
Generate the resource identifier for this resource. |
| Delete(WaitUntil, String, CancellationToken) |
Removes a Storage Target from a cache. This operation is allowed at any time, but if the cache is down or unhealthy, the actual removal of the Storage Target may be delayed until the cache is healthy again. Note that if the cache has data to flush to the Storage Target, the data will be flushed before the Storage Target will be deleted.
|
| DeleteAsync(WaitUntil, String, CancellationToken) |
Removes a Storage Target from a cache. This operation is allowed at any time, but if the cache is down or unhealthy, the actual removal of the Storage Target may be delayed until the cache is healthy again. Note that if the cache has data to flush to the Storage Target, the data will be flushed before the Storage Target will be deleted.
|
| Flush(WaitUntil, CancellationToken) |
Tells the cache to write all dirty data to the Storage Target's backend storage. Client requests to this storage target's namespace will return errors until the flush operation completes.
|
| FlushAsync(WaitUntil, CancellationToken) |
Tells the cache to write all dirty data to the Storage Target's backend storage. Client requests to this storage target's namespace will return errors until the flush operation completes.
|
| Get(CancellationToken) |
Returns a Storage Target from a cache.
|
| GetAsync(CancellationToken) |
Returns a Storage Target from a cache.
|
| GetAvailableLocations(CancellationToken) |
Lists all available geo-locations. (Inherited from ArmResource) |
| GetAvailableLocationsAsync(CancellationToken) |
Lists all available geo-locations. (Inherited from ArmResource) |
| GetManagementLock(String, CancellationToken) |
Get a management lock by scope.
|
| GetManagementLockAsync(String, CancellationToken) |
Get a management lock by scope.
|
| GetManagementLocks() |
Gets a collection of ManagementLockResources in the ArmResource. (Inherited from ArmResource) |
| GetPolicyAssignment(String, CancellationToken) |
This operation retrieves a single policy assignment, given its name and the scope it was created at.
|
| GetPolicyAssignmentAsync(String, CancellationToken) |
This operation retrieves a single policy assignment, given its name and the scope it was created at.
|
| GetPolicyAssignments() |
Gets a collection of PolicyAssignmentResources in the ArmResource. (Inherited from ArmResource) |
| GetTagResource() |
Gets an object representing a TagResource along with the instance operations that can be performed on it in the ArmResource. (Inherited from ArmResource) |
| Invalidate(WaitUntil, CancellationToken) |
Invalidate all cached data for a storage target. Cached files are discarded and fetched from the back end on the next request.
|
| InvalidateAsync(WaitUntil, CancellationToken) |
Invalidate all cached data for a storage target. Cached files are discarded and fetched from the back end on the next request.
|
| RefreshDns(WaitUntil, CancellationToken) |
Tells a storage target to refresh its DNS information.
|
| RefreshDnsAsync(WaitUntil, CancellationToken) |
Tells a storage target to refresh its DNS information.
|
| RestoreDefaults(WaitUntil, CancellationToken) |
Tells a storage target to restore its settings to their default values.
|
| RestoreDefaultsAsync(WaitUntil, CancellationToken) |
Tells a storage target to restore its settings to their default values.
|
| Resume(WaitUntil, CancellationToken) |
Resumes client access to a previously suspended storage target.
|
| ResumeAsync(WaitUntil, CancellationToken) |
Resumes client access to a previously suspended storage target.
|
| Suspend(WaitUntil, CancellationToken) |
Suspends client access to a storage target.
|
| SuspendAsync(WaitUntil, CancellationToken) |
Suspends client access to a storage target.
|
| TryGetApiVersion(ResourceType, String) |
Gets the api version override if it has been set for the current client options. (Inherited from ArmResource) |
| Update(WaitUntil, StorageTargetData, CancellationToken) |
Update a StorageTarget.
|
| UpdateAsync(WaitUntil, StorageTargetData, CancellationToken) |
Update a StorageTarget.
|
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<StorageTargetData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<StorageTargetData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<StorageTargetData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<StorageTargetData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<StorageTargetData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |