ShareAudience Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Audiences available for Blobs
public readonly struct ShareAudience : IEquatable<Azure.Storage.Files.Shares.Models.ShareAudience>
type ShareAudience = struct
Public Structure ShareAudience
Implements IEquatable(Of ShareAudience)
- Inheritance
-
ShareAudience
- Implements
Constructors
ShareAudience(String) |
Intializes new instance of ShareAudience. |
Properties
DefaultAudience |
Default Audience. Use to acquire a token for authorizing requests to any Azure Storage account Resource ID: "https://storage.azure.com/ ". If no audience is specified, this is the default value. |
Methods
CreateShareServiceAccountAudience(String) |
The service endpoint for a given storage account. Use this method to acquire a token for authorizing requests to that specific Azure Storage account and service only. |
Equals(ShareAudience) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ShareAudience, ShareAudience) |
Determines if two ShareAudience values are the same. |
Implicit(String to ShareAudience) |
Converts a string to a ShareAudience. |
Inequality(ShareAudience, ShareAudience) |
Determines if two ShareAudience values are not the same. |
Applies to
Azure SDK for .NET