C# 클래스 Microsoft.Azure.Commands.Automation.Common.AutomationClient

상속: IAutomationClient
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
AutomationClient ( ) : Hyak.Common
AutomationClient ( AzureContext context ) : Hyak.Common

AutomationClient ( AzureSubscription subscription, Microsoft.Azure.Management.Automation automationManagementClient ) : Hyak.Common
AutomationClient ( ) : System
AutomationClient ( AzureSMProfile profile, AzureSubscription subscription ) : System
AutomationClient ( AzureSubscription subscription, AutomationManagement automationManagementClient ) : System
CreateAutomationAccount ( string resourceGroupName, string automationAccountName, string location, string plan, IDictionary tags ) : AutomationAccount
CreateAutomationAccount ( string automationAccountName, string location ) : AutomationAccount
CreateCertificate ( string automationAccountName, string name, string path, SecureString password, string description, bool exportable ) : CertificateInfo
CreateCertificate ( string resourceGroupName, string automationAccountName, string name, string path, SecureString password, string description, bool exportable ) : CertificateInfo
CreateConfiguration ( string resourceGroupName, string automationAccountName, string sourcePath, IDictionary tags, string description, bool logVerbose, bool published, bool overWrite ) : Model.DscConfiguration
CreateConfiguration ( string resourceGroupName, string automationAccountName, string configrationName, string nodeName ) : Model.DscConfiguration
CreateConnection ( string automationAccountName, string name, string connectionTypeName, IDictionary connectionFieldValues, string description ) : Connection
CreateConnection ( string resourceGroupName, string automationAccountName, string name, string connectionTypeName, IDictionary connectionFieldValues, string description ) : Connection
CreateCredential ( string automationAccountName, string name, string userName, string password, string description ) : CredentialInfo
CreateCredential ( string resourceGroupName, string automationAccountName, string name, string userName, string password, string description ) : CredentialInfo
CreateModule ( string automationAccountName, Uri contentLink, string moduleName, IDictionary tags ) : Module
CreateModule ( string resourceGroupName, string automationAccountName, Uri contentLink, string moduleName ) : Module
CreateNodeConfiguration ( string resourceGroupName, string automationAccountName, string sourcePath, string configurationName, bool overWrite ) : Model.NodeConfiguration
CreateRunbookByName ( string automationAccountName, string runbookName, string description, string tags ) : Runbook
CreateRunbookByName ( string resourceGroupName, string automationAccountName, string runbookName, string description, IDictionary tags, string type, bool logProgress, bool logVerbose, bool overwrite ) : Runbook
CreateRunbookByPath ( string automationAccountName, string runbookPath, string description, string tags ) : Runbook
CreateSchedule ( string automationAccountName, Schedule schedule ) : Schedule
CreateSchedule ( string resourceGroupName, string automationAccountName, Schedule schedule ) : Schedule
CreateVariable ( Variable variable ) : Variable
CreateWebhook ( string resourceGroupName, string automationAccountName, string name, string runbookName, bool isEnabled, DateTimeOffset expiryTime, IDictionary runbookParameters ) : Model.Webhook
DeleteAutomationAccount ( string automationAccountName ) : void
DeleteAutomationAccount ( string resourceGroupName, string automationAccountName ) : void
DeleteCertificate ( string automationAccountName, string name ) : void
DeleteCertificate ( string resourceGroupName, string automationAccountName, string name ) : void
DeleteConfiguration ( string resourceGroupName, string automationAccountName, string name ) : void
DeleteConnection ( string automationAccountName, string name ) : void
DeleteConnection ( string resourceGroupName, string automationAccountName, string name ) : void
DeleteConnectionType ( string automationAccountName, string name ) : void
DeleteConnectionType ( string resourceGroupName, string automationAccountName, string name ) : void
DeleteCredential ( string automationAccountName, string name ) : void
DeleteCredential ( string resourceGroupName, string automationAccountName, string name ) : void
DeleteDscNode ( string resourceGroupName, string automationAccountName, Guid nodeId ) : void
DeleteModule ( string automationAccountName, string name ) : void
DeleteModule ( string resourceGroupName, string automationAccountName, string name ) : void
DeleteNodeConfiguration ( string resourceGroupName, string automationAccountName, string name, bool ignoreNodeMappings ) : void
DeleteRunbook ( string automationAccountName, string runbookName ) : void
DeleteRunbook ( string resourceGroupName, string automationAccountName, string runbookName ) : void
DeleteSchedule ( string automationAccountName, string scheduleName ) : void
DeleteSchedule ( string resourceGroupName, string automationAccountName, string scheduleName ) : void
DeleteVariable ( string automationAccountName, string variableName ) : void
DeleteVariable ( string resourceGroupName, string automationAccountName, string variableName ) : void
DeleteWebhook ( string resourceGroupName, string automationAccountName, string name ) : void
ExportRunbook ( string resourceGroupName, string automationAccountName, string runbookName, bool isDraft, string outputFolder, bool overwrite ) : DirectoryInfo
GetAgentRegistration ( string resourceGroupName, string automationAccountName ) : Model.AgentRegistration
GetAutomationAccount ( string resourceGroupName, string automationAccountName ) : AutomationAccount
GetCertificate ( string automationAccountName, string name ) : CertificateInfo
GetCertificate ( string resourceGroupName, string automationAccountName, string name ) : CertificateInfo
GetCompilationJob ( string resourceGroupName, string automationAccountName, Guid Id ) : Model.CompilationJob
GetConfiguration ( string resourceGroupName, string automationAccountName, string configurationName ) : Model.DscConfiguration
GetConfigurationContent ( string resourceGroupName, string automationAccountName, string configurationName, bool isDraft, string outputFolder, bool overwriteExistingFile ) : DirectoryInfo
GetConnection ( string automationAccountName, string name ) : Connection
GetConnection ( string resourceGroupName, string automationAccountName, string name ) : Connection
GetCredential ( string automationAccountName, string name ) : CredentialInfo
GetCredential ( string resourceGroupName, string automationAccountName, string name ) : CredentialInfo
GetDscCompilationJobStream ( string resourceGroupName, string automationAccountName, Guid jobId, DateTimeOffset time, string streamType ) : IEnumerable
GetDscMetaConfig ( string resourceGroupName, string automationAccountName, string outputFolder, string computerNames, bool overwriteExistingFile ) : DirectoryInfo
GetDscNodeById ( string resourceGroupName, string automationAccountName, Guid nodeId ) : Model.Microsoft.Azure.Management.Automation.Models.DscNode
GetDscNodeReportByReportId ( string resourceGroupName, string automationAccountName, Guid nodeId, Guid reportId ) : Model.DscNodeReport
GetDscNodeReportContent ( string resourceGroupName, string automationAccountName, Guid nodeId, Guid reportId, string outputFolder, bool overwriteExistingFile ) : DirectoryInfo
GetHybridRunbookWorkerGroup ( string resourceGroupName, string automationAccountName, string name ) : HybridRunbookWorkerGroup
GetJob ( string automationAccountName, Guid Id ) : Job
GetJob ( string resourceGroupName, string automationAccountName, Guid Id ) : Job
GetJobSchedule ( string automationAccountName, Guid jobScheduleId ) : JobSchedule
GetJobSchedule ( string resourceGroupName, string automationAccountName, Guid jobScheduleId ) : JobSchedule
GetJobSchedule ( string automationAccountName, string runbookName, string scheduleName ) : JobSchedule
GetJobSchedule ( string resourceGroupName, string automationAccountName, string runbookName, string scheduleName ) : JobSchedule
GetJobStream ( string automationAccountName, Guid jobId, DateTimeOffset time, string streamType, string &nextLink ) : IEnumerable
GetJobStream ( string resourceGroupName, string automationAccountName, Guid jobId, DateTimeOffset time, string streamType, string &nextLink ) : IEnumerable
GetJobStreamRecord ( string resourceGroupName, string automationAccountName, Guid jobId, string jobStreamId ) : JobStreamRecord
GetJobStreamRecordAsPsObject ( string resourceGroupName, string automationAccountName, Guid jobId, string jobStreamId ) : object
GetLatestDscNodeReport ( string resourceGroupName, string automationAccountName, Guid nodeId ) : Model.DscNodeReport
GetModule ( string automationAccountName, string name ) : Module
GetModule ( string resourceGroupName, string automationAccountName, string name ) : Module
GetNodeConfiguration ( string resourceGroupName, string automationAccountName, string nodeConfigurationName, string rollupStatus ) : Model.NodeConfiguration
GetRunbook ( string automationAccountName, string runbookName ) : Runbook
GetRunbook ( string resourceGroupName, string automationAccountName, string runbookName ) : Runbook
GetSchedule ( string automationAccountName, string scheduleName ) : Schedule
GetSchedule ( string resourceGroupName, string automationAccountName, string scheduleName ) : Schedule
GetVariable ( string automationAccountName, string name ) : Variable
GetVariable ( string resourceGroupName, string automationAccountName, string name ) : Variable
GetWebhook ( string resourceGroupName, string automationAccountName, string name ) : Model.Webhook
ImportRunbook ( string resourceGroupName, string automationAccountName, string runbookPath, string description, IDictionary tags, string type, bool logProgress, bool logVerbose, bool published, bool overwrite, string name ) : Runbook
ListAutomationAccounts ( string automationAccountName, string location ) : IEnumerable
ListAutomationAccounts ( string resourceGroupName, string &nextLink ) : IEnumerable
ListCertificates ( string automationAccountName, string &nextLink ) : IEnumerable
ListCertificates ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
ListCompilationJobs ( string resourceGroupName, string automationAccountName, DateTimeOffset startTime, DateTimeOffset endTime, string jobStatus ) : IEnumerable
ListCompilationJobsByConfigurationName ( string resourceGroupName, string automationAccountName, string configurationName, DateTimeOffset startTime, DateTimeOffset endTime, string jobStatus ) : IEnumerable
ListConnections ( string automationAccountName, string &nextLink ) : IEnumerable
ListConnections ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
ListConnectionsByType ( string automationAccountName, string typeName ) : IEnumerable
ListConnectionsByType ( string resourceGroupName, string automationAccountName, string typeName ) : IEnumerable
ListCredentials ( string automationAccountName, string &nextLink ) : IEnumerable
ListCredentials ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
ListDscConfigurations ( string resourceGroupName, string automationAccountName ) : IEnumerable
ListDscNodeReports ( string resourceGroupName, string automationAccountName, Guid nodeId, DateTimeOffset startTime, DateTimeOffset endTime ) : IEnumerable
ListDscNodes ( string resourceGroupName, string automationAccountName, string status ) : IEnumerable
ListDscNodesByConfiguration ( string resourceGroupName, string automationAccountName, string configurationName, string status ) : IEnumerable
ListDscNodesByName ( string resourceGroupName, string automationAccountName, string nodeName, string status ) : IEnumerable
ListDscNodesByNodeConfiguration ( string resourceGroupName, string automationAccountName, string nodeConfigurationName, string status ) : IEnumerable
ListHybridRunbookWorkerGroups ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
ListJobSchedules ( string automationAccountName, string &nextLink ) : IEnumerable
ListJobSchedules ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
ListJobSchedulesByRunbookName ( string automationAccountName, string runbookName ) : IEnumerable
ListJobSchedulesByRunbookName ( string resourceGroupName, string automationAccountName, string runbookName ) : IEnumerable
ListJobSchedulesByScheduleName ( string automationAccountName, string scheduleName ) : IEnumerable
ListJobSchedulesByScheduleName ( string resourceGroupName, string automationAccountName, string scheduleName ) : IEnumerable
ListJobs ( string automationAccountName, DateTimeOffset startTime, DateTimeOffset endTime, string jobStatus, string &nextLink ) : IEnumerable
ListJobs ( string resourceGroupName, string automationAccountName, DateTimeOffset startTime, DateTimeOffset endTime, string jobStatus, string &nextLink ) : IEnumerable
ListJobsByRunbookName ( string automationAccountName, string runbookName, DateTimeOffset startTime, DateTimeOffset endTime, string jobStatus, string &nextLink ) : IEnumerable
ListJobsByRunbookName ( string resourceGroupName, string automationAccountName, string runbookName, DateTimeOffset startTime, DateTimeOffset endTime, string jobStatus, string &nextLink ) : IEnumerable
ListModules ( string automationAccountName, string &nextLink ) : IEnumerable
ListModules ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
ListNodeConfigurations ( string resourceGroupName, string automationAccountName, string rollupStatus ) : IEnumerable
ListNodeConfigurationsByConfigurationName ( string resourceGroupName, string automationAccountName, string configurationName, string rollupStatus ) : IEnumerable
ListRunbookDefinitionsByRunbookName ( string automationAccountName, string runbookName, bool isDraft ) : IEnumerable
ListRunbooks ( string automationAccountName, string &nextLink ) : IEnumerable
ListRunbooks ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
ListSchedules ( string automationAccountName, string &nextLink ) : IEnumerable
ListSchedules ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
ListVariables ( string automationAccountName, string &nextLink ) : IEnumerable
ListVariables ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
ListWebhooks ( string resourceGroupName, string automationAccountName, string runbookName, string &nextLink ) : IEnumerable
NewAgentRegistrationKey ( string resourceGroupName, string automationAccountName, string keyType ) : Model.AgentRegistration
PublishRunbook ( string automationAccountName, string runbookName ) : Runbook
PublishRunbook ( string resourceGroupName, string automationAccountName, string runbookName ) : Runbook
RegisterDscNode ( string resourceGroupName, string automationAccountName, string azureVMName, string nodeconfigurationName, string configurationMode, int configurationModeFrequencyMins, int refreshFrequencyMins, bool rebootFlag, string actionAfterReboot, bool moduleOverwriteFlag, string azureVmResourceGroup, string azureVmLocation ) : void
RegisterScheduledRunbook ( string automationAccountName, string runbookName, string scheduleName, IDictionary parameters ) : JobSchedule
RegisterScheduledRunbook ( string resourceGroupName, string automationAccountName, string runbookName, string scheduleName, IDictionary parameters, string runOn ) : JobSchedule
ResumeJob ( string automationAccountName, Guid id ) : void
ResumeJob ( string resourceGroupName, string automationAccountName, Guid id ) : void
SetDscNodeById ( string resourceGroupName, string automationAccountName, Guid nodeId, string nodeConfigurationName ) : Model.Microsoft.Azure.Management.Automation.Models.DscNode
StartCompilationJob ( string resourceGroupName, string automationAccountName, string configurationName, IDictionary parameters, IDictionary configurationData ) : CompilationJob
StartRunbook ( string automationAccountName, string runbookName, IDictionary parameters, string runOn ) : Job
StartRunbook ( string resourceGroupName, string automationAccountName, string runbookName, IDictionary parameters, string runOn ) : Job
StopJob ( string automationAccountName, Guid id ) : void
StopJob ( string resourceGroupName, string automationAccountName, Guid id ) : void
SuspendJob ( string automationAccountName, Guid id ) : void
SuspendJob ( string resourceGroupName, string automationAccountName, Guid id ) : void
TryGetNodeConfiguration ( string resourceGroupName, string automationAccountName, string nodeConfigurationName, string rollupStatus ) : Model.NodeConfiguration
UnregisterScheduledRunbook ( string automationAccountName, Guid jobScheduleId ) : void
UnregisterScheduledRunbook ( string resourceGroupName, string automationAccountName, Guid jobScheduleId ) : void
UnregisterScheduledRunbook ( string automationAccountName, string runbookName, string scheduleName ) : void
UnregisterScheduledRunbook ( string resourceGroupName, string automationAccountName, string runbookName, string scheduleName ) : void
UpdateAutomationAccount ( string resourceGroupName, string automationAccountName, string plan, IDictionary tags ) : AutomationAccount
UpdateCertificate ( string automationAccountName, string name, string path, SecureString password, string description, bool exportable ) : CertificateInfo
UpdateCertificate ( string resourceGroupName, string automationAccountName, string name, string path, SecureString password, string description, bool exportable ) : CertificateInfo
UpdateConnectionFieldValue ( string automationAccountName, string name, string connectionFieldName, object value ) : Connection
UpdateConnectionFieldValue ( string resourceGroupName, string automationAccountName, string name, string connectionFieldName, object value ) : Connection
UpdateCredential ( string automationAccountName, string name, string userName, string password, string description ) : CredentialInfo
UpdateCredential ( string resourceGroupName, string automationAccountName, string name, string userName, string password, string description ) : CredentialInfo
UpdateModule ( string automationAccountName, IDictionary tags, string name, Uri contentLinkUri, string contentLinkVersion ) : Module
UpdateModule ( string resourceGroupName, string automationAccountName, string name, Uri contentLinkUri, string contentLinkVersion ) : Module
UpdateRunbook ( string resourceGroupName, string automationAccountName, string runbookName, string description, IDictionary tags, bool logProgress, bool logVerbose ) : Runbook
UpdateRunbook ( string automationAccountName, string runbookName, string description, string tags, bool logProgress, bool logVerbose ) : Runbook
UpdateRunbookDefinition ( string automationAccountName, string runbookName, string runbookPath, bool overwrite ) : RunbookDefinition
UpdateSchedule ( string automationAccountName, string scheduleName, bool isEnabled, string description ) : Schedule
UpdateSchedule ( string resourceGroupName, string automationAccountName, string scheduleName, bool isEnabled, string description ) : Schedule
UpdateVariable ( Variable variable, VariableUpdateFields updateFields ) : Variable
UpdateWebhook ( string resourceGroupName, string automationAccountName, string name, IDictionary parameters, bool isEnabled ) : Model.Webhook

