Tabnine Logo
SharedAccessAccountPolicy.setProtocols
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: Azure/azure-storage-android

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

Javadoc

Sets the allowed protocols 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,
  • setRange

Popular in Java

  • Running tasks concurrently on multiple threads
  • requestLocationUpdates (LocationManager)
  • onCreateOptionsMenu (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • SortedMap (java.util)
    A map that has its keys ordered. The sorting is according to either the natural ordering of its keys
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • Best plugins for Eclipse
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