CustomDomainParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.CustomDomainParameters

public class CustomDomainParameters

The customDomain JSON object required for custom domain creation or update.

Method Summary

Modifier and Type Method and Description
String hostName()

Get the hostName value.

CustomDomainParameters withHostName(String hostName)

Set the hostName value.

Method Details

hostName

public String hostName()

Get the hostName value.

Returns:

the hostName value

withHostName

public CustomDomainParameters withHostName(String hostName)

Set the hostName value.

Parameters:

hostName - the hostName value to set

Returns:

the CustomDomainParameters object itself.

Applies to