ScheduleProperties.Frequency Propriedade
Opcional. Obtém ou define a frequência da agenda.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public string Frequency { get; set; }
public:
property String^ Frequency {
String^ get();
void set(String^ value);
}
member Frequency : string with get, set
Public Property Frequency As String
Valor de propriedade
Type: System.String
Consulte também
Classe ScheduleProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo