C# Class Microsoft.Azure.Portal.RecoveryServices.Models.Common.ASRVaultCreds

Inheritance: VaultCreds
ファイルを表示 Open project: Azure/azure-powershell Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

ASRVaultCreds() public method

Initializes a new instance of the ASRVaultCreds class.
public ASRVaultCreds ( ) : Microsoft.Azure.Commands.SiteRecovery
return Microsoft.Azure.Commands.SiteRecovery

ASRVaultCreds() public method

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
return Microsoft.Azure.Commands.SiteRecovery

ASRVaultCreds() public method

Initializes a new instance of the ASRVaultCreds class.
public ASRVaultCreds ( ) : System
return System

ASRVaultCreds() public method

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
return System