IManagersOperations Interface

Definition

ManagersOperations operations.

public interface IManagersOperations
type IManagersOperations = interface
Public Interface IManagersOperations

Methods

CreateExtendedInfoWithHttpMessagesAsync(ManagerExtendedInfo, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates the extended info of the manager.

CreateOrUpdateWithHttpMessagesAsync(Manager, String, String, Dictionary<String,List<String>>, CancellationToken)

Creates or updates the manager.

DeleteExtendedInfoWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the extended info of the manager.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the manager.

GetActivationKeyWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Returns the activation key of the manager.

GetDevicePublicEncryptionKeyWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Returns the public encryption key of the device.

GetEncryptionSettingsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Returns the encryption settings of the manager.

GetExtendedInfoWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Returns the extended information of the specified manager name.

GetPublicEncryptionKeyWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Returns the symmetric encrypted public encryption key of the manager.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Returns the properties of the specified manager name.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Retrieves all the managers in a resource group.

ListFeatureSupportStatusWithHttpMessagesAsync(String, String, ODataQuery<FeatureFilter>, Dictionary<String,List<String>>, CancellationToken)

Lists the features and their support status

ListMetricDefinitionWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the metric definitions for the specified manager.

ListMetricsWithHttpMessagesAsync(ODataQuery<MetricFilter>, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the metrics for the specified manager.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Retrieves all the managers in a subscription.

RegenerateActivationKeyWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Re-generates and returns the activation key of the manager.

UpdateExtendedInfoWithHttpMessagesAsync(ManagerExtendedInfo, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Updates the extended info of the manager.

UpdateWithHttpMessagesAsync(ManagerPatch, String, String, Dictionary<String,List<String>>, CancellationToken)

Updates the StorSimple Manager.

Extension Methods

CreateExtendedInfo(IManagersOperations, ManagerExtendedInfo, String, String)

Creates the extended info of the manager.

CreateExtendedInfoAsync(IManagersOperations, ManagerExtendedInfo, String, String, CancellationToken)

Creates the extended info of the manager.

CreateOrUpdate(IManagersOperations, Manager, String, String)

Creates or updates the manager.

CreateOrUpdateAsync(IManagersOperations, Manager, String, String, CancellationToken)

Creates or updates the manager.

Delete(IManagersOperations, String, String)

Deletes the manager.

DeleteAsync(IManagersOperations, String, String, CancellationToken)

Deletes the manager.

DeleteExtendedInfo(IManagersOperations, String, String)

Deletes the extended info of the manager.

DeleteExtendedInfoAsync(IManagersOperations, String, String, CancellationToken)

Deletes the extended info of the manager.

Get(IManagersOperations, String, String)

Returns the properties of the specified manager name.

GetActivationKey(IManagersOperations, String, String)

Returns the activation key of the manager.

GetActivationKeyAsync(IManagersOperations, String, String, CancellationToken)

Returns the activation key of the manager.

GetAsymmetricEncryptedSecret(IManagersOperations, String, String, String)

Use this method to encrypt the user secrets (Storage Account Access Key, Volume Container Encryption Key etc.)

GetAsync(IManagersOperations, String, String, CancellationToken)

Returns the properties of the specified manager name.

GetDevicePublicEncryptionKey(IManagersOperations, String, String, String)

Returns the public encryption key of the device.

GetDevicePublicEncryptionKeyAsync(IManagersOperations, String, String, String, CancellationToken)

Returns the public encryption key of the device.

GetDeviceRegistrationKey(IManagersOperations, String, String)

Use this method to fetch the Registration Key which can used for device registration.

GetEncryptionSettings(IManagersOperations, String, String)

Returns the encryption settings of the manager.

GetEncryptionSettingsAsync(IManagersOperations, String, String, CancellationToken)

Returns the encryption settings of the manager.

GetExtendedInfo(IManagersOperations, String, String)

Returns the extended information of the specified manager name.

GetExtendedInfoAsync(IManagersOperations, String, String, CancellationToken)

Returns the extended information of the specified manager name.

GetPublicEncryptionKey(IManagersOperations, String, String)

Returns the symmetric encrypted public encryption key of the manager.

GetPublicEncryptionKeyAsync(IManagersOperations, String, String, CancellationToken)

Returns the symmetric encrypted public encryption key of the manager.

List(IManagersOperations)

Retrieves all the managers in a subscription.

ListAsync(IManagersOperations, CancellationToken)

Retrieves all the managers in a subscription.

ListByResourceGroup(IManagersOperations, String)

Retrieves all the managers in a resource group.

ListByResourceGroupAsync(IManagersOperations, String, CancellationToken)

Retrieves all the managers in a resource group.

ListFeatureSupportStatus(IManagersOperations, String, String, ODataQuery<FeatureFilter>)

Lists the features and their support status

ListFeatureSupportStatusAsync(IManagersOperations, String, String, ODataQuery<FeatureFilter>, CancellationToken)

Lists the features and their support status

ListMetricDefinition(IManagersOperations, String, String)

Gets the metric definitions for the specified manager.

ListMetricDefinitionAsync(IManagersOperations, String, String, CancellationToken)

Gets the metric definitions for the specified manager.

ListMetrics(IManagersOperations, ODataQuery<MetricFilter>, String, String)

Gets the metrics for the specified manager.

ListMetricsAsync(IManagersOperations, ODataQuery<MetricFilter>, String, String, CancellationToken)

Gets the metrics for the specified manager.

RegenerateActivationKey(IManagersOperations, String, String)

Re-generates and returns the activation key of the manager.

RegenerateActivationKeyAsync(IManagersOperations, String, String, CancellationToken)

Re-generates and returns the activation key of the manager.

Update(IManagersOperations, ManagerPatch, String, String)

Updates the StorSimple Manager.

UpdateAsync(IManagersOperations, ManagerPatch, String, String, CancellationToken)

Updates the StorSimple Manager.

UpdateExtendedInfo(IManagersOperations, ManagerExtendedInfo, String, String, String)

Updates the extended info of the manager.

UpdateExtendedInfoAsync(IManagersOperations, ManagerExtendedInfo, String, String, String, CancellationToken)

Updates the extended info of the manager.

Applies to