congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
SharedAccessAccountPolicy.setRange
Code IndexAdd Tabnine to your IDE (free)

How to use
setRange
method
in
com.microsoft.azure.storage.SharedAccessAccountPolicy

Best Java code snippets using com.microsoft.azure.storage.SharedAccessAccountPolicy.setRange (Showing top 1 results out of 315)

origin: Azure/azure-storage-android

policy.setPermissions(permissions);
policy.setResourceTypes(resourceTypes);
policy.setRange(ipRange);
policy.setProtocols(protocols);
policy.setSharedAccessExpiryTime(cal.getTime());
com.microsoft.azure.storageSharedAccessAccountPolicysetRange

Javadoc

Sets the allowed IP addresses for a shared access signature associated with this shared access policy.

Popular methods of SharedAccessAccountPolicy

  • setPermissions
    Sets the permissions for a shared access signature associated with this shared access policy.
  • setResourceTypes
    Sets the resource type for a shared access signature associated with this shared access policy.
  • setServices
    Sets the services (blob, file, queue, table) for a shared access signature associated with this shar
  • getPermissions
    Gets the permissions for a shared access signature associated with this shared access policy.
  • getResourceTypes
    Gets the resource type for a shared access signature associated with this shared access policy.
  • <init>
  • getProtocols
    Gets the allowed protocols for a shared access signature associated with this shared access policy.
  • getRange
    Gets the allowed IP addresses for a shared access signature associated with this shared access polic
  • getServices
    Gets the services (blob, file, queue, table) for a shared access signature associated with this shar
  • getSharedAccessExpiryTime
  • getSharedAccessStartTime
  • permissionsToString
    Converts this shared access policy's permissions to a String.
  • getSharedAccessStartTime,
  • permissionsToString,
  • resourceTypesToString,
  • servicesToString,
  • setSharedAccessExpiryTime,
  • setProtocols

Popular in Java

  • Start an intent from android
  • runOnUiThread (Activity)
  • requestLocationUpdates (LocationManager)
  • getContentResolver (Context)
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • JList (javax.swing)
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now