NginxStorageAccount Class
- java.
lang. Object - com.
azure. resourcemanager. nginx. models. NginxStorageAccount
- com.
Implements
public final class NginxStorageAccount
implements JsonSerializable<NginxStorageAccount>
Nginx Storage Account.
Constructor Summary
| Constructor | Description |
|---|---|
| NginxStorageAccount() |
Creates an instance of Nginx |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
accountName()
Get the account |
| String |
containerName()
Get the container |
|
static
Nginx |
fromJson(JsonReader jsonReader)
Reads an instance of Nginx |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Nginx |
withAccountName(String accountName)
Set the account |
|
Nginx |
withContainerName(String containerName)
Set the container |
Methods inherited from java.lang.Object
Constructor Details
NginxStorageAccount
public NginxStorageAccount()
Creates an instance of NginxStorageAccount class.
Method Details
accountName
public String accountName()
Get the accountName property: The accountName property.
Returns:
containerName
public String containerName()
Get the containerName property: The containerName property.
Returns:
fromJson
public static NginxStorageAccount fromJson(JsonReader jsonReader)
Reads an instance of NginxStorageAccount from the JsonReader.
Parameters:
Returns:
Throws:
toJson
withAccountName
public NginxStorageAccount withAccountName(String accountName)
Set the accountName property: The accountName property.
Parameters:
Returns:
withContainerName
public NginxStorageAccount withContainerName(String containerName)
Set the containerName property: The containerName property.
Parameters:
Returns: