Show / Hide Table of Contents

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 Source

Enabled

Is this Backup enabled?

Declaration
public readonly bool? Enabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Name

Specifies the name for this Backup.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Schedule

A schedule block as defined below.

Declaration
public readonly AppServiceBackupSchedule Schedule
Field Value
Type Description
AppServiceBackupSchedule
View Source

StorageAccountUrl

The SAS URL to a Storage Container where Backups should be saved.

Declaration
public readonly string StorageAccountUrl
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.