Class AppServiceBackupGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AppServiceBackupGetArgs : ResourceArgs
Constructors
View SourceAppServiceBackupGetArgs()
Declaration
public AppServiceBackupGetArgs()
Properties
View SourceEnabled
Is this Backup enabled?
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
Specifies the name for this Backup.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Schedule
A schedule block as defined below.
Declaration
public Input<AppServiceBackupScheduleGetArgs> Schedule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AppServiceBackupScheduleGetArgs> |
StorageAccountUrl
The SAS URL to a Storage Container where Backups should be saved.
Declaration
public Input<string> StorageAccountUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |