NetAppAccountPatch Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. netapp. models. NetAppAccountPatch
- com.
- com.
- com.
public final class NetAppAccountPatch
extends Resource
NetApp account patch resource.
Constructor Summary
Constructor | Description |
---|---|
NetAppAccountPatch() |
Creates an instance of Net |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Active |
activeDirectories()
Get the active |
Boolean |
disableShowmount()
Get the disable |
Account |
encryption()
Get the encryption property: Encryption settings. |
static
Net |
fromJson(JsonReader jsonReader)
Reads an instance of Net |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
Managed |
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 provisioning |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Net |
withActiveDirectories(List<ActiveDirectory> activeDirectories)
Set the active |
Net |
withEncryption(AccountEncryption encryption)
Set the encryption property: Encryption settings. |
Net |
withIdentity(ManagedServiceIdentity identity)
Set the identity property: The identity used for the resource. |
Net |
withLocation(String location) |
Net |
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
Get the activeDirectories property: Active Directories.
Returns:
disableShowmount
public Boolean disableShowmount()
Get the disableShowmount property: Shows the status of disableShowmount for all volumes under the subscription, null equals false.
Returns:
encryption
public AccountEncryption encryption()
Get the encryption property: Encryption settings.
Returns:
fromJson
public static NetAppAccountPatch fromJson(JsonReader jsonReader)
Reads an instance of NetAppAccountPatch from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
NetAppAccountPatch.id()Returns:
identity
public ManagedServiceIdentity identity()
Get the identity property: The identity used for the resource.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
NetAppAccountPatch.name()Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: Azure lifecycle management.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
NetAppAccountPatch.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
NetAppAccountPatch.type()Returns:
validate
public void validate()
Validates the instance.
withActiveDirectories
public NetAppAccountPatch withActiveDirectories(List
Set the activeDirectories property: Active Directories.
Parameters:
Returns:
withEncryption
public NetAppAccountPatch withEncryption(AccountEncryption encryption)
Set the encryption property: Encryption settings.
Parameters:
Returns:
withIdentity
public NetAppAccountPatch withIdentity(ManagedServiceIdentity identity)
Set the identity property: The identity used for the resource.
Parameters:
Returns:
withLocation
public NetAppAccountPatch withLocation(String location)
Overrides:
NetAppAccountPatch.withLocation(String location)Parameters:
withTags
public NetAppAccountPatch withTags(Map
Overrides:
NetAppAccountPatch.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java