Microsoft.Azure.Commands.RecoveryServices.PSRecoveryServicesClient.CreateExtendedInfo C# (CSharp) Method

CreateExtendedInfo() public method

Creates the extended information for the vault
public CreateExtendedInfo ( Microsoft.Azure.Management.RecoveryServices.Models.ResourceExtendedInformationArgs extendedInfoArgs ) : AzureOperationResponse
extendedInfoArgs Microsoft.Azure.Management.RecoveryServices.Models.ResourceExtendedInformationArgs extended info to be created
return AzureOperationResponse
        public AzureOperationResponse CreateExtendedInfo(ResourceExtendedInformationArgs extendedInfoArgs)
        {
            return this.recoveryServicesClient.VaultExtendedInfo.CreateExtendedInfo(
                arsVaultCreds.ResourceGroupName,
                arsVaultCreds.ResourceName,
                extendedInfoArgs,
                this.GetRequestHeaders());
        }