azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

238 строки
19 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules"
name: "ScalingPlanPooledSchedules"
nameWithType: "ScalingPlanPooledSchedules"
summary: "Resource collection API of Scaling<wbr>Plan<wbr>Pooled<wbr>Schedules."
syntax: "public interface **ScalingPlanPooledSchedules**"
methods:
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.define(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.define(String name)"
name: "define(String name)"
nameWithType: "ScalingPlanPooledSchedules.define(String name)"
summary: "Begins definition for a new Scaling<wbr>Plan<wbr>Pooled<wbr>Schedule resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ScalingPlanPooledSchedule.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new ScalingPlanPooledSchedule resource."
returns:
description: "the first stage of the new ScalingPlanPooledSchedule definition."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedule.DefinitionStages.Blank?alt=com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedule.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.delete(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName)"
name: "delete(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName)"
nameWithType: "ScalingPlanPooledSchedules.delete(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName)"
summary: "Remove a Scaling<wbr>Plan<wbr>Pooled<wbr>Schedule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the scaling plan."
name: "scalingPlanName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the ScalingPlanSchedule."
name: "scalingPlanScheduleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName)"
desc: "Remove a ScalingPlanPooledSchedule."
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "ScalingPlanPooledSchedules.deleteById(String id)"
summary: "Remove a Scaling<wbr>Plan<wbr>Pooled<wbr>Schedule."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Remove a ScalingPlanPooledSchedule."
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "ScalingPlanPooledSchedules.deleteByIdWithResponse(String id, Context context)"
summary: "Remove a Scaling<wbr>Plan<wbr>Pooled<wbr>Schedule."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> deleteByIdWithResponse(String id, Context context)"
desc: "Remove a ScalingPlanPooledSchedule."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.deleteWithResponse(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName, Context context)"
nameWithType: "ScalingPlanPooledSchedules.deleteWithResponse(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName, Context context)"
summary: "Remove a Scaling<wbr>Plan<wbr>Pooled<wbr>Schedule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the scaling plan."
name: "scalingPlanName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the ScalingPlanSchedule."
name: "scalingPlanScheduleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> deleteWithResponse(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName, Context context)"
desc: "Remove a ScalingPlanPooledSchedule."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.get(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName)"
name: "get(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName)"
nameWithType: "ScalingPlanPooledSchedules.get(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName)"
summary: "Get a Scaling<wbr>Plan<wbr>Pooled<wbr>Schedule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the scaling plan."
name: "scalingPlanName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the ScalingPlanSchedule."
name: "scalingPlanScheduleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ScalingPlanPooledSchedule get(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName)"
desc: "Get a ScalingPlanPooledSchedule."
returns:
description: "a ScalingPlanPooledSchedule."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedule?alt=com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedule&text=ScalingPlanPooledSchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.getById(String id)"
name: "getById(String id)"
nameWithType: "ScalingPlanPooledSchedules.getById(String id)"
summary: "Get a Scaling<wbr>Plan<wbr>Pooled<wbr>Schedule."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ScalingPlanPooledSchedule getById(String id)"
desc: "Get a ScalingPlanPooledSchedule."
returns:
description: "a ScalingPlanPooledSchedule along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedule?alt=com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedule&text=ScalingPlanPooledSchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "ScalingPlanPooledSchedules.getByIdWithResponse(String id, Context context)"
summary: "Get a Scaling<wbr>Plan<wbr>Pooled<wbr>Schedule."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ScalingPlanPooledSchedule> getByIdWithResponse(String id, Context context)"
desc: "Get a ScalingPlanPooledSchedule."
returns:
description: "a ScalingPlanPooledSchedule along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedule?alt=com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedule&text=ScalingPlanPooledSchedule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.getWithResponse(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName, Context context)"
name: "getWithResponse(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName, Context context)"
nameWithType: "ScalingPlanPooledSchedules.getWithResponse(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName, Context context)"
summary: "Get a Scaling<wbr>Plan<wbr>Pooled<wbr>Schedule."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the scaling plan."
name: "scalingPlanName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the ScalingPlanSchedule."
name: "scalingPlanScheduleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ScalingPlanPooledSchedule> getWithResponse(String resourceGroupName, String scalingPlanName, String scalingPlanScheduleName, Context context)"
desc: "Get a ScalingPlanPooledSchedule."
returns:
description: "a ScalingPlanPooledSchedule along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedule?alt=com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedule&text=ScalingPlanPooledSchedule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.list(String resourceGroupName, String scalingPlanName)"
name: "list(String resourceGroupName, String scalingPlanName)"
nameWithType: "ScalingPlanPooledSchedules.list(String resourceGroupName, String scalingPlanName)"
summary: "List Scaling<wbr>Plan<wbr>Pooled<wbr>Schedules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the scaling plan."
name: "scalingPlanName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ScalingPlanPooledSchedule> list(String resourceGroupName, String scalingPlanName)"
desc: "List ScalingPlanPooledSchedules."
returns:
description: "scalingPlanPooledScheduleList as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedule?alt=com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedule&text=ScalingPlanPooledSchedule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.list(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Integer,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedules.list(String resourceGroupName, String scalingPlanName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)"
name: "list(String resourceGroupName, String scalingPlanName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)"
nameWithType: "ScalingPlanPooledSchedules.list(String resourceGroupName, String scalingPlanName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)"
summary: "List Scaling<wbr>Plan<wbr>Pooled<wbr>Schedules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the scaling plan."
name: "scalingPlanName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Number of items per page."
name: "pageSize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "Indicates whether the collection is descending."
name: "isDescending"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "Initial number of items to skip."
name: "initialSkip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ScalingPlanPooledSchedule> list(String resourceGroupName, String scalingPlanName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)"
desc: "List ScalingPlanPooledSchedules."
returns:
description: "scalingPlanPooledScheduleList as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedule?alt=com.azure.resourcemanager.desktopvirtualization.models.ScalingPlanPooledSchedule&text=ScalingPlanPooledSchedule\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of ScalingPlanPooledSchedules."
metadata: {}
package: "com.azure.resourcemanager.desktopvirtualization.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-desktopvirtualization:1.2.0