Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ class CustomDomain(Model):

:param name: Required. The custom domain name. Name is the CNAME source.
:type name: str
:param use_sub_domain: Indicates whether indirect CName validation is
:param use_sub_domain_name: Indicates whether indirect CName validation is
enabled. Default value is false. This should only be set on updates
:type use_sub_domain: bool
:type use_sub_domain_name: bool
"""

_validation = {
Expand All @@ -31,10 +31,10 @@ class CustomDomain(Model):

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
'use_sub_domain': {'key': 'useSubDomain', 'type': 'bool'},
'use_sub_domain_name': {'key': 'useSubDomainName', 'type': 'bool'},
}

def __init__(self, **kwargs):
super(CustomDomain, self).__init__(**kwargs)
self.name = kwargs.get('name', None)
self.use_sub_domain = kwargs.get('use_sub_domain', None)
self.use_sub_domain_name = kwargs.get('use_sub_domain_name', None)
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ class CustomDomain(Model):

:param name: Required. The custom domain name. Name is the CNAME source.
:type name: str
:param use_sub_domain: Indicates whether indirect CName validation is
:param use_sub_domain_name: Indicates whether indirect CName validation is
enabled. Default value is false. This should only be set on updates
:type use_sub_domain: bool
:type use_sub_domain_name: bool
"""

_validation = {
Expand All @@ -31,10 +31,10 @@ class CustomDomain(Model):

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
'use_sub_domain': {'key': 'useSubDomain', 'type': 'bool'},
'use_sub_domain_name': {'key': 'useSubDomainName', 'type': 'bool'},
}

def __init__(self, *, name: str, use_sub_domain: bool=None, **kwargs) -> None:
def __init__(self, *, name: str, use_sub_domain_name: bool=None, **kwargs) -> None:
super(CustomDomain, self).__init__(**kwargs)
self.name = name
self.use_sub_domain = use_sub_domain
self.use_sub_domain_name = use_sub_domain_name
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class CustomDomain(Model):
:param name: Required. Gets or sets the custom domain name assigned to the
storage account. Name is the CNAME source.
:type name: str
:param use_sub_domain: Indicates whether indirect CName validation is
:param use_sub_domain_name: Indicates whether indirect CName validation is
enabled. Default value is false. This should only be set on updates.
:type use_sub_domain: bool
:type use_sub_domain_name: bool
"""

_validation = {
Expand All @@ -32,10 +32,10 @@ class CustomDomain(Model):

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
'use_sub_domain': {'key': 'useSubDomain', 'type': 'bool'},
'use_sub_domain_name': {'key': 'useSubDomainName', 'type': 'bool'},
}

def __init__(self, **kwargs):
super(CustomDomain, self).__init__(**kwargs)
self.name = kwargs.get('name', None)
self.use_sub_domain = kwargs.get('use_sub_domain', None)
self.use_sub_domain_name = kwargs.get('use_sub_domain_name', None)
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class CustomDomain(Model):
:param name: Required. Gets or sets the custom domain name assigned to the
storage account. Name is the CNAME source.
:type name: str
:param use_sub_domain: Indicates whether indirect CName validation is
:param use_sub_domain_name: Indicates whether indirect CName validation is
enabled. Default value is false. This should only be set on updates.
:type use_sub_domain: bool
:type use_sub_domain_name: bool
"""

_validation = {
Expand All @@ -32,10 +32,10 @@ class CustomDomain(Model):

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
'use_sub_domain': {'key': 'useSubDomain', 'type': 'bool'},
'use_sub_domain_name': {'key': 'useSubDomainName', 'type': 'bool'},
}

def __init__(self, *, name: str, use_sub_domain: bool=None, **kwargs) -> None:
def __init__(self, *, name: str, use_sub_domain_name: bool=None, **kwargs) -> None:
super(CustomDomain, self).__init__(**kwargs)
self.name = name
self.use_sub_domain = use_sub_domain
self.use_sub_domain_name = use_sub_domain_name
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class CustomDomain(Model):
:param name: Required. Gets or sets the custom domain name assigned to the
storage account. Name is the CNAME source.
:type name: str
:param use_sub_domain: Indicates whether indirect CName validation is
:param use_sub_domain_name: Indicates whether indirect CName validation is
enabled. Default value is false. This should only be set on updates.
:type use_sub_domain: bool
:type use_sub_domain_name: bool
"""

_validation = {
Expand All @@ -32,10 +32,10 @@ class CustomDomain(Model):

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
'use_sub_domain': {'key': 'useSubDomain', 'type': 'bool'},
'use_sub_domain_name': {'key': 'useSubDomainName', 'type': 'bool'},
}

def __init__(self, **kwargs):
super(CustomDomain, self).__init__(**kwargs)
self.name = kwargs.get('name', None)
self.use_sub_domain = kwargs.get('use_sub_domain', None)
self.use_sub_domain_name = kwargs.get('use_sub_domain_name', None)
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class CustomDomain(Model):
:param name: Required. Gets or sets the custom domain name assigned to the
storage account. Name is the CNAME source.
:type name: str
:param use_sub_domain: Indicates whether indirect CName validation is
:param use_sub_domain_name: Indicates whether indirect CName validation is
enabled. Default value is false. This should only be set on updates.
:type use_sub_domain: bool
:type use_sub_domain_name: bool
"""

_validation = {
Expand All @@ -32,10 +32,10 @@ class CustomDomain(Model):

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
'use_sub_domain': {'key': 'useSubDomain', 'type': 'bool'},
'use_sub_domain_name': {'key': 'useSubDomainName', 'type': 'bool'},
}

def __init__(self, *, name: str, use_sub_domain: bool=None, **kwargs) -> None:
def __init__(self, *, name: str, use_sub_domain_name: bool=None, **kwargs) -> None:
super(CustomDomain, self).__init__(**kwargs)
self.name = name
self.use_sub_domain = use_sub_domain
self.use_sub_domain_name = use_sub_domain_name
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class CustomDomain(Model):
:param name: Required. Gets or sets the custom domain name assigned to the
storage account. Name is the CNAME source.
:type name: str
:param use_sub_domain: Indicates whether indirect CName validation is
:param use_sub_domain_name: Indicates whether indirect CName validation is
enabled. Default value is false. This should only be set on updates.
:type use_sub_domain: bool
:type use_sub_domain_name: bool
"""

_validation = {
Expand All @@ -32,10 +32,10 @@ class CustomDomain(Model):

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
'use_sub_domain': {'key': 'useSubDomain', 'type': 'bool'},
'use_sub_domain_name': {'key': 'useSubDomainName', 'type': 'bool'},
}

def __init__(self, **kwargs):
super(CustomDomain, self).__init__(**kwargs)
self.name = kwargs.get('name', None)
self.use_sub_domain = kwargs.get('use_sub_domain', None)
self.use_sub_domain_name = kwargs.get('use_sub_domain_name', None)
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class CustomDomain(Model):
:param name: Required. Gets or sets the custom domain name assigned to the
storage account. Name is the CNAME source.
:type name: str
:param use_sub_domain: Indicates whether indirect CName validation is
:param use_sub_domain_name: Indicates whether indirect CName validation is
enabled. Default value is false. This should only be set on updates.
:type use_sub_domain: bool
:type use_sub_domain_name: bool
"""

_validation = {
Expand All @@ -32,10 +32,10 @@ class CustomDomain(Model):

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
'use_sub_domain': {'key': 'useSubDomain', 'type': 'bool'},
'use_sub_domain_name': {'key': 'useSubDomainName', 'type': 'bool'},
}

def __init__(self, *, name: str, use_sub_domain: bool=None, **kwargs) -> None:
def __init__(self, *, name: str, use_sub_domain_name: bool=None, **kwargs) -> None:
super(CustomDomain, self).__init__(**kwargs)
self.name = name
self.use_sub_domain = use_sub_domain
self.use_sub_domain_name = use_sub_domain_name
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class CustomDomain(Model):
:param name: Required. Gets or sets the custom domain name assigned to the
storage account. Name is the CNAME source.
:type name: str
:param use_sub_domain: Indicates whether indirect CName validation is
:param use_sub_domain_name: Indicates whether indirect CName validation is
enabled. Default value is false. This should only be set on updates.
:type use_sub_domain: bool
:type use_sub_domain_name: bool
"""

_validation = {
Expand All @@ -32,10 +32,10 @@ class CustomDomain(Model):

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
'use_sub_domain': {'key': 'useSubDomain', 'type': 'bool'},
'use_sub_domain_name': {'key': 'useSubDomainName', 'type': 'bool'},
}

def __init__(self, **kwargs):
super(CustomDomain, self).__init__(**kwargs)
self.name = kwargs.get('name', None)
self.use_sub_domain = kwargs.get('use_sub_domain', None)
self.use_sub_domain_name = kwargs.get('use_sub_domain_name', None)
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class CustomDomain(Model):
:param name: Required. Gets or sets the custom domain name assigned to the
storage account. Name is the CNAME source.
:type name: str
:param use_sub_domain: Indicates whether indirect CName validation is
:param use_sub_domain_name: Indicates whether indirect CName validation is
enabled. Default value is false. This should only be set on updates.
:type use_sub_domain: bool
:type use_sub_domain_name: bool
"""

_validation = {
Expand All @@ -32,10 +32,10 @@ class CustomDomain(Model):

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
'use_sub_domain': {'key': 'useSubDomain', 'type': 'bool'},
'use_sub_domain_name': {'key': 'useSubDomainName', 'type': 'bool'},
}

