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

364 строки
29 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient"
name: "UsersClient"
nameWithType: "UsersClient"
summary: "An instance of this class provides access to all the operations defined in Users<wbr>Client."
syntax: "public interface **UsersClient**"
methods:
- uid: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.fluent.models.UserInner)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.beginCreateOrUpdate(String resourceGroupName, String labName, String name, UserInner user)"
name: "beginCreateOrUpdate(String resourceGroupName, String labName, String name, UserInner user)"
nameWithType: "UsersClient.beginCreateOrUpdate(String resourceGroupName, String labName, String name, UserInner user)"
summary: "Create or replace an existing 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Profile of a lab user."
name: "user"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.UserInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<UserInner>,UserInner> beginCreateOrUpdate(String resourceGroupName, String labName, String name, UserInner user)"
desc: "Create or replace an existing user profile. This operation can take a while to complete."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of profile of a lab user."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.UserInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.UserInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.beginCreateOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.fluent.models.UserInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.beginCreateOrUpdate(String resourceGroupName, String labName, String name, UserInner user, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String labName, String name, UserInner user, Context context)"
nameWithType: "UsersClient.beginCreateOrUpdate(String resourceGroupName, String labName, String name, UserInner user, Context context)"
summary: "Create or replace an existing 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Profile of a lab user."
name: "user"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.UserInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />"
- 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 SyncPoller<PollResult<UserInner>,UserInner> beginCreateOrUpdate(String resourceGroupName, String labName, String name, UserInner user, Context context)"
desc: "Create or replace an existing user profile. This operation can take a while to complete."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of profile of a lab user."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.UserInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.UserInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.beginDelete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.beginDelete(String resourceGroupName, String labName, String name)"
name: "beginDelete(String resourceGroupName, String labName, String name)"
nameWithType: "UsersClient.beginDelete(String resourceGroupName, String labName, String name)"
summary: "Delete 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String labName, String name)"
desc: "Delete user profile. This operation can take a while to complete."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.beginDelete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.beginDelete(String resourceGroupName, String labName, String name, Context context)"
name: "beginDelete(String resourceGroupName, String labName, String name, Context context)"
nameWithType: "UsersClient.beginDelete(String resourceGroupName, String labName, String name, Context context)"
summary: "Delete 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: "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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String labName, String name, Context context)"
desc: "Delete user profile. This operation can take a while to complete."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.fluent.models.UserInner)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.createOrUpdate(String resourceGroupName, String labName, String name, UserInner user)"
name: "createOrUpdate(String resourceGroupName, String labName, String name, UserInner user)"
nameWithType: "UsersClient.createOrUpdate(String resourceGroupName, String labName, String name, UserInner user)"
summary: "Create or replace an existing 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Profile of a lab user."
name: "user"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.UserInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract UserInner createOrUpdate(String resourceGroupName, String labName, String name, UserInner user)"
desc: "Create or replace an existing user profile. This operation can take a while to complete."
returns:
description: "profile of a lab user."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.UserInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.createOrUpdate(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.fluent.models.UserInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.createOrUpdate(String resourceGroupName, String labName, String name, UserInner user, Context context)"
name: "createOrUpdate(String resourceGroupName, String labName, String name, UserInner user, Context context)"
nameWithType: "UsersClient.createOrUpdate(String resourceGroupName, String labName, String name, UserInner user, Context context)"
summary: "Create or replace an existing 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Profile of a lab user."
name: "user"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.UserInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />"
- 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 UserInner createOrUpdate(String resourceGroupName, String labName, String name, UserInner user, Context context)"
desc: "Create or replace an existing user profile. This operation can take a while to complete."
returns:
description: "profile of a lab user."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.UserInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.delete(String resourceGroupName, String labName, String name)"
name: "delete(String resourceGroupName, String labName, String name)"
nameWithType: "UsersClient.delete(String resourceGroupName, String labName, String name)"
summary: "Delete 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: "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 name)"
desc: "Delete user profile. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.delete(String resourceGroupName, String labName, String name, Context context)"
name: "delete(String resourceGroupName, String labName, String name, Context context)"
nameWithType: "UsersClient.delete(String resourceGroupName, String labName, String name, Context context)"
summary: "Delete 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: "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 name, Context context)"
desc: "Delete user profile. This operation can take a while to complete."
- uid: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.get(String resourceGroupName, String labName, String name)"
name: "get(String resourceGroupName, String labName, String name)"
nameWithType: "UsersClient.get(String resourceGroupName, String labName, String name)"
summary: "Get 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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract UserInner get(String resourceGroupName, String labName, String name)"
desc: "Get user profile."
returns:
description: "user profile."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.UserInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)"
name: "getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)"
nameWithType: "UsersClient.getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)"
summary: "Get 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: "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($select=identity)'."
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<UserInner> getWithResponse(String resourceGroupName, String labName, String name, String expand, Context context)"
desc: "Get user profile."
returns:
description: "user profile 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.fluent.models.UserInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.list(String resourceGroupName, String labName)"
name: "list(String resourceGroupName, String labName)"
nameWithType: "UsersClient.list(String resourceGroupName, String labName)"
summary: "List user profiles in a given lab."
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>"
syntax: "public abstract PagedIterable<UserInner> list(String resourceGroupName, String labName)"
desc: "List user profiles in a given lab."
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.fluent.models.UserInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.list(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.fluent.UsersClient.list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)"
name: "list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)"
nameWithType: "UsersClient.list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)"
summary: "List user profiles in a given lab."
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: "Specify the $expand query. Example: 'properties($select=identity)'."
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<UserInner> list(String resourceGroupName, String labName, String expand, String filter, Integer top, String orderby, Context context)"
desc: "List user profiles in a given lab."
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.fluent.models.UserInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.update(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.UserFragment)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.update(String resourceGroupName, String labName, String name, UserFragment user)"
name: "update(String resourceGroupName, String labName, String name, UserFragment user)"
nameWithType: "UsersClient.update(String resourceGroupName, String labName, String name, UserFragment user)"
summary: "Allows modifying tags of user profiles."
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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Profile of a lab user."
name: "user"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.UserFragment?alt=com.azure.resourcemanager.devtestlabs.models.UserFragment&text=UserFragment\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract UserInner update(String resourceGroupName, String labName, String name, UserFragment user)"
desc: "Allows modifying tags of user profiles. All other properties will be ignored."
returns:
description: "profile of a lab user."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.UserInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.updateWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.UserFragment,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.UsersClient.updateWithResponse(String resourceGroupName, String labName, String name, UserFragment user, Context context)"
name: "updateWithResponse(String resourceGroupName, String labName, String name, UserFragment user, Context context)"
nameWithType: "UsersClient.updateWithResponse(String resourceGroupName, String labName, String name, UserFragment user, Context context)"
summary: "Allows modifying tags of user profiles."
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: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Profile of a lab user."
name: "user"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.UserFragment?alt=com.azure.resourcemanager.devtestlabs.models.UserFragment&text=UserFragment\" data-throw-if-not-resolved=\"False\" />"
- 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<UserInner> updateWithResponse(String resourceGroupName, String labName, String name, UserFragment user, Context context)"
desc: "Allows modifying tags of user profiles. All other properties will be ignored."
returns:
description: "profile of a lab user 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.fluent.models.UserInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.UserInner&text=UserInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in UsersClient."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0