Class AppServiceBackup
Inheritance
System.Object
AppServiceBackup
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.AppService.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AppServiceBackup
Fields
View SourceEnabled
Is this Backup enabled?
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
Specifies the name for this Backup.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Schedule
A schedule block as defined below.
Declaration
public readonly AppServiceBackupSchedule Schedule
Field Value
| Type | Description |
|---|---|
| AppServiceBackupSchedule |
StorageAccountUrl
The SAS URL to a Storage Container where Backups should be saved.
Declaration
public readonly string StorageAccountUrl
Field Value
| Type | Description |
|---|---|
| System.String |