Construtor JobCreateProperties (RunbookAssociationProperty)
Inicializa uma nova instância da classe JobCreateProperties com argumentos necessários.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public JobCreateProperties(
RunbookAssociationProperty runbook
)
public:
JobCreateProperties(
RunbookAssociationProperty^ runbook
)
new :
runbook:RunbookAssociationProperty -> JobCreateProperties
Public Sub New (
runbook As RunbookAssociationProperty
)
Consulte também
JobCreateProperties Sobrecarga
Classe JobCreateProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo