public final class SqlDatabaseGetPropertiesResource extends SqlDatabaseResource
| Constructor and Description |
|---|
SqlDatabaseGetPropertiesResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
colls()
Get the colls property: A system generated property that specified the addressable path of the collections
resource.
|
String |
etag()
Get the etag property: A system generated property representing the resource etag required for optimistic
concurrency control.
|
String |
rid()
Get the rid property: A system generated property.
|
Object |
ts()
Get the ts property: A system generated property that denotes the last updated timestamp of the resource.
|
String |
users()
Get the users property: A system generated property that specifies the addressable path of the users resource.
|
void |
validate()
Validates the instance.
|
SqlDatabaseGetPropertiesResource |
withColls(String colls)
Set the colls property: A system generated property that specified the addressable path of the collections
resource.
|
SqlDatabaseGetPropertiesResource |
withUsers(String users)
Set the users property: A system generated property that specifies the addressable path of the users resource.
|
id, withIdpublic String colls()
public SqlDatabaseGetPropertiesResource withColls(String colls)
colls - the colls value to set.public String users()
public SqlDatabaseGetPropertiesResource withUsers(String users)
users - the users value to set.public String rid()
public Object ts()
public String etag()
public void validate()
validate in class SqlDatabaseResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.