C# Класс Microsoft.Azure.Commands.Automation.Model.Job

The Job object.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Job ( ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the Job class.

Job ( string resourceGroupName, string accountName, Azure job ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the Job class.

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

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

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

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

Initializes a new instance of the Job class.
///
public Job ( string resourceGroupName, string accountName, Azure job ) : Microsoft.Azure.Commands.Automation.Common
resourceGroupName string /// The resource group name. ///
accountName string /// The account name. ///
job Azure /// The Job. ///
Результат Microsoft.Azure.Commands.Automation.Common