비공개 메소드들

메소드 설명
CreateCertificateInternal ( string automationAccountName, string name, string path, SecureString password, string description, bool exportable ) : CertificateInfo
CreateCertificateInternal ( string resourceGroupName, string automationAccountName, string name, string path, SecureString password, string description, bool exportable ) : CertificateInfo
CreateCredentialFromCredentialModel ( AutomationManagement credential ) : CredentialInfo
CreateJobScheduleFromJobScheduleModel ( string automationAccountName, AutomationManagement jobSchedule ) : JobSchedule
CreateJobScheduleFromJobScheduleModel ( string resourceGroupName, string automationAccountName, Microsoft.Azure.Management.Automation jobSchedule ) : JobSchedule
CreateJobStreamFromJobStreamModel ( AutomationManagement jobStream, string automationAccountName, System.Guid jobId ) : JobStream
CreateJobStreamFromJobStreamModel ( Microsoft.Azure.Management.Automation jobStream, string resourceGroupName, string automationAccountName, System.Guid jobId ) : Model.JobStream
CreateOutputFolder ( string folderPath ) : void
CreateScheduleFromScheduleModel ( string automationAccountName, AutomationManagement schedule ) : Schedule
CreateScheduleFromScheduleModel ( string resourceGroupName, string automationAccountName, Microsoft.Azure.Management.Automation schedule ) : Schedule
CreateVariableFromVariableModel ( AutomationManagement variable, string automationAccountName ) : Variable
EnumerateNodeConfigurationsByConfigurationName ( string resourceGroupName, string automationAccountName, string configurationName ) : IEnumerable

