C# Класс Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRVaultSettings

Показать файл Открыть проект

Открытые методы

Метод Описание
ASRVaultSettings ( ) : System

Initializes a new instance of the ASRVaultSettings class.

ASRVaultSettings ( string resourceName, string cloudServiceName ) : System

Initializes a new instance of the ASRVaultSettings class with vault and Cloud Service names.

Описание методов

ASRVaultSettings() публичный Метод

Initializes a new instance of the ASRVaultSettings class.
public ASRVaultSettings ( ) : System
Результат System

ASRVaultSettings() публичный Метод

Initializes a new instance of the ASRVaultSettings class with vault and Cloud Service names.
public ASRVaultSettings ( string resourceName, string cloudServiceName ) : System
resourceName string vault Name
cloudServiceName string Cloud Service Name
Результат System