Search Results for

    Show / Hide Table of Contents

    Class SnapshotCustomerCloneRequest

    Inheritance
    object
    SnapshotCustomerCloneRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class SnapshotCustomerCloneRequest

    Properties

    AdminUser

    Declaration
    [JsonProperty("adminUser", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public User AdminUser { get; set; }
    Property Value
    User

    AdminUserPassword

    Declaration
    [JsonProperty("adminUserPassword", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string AdminUserPassword { get; set; }
    Property Value
    string

    Anonymize

    Declaration
    [JsonProperty("anonymize", Required = Required.Always)]
    public bool Anonymize { get; set; }
    Property Value
    bool

    BaseUrl

    Declaration
    [JsonProperty("baseUrl", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string BaseUrl { get; set; }
    Property Value
    string

    ContentDeliveryBaseUrl

    Declaration
    [JsonProperty("contentDeliveryBaseUrl", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string ContentDeliveryBaseUrl { get; set; }
    Property Value
    string

    CorsAllowedHosts

    Declaration
    [JsonProperty("corsAllowedHosts", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public ICollection<string> CorsAllowedHosts { get; set; }
    Property Value
    ICollection<string>

    CustomerAlias

    Declaration
    [JsonProperty("customerAlias", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string CustomerAlias { get; set; }
    Property Value
    string

    CustomerName

    Declaration
    [JsonProperty("customerName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string CustomerName { get; set; }
    Property Value
    string

    HostConfiguration

    Declaration
    [JsonProperty("hostConfiguration", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public CustomerHostConfigurationWriteRequest HostConfiguration { get; set; }
    Property Value
    CustomerHostConfigurationWriteRequest

    RedirectUri

    Declaration
    [JsonProperty("redirectUri", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string RedirectUri { get; set; }
    Property Value
    string

    RepositoryName

    Declaration
    [JsonProperty("repositoryName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string RepositoryName { get; set; }
    Property Value
    string

    SnapshotName

    Declaration
    [JsonProperty("snapshotName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string SnapshotName { get; set; }
    Property Value
    string

    SourceCustomerAlias

    Declaration
    [JsonProperty("sourceCustomerAlias", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string SourceCustomerAlias { get; set; }
    Property Value
    string

    Methods

    FromJson(string)

    Declaration
    public static SnapshotCustomerCloneRequest FromJson(string data)
    Parameters
    string data

    Returns
    SnapshotCustomerCloneRequest

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX