Show / Hide Table of Contents

Class CreateRegionSubscriptionDetails

Inheritance
object
CreateRegionSubscriptionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class CreateRegionSubscriptionDetails

Properties

RegionKey

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

The regions's key. See Regions and Availability Domains for the full list of supported 3-letter region codes.
Example: PHX

Remarks

Required

In this article
Back to top