Show / Hide Table of Contents

Class BackupLocationURI

PreAuthenticated object storage URI to upload or download the backup

Inheritance
object
BackupLocation
BackupLocationURI
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.KeymanagementService.Models
Assembly: OCI.DotNetSDK.Keymanagement.dll
Syntax
public class BackupLocationURI : BackupLocation

Properties

Uri

Declaration
[Required(ErrorMessage = "Uri is required.")]
[JsonProperty(PropertyName = "uri")]
public string Uri { get; set; }
Property Value
Type Description
string
Remarks

Required

In this article
Back to top