Enumerate the list of NodeConfigurations for given configuration - without any rollup status

FormatDateTime ( DateTimeOffset dateTime ) : string
GetCurrentDirectory ( ) : string

Get the current directory path

GetRollupStatus ( string resourceGroupName, string automationAccountName, string nodeConfigurationName ) : string
GetScheduleModel ( string automationAccountName, string scheduleName ) : AutomationManagement.Models.Microsoft.Azure.Commands.Automation.Model.Schedule
GetScheduleModel ( string resourceGroupName, string automationAccountName, string scheduleName ) : Microsoft.Azure.Management.Automation.Models.Microsoft.Azure.Commands.Automation.Model.Schedule
IsGraphRunbook ( string runbookType ) : bool
ListConfigurationParameters ( string resourceGroupName, string automationAccountName, string configurationName ) : DscConfigurationParameter>>.IEnumerable
ListRunbookParameters ( string automationAccountName, string runbookName ) : RunbookParameter>>.IEnumerable
ListRunbookParameters ( string resourceGroupName, string automationAccountName, string runbookName ) : RunbookParameter>>.IEnumerable
ProcessConfigurationParameters ( IDictionary parameters, IDictionary configurationData ) : string>.IDictionary
ProcessRunbookParameters ( string automationAccountName, string runbookName, IDictionary parameters ) : string>.IDictionary
ProcessRunbookParameters ( string resourceGroupName, string automationAccountName, string runbookName, IDictionary parameters ) : string>.IDictionary
SetClientIdHeader ( string clientRequestId ) : void
TryGetCertificateModel ( string resourceGroupName, string automationAccountName, string certificateName ) : Azure.Management.Automation.Models.Microsoft.Azure.Commands.Automation.Model.CertificateInfo
TryGetCertificateModel ( string automationAccountName, string certificateName ) : WindowsAzure.Management.Automation.Models.Microsoft.Azure.Commands.Automation.Model.CertificateInfo
TryGetConfigurationModel ( string resourceGroupName, string automationAccountName, string configurationName ) : Model.DscConfiguration
TryGetConnectionModel ( string resourceGroupName, string automationAccountName, string connectionName ) : Azure.Management.Automation.Models.Microsoft.Azure.Commands.Automation.Model.Connection
TryGetConnectionModel ( string automationAccountName, string connectionName ) : WindowsAzure.Management.Automation.Models.Microsoft.Azure.Commands.Automation.Model.Connection
TryGetHybridRunbookWorkerModel ( string resourceGroupName, string automationAccountName, string HybridRunbookWorkerGroupName ) : Azure.Management.Automation.Models.Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorkerGroup
TryGetRunbookModel ( string resourceGroupName, string automationAccountName, string runbookName ) : Azure.Management.Automation.Models.Microsoft.Azure.Commands.Automation.Model.Runbook
TryGetRunbookModel ( string automationAccountName, string runbookName ) : WindowsAzure.Management.Automation.Models.Microsoft.Azure.Commands.Automation.Model.Runbook
UpdateScheduleHelper ( string automationAccountName, string scheduleName, bool isEnabled, string description ) : Schedule
UpdateScheduleHelper ( string resourceGroupName, string automationAccountName, string scheduleName, bool isEnabled, string description ) : Schedule
ValidateAndGetFullPath ( string folderPath ) : string

Validate and return the full folder path

WriteFile ( string outputFilePath, string fileContent ) : void
WriteRunbookToFile ( string outputFolder, string runbookName, string content, string runbookType, bool overwriteExistingFile ) : DirectoryInfo

메소드 상세

AutomationClient() 공개 메소드

public AutomationClient ( ) : Hyak.Common
리턴 Hyak.Common

AutomationClient() 공개 메소드

public AutomationClient ( AzureContext context ) : Hyak.Common
context AzureContext
리턴 Hyak.Common

AutomationClient() 공개 메소드

public AutomationClient ( AzureSubscription subscription, Microsoft.Azure.Management.Automation automationManagementClient ) : Hyak.Common
subscription AzureSubscription
automationManagementClient Microsoft.Azure.Management.Automation
리턴 Hyak.Common

AutomationClient() 공개 메소드

public AutomationClient ( ) : System
리턴 System

AutomationClient() 공개 메소드

public AutomationClient ( AzureSMProfile profile, AzureSubscription subscription ) : System
profile AzureSMProfile
subscription AzureSubscription
리턴 System

AutomationClient() 공개 메소드

public AutomationClient ( AzureSubscription subscription, AutomationManagement automationManagementClient ) : System
subscription AzureSubscription
automationManagementClient AutomationManagement
리턴 System

CreateAutomationAccount() 공개 메소드

public CreateAutomationAccount ( string resourceGroupName, string automationAccountName, string location, string plan, IDictionary tags ) : AutomationAccount
resourceGroupName string
automationAccountName string
location string
plan string
tags IDictionary
리턴 Microsoft.Azure.Commands.Automation.Model.AutomationAccount

CreateAutomationAccount() 공개 메소드

public CreateAutomationAccount ( string automationAccountName, string location ) : AutomationAccount
automationAccountName string
location string
리턴 Microsoft.Azure.Commands.Automation.Model.AutomationAccount

CreateCertificate() 공개 메소드

public CreateCertificate ( string automationAccountName, string name, string path, SecureString password, string description, bool exportable ) : CertificateInfo
automationAccountName string
name string
path string
password SecureString
description string
exportable bool
리턴 Microsoft.Azure.Commands.Automation.Model.CertificateInfo

