Uses of Class
com.azure.resourcemanager.netapp.fluent.models.NetAppAccountInner
Packages that use NetAppAccountInner
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of NetAppAccountInner in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent that return NetAppAccountInnerModifier and TypeMethodDescriptionAccountsClient.createOrUpdate(String resourceGroupName, String accountName, NetAppAccountInner body) Create or update a NetApp account Create or update the specified NetApp account within the resource group.AccountsClient.createOrUpdate(String resourceGroupName, String accountName, NetAppAccountInner body, com.azure.core.util.Context context) Create or update a NetApp account Create or update the specified NetApp account within the resource group.AccountsClient.getByResourceGroup(String resourceGroupName, String accountName) Describe a NetApp Account Get the 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.Methods in com.azure.resourcemanager.netapp.fluent that return types with arguments of type NetAppAccountInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetAppAccountInner>, NetAppAccountInner> AccountsClient.beginCreateOrUpdate(String resourceGroupName, String accountName, NetAppAccountInner body) Create or update a NetApp account Create or update the specified NetApp account within the resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetAppAccountInner>, NetAppAccountInner> AccountsClient.beginCreateOrUpdate(String resourceGroupName, String accountName, NetAppAccountInner body) Create or update a NetApp account Create or update the specified NetApp account within the resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetAppAccountInner>, NetAppAccountInner> AccountsClient.beginCreateOrUpdate(String resourceGroupName, String accountName, NetAppAccountInner body, com.azure.core.util.Context context) Create or update a NetApp account Create or update the specified NetApp account within the resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetAppAccountInner>, NetAppAccountInner> AccountsClient.beginCreateOrUpdate(String resourceGroupName, String accountName, NetAppAccountInner body, com.azure.core.util.Context context) Create or update a NetApp account Create or update the specified NetApp account within the resource group.com.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) 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.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.com.azure.core.http.rest.Response<NetAppAccountInner> AccountsClient.getByResourceGroupWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context) Describe a NetApp Account Get the NetApp account.com.azure.core.http.rest.PagedIterable<NetAppAccountInner> AccountsClient.list()Describe all NetApp Accounts in a subscription List and describe all NetApp accounts in the subscription.com.azure.core.http.rest.PagedIterable<NetAppAccountInner> AccountsClient.list(com.azure.core.util.Context context) Describe all NetApp Accounts in a subscription List and describe all NetApp accounts in the subscription.com.azure.core.http.rest.PagedIterable<NetAppAccountInner> AccountsClient.listByResourceGroup(String resourceGroupName) Describe all NetApp Accounts in a resource group List and describe all NetApp accounts in the resource group.com.azure.core.http.rest.PagedIterable<NetAppAccountInner> AccountsClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Describe all NetApp Accounts in a resource group List and describe all NetApp accounts in the resource group.Methods in com.azure.resourcemanager.netapp.fluent with parameters of type NetAppAccountInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetAppAccountInner>, NetAppAccountInner> AccountsClient.beginCreateOrUpdate(String resourceGroupName, String accountName, NetAppAccountInner body) Create or update a NetApp account Create or update the specified NetApp account within the resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<NetAppAccountInner>, NetAppAccountInner> AccountsClient.beginCreateOrUpdate(String resourceGroupName, String accountName, NetAppAccountInner body, com.azure.core.util.Context context) Create or update a NetApp account Create or update the specified NetApp account within the resource group.AccountsClient.createOrUpdate(String resourceGroupName, String accountName, NetAppAccountInner body) Create or update a NetApp account Create or update the specified NetApp account within the resource group.AccountsClient.createOrUpdate(String resourceGroupName, String accountName, NetAppAccountInner body, com.azure.core.util.Context context) Create or update a NetApp account Create or update the specified NetApp account within the resource group. -
Uses of NetAppAccountInner in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return NetAppAccountInnerModifier and TypeMethodDescriptionstatic NetAppAccountInnerNetAppAccountInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetAppAccountInner from the JsonReader.NetAppAccountInner.withActiveDirectories(List<ActiveDirectory> activeDirectories) Set the activeDirectories property: Active Directories.NetAppAccountInner.withEncryption(AccountEncryption encryption) Set the encryption property: Encryption settings.NetAppAccountInner.withIdentity(ManagedServiceIdentity identity) Set the identity property: The identity used for the resource.NetAppAccountInner.withLocation(String location) NetAppAccountInner.withNfsV4IdDomain(String nfsV4IdDomain) Set the nfsV4IdDomain property: Domain for NFSv4 user ID mapping. -
Uses of NetAppAccountInner in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return NetAppAccountInnerModifier and TypeMethodDescriptionNetAppAccount.innerModel()Gets the inner com.azure.resourcemanager.netapp.fluent.models.NetAppAccountInner object.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type NetAppAccountInnerModifier and TypeMethodDescriptionNetAppAccountList.value()Get the value property: Multiple NetApp accounts.Method parameters in com.azure.resourcemanager.netapp.models with type arguments of type NetAppAccountInnerModifier and TypeMethodDescriptionNetAppAccountList.withValue(List<NetAppAccountInner> value) Set the value property: Multiple NetApp accounts.