def __init__(self, *, name: str, use_sub_domain: bool=None, **kwargs) -> None:
def __init__(self, *, name: str, use_sub_domain_name: bool=None, **kwargs) -> None:
super(CustomDomain, self).__init__(**kwargs)
self.name = name
self.use_sub_domain = use_sub_domain
self.use_sub_domain_name = use_sub_domain_name
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class CustomDomain(Model):
:param name: Required. Gets or sets the custom domain name assigned to the
storage account. Name is the CNAME source.
:type name: str
:param use_sub_domain: Indicates whether indirect CName validation is
:param use_sub_domain_name: Indicates whether indirect CName validation is
enabled. Default value is false. This should only be set on updates.
:type use_sub_domain: bool
:type use_sub_domain_name: bool
"""

_validation = {
Expand All @@ -32,10 +32,10 @@ class CustomDomain(Model):

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
'use_sub_domain': {'key': 'useSubDomain', 'type': 'bool'},
'use_sub_domain_name': {'key': 'useSubDomainName', 'type': 'bool'},
}

def __init__(self, **kwargs):
super(CustomDomain, self).__init__(**kwargs)
self.name = kwargs.get('name', None)
self.use_sub_domain = kwargs.get('use_sub_domain', None)
self.use_sub_domain_name = kwargs.get('use_sub_domain_name', None)
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class CustomDomain(Model):
:param name: Required. Gets or sets the custom domain name assigned to the
storage account. Name is the CNAME source.
:type name: str
:param use_sub_domain: Indicates whether indirect CName validation is
:param use_sub_domain_name: Indicates whether indirect CName validation is
enabled. Default value is false. This should only be set on updates.
:type use_sub_domain: bool
:type use_sub_domain_name: bool
"""

_validation = {
Expand All @@ -32,10 +32,10 @@ class CustomDomain(Model):

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
'use_sub_domain': {'key': 'useSubDomain', 'type': 'bool'},
'use_sub_domain_name': {'key': 'useSubDomainName', 'type': 'bool'},
}

def __init__(self, *, name: str, use_sub_domain: bool=None, **kwargs) -> None:
def __init__(self, *, name: str, use_sub_domain_name: bool=None, **kwargs) -> None:
super(CustomDomain, self).__init__(**kwargs)
self.name = name
self.use_sub_domain = use_sub_domain
self.use_sub_domain_name = use_sub_domain_name
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class CustomDomain(Model):
:param name: Required. Gets or sets the custom domain name assigned to the
storage account. Name is the CNAME source.
:type name: str
:param use_sub_domain: Indicates whether indirect CName validation is
:param use_sub_domain_name: Indicates whether indirect CName validation is
enabled. Default value is false. This should only be set on updates.
:type use_sub_domain: bool
:type use_sub_domain_name: bool
"""

_validation = {
Expand All @@ -32,10 +32,10 @@ class CustomDomain(Model):

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
'use_sub_domain': {'key': 'useSubDomain', 'type': 'bool'},
'use_sub_domain_name': {'key': 'useSubDomainName', 'type': 'bool'},
}

def __init__(self, **kwargs):
super(CustomDomain, self).__init__(**kwargs)
self.name = kwargs.get('name', None)
self.use_sub_domain = kwargs.get('use_sub_domain', None)
self.use_sub_domain_name = kwargs.get('use_sub_domain_name', None)
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class CustomDomain(Model):
:param name: Required. Gets or sets the custom domain name assigned to the
storage account. Name is the CNAME source.
:type name: str
:param use_sub_domain: Indicates whether indirect CName validation is
:param use_sub_domain_name: Indicates whether indirect CName validation is
enabled. Default value is false. This should only be set on updates.
:type use_sub_domain: bool
:type use_sub_domain_name: bool
"""

_validation = {
Expand All @@ -32,10 +32,10 @@ class CustomDomain(Model):

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
'use_sub_domain': {'key': 'useSubDomain', 'type': 'bool'},
'use_sub_domain_name': {'key': 'useSubDomainName', 'type': 'bool'},
}

def __init__(self, *, name: str, use_sub_domain: bool=None, **kwargs) -> None:
def __init__(self, *, name: str, use_sub_domain_name: bool=None, **kwargs) -> None:
super(CustomDomain, self).__init__(**kwargs)
self.name = name
self.use_sub_domain = use_sub_domain
self.use_sub_domain_name = use_sub_domain_name
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ class CustomDomain(Model):
:param name: Required. Gets or sets the custom domain name assigned to the
storage account. Name is the CNAME source.
:type name: str
:param use_sub_domain: Indicates whether indirect CName validation is
:param use_sub_domain_name: Indicates whether indirect CName validation is
enabled. Default value is false. This should only be set on updates.
:type use_sub_domain: bool
:type use_sub_domain_name: bool
"""

_validation = {
Expand All @@ -32,10 +32,10 @@ class CustomDomain(Model):

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
'use_sub_domain': {'key': 'useSubDomain', 'type': 'bool'},
'use_sub_domain_name': {'key': 'useSubDomainName', 'type': 'bool'},
}

def __init__(self, **kwargs):
super(CustomDomain, self).__init__(**kwargs)
self.name = kwargs.get('name', None)
self.use_sub_domain = kwargs.get('use_sub_domain', None)
self.use_sub_domain_name = kwargs.get('use_sub_domain_name', None)
Loading