CustomDomain 类
定义
The custom domain assigned to this storage account. This can be set via Update.
public class CustomDomain
- 继承
-
java.lang.ObjectCustomDomain
方法
name() |
Get the name value.
|
useSubDomain() |
Get the useSubDomain value.
|
withName(String name) |
Set the name value.
|
withUseSubDomain(Boolean useSubDomain) |
Set the useSubDomain value.
|