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

406 строки
29 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics"
name: "ServiceFabrics"
nameWithType: "ServiceFabrics"
summary: "Resource collection API of Service<wbr>Fabrics."
syntax: "public interface **ServiceFabrics**"
methods:
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.define(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.define(String name)"
name: "define(String name)"
nameWithType: "ServiceFabrics.define(String name)"
summary: "Begins definition for a new Service<wbr>Fabric 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 ServiceFabric.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new ServiceFabric resource."
returns:
description: "the first stage of the new ServiceFabric definition."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ServiceFabric.DefinitionStages.Blank?alt=com.azure.resourcemanager.devtestlabs.models.ServiceFabric.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.delete(String resourceGroupName, String labName, String username, String name)"
name: "delete(String resourceGroupName, String labName, String username, String name)"
nameWithType: "ServiceFabrics.delete(String resourceGroupName, String labName, String username, String name)"
summary: "Delete service fabric."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the service fabric."
name: "name"
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 labName, String username, String name)"
desc: "Delete service fabric. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.delete(String resourceGroupName, String labName, String username, String name, Context context)"
name: "delete(String resourceGroupName, String labName, String username, String name, Context context)"
nameWithType: "ServiceFabrics.delete(String resourceGroupName, String labName, String username, String name, Context context)"
summary: "Delete service fabric."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the service fabric."
name: "name"
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 void delete(String resourceGroupName, String labName, String username, String name, Context context)"
desc: "Delete service fabric. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "ServiceFabrics.deleteById(String id)"
summary: "Delete service fabric."
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: "Delete service fabric. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "ServiceFabrics.deleteByIdWithResponse(String id, Context context)"
summary: "Delete service fabric."
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 void deleteByIdWithResponse(String id, Context context)"
desc: "Delete service fabric. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.get(String resourceGroupName, String labName, String username, String name)"
name: "get(String resourceGroupName, String labName, String username, String name)"
nameWithType: "ServiceFabrics.get(String resourceGroupName, String labName, String username, String name)"
summary: "Get service fabric."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the service fabric."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ServiceFabric get(String resourceGroupName, String labName, String username, String name)"
desc: "Get service fabric."
returns:
description: "service fabric."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ServiceFabric?alt=com.azure.resourcemanager.devtestlabs.models.ServiceFabric&text=ServiceFabric\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.getById(String id)"
name: "getById(String id)"
nameWithType: "ServiceFabrics.getById(String id)"
summary: "Get service fabric."
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 ServiceFabric getById(String id)"
desc: "Get service fabric."
returns:
description: "service fabric 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.devtestlabs.models.ServiceFabric?alt=com.azure.resourcemanager.devtestlabs.models.ServiceFabric&text=ServiceFabric\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.getByIdWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.getByIdWithResponse(String id, String expand, Context context)"
name: "getByIdWithResponse(String id, String expand, Context context)"
nameWithType: "ServiceFabrics.getByIdWithResponse(String id, String expand, Context context)"
summary: "Get service fabric."
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: "Specify the $expand query. Example: 'properties($expand=applicableSchedule)'."
name: "expand"
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<ServiceFabric> getByIdWithResponse(String id, String expand, Context context)"
desc: "Get service fabric."
returns:
description: "service fabric 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.devtestlabs.models.ServiceFabric?alt=com.azure.resourcemanager.devtestlabs.models.ServiceFabric&text=ServiceFabric\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.getWithResponse(String resourceGroupName, String labName, String username, String name, String expand, Context context)"
name: "getWithResponse(String resourceGroupName, String labName, String username, String name, String expand, Context context)"
nameWithType: "ServiceFabrics.getWithResponse(String resourceGroupName, String labName, String username, String name, String expand, Context context)"
summary: "Get service fabric."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the service fabric."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specify the $expand query. Example: 'properties($expand=applicableSchedule)'."
name: "expand"
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<ServiceFabric> getWithResponse(String resourceGroupName, String labName, String username, String name, String expand, Context context)"
desc: "Get service fabric."
returns:
description: "service fabric 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.devtestlabs.models.ServiceFabric?alt=com.azure.resourcemanager.devtestlabs.models.ServiceFabric&text=ServiceFabric\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.list(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.list(String resourceGroupName, String labName, String username)"
name: "list(String resourceGroupName, String labName, String username)"
nameWithType: "ServiceFabrics.list(String resourceGroupName, String labName, String username)"
summary: "List service fabrics in a given user profile."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ServiceFabric> list(String resourceGroupName, String labName, String username)"
desc: "List service fabrics in a given user profile."
returns:
description: "the response of a list operation 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.devtestlabs.models.ServiceFabric?alt=com.azure.resourcemanager.devtestlabs.models.ServiceFabric&text=ServiceFabric\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.list(String resourceGroupName, String labName, String username, String expand, String filter, Integer top, String orderby, Context context)"
name: "list(String resourceGroupName, String labName, String username, String expand, String filter, Integer top, String orderby, Context context)"
nameWithType: "ServiceFabrics.list(String resourceGroupName, String labName, String username, String expand, String filter, Integer top, String orderby, Context context)"
summary: "List service fabrics in a given user profile."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specify the $expand query. Example: 'properties($expand=applicableSchedule)'."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The filter to apply to the operation. Example: '$filter=contains(name,'myName')."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The maximum number of resources to return from the operation. Example: '$top=10'."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "The ordering expression for the results, using OData notation. Example: '$orderby=name desc'."
name: "orderby"
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 PagedIterable<ServiceFabric> list(String resourceGroupName, String labName, String username, String expand, String filter, Integer top, String orderby, Context context)"
desc: "List service fabrics in a given user profile."
returns:
description: "the response of a list operation 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.devtestlabs.models.ServiceFabric?alt=com.azure.resourcemanager.devtestlabs.models.ServiceFabric&text=ServiceFabric\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.listApplicableSchedules(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.listApplicableSchedules(String resourceGroupName, String labName, String username, String name)"
name: "listApplicableSchedules(String resourceGroupName, String labName, String username, String name)"
nameWithType: "ServiceFabrics.listApplicableSchedules(String resourceGroupName, String labName, String username, String name)"
summary: "Lists the applicable start/stop schedules, if any."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the service fabric."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ApplicableSchedule listApplicableSchedules(String resourceGroupName, String labName, String username, String name)"
desc: "Lists the applicable start/stop schedules, if any."
returns:
description: "schedules applicable to a virtual machine."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ApplicableSchedule?alt=com.azure.resourcemanager.devtestlabs.models.ApplicableSchedule&text=ApplicableSchedule\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.listApplicableSchedulesWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.listApplicableSchedulesWithResponse(String resourceGroupName, String labName, String username, String name, Context context)"
name: "listApplicableSchedulesWithResponse(String resourceGroupName, String labName, String username, String name, Context context)"
nameWithType: "ServiceFabrics.listApplicableSchedulesWithResponse(String resourceGroupName, String labName, String username, String name, Context context)"
summary: "Lists the applicable start/stop schedules, if any."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the service fabric."
name: "name"
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<ApplicableSchedule> listApplicableSchedulesWithResponse(String resourceGroupName, String labName, String username, String name, Context context)"
desc: "Lists the applicable start/stop schedules, if any."
returns:
description: "schedules applicable to a virtual machine 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.devtestlabs.models.ApplicableSchedule?alt=com.azure.resourcemanager.devtestlabs.models.ApplicableSchedule&text=ApplicableSchedule\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.start(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.start(String resourceGroupName, String labName, String username, String name)"
name: "start(String resourceGroupName, String labName, String username, String name)"
nameWithType: "ServiceFabrics.start(String resourceGroupName, String labName, String username, String name)"
summary: "Start a service fabric."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the service fabric."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void start(String resourceGroupName, String labName, String username, String name)"
desc: "Start a service fabric. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.start(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.start(String resourceGroupName, String labName, String username, String name, Context context)"
name: "start(String resourceGroupName, String labName, String username, String name, Context context)"
nameWithType: "ServiceFabrics.start(String resourceGroupName, String labName, String username, String name, Context context)"
summary: "Start a service fabric."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the service fabric."
name: "name"
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 void start(String resourceGroupName, String labName, String username, String name, Context context)"
desc: "Start a service fabric. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.stop(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.stop(String resourceGroupName, String labName, String username, String name)"
name: "stop(String resourceGroupName, String labName, String username, String name)"
nameWithType: "ServiceFabrics.stop(String resourceGroupName, String labName, String username, String name)"
summary: "Stop a service fabric This operation can take a while to complete."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the service fabric."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void stop(String resourceGroupName, String labName, String username, String name)"
desc: "Stop a service fabric This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.stop(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.ServiceFabrics.stop(String resourceGroupName, String labName, String username, String name, Context context)"
name: "stop(String resourceGroupName, String labName, String username, String name, Context context)"
nameWithType: "ServiceFabrics.stop(String resourceGroupName, String labName, String username, String name, Context context)"
summary: "Stop a service fabric This operation can take a while to complete."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the user profile."
name: "username"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the service fabric."
name: "name"
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 void stop(String resourceGroupName, String labName, String username, String name, Context context)"
desc: "Stop a service fabric This operation can take a while to complete."
type: "interface"
desc: "Resource collection API of ServiceFabrics."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0