Uses of Class
com.azure.resourcemanager.storage.models.EnabledProtocols
-
Packages that use EnabledProtocols Package Description com.azure.resourcemanager.storage.fluent.models Package containing the inner data models for StorageManagementClient.com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of EnabledProtocols in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return EnabledProtocols Modifier and Type Method Description EnabledProtocolsFileShareInner. enabledProtocols()Get the enabledProtocols property: The authentication protocol that is used for the file share.EnabledProtocolsFileShareItemInner. enabledProtocols()Get the enabledProtocols property: The authentication protocol that is used for the file share.EnabledProtocolsFileShareProperties. enabledProtocols()Get the enabledProtocols property: The authentication protocol that is used for the file share.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type EnabledProtocols Modifier and Type Method Description FileShareInnerFileShareInner. withEnabledProtocols(EnabledProtocols enabledProtocols)Set the enabledProtocols property: The authentication protocol that is used for the file share.FileShareItemInnerFileShareItemInner. withEnabledProtocols(EnabledProtocols enabledProtocols)Set the enabledProtocols property: The authentication protocol that is used for the file share.FileSharePropertiesFileShareProperties. withEnabledProtocols(EnabledProtocols enabledProtocols)Set the enabledProtocols property: The authentication protocol that is used for the file share. -
Uses of EnabledProtocols in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as EnabledProtocols Modifier and Type Field Description static EnabledProtocolsEnabledProtocols. NFSStatic value NFS for EnabledProtocols.static EnabledProtocolsEnabledProtocols. SMBStatic value SMB for EnabledProtocols.Methods in com.azure.resourcemanager.storage.models that return EnabledProtocols Modifier and Type Method Description static EnabledProtocolsEnabledProtocols. fromString(String name)Creates or finds a EnabledProtocols from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type EnabledProtocols Modifier and Type Method Description static Collection<EnabledProtocols>EnabledProtocols. values()
-