222 строки
11 KiB
YAML
222 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.devtestlabs.models.User"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User"
|
|
name: "User"
|
|
nameWithType: "User"
|
|
summary: "An immutable client-side representation of User."
|
|
syntax: "public interface **User**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.User.createdDate()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.createdDate()"
|
|
name: "createdDate()"
|
|
nameWithType: "User.createdDate()"
|
|
summary: "Gets the created<wbr>Date property: The creation date of the user profile."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime createdDate()"
|
|
desc: "Gets the createdDate property: The creation date of the user profile."
|
|
returns:
|
|
description: "the createdDate value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.User.id()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.id()"
|
|
name: "id()"
|
|
nameWithType: "User.id()"
|
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.User.identity()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.identity()"
|
|
name: "identity()"
|
|
nameWithType: "User.identity()"
|
|
summary: "Gets the identity property: The identity of the user."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract UserIdentity identity()"
|
|
desc: "Gets the identity property: The identity of the user."
|
|
returns:
|
|
description: "the identity value."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.UserIdentity?alt=com.azure.resourcemanager.devtestlabs.models.UserIdentity&text=UserIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.User.innerModel()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "User.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>devtestlabs.<wbr>fluent.<wbr>models.<wbr>User<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract UserInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.UserInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
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.models.User.location()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.location()"
|
|
name: "location()"
|
|
nameWithType: "User.location()"
|
|
summary: "Gets the location property: The geo-location where the resource lives."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String location()"
|
|
desc: "Gets the location property: The geo-location where the resource lives."
|
|
returns:
|
|
description: "the location value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.User.name()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.name()"
|
|
name: "name()"
|
|
nameWithType: "User.name()"
|
|
summary: "Gets the name property: The name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.User.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "User.provisioningState()"
|
|
summary: "Gets the provisioning<wbr>State property: The provisioning status of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String provisioningState()"
|
|
desc: "Gets the provisioningState property: The provisioning status of the resource."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.User.refresh()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.refresh()"
|
|
name: "refresh()"
|
|
nameWithType: "User.refresh()"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract User refresh()"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.User?alt=com.azure.resourcemanager.devtestlabs.models.User&text=User\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.User.refresh(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.refresh(Context context)"
|
|
name: "refresh(Context context)"
|
|
nameWithType: "User.refresh(Context context)"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- 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 User refresh(Context context)"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.User?alt=com.azure.resourcemanager.devtestlabs.models.User&text=User\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.User.region()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.region()"
|
|
name: "region()"
|
|
nameWithType: "User.region()"
|
|
summary: "Gets the region of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Region region()"
|
|
desc: "Gets the region of the resource."
|
|
returns:
|
|
description: "the region of the resource."
|
|
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.User.regionName()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.regionName()"
|
|
name: "regionName()"
|
|
nameWithType: "User.regionName()"
|
|
summary: "Gets the name of the resource region."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String regionName()"
|
|
desc: "Gets the name of the resource region."
|
|
returns:
|
|
description: "the name of the resource region."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.User.resourceGroupName()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.resourceGroupName()"
|
|
name: "resourceGroupName()"
|
|
nameWithType: "User.resourceGroupName()"
|
|
summary: "Gets the name of the resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceGroupName()"
|
|
desc: "Gets the name of the resource group."
|
|
returns:
|
|
description: "the name of the resource group."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.User.secretStore()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.secretStore()"
|
|
name: "secretStore()"
|
|
nameWithType: "User.secretStore()"
|
|
summary: "Gets the secret<wbr>Store property: The secret store of the user."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract UserSecretStore secretStore()"
|
|
desc: "Gets the secretStore property: The secret store of the user."
|
|
returns:
|
|
description: "the secretStore value."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.UserSecretStore?alt=com.azure.resourcemanager.devtestlabs.models.UserSecretStore&text=UserSecretStore\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.User.tags()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.tags()"
|
|
name: "tags()"
|
|
nameWithType: "User.tags()"
|
|
summary: "Gets the tags property: Resource tags."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,String> tags()"
|
|
desc: "Gets the tags property: Resource tags."
|
|
returns:
|
|
description: "the tags value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.User.type()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.type()"
|
|
name: "type()"
|
|
nameWithType: "User.type()"
|
|
summary: "Gets the type property: The type of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.User.uniqueIdentifier()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.uniqueIdentifier()"
|
|
name: "uniqueIdentifier()"
|
|
nameWithType: "User.uniqueIdentifier()"
|
|
summary: "Gets the unique<wbr>Identifier property: The unique immutable identifier of a resource (Guid)."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String uniqueIdentifier()"
|
|
desc: "Gets the uniqueIdentifier property: The unique immutable identifier of a resource (Guid)."
|
|
returns:
|
|
description: "the uniqueIdentifier value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.User.update()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.User.update()"
|
|
name: "update()"
|
|
nameWithType: "User.update()"
|
|
summary: "Begins update for the User resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract User.Update update()"
|
|
desc: "Begins update for the User resource."
|
|
returns:
|
|
description: "the stage of resource update."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.User.Update?alt=com.azure.resourcemanager.devtestlabs.models.User.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of User."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.devtestlabs.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0
|