Class GetAccountSASResult
Inheritance
System.Object
GetAccountSASResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Storage
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetAccountSASResult
Fields
View SourceConnectionString
Declaration
public readonly string ConnectionString
Field Value
| Type | Description |
|---|---|
| System.String |
Expiry
Declaration
public readonly string Expiry
Field Value
| Type | Description |
|---|---|
| System.String |
HttpsOnly
Declaration
public readonly bool? HttpsOnly
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Permissions
Declaration
public readonly GetAccountSASPermissionsResult Permissions
Field Value
| Type | Description |
|---|---|
| GetAccountSASPermissionsResult |
ResourceTypes
Declaration
public readonly GetAccountSASResourceTypesResult ResourceTypes
Field Value
| Type | Description |
|---|---|
| GetAccountSASResourceTypesResult |
Sas
The computed Account Shared Access Signature (SAS).
Declaration
public readonly string Sas
Field Value
| Type | Description |
|---|---|
| System.String |
Services
Declaration
public readonly GetAccountSASServicesResult Services
Field Value
| Type | Description |
|---|---|
| GetAccountSASServicesResult |
Start
Declaration
public readonly string Start
Field Value
| Type | Description |
|---|---|
| System.String |