메소드 | 설명 | |
---|---|---|
ChangeVaultContext ( |
Changes the Vault context
|
|
ConvertReplicationFrequencyToUshort ( string replicationFrequencyString ) : ushort |
Converts the Parameter set string of Replication Frequency in seconds to UShort.
|
|
CreateExtendedInfo ( Microsoft.Azure.Management.RecoveryServices.Models.ResourceExtendedInformationArgs extendedInfoArgs ) : AzureOperationResponse |
Creates the extended information for the vault
|
|
CreateVault ( string resouceGroupName, string vaultName, Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateArgs vaultCreateInput ) : Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateResponse |
Method to create Azure Recovery Services Vault
|
|
DeleteVault ( string resouceGroupName, string vaultName ) : Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatusResponse |
Method to delete Azure Recovery Services Vault
|
|
GenerateVaultCredential ( |
Gets the vault credential object
|
|
GetExtendedInfo ( ) : Task |
Gets Vault Extended Information
|
|
GetRequestHeaders ( ) : Microsoft.Azure.Management.RecoveryServices.Models.CustomRequestHeaders |
Gets request headers.
|
|
GetResouceGroups ( ) : ResourceGroupListResponse |
Method to list Azure resouce groups
|
|
GetResourceGroup ( string resourceId ) : string | ||
GetSubscriptionId ( string resourceId ) : string | ||
GetVault ( string resouceGroupName, string resourceName ) : Microsoft.Azure.Management.RecoveryServices.Models.VaultResponse |
Method to get Azure Recovery Services Vault
|
|
GetVaultStorageType ( string resouceGroupName, string vaultName ) : Microsoft.Azure.Management.RecoveryServices.Models.GetResourceStorageConfigResponse |
Method to Get Azure Recovery Services Vault Backup Properties
|
|
GetVaultsInResouceGroup ( string resouceGroupName ) : VaultListResponse |
Method to list Azure Recovery Services Vaults
|
|
PSRecoveryServicesClient ( IAzureProfile azureProfile ) : System |
Initializes a new instance of the PSRecoveryServicesClient class with required current subscription.
|
|
UpdateVaultCertificate ( Microsoft.Azure.Management.RecoveryServices.Models.CertificateArgs args, string certFriendlyName ) : Task |
Updates the vault certificate
|
|
UpdateVaultStorageType ( string resouceGroupName, string vaultName, Microsoft.Azure.Management.RecoveryServices.Models.UpdateVaultStorageTypeRequest vaultStorageUpdateRequest ) : AzureOperationResponse |
Method to Update Azure Recovery Services Vault Backup Properties
|
|
UploadCertificate ( |
Upload cert to idmgmt
|
|
ValidateReplicationStartTime ( System.TimeSpan timeSpan ) : void |
Validates if the time span object has a valid value.
|
|
ValidateStorageAccountAssociation ( string azureSubscription, string azureStorageAccount, string vaultLocation, bool &validationSuccessful, bool &locationValid ) : void |
Validates whether the storage belongs to the currently logged account or not.
|
|
ValidateSubscriptionAccountAssociation ( string azureSubscriptionId ) : void |
Validates whether the subscription belongs to the currently logged account or not.
|
메소드 | 설명 | |
---|---|---|
CreateVaultExtendedInformation ( ) : Microsoft.Azure.Management.RecoveryServices.Models.ResourceExtendedInformation |
Method to create the extended info for the vault.
|
|
GenerateCredentialObject ( |
Method to generate the credential file content
|
|
GetChannelIntegrityKey ( ) : Task |
Get the Integrity key
|
|
IgnoreCertificateErrorHandler ( object sender, System certificate, System chain, SslPolicyErrors sslPolicyErrors ) : bool | ||
UpdateVaultCertificate ( |
Method to update vault certificate
|
public ChangeVaultContext ( |
||
vault | vault object | |
리턴 |
public static ConvertReplicationFrequencyToUshort ( string replicationFrequencyString ) : ushort | ||
replicationFrequencyString | string | Replication frequency in seconds. |
리턴 | ushort |
public CreateExtendedInfo ( Microsoft.Azure.Management.RecoveryServices.Models.ResourceExtendedInformationArgs extendedInfoArgs ) : AzureOperationResponse | ||
extendedInfoArgs | Microsoft.Azure.Management.RecoveryServices.Models.ResourceExtendedInformationArgs | extended info to be created |
리턴 | AzureOperationResponse |
public CreateVault ( string resouceGroupName, string vaultName, Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateArgs vaultCreateInput ) : Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateResponse | ||
resouceGroupName | string | Name of the resouce group |
vaultName | string | Name of the vault |
vaultCreateInput | Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateArgs | Vault creation input object |
리턴 | Microsoft.Azure.Management.RecoveryServices.Models.VaultCreateResponse |
public DeleteVault ( string resouceGroupName, string vaultName ) : Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatusResponse | ||
resouceGroupName | string | Name of the resouce group |
vaultName | string | Name of the vault |
리턴 | Microsoft.Azure.Management.RecoveryServices.Models.RecoveryServicesOperationStatusResponse |
public GenerateVaultCredential ( |
||
managementCert | certificate to be uploaded | |
vault | vault object | |
site | ||
리턴 |
public GetRequestHeaders ( ) : Microsoft.Azure.Management.RecoveryServices.Models.CustomRequestHeaders | ||
리턴 | Microsoft.Azure.Management.RecoveryServices.Models.CustomRequestHeaders |
public GetResouceGroups ( ) : ResourceGroupListResponse | ||
리턴 | ResourceGroupListResponse |
public static GetResourceGroup ( string resourceId ) : string | ||
resourceId | string | |
리턴 | string |
public static GetSubscriptionId ( string resourceId ) : string | ||
resourceId | string | |
리턴 | string |
public GetVault ( string resouceGroupName, string resourceName ) : Microsoft.Azure.Management.RecoveryServices.Models.VaultResponse | ||
resouceGroupName | string | Name of the resouce group |
resourceName | string | Name of the resource |
리턴 | Microsoft.Azure.Management.RecoveryServices.Models.VaultResponse |
public GetVaultStorageType ( string resouceGroupName, string vaultName ) : Microsoft.Azure.Management.RecoveryServices.Models.GetResourceStorageConfigResponse | ||
resouceGroupName | string | Name of the resouce group |
vaultName | string | Name of the vault |
리턴 | Microsoft.Azure.Management.RecoveryServices.Models.GetResourceStorageConfigResponse |
public GetVaultsInResouceGroup ( string resouceGroupName ) : VaultListResponse | ||
resouceGroupName | string | Name of the resouce group |
리턴 | VaultListResponse |
public PSRecoveryServicesClient ( IAzureProfile azureProfile ) : System | ||
azureProfile | IAzureProfile | |
리턴 | System |
public UpdateVaultCertificate ( Microsoft.Azure.Management.RecoveryServices.Models.CertificateArgs args, string certFriendlyName ) : Task |
||
args | Microsoft.Azure.Management.RecoveryServices.Models.CertificateArgs | the certificate update arguments |
certFriendlyName | string | |
리턴 | Task |
public UpdateVaultStorageType ( string resouceGroupName, string vaultName, Microsoft.Azure.Management.RecoveryServices.Models.UpdateVaultStorageTypeRequest vaultStorageUpdateRequest ) : AzureOperationResponse | ||
resouceGroupName | string | Name of the resouce group |
vaultName | string | Name of the vault |
vaultStorageUpdateRequest | Microsoft.Azure.Management.RecoveryServices.Models.UpdateVaultStorageTypeRequest | Backup Properties Update |
리턴 | AzureOperationResponse |
public UploadCertificate ( |
||
managementCert | certificate to be uploaded | |
vault | vault object | |
리턴 | Microsoft.Azure.Management.RecoveryServices.Models.UploadCertificateResponse |
public static ValidateReplicationStartTime ( System.TimeSpan timeSpan ) : void | ||
timeSpan | System.TimeSpan | Time span object to be validated |
리턴 | void |
public ValidateStorageAccountAssociation ( string azureSubscription, string azureStorageAccount, string vaultLocation, bool &validationSuccessful, bool &locationValid ) : void | ||
azureSubscription | string | Subscription ID |
azureStorageAccount | string | Storage Account details |
vaultLocation | string | Current Vault Location |
validationSuccessful | bool | Out variable to indicate if validation was successful |
locationValid | bool | Out variable to indicate if location of storage account is valid |
리턴 | void |
public ValidateSubscriptionAccountAssociation ( string azureSubscriptionId ) : void | ||
azureSubscriptionId | string | Azure Subscription ID |
리턴 | void |