GeoBackupPolicy Constructors
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.
Overloads
GeoBackupPolicy() |
Initializes a new instance of the GeoBackupPolicy class. |
GeoBackupPolicy(GeoBackupPolicyState, String, String, String, String, String, String) |
Initializes a new instance of the GeoBackupPolicy class. |
GeoBackupPolicy()
Initializes a new instance of the GeoBackupPolicy class.
public GeoBackupPolicy ();
Public Sub New ()
Applies to
GeoBackupPolicy(GeoBackupPolicyState, String, String, String, String, String, String)
Initializes a new instance of the GeoBackupPolicy class.
public GeoBackupPolicy (Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyState state, string id = default, string name = default, string type = default, string storageType = default, string kind = default, string location = default);
new Microsoft.Azure.Management.Sql.Models.GeoBackupPolicy : Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyState * string * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Models.GeoBackupPolicy
Public Sub New (state As GeoBackupPolicyState, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional storageType As String = Nothing, Optional kind As String = Nothing, Optional location As String = Nothing)
Parameters
- state
- GeoBackupPolicyState
The state of the geo backup policy. Possible values include: 'Disabled', 'Enabled'
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- storageType
- String
The storage type of the geo backup policy.
- kind
- String
Kind of geo backup policy. This is metadata used for the Azure portal experience.
- location
- String
Backup policy location.
Applies to
Azure SDK for .NET