CreateCertificate() 공개 메소드

public CreateCertificate ( string resourceGroupName, string automationAccountName, string name, string path, SecureString password, string description, bool exportable ) : CertificateInfo
resourceGroupName string
automationAccountName string
name string
path string
password SecureString
description string
exportable bool
리턴 Microsoft.Azure.Commands.Automation.Model.CertificateInfo

CreateConfiguration() 공개 메소드

public CreateConfiguration ( string resourceGroupName, string automationAccountName, string sourcePath, IDictionary tags, string description, bool logVerbose, bool published, bool overWrite ) : Model.DscConfiguration
resourceGroupName string
automationAccountName string
sourcePath string
tags IDictionary
description string
logVerbose bool
published bool
overWrite bool
리턴 Model.DscConfiguration

CreateConfiguration() 공개 메소드

public CreateConfiguration ( string resourceGroupName, string automationAccountName, string configrationName, string nodeName ) : Model.DscConfiguration
resourceGroupName string
automationAccountName string
configrationName string
nodeName string
리턴 Model.DscConfiguration

CreateConnection() 공개 메소드

public CreateConnection ( string automationAccountName, string name, string connectionTypeName, IDictionary connectionFieldValues, string description ) : Connection
automationAccountName string
name string
connectionTypeName string
connectionFieldValues IDictionary
description string
리턴 Microsoft.Azure.Commands.Automation.Model.Connection

CreateConnection() 공개 메소드

public CreateConnection ( string resourceGroupName, string automationAccountName, string name, string connectionTypeName, IDictionary connectionFieldValues, string description ) : Connection
resourceGroupName string
automationAccountName string
name string
connectionTypeName string
connectionFieldValues IDictionary
description string
리턴 Microsoft.Azure.Commands.Automation.Model.Connection

CreateCredential() 공개 메소드

public CreateCredential ( string automationAccountName, string name, string userName, string password, string description ) : CredentialInfo
automationAccountName string
name string
userName string
password string
description string
리턴 Microsoft.Azure.Commands.Automation.Model.CredentialInfo

CreateCredential() 공개 메소드

public CreateCredential ( string resourceGroupName, string automationAccountName, string name, string userName, string password, string description ) : CredentialInfo
resourceGroupName string
automationAccountName string
name string
userName string
password string
description string
리턴 Microsoft.Azure.Commands.Automation.Model.CredentialInfo

CreateModule() 공개 메소드

public CreateModule ( string automationAccountName, Uri contentLink, string moduleName, IDictionary tags ) : Module
automationAccountName string
contentLink System.Uri
moduleName string
tags IDictionary
리턴 Microsoft.Azure.Commands.Automation.Model.Module

CreateModule() 공개 메소드

public CreateModule ( string resourceGroupName, string automationAccountName, Uri contentLink, string moduleName ) : Module
resourceGroupName string
automationAccountName string
contentLink System.Uri
moduleName string
리턴 Microsoft.Azure.Commands.Automation.Model.Module

CreateNodeConfiguration() 공개 메소드

public CreateNodeConfiguration ( string resourceGroupName, string automationAccountName, string sourcePath, string configurationName, bool overWrite ) : Model.NodeConfiguration
resourceGroupName string
automationAccountName string
sourcePath string
configurationName string
overWrite bool
리턴 Model.NodeConfiguration

CreateRunbookByName() 공개 메소드

public CreateRunbookByName ( string automationAccountName, string runbookName, string description, string tags ) : Runbook
automationAccountName string
runbookName string
description string
tags string
리턴 Microsoft.Azure.Commands.Automation.Model.Runbook

CreateRunbookByName() 공개 메소드

public CreateRunbookByName ( string resourceGroupName, string automationAccountName, string runbookName, string description, IDictionary tags, string type, bool logProgress, bool logVerbose, bool overwrite ) : Runbook
resourceGroupName string
automationAccountName string
runbookName string
description string
tags IDictionary
type string
logProgress bool
logVerbose bool
overwrite bool
리턴 Microsoft.Azure.Commands.Automation.Model.Runbook

CreateRunbookByPath() 공개 메소드

public CreateRunbookByPath ( string automationAccountName, string runbookPath, string description, string tags ) : Runbook
automationAccountName string
runbookPath string
description string
tags string
리턴 Microsoft.Azure.Commands.Automation.Model.Runbook

CreateSchedule() 공개 메소드

public CreateSchedule ( string automationAccountName, Schedule schedule ) : Schedule
automationAccountName string
schedule Microsoft.Azure.Commands.Automation.Model.Schedule
리턴 Microsoft.Azure.Commands.Automation.Model.Schedule

CreateSchedule() 공개 메소드

public CreateSchedule ( string resourceGroupName, string automationAccountName, Schedule schedule ) : Schedule
resourceGroupName string
automationAccountName string
schedule Microsoft.Azure.Commands.Automation.Model.Schedule
리턴 Microsoft.Azure.Commands.Automation.Model.Schedule

CreateVariable() 공개 메소드

public CreateVariable ( Variable variable ) : Variable
variable Microsoft.Azure.Commands.Automation.Model.Variable
리턴 Microsoft.Azure.Commands.Automation.Model.Variable

CreateWebhook() 공개 메소드

public CreateWebhook ( string resourceGroupName, string automationAccountName, string name, string runbookName, bool isEnabled, DateTimeOffset expiryTime, IDictionary runbookParameters ) : Model.Webhook
resourceGroupName string
automationAccountName string
name string
runbookName string
isEnabled bool
expiryTime DateTimeOffset
runbookParameters IDictionary
리턴 Model.Webhook

DeleteAutomationAccount() 공개 메소드

public DeleteAutomationAccount ( string automationAccountName ) : void
automationAccountName string
리턴 void

DeleteAutomationAccount() 공개 메소드

public DeleteAutomationAccount ( string resourceGroupName, string automationAccountName ) : void
resourceGroupName string
automationAccountName string
리턴 void

DeleteCertificate() 공개 메소드

public DeleteCertificate ( string automationAccountName, string name ) : void
automationAccountName string
name string
리턴 void

DeleteCertificate() 공개 메소드

public DeleteCertificate ( string resourceGroupName, string automationAccountName, string name ) : void
resourceGroupName string
automationAccountName string
name string
리턴 void

DeleteConfiguration() 공개 메소드

public DeleteConfiguration ( string resourceGroupName, string automationAccountName, string name ) : void
resourceGroupName string
automationAccountName string
name string
리턴 void

DeleteConnection() 공개 메소드

public DeleteConnection ( string automationAccountName, string name ) : void
automationAccountName string
name string
리턴 void

DeleteConnection() 공개 메소드

public DeleteConnection ( string resourceGroupName, string automationAccountName, string name ) : void
resourceGroupName string
automationAccountName string
name string
리턴 void

DeleteConnectionType() 공개 메소드

public DeleteConnectionType ( string automationAccountName, string name ) : void
automationAccountName string
name string
리턴 void

DeleteConnectionType() 공개 메소드

public DeleteConnectionType ( string resourceGroupName, string automationAccountName, string name ) : void
resourceGroupName string
automationAccountName string
name string
리턴 void

DeleteCredential() 공개 메소드

public DeleteCredential ( string automationAccountName, string name ) : void
automationAccountName string
name string
리턴 void

DeleteCredential() 공개 메소드

public DeleteCredential ( string resourceGroupName, string automationAccountName, string name ) : void
resourceGroupName string
automationAccountName string
name string
리턴 void

DeleteDscNode() 공개 메소드

public DeleteDscNode ( string resourceGroupName, string automationAccountName, Guid nodeId ) : void
resourceGroupName string
automationAccountName string
nodeId Guid
리턴 void

DeleteModule() 공개 메소드

public DeleteModule ( string automationAccountName, string name ) : void
automationAccountName string
name string
리턴 void

DeleteModule() 공개 메소드

public DeleteModule ( string resourceGroupName, string automationAccountName, string name ) : void
resourceGroupName string
automationAccountName string
name string
리턴 void

DeleteNodeConfiguration() 공개 메소드

