WebPubSubCustomDomainData(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of WebPubSubCustomDomainData.
public WebPubSubCustomDomainData(string domainName);
new Azure.ResourceManager.WebPubSub.WebPubSubCustomDomainData : string -> Azure.ResourceManager.WebPubSub.WebPubSubCustomDomainData
Public Sub New (domainName As String)
Parameters
- domainName
- String
The custom domain name.
Exceptions
domainName is null.