Uses of Class
com.azure.resourcemanager.netapp.models.SmbNonBrowsable
Packages that use SmbNonBrowsable
Package
Description
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of SmbNonBrowsable in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return SmbNonBrowsableModifier and TypeMethodDescriptionVolumeInner.smbNonBrowsable()
Get the smbNonBrowsable property: Enables non-browsable property for SMB Shares.VolumePatchProperties.smbNonBrowsable()
Get the smbNonBrowsable property: Enables non-browsable property for SMB Shares.VolumeProperties.smbNonBrowsable()
Get the smbNonBrowsable property: Enables non-browsable property for SMB Shares.Methods in com.azure.resourcemanager.netapp.fluent.models with parameters of type SmbNonBrowsableModifier and TypeMethodDescriptionVolumeInner.withSmbNonBrowsable
(SmbNonBrowsable smbNonBrowsable) Set the smbNonBrowsable property: Enables non-browsable property for SMB Shares.VolumePatchProperties.withSmbNonBrowsable
(SmbNonBrowsable smbNonBrowsable) Set the smbNonBrowsable property: Enables non-browsable property for SMB Shares.VolumeProperties.withSmbNonBrowsable
(SmbNonBrowsable smbNonBrowsable) Set the smbNonBrowsable property: Enables non-browsable property for SMB Shares. -
Uses of SmbNonBrowsable in com.azure.resourcemanager.netapp.models
Fields in com.azure.resourcemanager.netapp.models declared as SmbNonBrowsableModifier and TypeFieldDescriptionstatic final SmbNonBrowsable
SmbNonBrowsable.DISABLED
Static value Disabled for SmbNonBrowsable.static final SmbNonBrowsable
SmbNonBrowsable.ENABLED
Static value Enabled for SmbNonBrowsable.Methods in com.azure.resourcemanager.netapp.models that return SmbNonBrowsableModifier and TypeMethodDescriptionstatic SmbNonBrowsable
SmbNonBrowsable.fromString
(String name) Creates or finds a SmbNonBrowsable from its string representation.Volume.smbNonBrowsable()
Gets the smbNonBrowsable property: Enables non-browsable property for SMB Shares.VolumeGroupVolumeProperties.smbNonBrowsable()
Get the smbNonBrowsable property: Enables non-browsable property for SMB Shares.VolumePatch.smbNonBrowsable()
Get the smbNonBrowsable property: Enables non-browsable property for SMB Shares.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type SmbNonBrowsableModifier and TypeMethodDescriptionstatic Collection
<SmbNonBrowsable> SmbNonBrowsable.values()
Gets known SmbNonBrowsable values.Methods in com.azure.resourcemanager.netapp.models with parameters of type SmbNonBrowsableModifier and TypeMethodDescriptionVolume.DefinitionStages.WithSmbNonBrowsable.withSmbNonBrowsable
(SmbNonBrowsable smbNonBrowsable) Specifies the smbNonBrowsable property: Enables non-browsable property for SMB Shares.Volume.UpdateStages.WithSmbNonBrowsable.withSmbNonBrowsable
(SmbNonBrowsable smbNonBrowsable) Specifies the smbNonBrowsable property: Enables non-browsable property for SMB Shares.VolumeGroupVolumeProperties.withSmbNonBrowsable
(SmbNonBrowsable smbNonBrowsable) Set the smbNonBrowsable property: Enables non-browsable property for SMB Shares.VolumePatch.withSmbNonBrowsable
(SmbNonBrowsable smbNonBrowsable) Set the smbNonBrowsable property: Enables non-browsable property for SMB Shares.