Skip to content
Closed
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 @@ -13,29 +13,6 @@
from msrest.exceptions import HttpOperationError


class DigitalTwinsSkuInfo(Model):
"""Information about the SKU of the DigitalTwinsInstance.

Variables are only populated by the server, and will be ignored when
sending a request.

All required parameters must be populated in order to send to Azure.

:ivar name: Required. The name of the SKU. Default value: "F1" .
:vartype name: str
"""

_validation = {
'name': {'required': True, 'constant': True},
}

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
}

name = "F1"


class CheckNameRequest(Model):
"""The result returned from a database check name availability request.

Expand Down Expand Up @@ -358,6 +335,29 @@ def __init__(self, **kwargs):
self.tags = kwargs.get('tags', None)


class DigitalTwinsSkuInfo(Model):
"""Information about the SKU of the DigitalTwinsInstance.

Variables are only populated by the server, and will be ignored when
sending a request.

All required parameters must be populated in order to send to Azure.

:ivar name: Required. The name of the SKU. Default value: "F1" .
:vartype name: str
"""

_validation = {
'name': {'required': True, 'constant': True},
}

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
}

name = "F1"


class ErrorDefinition(Model):
"""Error definition.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,6 @@
from msrest.exceptions import HttpOperationError


class DigitalTwinsSkuInfo(Model):
"""Information about the SKU of the DigitalTwinsInstance.

Variables are only populated by the server, and will be ignored when
sending a request.

All required parameters must be populated in order to send to Azure.

:ivar name: Required. The name of the SKU. Default value: "F1" .
:vartype name: str
"""

_validation = {
'name': {'required': True, 'constant': True},
}

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
}

name = "F1"


class CheckNameRequest(Model):
"""The result returned from a database check name availability request.

Expand Down Expand Up @@ -358,6 +335,29 @@ def __init__(self, *, tags=None, **kwargs) -> None:
self.tags = tags


class DigitalTwinsSkuInfo(Model):
"""Information about the SKU of the DigitalTwinsInstance.

Variables are only populated by the server, and will be ignored when
sending a request.

All required parameters must be populated in order to send to Azure.

:ivar name: Required. The name of the SKU. Default value: "F1" .
:vartype name: str
"""

_validation = {
'name': {'required': True, 'constant': True},
}

_attribute_map = {
'name': {'key': 'name', 'type': 'str'},
}

name = "F1"


class ErrorDefinition(Model):
"""Error definition.

Expand Down