azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.elastic...

54 строки
2.8 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: com.microsoft.azure.elasticdb.shard.base.ShardUpdate.ShardUpdate()
name: ShardUpdate()
nameWithType: ShardUpdate.ShardUpdate()
summary: <p>Instantiates the shard update object with no property set. </p>
syntax: public ShardUpdate()
uid: com.microsoft.azure.elasticdb.shard.base.ShardUpdate.ShardUpdate()
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.elasticdb.shard.base.ShardUpdate.getStatus()
name: getStatus()
nameWithType: ShardUpdate.getStatus()
returns:
type: <xref href="com.microsoft.azure.elasticdb.shard.base.ShardStatus?alt=com.microsoft.azure.elasticdb.shard.base.ShardStatus&text=ShardStatus" data-throw-if-not-resolved="False"/>
summary: <p>Get Status property. </p>
syntax: public ShardStatus getStatus()
uid: com.microsoft.azure.elasticdb.shard.base.ShardUpdate.getStatus()
- fullName: com.microsoft.azure.elasticdb.shard.base.ShardUpdate.isAnyPropertySet(ShardUpdatedProperties p)
name: isAnyPropertySet(ShardUpdatedProperties p)
nameWithType: ShardUpdate.isAnyPropertySet(ShardUpdatedProperties p)
parameters:
- description: <p>Bitmap of properties. </p>
name: p
type: <xref href="com.microsoft.azure.elasticdb.shard.base.ShardUpdatedProperties?alt=com.microsoft.azure.elasticdb.shard.base.ShardUpdatedProperties&text=ShardUpdatedProperties" data-throw-if-not-resolved="False"/>
returns:
description: <p>True if any property is set, false otherwise. </p>
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
summary: >-
<p>Checks if any of the properties specified in the given bitmap have been set by the user.</p>
<p></p>
syntax: public boolean isAnyPropertySet(ShardUpdatedProperties p)
uid: com.microsoft.azure.elasticdb.shard.base.ShardUpdate.isAnyPropertySet(ShardUpdatedProperties)
- fullName: com.microsoft.azure.elasticdb.shard.base.ShardUpdate.setStatus(ShardStatus value)
name: setStatus(ShardStatus value)
nameWithType: ShardUpdate.setStatus(ShardStatus value)
parameters:
- name: value
type: <xref href="com.microsoft.azure.elasticdb.shard.base.ShardStatus?alt=com.microsoft.azure.elasticdb.shard.base.ShardStatus&text=ShardStatus" data-throw-if-not-resolved="False"/>
summary: <p>Set Status property. </p>
syntax: public void setStatus(ShardStatus value)
uid: com.microsoft.azure.elasticdb.shard.base.ShardUpdate.setStatus(ShardStatus)
nameWithType: ShardUpdate
syntax: public class ShardUpdate
type: class
uid: com.microsoft.azure.elasticdb.shard.base.ShardUpdate
fullName: com.microsoft.azure.elasticdb.shard.base.ShardUpdate
name: ShardUpdate
package: com.microsoft.azure.elasticdb.shard.base
summary: <p>Represents updates to a Shard. </p>
metadata: {}