GeoBackupPolicyInner 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
GeoBackupPolicyInner() |
Initializes a new instance of the GeoBackupPolicyInner class. |
GeoBackupPolicyInner(GeoBackupPolicyState, String, String, String, String, String, String) |
Initializes a new instance of the GeoBackupPolicyInner class. |
GeoBackupPolicyInner()
Initializes a new instance of the GeoBackupPolicyInner class.
public GeoBackupPolicyInner ();
Public Sub New ()
Applies to
GeoBackupPolicyInner(GeoBackupPolicyState, String, String, String, String, String, String)
Initializes a new instance of the GeoBackupPolicyInner class.
public GeoBackupPolicyInner (Microsoft.Azure.Management.Sql.Fluent.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.Fluent.Models.GeoBackupPolicyInner : Microsoft.Azure.Management.Sql.Fluent.Models.GeoBackupPolicyState * string * string * string * string * string * string -> Microsoft.Azure.Management.Sql.Fluent.Models.GeoBackupPolicyInner
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
- name
- String
- type
- String
- 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.