public DeleteNodeConfiguration ( string resourceGroupName, string automationAccountName, string name, bool ignoreNodeMappings ) : void
resourceGroupName string
automationAccountName string
name string
ignoreNodeMappings bool
리턴 void

DeleteRunbook() 공개 메소드

public DeleteRunbook ( string automationAccountName, string runbookName ) : void
automationAccountName string
runbookName string
리턴 void

DeleteRunbook() 공개 메소드

public DeleteRunbook ( string resourceGroupName, string automationAccountName, string runbookName ) : void
resourceGroupName string
automationAccountName string
runbookName string
리턴 void

DeleteSchedule() 공개 메소드

public DeleteSchedule ( string automationAccountName, string scheduleName ) : void
automationAccountName string
scheduleName string
리턴 void

DeleteSchedule() 공개 메소드

public DeleteSchedule ( string resourceGroupName, string automationAccountName, string scheduleName ) : void
resourceGroupName string
automationAccountName string
scheduleName string
리턴 void

DeleteVariable() 공개 메소드

public DeleteVariable ( string automationAccountName, string variableName ) : void
automationAccountName string
variableName string
리턴 void

DeleteVariable() 공개 메소드

public DeleteVariable ( string resourceGroupName, string automationAccountName, string variableName ) : void
resourceGroupName string
automationAccountName string
variableName string
리턴 void

DeleteWebhook() 공개 메소드

public DeleteWebhook ( string resourceGroupName, string automationAccountName, string name ) : void
resourceGroupName string
automationAccountName string
name string
리턴 void

ExportRunbook() 공개 메소드

public ExportRunbook ( string resourceGroupName, string automationAccountName, string runbookName, bool isDraft, string outputFolder, bool overwrite ) : DirectoryInfo
resourceGroupName string
automationAccountName string
runbookName string
isDraft bool
outputFolder string
overwrite bool
리턴 DirectoryInfo

GetAgentRegistration() 공개 메소드

public GetAgentRegistration ( string resourceGroupName, string automationAccountName ) : Model.AgentRegistration
resourceGroupName string
automationAccountName string
리턴 Model.AgentRegistration

GetAutomationAccount() 공개 메소드

public GetAutomationAccount ( string resourceGroupName, string automationAccountName ) : AutomationAccount
resourceGroupName string
automationAccountName string
리턴 Microsoft.Azure.Commands.Automation.Model.AutomationAccount

GetCertificate() 공개 메소드

public GetCertificate ( string automationAccountName, string name ) : CertificateInfo
automationAccountName string
name string
리턴 CertificateInfo

GetCertificate() 공개 메소드

public GetCertificate ( string resourceGroupName, string automationAccountName, string name ) : CertificateInfo
resourceGroupName string
automationAccountName string
name string
리턴 CertificateInfo

GetCompilationJob() 공개 메소드

public GetCompilationJob ( string resourceGroupName, string automationAccountName, Guid Id ) : Model.CompilationJob
resourceGroupName string
automationAccountName string
Id Guid
리턴 Model.CompilationJob

GetConfiguration() 공개 메소드

public GetConfiguration ( string resourceGroupName, string automationAccountName, string configurationName ) : Model.DscConfiguration
resourceGroupName string
automationAccountName string
configurationName string
리턴 Model.DscConfiguration

GetConfigurationContent() 공개 메소드

public GetConfigurationContent ( string resourceGroupName, string automationAccountName, string configurationName, bool isDraft, string outputFolder, bool overwriteExistingFile ) : DirectoryInfo
resourceGroupName string
automationAccountName string
configurationName string
isDraft bool
outputFolder string
overwriteExistingFile bool
리턴 DirectoryInfo

GetConnection() 공개 메소드

public GetConnection ( string automationAccountName, string name ) : Connection
automationAccountName string
name string
리턴 Microsoft.Azure.Commands.Automation.Model.Connection

GetConnection() 공개 메소드

public GetConnection ( string resourceGroupName, string automationAccountName, string name ) : Connection
resourceGroupName string
automationAccountName string
name string
리턴 Microsoft.Azure.Commands.Automation.Model.Connection

GetCredential() 공개 메소드

public GetCredential ( string automationAccountName, string name ) : CredentialInfo
automationAccountName string
name string
리턴 CredentialInfo

GetCredential() 공개 메소드

public GetCredential ( string resourceGroupName, string automationAccountName, string name ) : CredentialInfo
resourceGroupName string
automationAccountName string
name string
리턴 CredentialInfo

GetDscCompilationJobStream() 공개 메소드

public GetDscCompilationJobStream ( string resourceGroupName, string automationAccountName, Guid jobId, DateTimeOffset time, string streamType ) : IEnumerable
resourceGroupName string
automationAccountName string
jobId Guid
time DateTimeOffset
streamType string
리턴 IEnumerable

GetDscMetaConfig() 공개 메소드

public GetDscMetaConfig ( string resourceGroupName, string automationAccountName, string outputFolder, string computerNames, bool overwriteExistingFile ) : DirectoryInfo
resourceGroupName string
automationAccountName string
outputFolder string
computerNames string
overwriteExistingFile bool
리턴 DirectoryInfo

GetDscNodeById() 공개 메소드

public GetDscNodeById ( string resourceGroupName, string automationAccountName, Guid nodeId ) : Model.Microsoft.Azure.Management.Automation.Models.DscNode
resourceGroupName string
automationAccountName string
nodeId Guid
리턴 Model.Microsoft.Azure.Management.Automation.Models.DscNode

GetDscNodeReportByReportId() 공개 메소드

public GetDscNodeReportByReportId ( string resourceGroupName, string automationAccountName, Guid nodeId, Guid reportId ) : Model.DscNodeReport
resourceGroupName string
automationAccountName string
nodeId Guid
reportId Guid
리턴 Model.DscNodeReport

GetDscNodeReportContent() 공개 메소드

public GetDscNodeReportContent ( string resourceGroupName, string automationAccountName, Guid nodeId, Guid reportId, string outputFolder, bool overwriteExistingFile ) : DirectoryInfo
resourceGroupName string
automationAccountName string
nodeId Guid
reportId Guid
outputFolder string
overwriteExistingFile bool
리턴 DirectoryInfo

GetHybridRunbookWorkerGroup() 공개 메소드

public GetHybridRunbookWorkerGroup ( string resourceGroupName, string automationAccountName, string name ) : HybridRunbookWorkerGroup
resourceGroupName string
automationAccountName string
name string
리턴 Microsoft.Azure.Commands.Automation.Model.HybridRunbookWorkerGroup

GetJob() 공개 메소드

public GetJob ( string automationAccountName, Guid Id ) : Job
automationAccountName string
Id Guid
리턴 Microsoft.Azure.Commands.Automation.Model.Job

GetJob() 공개 메소드

public GetJob ( string resourceGroupName, string automationAccountName, Guid Id ) : Job
resourceGroupName string
automationAccountName string
Id Guid
리턴 Microsoft.Azure.Commands.Automation.Model.Job

GetJobSchedule() 공개 메소드

public GetJobSchedule ( string automationAccountName, Guid jobScheduleId ) : JobSchedule
automationAccountName string
jobScheduleId Guid
리턴 Microsoft.Azure.Commands.Automation.Model.JobSchedule

GetJobSchedule() 공개 메소드

public GetJobSchedule ( string resourceGroupName, string automationAccountName, Guid jobScheduleId ) : JobSchedule
resourceGroupName string
automationAccountName string
jobScheduleId Guid
리턴 Microsoft.Azure.Commands.Automation.Model.JobSchedule

GetJobSchedule() 공개 메소드

public GetJobSchedule ( string automationAccountName, string runbookName, string scheduleName ) : JobSchedule
automationAccountName string
runbookName string
scheduleName string
리턴 Microsoft.Azure.Commands.Automation.Model.JobSchedule

GetJobSchedule() 공개 메소드

public GetJobSchedule ( string resourceGroupName, string automationAccountName, string runbookName, string scheduleName ) : JobSchedule
resourceGroupName string
automationAccountName string
runbookName string
scheduleName string
리턴 Microsoft.Azure.Commands.Automation.Model.JobSchedule

GetJobStream() 공개 메소드

public GetJobStream ( string automationAccountName, Guid jobId, DateTimeOffset time, string streamType, string &nextLink ) : IEnumerable
automationAccountName string
jobId Guid
time DateTimeOffset
streamType string
nextLink string
리턴 IEnumerable

GetJobStream() 공개 메소드

public GetJobStream ( string resourceGroupName, string automationAccountName, Guid jobId, DateTimeOffset time, string streamType, string &nextLink ) : IEnumerable
resourceGroupName string
automationAccountName string
jobId Guid
time DateTimeOffset
streamType string
nextLink string
리턴 IEnumerable

GetJobStreamRecord() 공개 메소드

public GetJobStreamRecord ( string resourceGroupName, string automationAccountName, Guid jobId, string jobStreamId ) : JobStreamRecord
resourceGroupName string
automationAccountName string
jobId Guid
jobStreamId string
리턴 JobStreamRecord

GetJobStreamRecordAsPsObject() 공개 메소드

public GetJobStreamRecordAsPsObject ( string resourceGroupName, string automationAccountName, Guid jobId, string jobStreamId ) : object
resourceGroupName string
automationAccountName string
jobId Guid
jobStreamId string
리턴 object

GetLatestDscNodeReport() 공개 메소드

public GetLatestDscNodeReport ( string resourceGroupName, string automationAccountName, Guid nodeId ) : Model.DscNodeReport
resourceGroupName string
automationAccountName string
nodeId Guid
리턴 Model.DscNodeReport

GetModule() 공개 메소드

public GetModule ( string automationAccountName, string name ) : Module
automationAccountName string
name string
리턴 Microsoft.Azure.Commands.Automation.Model.Module

GetModule() 공개 메소드

public GetModule ( string resourceGroupName, string automationAccountName, string name ) : Module
resourceGroupName string
automationAccountName string
name string
리턴 Microsoft.Azure.Commands.Automation.Model.Module

GetNodeConfiguration() 공개 메소드

public GetNodeConfiguration ( string resourceGroupName, string automationAccountName, string nodeConfigurationName, string rollupStatus ) : Model.NodeConfiguration
resourceGroupName string
automationAccountName string
nodeConfigurationName string
rollupStatus string
리턴 Model.NodeConfiguration

GetRunbook() 공개 메소드

public GetRunbook ( string automationAccountName, string runbookName ) : Runbook
automationAccountName string
runbookName string
리턴 Microsoft.Azure.Commands.Automation.Model.Runbook

GetRunbook() 공개 메소드

public GetRunbook ( string resourceGroupName, string automationAccountName, string runbookName ) : Runbook
resourceGroupName string
automationAccountName string
runbookName string
리턴 Microsoft.Azure.Commands.Automation.Model.Runbook

GetSchedule() 공개 메소드

public GetSchedule ( string automationAccountName, string scheduleName ) : Schedule
automationAccountName string
scheduleName string
리턴 Microsoft.Azure.Commands.Automation.Model.Schedule

GetSchedule() 공개 메소드

public GetSchedule ( string resourceGroupName, string automationAccountName, string scheduleName ) : Schedule
resourceGroupName string
automationAccountName string
scheduleName string
리턴 Microsoft.Azure.Commands.Automation.Model.Schedule

GetVariable() 공개 메소드

public GetVariable ( string automationAccountName, string name ) : Variable
automationAccountName string
name string
리턴 Microsoft.Azure.Commands.Automation.Model.Variable

GetVariable() 공개 메소드

public GetVariable ( string resourceGroupName, string automationAccountName, string name ) : Variable
resourceGroupName string
automationAccountName string
name string
리턴 Microsoft.Azure.Commands.Automation.Model.Variable

GetWebhook() 공개 메소드

public GetWebhook ( string resourceGroupName, string automationAccountName, string name ) : Model.Webhook
resourceGroupName string
automationAccountName string
name string
리턴 Model.Webhook

ImportRunbook() 공개 메소드

public ImportRunbook ( string resourceGroupName, string automationAccountName, string runbookPath, string description, IDictionary tags, string type, bool logProgress, bool logVerbose, bool published, bool overwrite, string name ) : Runbook
resourceGroupName string
automationAccountName string
runbookPath string
description string
tags IDictionary
type string
logProgress bool
logVerbose bool
published bool
overwrite bool
name string
리턴 Microsoft.Azure.Commands.Automation.Model.Runbook

ListAutomationAccounts() 공개 메소드

public ListAutomationAccounts ( string automationAccountName, string location ) : IEnumerable
automationAccountName string
location string
리턴 IEnumerable

ListAutomationAccounts() 공개 메소드

public ListAutomationAccounts ( string resourceGroupName, string &nextLink ) : IEnumerable
resourceGroupName string
nextLink string
리턴 IEnumerable

ListCertificates() 공개 메소드

public ListCertificates ( string automationAccountName, string &nextLink ) : IEnumerable
automationAccountName string
nextLink string
리턴 IEnumerable

ListCertificates() 공개 메소드

public ListCertificates ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
resourceGroupName string
automationAccountName string
nextLink string
리턴 IEnumerable

ListCompilationJobs() 공개 메소드

public ListCompilationJobs ( string resourceGroupName, string automationAccountName, DateTimeOffset startTime, DateTimeOffset endTime, string jobStatus ) : IEnumerable
resourceGroupName string
automationAccountName string
startTime DateTimeOffset
endTime DateTimeOffset
jobStatus string
리턴 IEnumerable

ListCompilationJobsByConfigurationName() 공개 메소드

public ListCompilationJobsByConfigurationName ( string resourceGroupName, string automationAccountName, string configurationName, DateTimeOffset startTime, DateTimeOffset endTime, string jobStatus ) : IEnumerable
resourceGroupName string
automationAccountName string
configurationName string
startTime DateTimeOffset
endTime DateTimeOffset
jobStatus string
리턴 IEnumerable

ListConnections() 공개 메소드

public ListConnections ( string automationAccountName, string &nextLink ) : IEnumerable
automationAccountName string
nextLink string
리턴 IEnumerable

ListConnections() 공개 메소드

public ListConnections ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
resourceGroupName string
automationAccountName string
nextLink string
리턴 IEnumerable

ListConnectionsByType() 공개 메소드

public ListConnectionsByType ( string automationAccountName, string typeName ) : IEnumerable
automationAccountName string
typeName string
리턴 IEnumerable

ListConnectionsByType() 공개 메소드

public ListConnectionsByType ( string resourceGroupName, string automationAccountName, string typeName ) : IEnumerable
resourceGroupName string
automationAccountName string
typeName string
리턴 IEnumerable

ListCredentials() 공개 메소드

public ListCredentials ( string automationAccountName, string &nextLink ) : IEnumerable
automationAccountName string
nextLink string
리턴 IEnumerable

ListCredentials() 공개 메소드

public ListCredentials ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
resourceGroupName string
automationAccountName string
nextLink string
리턴 IEnumerable

ListDscConfigurations() 공개 메소드

public ListDscConfigurations ( string resourceGroupName, string automationAccountName ) : IEnumerable
resourceGroupName string
automationAccountName string
리턴 IEnumerable

ListDscNodeReports() 공개 메소드

public ListDscNodeReports ( string resourceGroupName, string automationAccountName, Guid nodeId, DateTimeOffset startTime, DateTimeOffset endTime ) : IEnumerable
resourceGroupName string
automationAccountName string
nodeId Guid
startTime DateTimeOffset
endTime DateTimeOffset
리턴 IEnumerable

ListDscNodes() 공개 메소드

public ListDscNodes ( string resourceGroupName, string automationAccountName, string status ) : IEnumerable
resourceGroupName string
automationAccountName string
status string
리턴 IEnumerable

ListDscNodesByConfiguration() 공개 메소드

public ListDscNodesByConfiguration ( string resourceGroupName, string automationAccountName, string configurationName, string status ) : IEnumerable
resourceGroupName string
automationAccountName string
configurationName string
status string
리턴 IEnumerable

ListDscNodesByName() 공개 메소드

public ListDscNodesByName ( string resourceGroupName, string automationAccountName, string nodeName, string status ) : IEnumerable
resourceGroupName string
automationAccountName string
nodeName string
status string
리턴 IEnumerable

ListDscNodesByNodeConfiguration() 공개 메소드

public ListDscNodesByNodeConfiguration ( string resourceGroupName, string automationAccountName, string nodeConfigurationName, string status ) : IEnumerable
resourceGroupName string
automationAccountName string
nodeConfigurationName string
status string
리턴 IEnumerable

