Class SnapshotCustomerCloneRequest
Inheritance
SnapshotCustomerCloneRequest
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
Declaration
[JsonProperty("adminUser", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public User AdminUser { get; set; }
Property Value
Declaration
[JsonProperty("adminUserPassword", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string AdminUserPassword { get; set; }
Property Value
Declaration
[JsonProperty("anonymize", Required = Required.Always)]
public bool Anonymize { get; set; }
Property Value
Declaration
[JsonProperty("baseUrl", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string BaseUrl { get; set; }
Property Value
Declaration
[JsonProperty("contentDeliveryBaseUrl", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ContentDeliveryBaseUrl { get; set; }
Property Value
Declaration
[JsonProperty("corsAllowedHosts", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> CorsAllowedHosts { get; set; }
Property Value
Declaration
[JsonProperty("customerAlias", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string CustomerAlias { get; set; }
Property Value
Declaration
[JsonProperty("customerName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string CustomerName { get; set; }
Property Value
Declaration
[JsonProperty("hostConfiguration", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public CustomerHostConfigurationWriteRequest HostConfiguration { get; set; }
Property Value
Declaration
[JsonProperty("redirectUri", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string RedirectUri { get; set; }
Property Value
Declaration
[JsonProperty("repositoryName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string RepositoryName { get; set; }
Property Value
Declaration
[JsonProperty("snapshotName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SnapshotName { get; set; }
Property Value
Declaration
[JsonProperty("sourceCustomerAlias", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SourceCustomerAlias { get; set; }
Property Value
Methods
Declaration
public static SnapshotCustomerCloneRequest FromJson(string data)
Parameters
Returns