Freigeben über


NetAppAccountPatch Class

public final class NetAppAccountPatch
extends Resource

NetApp account patch resource.

Constructor Summary

Constructor Description
NetAppAccountPatch()

Creates an instance of NetAppAccountPatch class.

Method Summary

Modifier and Type Method and Description
List<ActiveDirectory> activeDirectories()

Get the activeDirectories property: Active Directories.

Boolean disableShowmount()

Get the disableShowmount property: Shows the status of disableShowmount for all volumes under the subscription, null equals false.

AccountEncryption encryption()

Get the encryption property: Encryption settings.

static NetAppAccountPatch fromJson(JsonReader jsonReader)

Reads an instance of NetAppAccountPatch from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

ManagedServiceIdentity identity()

Get the identity property: The identity used for the resource.

String name()

Get the name property: The name of the resource.

String provisioningState()

Get the provisioningState property: Azure lifecycle management.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

NetAppAccountPatch withActiveDirectories(List<ActiveDirectory> activeDirectories)

Set the activeDirectories property: Active Directories.

NetAppAccountPatch withEncryption(AccountEncryption encryption)

Set the encryption property: Encryption settings.

NetAppAccountPatch withIdentity(ManagedServiceIdentity identity)

Set the identity property: The identity used for the resource.

NetAppAccountPatch withLocation(String location)
NetAppAccountPatch withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

NetAppAccountPatch

public NetAppAccountPatch()

Creates an instance of NetAppAccountPatch class.

Method Details

activeDirectories

public List activeDirectories()

Get the activeDirectories property: Active Directories.

Returns:

the activeDirectories value.

disableShowmount

public Boolean disableShowmount()

Get the disableShowmount property: Shows the status of disableShowmount for all volumes under the subscription, null equals false.

Returns:

the disableShowmount value.

encryption

public AccountEncryption encryption()

Get the encryption property: Encryption settings.

Returns:

the encryption value.

fromJson

public static NetAppAccountPatch fromJson(JsonReader jsonReader)

Reads an instance of NetAppAccountPatch from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of NetAppAccountPatch if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

NetAppAccountPatch.id()

Returns:

the id value.

identity

public ManagedServiceIdentity identity()

Get the identity property: The identity used for the resource.

Returns:

the identity value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

NetAppAccountPatch.name()

Returns:

the name value.

provisioningState

public String provisioningState()

Get the provisioningState property: Azure lifecycle management.

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

NetAppAccountPatch.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

NetAppAccountPatch.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withActiveDirectories

public NetAppAccountPatch withActiveDirectories(List activeDirectories)

Set the activeDirectories property: Active Directories.

Parameters:

activeDirectories - the activeDirectories value to set.

Returns:

the NetAppAccountPatch object itself.

withEncryption

public NetAppAccountPatch withEncryption(AccountEncryption encryption)

Set the encryption property: Encryption settings.

Parameters:

encryption - the encryption value to set.

Returns:

the NetAppAccountPatch object itself.

withIdentity

public NetAppAccountPatch withIdentity(ManagedServiceIdentity identity)

Set the identity property: The identity used for the resource.

Parameters:

identity - the identity value to set.

Returns:

the NetAppAccountPatch object itself.

withLocation

public NetAppAccountPatch withLocation(String location)

Overrides:

NetAppAccountPatch.withLocation(String location)

Parameters:

location

withTags

public NetAppAccountPatch withTags(Map tags)

Overrides:

NetAppAccountPatch.withTags(Map<String,String> tags)

Parameters:

tags

Applies to