ListHybridRunbookWorkerGroups() 공개 메소드

public ListHybridRunbookWorkerGroups ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
resourceGroupName string
automationAccountName string
nextLink string
리턴 IEnumerable

ListJobSchedules() 공개 메소드

public ListJobSchedules ( string automationAccountName, string &nextLink ) : IEnumerable
automationAccountName string
nextLink string
리턴 IEnumerable

ListJobSchedules() 공개 메소드

public ListJobSchedules ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
resourceGroupName string
automationAccountName string
nextLink string
리턴 IEnumerable

ListJobSchedulesByRunbookName() 공개 메소드

public ListJobSchedulesByRunbookName ( string automationAccountName, string runbookName ) : IEnumerable
automationAccountName string
runbookName string
리턴 IEnumerable

ListJobSchedulesByRunbookName() 공개 메소드

public ListJobSchedulesByRunbookName ( string resourceGroupName, string automationAccountName, string runbookName ) : IEnumerable
resourceGroupName string
automationAccountName string
runbookName string
리턴 IEnumerable

ListJobSchedulesByScheduleName() 공개 메소드

public ListJobSchedulesByScheduleName ( string automationAccountName, string scheduleName ) : IEnumerable
automationAccountName string
scheduleName string
리턴 IEnumerable

ListJobSchedulesByScheduleName() 공개 메소드

public ListJobSchedulesByScheduleName ( string resourceGroupName, string automationAccountName, string scheduleName ) : IEnumerable
resourceGroupName string
automationAccountName string
scheduleName string
리턴 IEnumerable

ListJobs() 공개 메소드

public ListJobs ( string automationAccountName, DateTimeOffset startTime, DateTimeOffset endTime, string jobStatus, string &nextLink ) : IEnumerable
automationAccountName string
startTime DateTimeOffset
endTime DateTimeOffset
jobStatus string
nextLink string
리턴 IEnumerable

ListJobs() 공개 메소드

public ListJobs ( string resourceGroupName, string automationAccountName, DateTimeOffset startTime, DateTimeOffset endTime, string jobStatus, string &nextLink ) : IEnumerable
resourceGroupName string
automationAccountName string
startTime DateTimeOffset
endTime DateTimeOffset
jobStatus string
nextLink string
리턴 IEnumerable

ListJobsByRunbookName() 공개 메소드

public ListJobsByRunbookName ( string automationAccountName, string runbookName, DateTimeOffset startTime, DateTimeOffset endTime, string jobStatus, string &nextLink ) : IEnumerable
automationAccountName string
runbookName string
startTime DateTimeOffset
endTime DateTimeOffset
jobStatus string
nextLink string
리턴 IEnumerable

ListJobsByRunbookName() 공개 메소드

public ListJobsByRunbookName ( string resourceGroupName, string automationAccountName, string runbookName, DateTimeOffset startTime, DateTimeOffset endTime, string jobStatus, string &nextLink ) : IEnumerable
resourceGroupName string
automationAccountName string
runbookName string
startTime DateTimeOffset
endTime DateTimeOffset
jobStatus string
nextLink string
리턴 IEnumerable

ListModules() 공개 메소드

public ListModules ( string automationAccountName, string &nextLink ) : IEnumerable
automationAccountName string
nextLink string
리턴 IEnumerable

ListModules() 공개 메소드

public ListModules ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
resourceGroupName string
automationAccountName string
nextLink string
리턴 IEnumerable

ListNodeConfigurations() 공개 메소드

public ListNodeConfigurations ( string resourceGroupName, string automationAccountName, string rollupStatus ) : IEnumerable
resourceGroupName string
automationAccountName string
rollupStatus string
리턴 IEnumerable

ListNodeConfigurationsByConfigurationName() 공개 메소드

public ListNodeConfigurationsByConfigurationName ( string resourceGroupName, string automationAccountName, string configurationName, string rollupStatus ) : IEnumerable
resourceGroupName string
automationAccountName string
configurationName string
rollupStatus string
리턴 IEnumerable

ListRunbookDefinitionsByRunbookName() 공개 메소드

public ListRunbookDefinitionsByRunbookName ( string automationAccountName, string runbookName, bool isDraft ) : IEnumerable
automationAccountName string
runbookName string
isDraft bool
리턴 IEnumerable

ListRunbooks() 공개 메소드

public ListRunbooks ( string automationAccountName, string &nextLink ) : IEnumerable
automationAccountName string
nextLink string
리턴 IEnumerable

ListRunbooks() 공개 메소드

public ListRunbooks ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
resourceGroupName string
automationAccountName string
nextLink string
리턴 IEnumerable

ListSchedules() 공개 메소드

public ListSchedules ( string automationAccountName, string &nextLink ) : IEnumerable
automationAccountName string
nextLink string
리턴 IEnumerable

ListSchedules() 공개 메소드

public ListSchedules ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
resourceGroupName string
automationAccountName string
nextLink string
리턴 IEnumerable

ListVariables() 공개 메소드

public ListVariables ( string automationAccountName, string &nextLink ) : IEnumerable
automationAccountName string
nextLink string
리턴 IEnumerable

ListVariables() 공개 메소드

public ListVariables ( string resourceGroupName, string automationAccountName, string &nextLink ) : IEnumerable
resourceGroupName string
automationAccountName string
nextLink string
리턴 IEnumerable

ListWebhooks() 공개 메소드

public ListWebhooks ( string resourceGroupName, string automationAccountName, string runbookName, string &nextLink ) : IEnumerable
resourceGroupName string
automationAccountName string
runbookName string
nextLink string
리턴 IEnumerable

NewAgentRegistrationKey() 공개 메소드

public NewAgentRegistrationKey ( string resourceGroupName, string automationAccountName, string keyType ) : Model.AgentRegistration
resourceGroupName string
automationAccountName string
keyType string
리턴 Model.AgentRegistration

PublishRunbook() 공개 메소드

public PublishRunbook ( string automationAccountName, string runbookName ) : Runbook
automationAccountName string
runbookName string
리턴 Microsoft.Azure.Commands.Automation.Model.Runbook

PublishRunbook() 공개 메소드

public PublishRunbook ( string resourceGroupName, string automationAccountName, string runbookName ) : Runbook
resourceGroupName string
automationAccountName string
runbookName string
리턴 Microsoft.Azure.Commands.Automation.Model.Runbook

RegisterDscNode() 공개 메소드

public RegisterDscNode ( string resourceGroupName, string automationAccountName, string azureVMName, string nodeconfigurationName, string configurationMode, int configurationModeFrequencyMins, int refreshFrequencyMins, bool rebootFlag, string actionAfterReboot, bool moduleOverwriteFlag, string azureVmResourceGroup, string azureVmLocation ) : void
resourceGroupName string
automationAccountName string
azureVMName string
nodeconfigurationName string
configurationMode string
configurationModeFrequencyMins int
refreshFrequencyMins int
rebootFlag bool
actionAfterReboot string
moduleOverwriteFlag bool
azureVmResourceGroup string
azureVmLocation string
리턴 void

RegisterScheduledRunbook() 공개 메소드

public RegisterScheduledRunbook ( string automationAccountName, string runbookName, string scheduleName, IDictionary parameters ) : JobSchedule
automationAccountName string
runbookName string
scheduleName string
parameters IDictionary
리턴 Microsoft.Azure.Commands.Automation.Model.JobSchedule

RegisterScheduledRunbook() 공개 메소드

public RegisterScheduledRunbook ( string resourceGroupName, string automationAccountName, string runbookName, string scheduleName, IDictionary parameters, string runOn ) : JobSchedule
resourceGroupName string
automationAccountName string
runbookName string
scheduleName string
parameters IDictionary
runOn string
리턴 Microsoft.Azure.Commands.Automation.Model.JobSchedule

ResumeJob() 공개 메소드

public ResumeJob ( string automationAccountName, Guid id ) : void
automationAccountName string
id Guid
리턴 void

ResumeJob() 공개 메소드

public ResumeJob ( string resourceGroupName, string automationAccountName, Guid id ) : void
resourceGroupName string
automationAccountName string
id Guid
리턴 void

SetDscNodeById() 공개 메소드

