Share via


IAutomationClient.GetNodeConfigurationDeploymentSchedule Method

Definition

public Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeploymentSchedule GetNodeConfigurationDeploymentSchedule (string resourceGroupName, string automationAccountName, Guid JobScheduleId);
abstract member GetNodeConfigurationDeploymentSchedule : string * string * Guid -> Microsoft.Azure.Commands.Automation.Model.NodeConfigurationDeploymentSchedule
Public Function GetNodeConfigurationDeploymentSchedule (resourceGroupName As String, automationAccountName As String, JobScheduleId As Guid) As NodeConfigurationDeploymentSchedule

Parameters

resourceGroupName
String
automationAccountName
String
JobScheduleId
Guid

Returns

Applies to