C# Класс Microsoft.Azure.Portal.RecoveryServices.Models.Common.ASRVaultCreds

Наследование: VaultCreds
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
ASRVaultCreds ( ) : Microsoft.Azure.Commands.SiteRecovery

Initializes a new instance of the ASRVaultCreds class.

ASRVaultCreds ( string subscriptionId, string resourceName, string managementCert, AcsNamespace acsNamespace, string channelIntegrityKey, string resourceGroupName, string siteId, string siteName, string resourceNamespace, string resourceType ) : Microsoft.Azure.Commands.SiteRecovery

Initializes a new instance of the ASRVaultCreds class.

ASRVaultCreds ( ) : System

Initializes a new instance of the ASRVaultCreds class.

ASRVaultCreds ( string subscriptionId, string resourceName, string managementCert, AcsNamespace acsNamespace, string channelIntegrityKey, string resourceGroupName, string siteId, string siteName, string resourceNamespace, string resourceType, string location ) : System

Initializes a new instance of the ASRVaultCreds class.

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

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

Initializes a new instance of the ASRVaultCreds class.
public ASRVaultCreds ( ) : Microsoft.Azure.Commands.SiteRecovery
Результат Microsoft.Azure.Commands.SiteRecovery

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

Initializes a new instance of the ASRVaultCreds class.
public ASRVaultCreds ( string subscriptionId, string resourceName, string managementCert, AcsNamespace acsNamespace, string channelIntegrityKey, string resourceGroupName, string siteId, string siteName, string resourceNamespace, string resourceType ) : Microsoft.Azure.Commands.SiteRecovery
subscriptionId string subscription Id
resourceName string resource name
managementCert string management cert
acsNamespace AcsNamespace authenticating service namespace
channelIntegrityKey string Agent Channel Integrity Key
resourceGroupName string cloud service name
siteId string custom site Id
siteName string custom site name
resourceNamespace string
resourceType string
Результат Microsoft.Azure.Commands.SiteRecovery

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

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

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

Initializes a new instance of the ASRVaultCreds class.
public ASRVaultCreds ( string subscriptionId, string resourceName, string managementCert, AcsNamespace acsNamespace, string channelIntegrityKey, string resourceGroupName, string siteId, string siteName, string resourceNamespace, string resourceType, string location ) : System
subscriptionId string subscription Id
resourceName string resource name
managementCert string management cert
acsNamespace AcsNamespace authenticating service namespace
channelIntegrityKey string Agent Channel Integrity Key
resourceGroupName string cloud service name
siteId string custom site Id
siteName string custom site name
resourceNamespace string
resourceType string
location string
Результат System