Uses of Class
com.azure.resourcemanager.netapp.models.NetAppAccountPatch
Packages that use NetAppAccountPatch
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of NetAppAccountPatch in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent with parameters of type NetAppAccountPatchModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetAppAccountInner>, NetAppAccountInner> AccountsClient.beginUpdate(String resourceGroupName, String accountName, NetAppAccountPatch body) Update a NetApp account Patch the specified NetApp account.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetAppAccountInner>, NetAppAccountInner> AccountsClient.beginUpdate(String resourceGroupName, String accountName, NetAppAccountPatch body, com.azure.core.util.Context context) Update a NetApp account Patch the specified NetApp account.AccountsClient.update(String resourceGroupName, String accountName, NetAppAccountPatch body) Update a NetApp account Patch the specified NetApp account.AccountsClient.update(String resourceGroupName, String accountName, NetAppAccountPatch body, com.azure.core.util.Context context) Update a NetApp account Patch the specified NetApp account. -
Uses of NetAppAccountPatch in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return NetAppAccountPatchModifier and TypeMethodDescriptionstatic NetAppAccountPatchNetAppAccountPatch.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetAppAccountPatch from the JsonReader.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.withNfsV4IdDomain(String nfsV4IdDomain) Set the nfsV4IdDomain property: Domain for NFSv4 user ID mapping.