New-AzureRmAutoscaleProfile

Active Directory Auditing Tool

The Who, Where and When information is very important for an administrator to have complete knowledge of all activities that occur on their Active Directory. This helps them identify any desired / undesired activity happening. ADAudit Plus assists an administrator with this information in the form of reports. In real-time, ensure critical resources in the network like the Domain Controllers are audited, monitored and reported with the entire information on AD objects - Users, Groups, GPO, Computer, OU, DNS, AD Schema and Configuration changes with 200+ detailed event specific GUI reports and email alerts.

Account Management » New-AzureRmAutoscaleProfile

New-AzureRmAutoscaleProfile

Syntax

New-AzureRmAutoscaleProfile

-Name  <String>]

-DefaultCapacity <String>]

-MaximumCapacity  <String>]

-MinimumCapacity  <String>

-Rule 

<System.Collections.Generic.List`1[Microsoft.Azure.Management.Insights.Models. ScaleRule]>]

[-DefaultProfile <IAzureContextContainer>]

[ <CommonParameters>]

New-AzureRmAutoscaleProfile

-Name  <String>]

-DefaultCapacity <String>]

-MaximumCapacity  <String>]

-MinimumCapacity  <String>

-StartTimeWindow  <DateTime>

-EndTimeWindow  <DateTime>

-TimeWindowTimeZone <String>

-Rule 

<System.Collections.Generic.List`1[Microsoft.Azure.Management.Insights.Models. ScaleRule]>]

[-DefaultProfile <IAzureContextContainer>]

[ <CommonParameters>]

Description

The New-AzureRmAutoscaleProfile cmdlet creates an Autoscale profile.

Required parameters

Parameter Description Type Position Default value Accept pipeline input Accept Wildcard characters
-DefaultCapacity Specifies the default capacity. String Named None True False
-EndTimeWindow Specifies the end of the time window. DateTime Named None True False
-MaximumCapacity Specifies the maximum capacity. String Named None True False
-MinimumCapacity Specifies the minimum capacity. String Named None True False
-Name Specifies the name of the profile to create. String Named None True False
-RecurrenceFrequency Specifies the frequency of recurrence.Parameter sets:None,Second,Minute,Hour,Day,Week,Month,Year Recurrence Frequency Named None True False
-Rule Specifies the list of rules to add to the profile. System.Collections.Generic.List`1[Microsoft.Azure.Management.Monitor.Management.Models.Scale Rule] Named None True False
-ScheduleDay Specifies the scheduled days. System.Collections.Generic.List`1[System.String] Named None True False
-ScheduleHour Specifies the scheduled hours. System.Collections.Generic.List`1[System.Nullable`1[System.Int32]] Named None True False
-ScheduleMinute Specifies the scheduled minutes. System.Collections.Generic.List`1[System.Nullable`1[System.Int32]] Named None True False
-ScheduleTimeZone Specifies the time zone of the schedule String Named None True False
-StartTimeWindow Specifies the start of the time window. DateTime Named None True False
-TimeWindowTimeZone Specifies the time zone of the time window. String Named None True False

Output

Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile