C# Класс Microsoft.Azure.Commands.RecoveryServices.CreateAzureSiteRecoveryProtectionProfileObject

Наследование: Microsoft.Azure.Commands.RecoveryServices.RecoveryServicesCmdletBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
EnterpriseToAzureProtectionProfileObject void
EnterpriseToEnterpriseProtectionProfileObject void
ProceedToCreateProtectionProfileObject void

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

Метод Описание
ExecuteCmdlet ( ) : void

ProcessRecord of the command.

Защищенные методы

Метод Описание
StopProcessing ( ) : void

Handles interrupts.

Приватные методы

Метод Описание
EnterpriseToAzureProtectionProfileObject ( ) : void

Creates an E2A Protection Profile Object

EnterpriseToEnterpriseProtectionProfileObject ( ) : void

Creates an E2E Protection Profile object

ProceedToCreateProtectionProfileObject ( ) : void

Proceeds to Create an E2A Protection Profile Object after all the validations are done.

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

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

ProcessRecord of the command.
public ExecuteCmdlet ( ) : void
Результат void

StopProcessing() защищенный Метод

Handles interrupts.
protected StopProcessing ( ) : void
Результат void