public SetDscNodeById ( string resourceGroupName, string automationAccountName, Guid nodeId, string nodeConfigurationName ) : Model.Microsoft.Azure.Management.Automation.Models.DscNode
resourceGroupName string
automationAccountName string
nodeId Guid
nodeConfigurationName string
리턴 Model.Microsoft.Azure.Management.Automation.Models.DscNode

StartCompilationJob() 공개 메소드

public StartCompilationJob ( string resourceGroupName, string automationAccountName, string configurationName, IDictionary parameters, IDictionary configurationData ) : CompilationJob
resourceGroupName string
automationAccountName string
configurationName string
parameters IDictionary
configurationData IDictionary
리턴 CompilationJob

StartRunbook() 공개 메소드

public StartRunbook ( string automationAccountName, string runbookName, IDictionary parameters, string runOn ) : Job
automationAccountName string
runbookName string
parameters IDictionary
runOn string
리턴 Microsoft.Azure.Commands.Automation.Model.Job

StartRunbook() 공개 메소드

public StartRunbook ( string resourceGroupName, string automationAccountName, string runbookName, IDictionary parameters, string runOn ) : Job
resourceGroupName string
automationAccountName string
runbookName string
parameters IDictionary
runOn string
리턴 Microsoft.Azure.Commands.Automation.Model.Job

StopJob() 공개 메소드

public StopJob ( string automationAccountName, Guid id ) : void
automationAccountName string
id Guid
리턴 void

StopJob() 공개 메소드

public StopJob ( string resourceGroupName, string automationAccountName, Guid id ) : void
resourceGroupName string
automationAccountName string
id Guid
리턴 void

SuspendJob() 공개 메소드

public SuspendJob ( string automationAccountName, Guid id ) : void
automationAccountName string
id Guid
리턴 void

SuspendJob() 공개 메소드

public SuspendJob ( string resourceGroupName, string automationAccountName, Guid id ) : void
resourceGroupName string
automationAccountName string
id Guid
리턴 void

TryGetNodeConfiguration() 공개 메소드

public TryGetNodeConfiguration ( string resourceGroupName, string automationAccountName, string nodeConfigurationName, string rollupStatus ) : Model.NodeConfiguration
resourceGroupName string
automationAccountName string
nodeConfigurationName string
rollupStatus string
리턴 Model.NodeConfiguration

UnregisterScheduledRunbook() 공개 메소드

public UnregisterScheduledRunbook ( string automationAccountName, Guid jobScheduleId ) : void
automationAccountName string
jobScheduleId Guid
리턴 void

UnregisterScheduledRunbook() 공개 메소드

public UnregisterScheduledRunbook ( string resourceGroupName, string automationAccountName, Guid jobScheduleId ) : void
resourceGroupName string
automationAccountName string
jobScheduleId Guid
리턴 void

UnregisterScheduledRunbook() 공개 메소드

public UnregisterScheduledRunbook ( string automationAccountName, string runbookName, string scheduleName ) : void
automationAccountName string
runbookName string
scheduleName string
리턴 void

UnregisterScheduledRunbook() 공개 메소드

public UnregisterScheduledRunbook ( string resourceGroupName, string automationAccountName, string runbookName, string scheduleName ) : void
resourceGroupName string
automationAccountName string
runbookName string
scheduleName string
리턴 void

UpdateAutomationAccount() 공개 메소드

public UpdateAutomationAccount ( string resourceGroupName, string automationAccountName, string plan, IDictionary tags ) : AutomationAccount
resourceGroupName string
automationAccountName string
plan string
tags IDictionary
리턴 Microsoft.Azure.Commands.Automation.Model.AutomationAccount

UpdateCertificate() 공개 메소드

public UpdateCertificate ( string automationAccountName, string name, string path, SecureString password, string description, bool exportable ) : CertificateInfo
automationAccountName string
name string
path string
password SecureString
description string
exportable bool
리턴 CertificateInfo

UpdateCertificate() 공개 메소드

public UpdateCertificate ( string resourceGroupName, string automationAccountName, string name, string path, SecureString password, string description, bool exportable ) : CertificateInfo
resourceGroupName string
automationAccountName string
name string
path string
password SecureString
description string
exportable bool
리턴 CertificateInfo

UpdateConnectionFieldValue() 공개 메소드

public UpdateConnectionFieldValue ( string automationAccountName, string name, string connectionFieldName, object value ) : Connection
automationAccountName string
name string
connectionFieldName string
value object
리턴 Microsoft.Azure.Commands.Automation.Model.Connection

UpdateConnectionFieldValue() 공개 메소드

public UpdateConnectionFieldValue ( string resourceGroupName, string automationAccountName, string name, string connectionFieldName, object value ) : Connection
resourceGroupName string
automationAccountName string
name string
connectionFieldName string
value object
리턴 Microsoft.Azure.Commands.Automation.Model.Connection

UpdateCredential() 공개 메소드

public UpdateCredential ( string automationAccountName, string name, string userName, string password, string description ) : CredentialInfo
automationAccountName string
name string
userName string
password string
description string
리턴 CredentialInfo

UpdateCredential() 공개 메소드

public UpdateCredential ( string resourceGroupName, string automationAccountName, string name, string userName, string password, string description ) : CredentialInfo
resourceGroupName string
automationAccountName string
name string
userName string
password string
description string
리턴 CredentialInfo

UpdateModule() 공개 메소드

public UpdateModule ( string automationAccountName, IDictionary tags, string name, Uri contentLinkUri, string contentLinkVersion ) : Module
automationAccountName string
tags IDictionary
name string
contentLinkUri Uri
contentLinkVersion string
리턴 Microsoft.Azure.Commands.Automation.Model.Module

UpdateModule() 공개 메소드

public UpdateModule ( string resourceGroupName, string automationAccountName, string name, Uri contentLinkUri, string contentLinkVersion ) : Module
resourceGroupName string
automationAccountName string
name string
contentLinkUri Uri
contentLinkVersion string
리턴 Microsoft.Azure.Commands.Automation.Model.Module

UpdateRunbook() 공개 메소드

public UpdateRunbook ( string resourceGroupName, string automationAccountName, string runbookName, string description, IDictionary tags, bool logProgress, bool logVerbose ) : Runbook
resourceGroupName string
automationAccountName string
runbookName string
description string
tags IDictionary
logProgress bool
logVerbose bool
리턴 Microsoft.Azure.Commands.Automation.Model.Runbook

UpdateRunbook() 공개 메소드

public UpdateRunbook ( string automationAccountName, string runbookName, string description, string tags, bool logProgress, bool logVerbose ) : Runbook
automationAccountName string
runbookName string
description string
tags string
logProgress bool
logVerbose bool
리턴 Microsoft.Azure.Commands.Automation.Model.Runbook

UpdateRunbookDefinition() 공개 메소드

public UpdateRunbookDefinition ( string automationAccountName, string runbookName, string runbookPath, bool overwrite ) : RunbookDefinition
automationAccountName string
runbookName string
runbookPath string
overwrite bool
리턴 RunbookDefinition

UpdateSchedule() 공개 메소드

public UpdateSchedule ( string automationAccountName, string scheduleName, bool isEnabled, string description ) : Schedule
automationAccountName string
scheduleName string
isEnabled bool
description string
리턴 Microsoft.Azure.Commands.Automation.Model.Schedule

UpdateSchedule() 공개 메소드

public UpdateSchedule ( string resourceGroupName, string automationAccountName, string scheduleName, bool isEnabled, string description ) : Schedule
resourceGroupName string
automationAccountName string
scheduleName string
isEnabled bool
description string
리턴 Microsoft.Azure.Commands.Automation.Model.Schedule

UpdateVariable() 공개 메소드

public UpdateVariable ( Variable variable, VariableUpdateFields updateFields ) : Variable
variable Microsoft.Azure.Commands.Automation.Model.Variable
updateFields VariableUpdateFields
리턴 Microsoft.Azure.Commands.Automation.Model.Variable

UpdateWebhook() 공개 메소드

public UpdateWebhook ( string resourceGroupName, string automationAccountName, string name, IDictionary parameters, bool isEnabled ) : Model.Webhook
resourceGroupName string
automationAccountName string
name string
parameters IDictionary
isEnabled bool
리턴 Model.Webhook