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

270 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.deviceupdate.models.Account"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account"
name: "Account"
nameWithType: "Account"
summary: "An immutable client-side representation of Account."
syntax: "public interface **Account**"
methods:
- uid: "com.azure.resourcemanager.deviceupdate.models.Account.encryption()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.encryption()"
name: "encryption()"
nameWithType: "Account.encryption()"
summary: "Gets the encryption property: CMK encryption at rest properties."
modifiers:
- "abstract"
syntax: "public abstract Encryption encryption()"
desc: "Gets the encryption property: CMK encryption at rest properties."
returns:
description: "the encryption value."
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.models.Encryption?alt=com.azure.resourcemanager.deviceupdate.models.Encryption&text=Encryption\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.deviceupdate.models.Account.hostname()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.hostname()"
name: "hostname()"
nameWithType: "Account.hostname()"
summary: "Gets the hostname property: API host name."
modifiers:
- "abstract"
syntax: "public abstract String hostname()"
desc: "Gets the hostname property: API host name."
returns:
description: "the hostname value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.deviceupdate.models.Account.id()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.id()"
name: "id()"
nameWithType: "Account.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.deviceupdate.models.Account.identity()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.identity()"
name: "identity()"
nameWithType: "Account.identity()"
summary: "Gets the identity property: The type of identity used for the resource."
modifiers:
- "abstract"
syntax: "public abstract ManagedServiceIdentity identity()"
desc: "Gets the identity property: The type of identity used for the resource."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.deviceupdate.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.deviceupdate.models.Account.innerModel()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.innerModel()"
name: "innerModel()"
nameWithType: "Account.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>deviceupdate.<wbr>fluent.<wbr>models.<wbr>Account<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract AccountInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.deviceupdate.fluent.models.AccountInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.fluent.models.AccountInner?alt=com.azure.resourcemanager.deviceupdate.fluent.models.AccountInner&text=AccountInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.deviceupdate.models.Account.location()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.location()"
name: "location()"
nameWithType: "Account.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.deviceupdate.models.Account.locations()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.locations()"
name: "locations()"
nameWithType: "Account.locations()"
summary: "Gets the locations property: Device Update account primary and failover location details."
modifiers:
- "abstract"
syntax: "public abstract List<Location> locations()"
desc: "Gets the locations property: Device Update account primary and failover location details."
returns:
description: "the locations value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.deviceupdate.models.Location?alt=com.azure.resourcemanager.deviceupdate.models.Location&text=Location\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.deviceupdate.models.Account.name()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.name()"
name: "name()"
nameWithType: "Account.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.deviceupdate.models.Account.privateEndpointConnections()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.privateEndpointConnections()"
name: "privateEndpointConnections()"
nameWithType: "Account.privateEndpointConnections()"
summary: "Gets the private<wbr>Endpoint<wbr>Connections property: List of private endpoint connections associated with the account."
modifiers:
- "abstract"
syntax: "public abstract List<PrivateEndpointConnection> privateEndpointConnections()"
desc: "Gets the privateEndpointConnections property: List of private endpoint connections associated with the account."
returns:
description: "the privateEndpointConnections value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.deviceupdate.models.PrivateEndpointConnection?alt=com.azure.resourcemanager.deviceupdate.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.deviceupdate.models.Account.provisioningState()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.provisioningState()"
name: "provisioningState()"
nameWithType: "Account.provisioningState()"
summary: "Gets the provisioning<wbr>State property: Provisioning state."
modifiers:
- "abstract"
syntax: "public abstract ProvisioningState provisioningState()"
desc: "Gets the provisioningState property: Provisioning state."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.models.ProvisioningState?alt=com.azure.resourcemanager.deviceupdate.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.deviceupdate.models.Account.publicNetworkAccess()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.publicNetworkAccess()"
name: "publicNetworkAccess()"
nameWithType: "Account.publicNetworkAccess()"
summary: "Gets the public<wbr>Network<wbr>Access property: Whether or not public network access is allowed for the account."
modifiers:
- "abstract"
syntax: "public abstract PublicNetworkAccess publicNetworkAccess()"
desc: "Gets the publicNetworkAccess property: Whether or not public network access is allowed for the account."
returns:
description: "the publicNetworkAccess value."
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.models.PublicNetworkAccess?alt=com.azure.resourcemanager.deviceupdate.models.PublicNetworkAccess&text=PublicNetworkAccess\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.deviceupdate.models.Account.refresh()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.refresh()"
name: "refresh()"
nameWithType: "Account.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract Account refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.models.Account?alt=com.azure.resourcemanager.deviceupdate.models.Account&text=Account\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.deviceupdate.models.Account.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "Account.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 Account refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.models.Account?alt=com.azure.resourcemanager.deviceupdate.models.Account&text=Account\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.deviceupdate.models.Account.region()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.region()"
name: "region()"
nameWithType: "Account.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.deviceupdate.models.Account.regionName()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.regionName()"
name: "regionName()"
nameWithType: "Account.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.deviceupdate.models.Account.resourceGroupName()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "Account.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.deviceupdate.models.Account.sku()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.sku()"
name: "sku()"
nameWithType: "Account.sku()"
summary: "Gets the sku property: Device Update Sku."
modifiers:
- "abstract"
syntax: "public abstract Sku sku()"
desc: "Gets the sku property: Device Update Sku."
returns:
description: "the sku value."
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.models.Sku?alt=com.azure.resourcemanager.deviceupdate.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.deviceupdate.models.Account.systemData()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.systemData()"
name: "systemData()"
nameWithType: "Account.systemData()"
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
modifiers:
- "abstract"
syntax: "public abstract SystemData systemData()"
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
returns:
description: "the systemData value."
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.deviceupdate.models.Account.tags()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.tags()"
name: "tags()"
nameWithType: "Account.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>&lt;<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>&gt;"
- uid: "com.azure.resourcemanager.deviceupdate.models.Account.type()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.type()"
name: "type()"
nameWithType: "Account.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.deviceupdate.models.Account.update()"
fullName: "com.azure.resourcemanager.deviceupdate.models.Account.update()"
name: "update()"
nameWithType: "Account.update()"
summary: "Begins update for the Account resource."
modifiers:
- "abstract"
syntax: "public abstract Account.Update update()"
desc: "Begins update for the Account resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.deviceupdate.models.Account.Update?alt=com.azure.resourcemanager.deviceupdate.models.Account.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of Account."
metadata: {}
package: "com.azure.resourcemanager.deviceupdate.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-deviceupdate:1.0.0