hexsha stringlengths 40 40 | repo stringlengths 7 114 | path stringlengths 4 124 | license listlengths 1 9 | language stringclasses 1
value | identifier stringlengths 1 71 | return_type stringlengths 1 749 ⌀ | original_string stringlengths 76 22.7k | original_docstring stringlengths 16 7.61k | docstring stringlengths 16 2.47k | docstring_tokens listlengths 6 477 | code stringlengths 14 10.2k | code_tokens listlengths 6 996 | short_docstring stringlengths 2 644 | short_docstring_tokens listlengths 1 116 | comment listlengths 1 89 | parameters listlengths 0 64 | docstring_params dict |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7d25a25ef45fb18a587ee2827159e09e6e7784e9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/v20170601/list_device_failover_sets.py | [
"Apache-2.0"
] | Python | list_device_failover_sets | AwaitableListDeviceFailoverSetsResult | def list_device_failover_sets(device_name: Optional[str] = None,
manager_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDeviceFailoverSetsResult:... |
The list of failover sets.
:param str device_name: The device name
:param str manager_name: The manager name
:param str resource_group_name: The resource group name
| The list of failover sets. | [
"The",
"list",
"of",
"failover",
"sets",
"."
] | def list_device_failover_sets(device_name: Optional[str] = None,
manager_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDeviceFailoverSetsResult:... | [
"def",
"list_device_failover_sets",
"(",
"device_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"manager_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts... | The list of failover sets. | [
"The",
"list",
"of",
"failover",
"sets",
"."
] | [
"\"\"\"\n The list of failover sets.\n\n\n :param str device_name: The device name\n :param str manager_name: The manager name\n :param str resource_group_name: The resource group name\n \"\"\""
] | [
{
"param": "device_name",
"type": "Optional[str]"
},
{
"param": "manager_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "device_name",
"type": "Optional[str]",
"docstring": "The device name",
"docstring_tokens": [
"The",
"device",
"name"
],
"default": null,
"is_optional": false
},
{
"identi... |
7d26970027394896e36f2dd575028fbad97a690f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20180101preview/rule.py | [
"Apache-2.0"
] | Python | action | pulumi.Output[Optional['outputs.ActionResponse']] | def action(self) -> pulumi.Output[Optional['outputs.ActionResponse']]:
"""
Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
"""
return pulumi.get(self, "action") |
Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
| Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression. | [
"Represents",
"the",
"filter",
"actions",
"which",
"are",
"allowed",
"for",
"the",
"transformation",
"of",
"a",
"message",
"that",
"have",
"been",
"matched",
"by",
"a",
"filter",
"expression",
"."
] | def action(self) -> pulumi.Output[Optional['outputs.ActionResponse']]:
return pulumi.get(self, "action") | [
"def",
"action",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.ActionResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"action\"",
")"
] | Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression. | [
"Represents",
"the",
"filter",
"actions",
"which",
"are",
"allowed",
"for",
"the",
"transformation",
"of",
"a",
"message",
"that",
"have",
"been",
"matched",
"by",
"a",
"filter",
"expression",
"."
] | [
"\"\"\"\n Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7d26970027394896e36f2dd575028fbad97a690f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20180101preview/rule.py | [
"Apache-2.0"
] | Python | filter_type | pulumi.Output[Optional[str]] | def filter_type(self) -> pulumi.Output[Optional[str]]:
"""
Filter type that is evaluated against a BrokeredMessage.
"""
return pulumi.get(self, "filter_type") |
Filter type that is evaluated against a BrokeredMessage.
| Filter type that is evaluated against a BrokeredMessage. | [
"Filter",
"type",
"that",
"is",
"evaluated",
"against",
"a",
"BrokeredMessage",
"."
] | def filter_type(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "filter_type") | [
"def",
"filter_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"filter_type\"",
")"
] | Filter type that is evaluated against a BrokeredMessage. | [
"Filter",
"type",
"that",
"is",
"evaluated",
"against",
"a",
"BrokeredMessage",
"."
] | [
"\"\"\"\n Filter type that is evaluated against a BrokeredMessage.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7d2972ea1bc4f10739d8cc374c3fa324f578452b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/get_certificate_csr.py | [
"Apache-2.0"
] | Python | distinguished_name | Optional[str] | def distinguished_name(self) -> Optional[str]:
"""
Distinguished name of certificate to be created
"""
return pulumi.get(self, "distinguished_name") |
Distinguished name of certificate to be created
| Distinguished name of certificate to be created | [
"Distinguished",
"name",
"of",
"certificate",
"to",
"be",
"created"
] | def distinguished_name(self) -> Optional[str]:
return pulumi.get(self, "distinguished_name") | [
"def",
"distinguished_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"distinguished_name\"",
")"
] | Distinguished name of certificate to be created | [
"Distinguished",
"name",
"of",
"certificate",
"to",
"be",
"created"
] | [
"\"\"\"\n Distinguished name of certificate to be created\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7d2972ea1bc4f10739d8cc374c3fa324f578452b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/get_certificate_csr.py | [
"Apache-2.0"
] | Python | public_key_hash | Optional[str] | def public_key_hash(self) -> Optional[str]:
"""
Hash of the certificates public key
"""
return pulumi.get(self, "public_key_hash") |
Hash of the certificates public key
| Hash of the certificates public key | [
"Hash",
"of",
"the",
"certificates",
"public",
"key"
] | def public_key_hash(self) -> Optional[str]:
return pulumi.get(self, "public_key_hash") | [
"def",
"public_key_hash",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_key_hash\"",
")"
] | Hash of the certificates public key | [
"Hash",
"of",
"the",
"certificates",
"public",
"key"
] | [
"\"\"\"\n Hash of the certificates public key\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7d2d316cf2c53f634551514959a70cacc9a6d51b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/latest/lab_account.py | [
"Apache-2.0"
] | Python | enabled_region_selection | pulumi.Output[Optional[bool]] | def enabled_region_selection(self) -> pulumi.Output[Optional[bool]]:
"""
Represents if region selection is enabled
"""
return pulumi.get(self, "enabled_region_selection") |
Represents if region selection is enabled
| Represents if region selection is enabled | [
"Represents",
"if",
"region",
"selection",
"is",
"enabled"
] | def enabled_region_selection(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "enabled_region_selection") | [
"def",
"enabled_region_selection",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enabled_region_selection\"",
")"
] | Represents if region selection is enabled | [
"Represents",
"if",
"region",
"selection",
"is",
"enabled"
] | [
"\"\"\"\n Represents if region selection is enabled\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7d2d316cf2c53f634551514959a70cacc9a6d51b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/latest/lab_account.py | [
"Apache-2.0"
] | Python | size_configuration | pulumi.Output['outputs.SizeConfigurationPropertiesResponse'] | def size_configuration(self) -> pulumi.Output['outputs.SizeConfigurationPropertiesResponse']:
"""
Represents the size configuration under the lab account
"""
return pulumi.get(self, "size_configuration") |
Represents the size configuration under the lab account
| Represents the size configuration under the lab account | [
"Represents",
"the",
"size",
"configuration",
"under",
"the",
"lab",
"account"
] | def size_configuration(self) -> pulumi.Output['outputs.SizeConfigurationPropertiesResponse']:
return pulumi.get(self, "size_configuration") | [
"def",
"size_configuration",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.SizeConfigurationPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"size_configuration\"",
")"
] | Represents the size configuration under the lab account | [
"Represents",
"the",
"size",
"configuration",
"under",
"the",
"lab",
"account"
] | [
"\"\"\"\n Represents the size configuration under the lab account\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7d3c2ae1d98c519485197c1e18cc48163f99b283 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20150501preview/sync_agent.py | [
"Apache-2.0"
] | Python | expiry_time | pulumi.Output[str] | def expiry_time(self) -> pulumi.Output[str]:
"""
Expiration time of the sync agent version.
"""
return pulumi.get(self, "expiry_time") |
Expiration time of the sync agent version.
| Expiration time of the sync agent version. | [
"Expiration",
"time",
"of",
"the",
"sync",
"agent",
"version",
"."
] | def expiry_time(self) -> pulumi.Output[str]:
return pulumi.get(self, "expiry_time") | [
"def",
"expiry_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"expiry_time\"",
")"
] | Expiration time of the sync agent version. | [
"Expiration",
"time",
"of",
"the",
"sync",
"agent",
"version",
"."
] | [
"\"\"\"\n Expiration time of the sync agent version.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7d3c2ae1d98c519485197c1e18cc48163f99b283 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20150501preview/sync_agent.py | [
"Apache-2.0"
] | Python | is_up_to_date | pulumi.Output[bool] | def is_up_to_date(self) -> pulumi.Output[bool]:
"""
If the sync agent version is up to date.
"""
return pulumi.get(self, "is_up_to_date") |
If the sync agent version is up to date.
| If the sync agent version is up to date. | [
"If",
"the",
"sync",
"agent",
"version",
"is",
"up",
"to",
"date",
"."
] | def is_up_to_date(self) -> pulumi.Output[bool]:
return pulumi.get(self, "is_up_to_date") | [
"def",
"is_up_to_date",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_up_to_date\"",
")"
] | If the sync agent version is up to date. | [
"If",
"the",
"sync",
"agent",
"version",
"is",
"up",
"to",
"date",
"."
] | [
"\"\"\"\n If the sync agent version is up to date.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7d3c2ae1d98c519485197c1e18cc48163f99b283 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20150501preview/sync_agent.py | [
"Apache-2.0"
] | Python | last_alive_time | pulumi.Output[str] | def last_alive_time(self) -> pulumi.Output[str]:
"""
Last alive time of the sync agent.
"""
return pulumi.get(self, "last_alive_time") |
Last alive time of the sync agent.
| Last alive time of the sync agent. | [
"Last",
"alive",
"time",
"of",
"the",
"sync",
"agent",
"."
] | def last_alive_time(self) -> pulumi.Output[str]:
return pulumi.get(self, "last_alive_time") | [
"def",
"last_alive_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_alive_time\"",
")"
] | Last alive time of the sync agent. | [
"Last",
"alive",
"time",
"of",
"the",
"sync",
"agent",
"."
] | [
"\"\"\"\n Last alive time of the sync agent.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2f40cda2ebdf1a68ca68a6ddc1bc7c1aa6627f55 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/logic/v20150201preview/get_workflow.py | [
"Apache-2.0"
] | Python | definition | Optional[Any] | def definition(self) -> Optional[Any]:
"""
Gets or sets the definition.
"""
return pulumi.get(self, "definition") |
Gets or sets the definition.
| Gets or sets the definition. | [
"Gets",
"or",
"sets",
"the",
"definition",
"."
] | def definition(self) -> Optional[Any]:
return pulumi.get(self, "definition") | [
"def",
"definition",
"(",
"self",
")",
"->",
"Optional",
"[",
"Any",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"definition\"",
")"
] | Gets or sets the definition. | [
"Gets",
"or",
"sets",
"the",
"definition",
"."
] | [
"\"\"\"\n Gets or sets the definition.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2f40cda2ebdf1a68ca68a6ddc1bc7c1aa6627f55 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/logic/v20150201preview/get_workflow.py | [
"Apache-2.0"
] | Python | definition_link | Optional['outputs.ContentLinkResponse'] | def definition_link(self) -> Optional['outputs.ContentLinkResponse']:
"""
Gets or sets the link to definition.
"""
return pulumi.get(self, "definition_link") |
Gets or sets the link to definition.
| Gets or sets the link to definition. | [
"Gets",
"or",
"sets",
"the",
"link",
"to",
"definition",
"."
] | def definition_link(self) -> Optional['outputs.ContentLinkResponse']:
return pulumi.get(self, "definition_link") | [
"def",
"definition_link",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ContentLinkResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"definition_link\"",
")"
] | Gets or sets the link to definition. | [
"Gets",
"or",
"sets",
"the",
"link",
"to",
"definition",
"."
] | [
"\"\"\"\n Gets or sets the link to definition.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2f40cda2ebdf1a68ca68a6ddc1bc7c1aa6627f55 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/logic/v20150201preview/get_workflow.py | [
"Apache-2.0"
] | Python | parameters | Optional[Mapping[str, 'outputs.WorkflowParameterResponse']] | def parameters(self) -> Optional[Mapping[str, 'outputs.WorkflowParameterResponse']]:
"""
Gets or sets the parameters.
"""
return pulumi.get(self, "parameters") |
Gets or sets the parameters.
| Gets or sets the parameters. | [
"Gets",
"or",
"sets",
"the",
"parameters",
"."
] | def parameters(self) -> Optional[Mapping[str, 'outputs.WorkflowParameterResponse']]:
return pulumi.get(self, "parameters") | [
"def",
"parameters",
"(",
"self",
")",
"->",
"Optional",
"[",
"Mapping",
"[",
"str",
",",
"'outputs.WorkflowParameterResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"parameters\"",
")"
] | Gets or sets the parameters. | [
"Gets",
"or",
"sets",
"the",
"parameters",
"."
] | [
"\"\"\"\n Gets or sets the parameters.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2f40cda2ebdf1a68ca68a6ddc1bc7c1aa6627f55 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/logic/v20150201preview/get_workflow.py | [
"Apache-2.0"
] | Python | parameters_link | Optional['outputs.ContentLinkResponse'] | def parameters_link(self) -> Optional['outputs.ContentLinkResponse']:
"""
Gets or sets the link to parameters.
"""
return pulumi.get(self, "parameters_link") |
Gets or sets the link to parameters.
| Gets or sets the link to parameters. | [
"Gets",
"or",
"sets",
"the",
"link",
"to",
"parameters",
"."
] | def parameters_link(self) -> Optional['outputs.ContentLinkResponse']:
return pulumi.get(self, "parameters_link") | [
"def",
"parameters_link",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ContentLinkResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"parameters_link\"",
")"
] | Gets or sets the link to parameters. | [
"Gets",
"or",
"sets",
"the",
"link",
"to",
"parameters",
"."
] | [
"\"\"\"\n Gets or sets the link to parameters.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8b13ac5122aa6d95ce0f408b3d88ceb5823d8875 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/timeseriesinsights/v20170228preview/get_reference_data_set.py | [
"Apache-2.0"
] | Python | key_properties | Sequence['outputs.ReferenceDataSetKeyPropertyResponse'] | def key_properties(self) -> Sequence['outputs.ReferenceDataSetKeyPropertyResponse']:
"""
The list of key properties for the reference data set.
"""
return pulumi.get(self, "key_properties") |
The list of key properties for the reference data set.
| The list of key properties for the reference data set. | [
"The",
"list",
"of",
"key",
"properties",
"for",
"the",
"reference",
"data",
"set",
"."
] | def key_properties(self) -> Sequence['outputs.ReferenceDataSetKeyPropertyResponse']:
return pulumi.get(self, "key_properties") | [
"def",
"key_properties",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.ReferenceDataSetKeyPropertyResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"key_properties\"",
")"
] | The list of key properties for the reference data set. | [
"The",
"list",
"of",
"key",
"properties",
"for",
"the",
"reference",
"data",
"set",
"."
] | [
"\"\"\"\n The list of key properties for the reference data set.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ea42ef4b612cb246cdc9bbe39ce3e421bfa95fb4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20181001/vpn_connection.py | [
"Apache-2.0"
] | Python | remote_vpn_site | pulumi.Output[Optional['outputs.SubResourceResponse']] | def remote_vpn_site(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
"""
Id of the connected vpn site.
"""
return pulumi.get(self, "remote_vpn_site") |
Id of the connected vpn site.
| Id of the connected vpn site. | [
"Id",
"of",
"the",
"connected",
"vpn",
"site",
"."
] | def remote_vpn_site(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
return pulumi.get(self, "remote_vpn_site") | [
"def",
"remote_vpn_site",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"remote_vpn_site\"",
")"
] | Id of the connected vpn site. | [
"Id",
"of",
"the",
"connected",
"vpn",
"site",
"."
] | [
"\"\"\"\n Id of the connected vpn site.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ea42ef4b612cb246cdc9bbe39ce3e421bfa95fb4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20181001/vpn_connection.py | [
"Apache-2.0"
] | Python | routing_weight | pulumi.Output[Optional[int]] | def routing_weight(self) -> pulumi.Output[Optional[int]]:
"""
routing weight for vpn connection.
"""
return pulumi.get(self, "routing_weight") |
routing weight for vpn connection.
| routing weight for vpn connection. | [
"routing",
"weight",
"for",
"vpn",
"connection",
"."
] | def routing_weight(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "routing_weight") | [
"def",
"routing_weight",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"routing_weight\"",
")"
] | routing weight for vpn connection. | [
"routing",
"weight",
"for",
"vpn",
"connection",
"."
] | [
"\"\"\"\n routing weight for vpn connection.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ea42ef4b612cb246cdc9bbe39ce3e421bfa95fb4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20181001/vpn_connection.py | [
"Apache-2.0"
] | Python | vpn_connection_protocol_type | pulumi.Output[Optional[str]] | def vpn_connection_protocol_type(self) -> pulumi.Output[Optional[str]]:
"""
Connection protocol used for this connection
"""
return pulumi.get(self, "vpn_connection_protocol_type") |
Connection protocol used for this connection
| Connection protocol used for this connection | [
"Connection",
"protocol",
"used",
"for",
"this",
"connection"
] | def vpn_connection_protocol_type(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "vpn_connection_protocol_type") | [
"def",
"vpn_connection_protocol_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_connection_protocol_type\"",
")"
] | Connection protocol used for this connection | [
"Connection",
"protocol",
"used",
"for",
"this",
"connection"
] | [
"\"\"\"\n Connection protocol used for this connection\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b0ac8f82d46b0739e71b523d3363d26b3a7a6142 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200801/get_route.py | [
"Apache-2.0"
] | Python | has_bgp_override | Optional[bool] | def has_bgp_override(self) -> Optional[bool]:
"""
A value indicating whether this route overrides overlapping BGP routes regardless of LPM.
"""
return pulumi.get(self, "has_bgp_override") |
A value indicating whether this route overrides overlapping BGP routes regardless of LPM.
| A value indicating whether this route overrides overlapping BGP routes regardless of LPM. | [
"A",
"value",
"indicating",
"whether",
"this",
"route",
"overrides",
"overlapping",
"BGP",
"routes",
"regardless",
"of",
"LPM",
"."
] | def has_bgp_override(self) -> Optional[bool]:
return pulumi.get(self, "has_bgp_override") | [
"def",
"has_bgp_override",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"has_bgp_override\"",
")"
] | A value indicating whether this route overrides overlapping BGP routes regardless of LPM. | [
"A",
"value",
"indicating",
"whether",
"this",
"route",
"overrides",
"overlapping",
"BGP",
"routes",
"regardless",
"of",
"LPM",
"."
] | [
"\"\"\"\n A value indicating whether this route overrides overlapping BGP routes regardless of LPM.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b0c40ba03faa4023f9c9439a27a2ff91efedc099 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20170330/_inputs.py | [
"Apache-2.0"
] | Python | create_option | pulumi.Input['DiskCreateOption'] | def create_option(self) -> pulumi.Input['DiskCreateOption']:
"""
This enumerates the possible sources of a disk's creation.
"""
return pulumi.get(self, "create_option") |
This enumerates the possible sources of a disk's creation.
| This enumerates the possible sources of a disk's creation. | [
"This",
"enumerates",
"the",
"possible",
"sources",
"of",
"a",
"disk",
"'",
"s",
"creation",
"."
] | def create_option(self) -> pulumi.Input['DiskCreateOption']:
return pulumi.get(self, "create_option") | [
"def",
"create_option",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"'DiskCreateOption'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"create_option\"",
")"
] | This enumerates the possible sources of a disk's creation. | [
"This",
"enumerates",
"the",
"possible",
"sources",
"of",
"a",
"disk",
"'",
"s",
"creation",
"."
] | [
"\"\"\"\n This enumerates the possible sources of a disk's creation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b0c40ba03faa4023f9c9439a27a2ff91efedc099 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20170330/_inputs.py | [
"Apache-2.0"
] | Python | create_option | pulumi.Input['DiskCreateOptionTypes'] | def create_option(self) -> pulumi.Input['DiskCreateOptionTypes']:
"""
Specifies how the virtual machines in the scale set should be created.<br><br> The only allowed value is: **FromImage** \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform i... |
Specifies how the virtual machines in the scale set should be created.<br><br> The only allowed value is: **FromImage** \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are usi... | Specifies how the virtual machines in the scale set should be created. The only allowed value is: **FromImage** \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace ... | [
"Specifies",
"how",
"the",
"virtual",
"machines",
"in",
"the",
"scale",
"set",
"should",
"be",
"created",
".",
"The",
"only",
"allowed",
"value",
"is",
":",
"**",
"FromImage",
"**",
"\\",
"u2013",
"This",
"value",
"is",
"used",
"when",
"you",
"are",
"usi... | def create_option(self) -> pulumi.Input['DiskCreateOptionTypes']:
return pulumi.get(self, "create_option") | [
"def",
"create_option",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"'DiskCreateOptionTypes'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"create_option\"",
")"
] | Specifies how the virtual machines in the scale set should be created.<br><br> The only allowed value is: **FromImage** \u2013 This value is used when you are using an image to create the virtual machine. | [
"Specifies",
"how",
"the",
"virtual",
"machines",
"in",
"the",
"scale",
"set",
"should",
"be",
"created",
".",
"<br",
">",
"<br",
">",
"The",
"only",
"allowed",
"value",
"is",
":",
"**",
"FromImage",
"**",
"\\",
"u2013",
"This",
"value",
"is",
"used",
... | [
"\"\"\"\n Specifies how the virtual machines in the scale set should be created.<br><br> The only allowed value is: **FromImage** \\u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. I... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b0c9c2b1868481392ba10418bf3331666cd58027 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20191101/experiment.py | [
"Apache-2.0"
] | Python | endpoint_a | pulumi.Output[Optional['outputs.EndpointResponse']] | def endpoint_a(self) -> pulumi.Output[Optional['outputs.EndpointResponse']]:
"""
The endpoint A of an experiment
"""
return pulumi.get(self, "endpoint_a") |
The endpoint A of an experiment
| The endpoint A of an experiment | [
"The",
"endpoint",
"A",
"of",
"an",
"experiment"
] | def endpoint_a(self) -> pulumi.Output[Optional['outputs.EndpointResponse']]:
return pulumi.get(self, "endpoint_a") | [
"def",
"endpoint_a",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.EndpointResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"endpoint_a\"",
")"
] | The endpoint A of an experiment | [
"The",
"endpoint",
"A",
"of",
"an",
"experiment"
] | [
"\"\"\"\n The endpoint A of an experiment\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b0c9c2b1868481392ba10418bf3331666cd58027 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20191101/experiment.py | [
"Apache-2.0"
] | Python | endpoint_b | pulumi.Output[Optional['outputs.EndpointResponse']] | def endpoint_b(self) -> pulumi.Output[Optional['outputs.EndpointResponse']]:
"""
The endpoint B of an experiment
"""
return pulumi.get(self, "endpoint_b") |
The endpoint B of an experiment
| The endpoint B of an experiment | [
"The",
"endpoint",
"B",
"of",
"an",
"experiment"
] | def endpoint_b(self) -> pulumi.Output[Optional['outputs.EndpointResponse']]:
return pulumi.get(self, "endpoint_b") | [
"def",
"endpoint_b",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.EndpointResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"endpoint_b\"",
")"
] | The endpoint B of an experiment | [
"The",
"endpoint",
"B",
"of",
"an",
"experiment"
] | [
"\"\"\"\n The endpoint B of an experiment\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6c657348d6c14b55b4eba5cc8de695ccd74ab096 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datashare/list_share_subscription_source_share_synchronization_settings.py | [
"Apache-2.0"
] | Python | list_share_subscription_source_share_synchronization_settings | AwaitableListShareSubscriptionSourceShareSynchronizationSettingsResult | def list_share_subscription_source_share_synchronization_settings(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
share_subscription_name: Optional[str] = No... |
List response for get source share Synchronization settings
API Version: 2020-09-01.
:param str account_name: The name of the share account.
:param str resource_group_name: The resource group name.
:param str share_subscription_name: The name of the shareSubscription.
:param str skip_token: C... | List response for get source share Synchronization settings
API Version: 2020-09-01. | [
"List",
"response",
"for",
"get",
"source",
"share",
"Synchronization",
"settings",
"API",
"Version",
":",
"2020",
"-",
"09",
"-",
"01",
"."
] | def list_share_subscription_source_share_synchronization_settings(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
share_subscription_name: Optional[str] = No... | [
"def",
"list_share_subscription_source_share_synchronization_settings",
"(",
"account_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"share_subscription_name",
":",
"Optional",
"[",... | List response for get source share Synchronization settings
API Version: 2020-09-01. | [
"List",
"response",
"for",
"get",
"source",
"share",
"Synchronization",
"settings",
"API",
"Version",
":",
"2020",
"-",
"09",
"-",
"01",
"."
] | [
"\"\"\"\n List response for get source share Synchronization settings\n API Version: 2020-09-01.\n\n\n :param str account_name: The name of the share account.\n :param str resource_group_name: The resource group name.\n :param str share_subscription_name: The name of the shareSubscription.\n :para... | [
{
"param": "account_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "share_subscription_name",
"type": "Optional[str]"
},
{
"param": "skip_token",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "account_name",
"type": "Optional[str]",
"docstring": "The name of the share account.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"share",
"account",
"."
],
... |
ae4c23104e5c1fdaeba7a15952ae4e154a4871f7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/purview/get_account.py | [
"Apache-2.0"
] | Python | cloud_connectors | Optional['outputs.CloudConnectorsResponse'] | def cloud_connectors(self) -> Optional['outputs.CloudConnectorsResponse']:
"""
Cloud connectors.
External cloud identifier used as part of scanning configuration.
"""
return pulumi.get(self, "cloud_connectors") |
Cloud connectors.
External cloud identifier used as part of scanning configuration.
| Cloud connectors.
External cloud identifier used as part of scanning configuration. | [
"Cloud",
"connectors",
".",
"External",
"cloud",
"identifier",
"used",
"as",
"part",
"of",
"scanning",
"configuration",
"."
] | def cloud_connectors(self) -> Optional['outputs.CloudConnectorsResponse']:
return pulumi.get(self, "cloud_connectors") | [
"def",
"cloud_connectors",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.CloudConnectorsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cloud_connectors\"",
")"
] | Cloud connectors. | [
"Cloud",
"connectors",
"."
] | [
"\"\"\"\n Cloud connectors.\r\n External cloud identifier used as part of scanning configuration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae4c23104e5c1fdaeba7a15952ae4e154a4871f7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/purview/get_account.py | [
"Apache-2.0"
] | Python | created_by_object_id | str | def created_by_object_id(self) -> str:
"""
Gets the creators of the entity's object id.
"""
return pulumi.get(self, "created_by_object_id") |
Gets the creators of the entity's object id.
| Gets the creators of the entity's object id. | [
"Gets",
"the",
"creators",
"of",
"the",
"entity",
"'",
"s",
"object",
"id",
"."
] | def created_by_object_id(self) -> str:
return pulumi.get(self, "created_by_object_id") | [
"def",
"created_by_object_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"created_by_object_id\"",
")"
] | Gets the creators of the entity's object id. | [
"Gets",
"the",
"creators",
"of",
"the",
"entity",
"'",
"s",
"object",
"id",
"."
] | [
"\"\"\"\n Gets the creators of the entity's object id.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae4c23104e5c1fdaeba7a15952ae4e154a4871f7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/purview/get_account.py | [
"Apache-2.0"
] | Python | endpoints | 'outputs.AccountPropertiesResponseEndpoints' | def endpoints(self) -> 'outputs.AccountPropertiesResponseEndpoints':
"""
The URIs that are the public endpoints of the account.
"""
return pulumi.get(self, "endpoints") |
The URIs that are the public endpoints of the account.
| The URIs that are the public endpoints of the account. | [
"The",
"URIs",
"that",
"are",
"the",
"public",
"endpoints",
"of",
"the",
"account",
"."
] | def endpoints(self) -> 'outputs.AccountPropertiesResponseEndpoints':
return pulumi.get(self, "endpoints") | [
"def",
"endpoints",
"(",
"self",
")",
"->",
"'outputs.AccountPropertiesResponseEndpoints'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"endpoints\"",
")"
] | The URIs that are the public endpoints of the account. | [
"The",
"URIs",
"that",
"are",
"the",
"public",
"endpoints",
"of",
"the",
"account",
"."
] | [
"\"\"\"\n The URIs that are the public endpoints of the account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae4c23104e5c1fdaeba7a15952ae4e154a4871f7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/purview/get_account.py | [
"Apache-2.0"
] | Python | managed_resources | 'outputs.AccountPropertiesResponseManagedResources' | def managed_resources(self) -> 'outputs.AccountPropertiesResponseManagedResources':
"""
Gets the resource identifiers of the managed resources.
"""
return pulumi.get(self, "managed_resources") |
Gets the resource identifiers of the managed resources.
| Gets the resource identifiers of the managed resources. | [
"Gets",
"the",
"resource",
"identifiers",
"of",
"the",
"managed",
"resources",
"."
] | def managed_resources(self) -> 'outputs.AccountPropertiesResponseManagedResources':
return pulumi.get(self, "managed_resources") | [
"def",
"managed_resources",
"(",
"self",
")",
"->",
"'outputs.AccountPropertiesResponseManagedResources'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"managed_resources\"",
")"
] | Gets the resource identifiers of the managed resources. | [
"Gets",
"the",
"resource",
"identifiers",
"of",
"the",
"managed",
"resources",
"."
] | [
"\"\"\"\n Gets the resource identifiers of the managed resources.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae4c23104e5c1fdaeba7a15952ae4e154a4871f7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/purview/get_account.py | [
"Apache-2.0"
] | Python | sku | Optional['outputs.AccountSkuResponse'] | def sku(self) -> Optional['outputs.AccountSkuResponse']:
"""
Gets or sets the Sku.
"""
return pulumi.get(self, "sku") |
Gets or sets the Sku.
| Gets or sets the Sku. | [
"Gets",
"or",
"sets",
"the",
"Sku",
"."
] | def sku(self) -> Optional['outputs.AccountSkuResponse']:
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.AccountSkuResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | Gets or sets the Sku. | [
"Gets",
"or",
"sets",
"the",
"Sku",
"."
] | [
"\"\"\"\n Gets or sets the Sku.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae512204e3340150a72aa9a91940f3d7ce0d9b5b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/solutions/v20190701/jit_request.py | [
"Apache-2.0"
] | Python | created_by | pulumi.Output['outputs.ApplicationClientDetailsResponse'] | def created_by(self) -> pulumi.Output['outputs.ApplicationClientDetailsResponse']:
"""
The client entity that created the JIT request.
"""
return pulumi.get(self, "created_by") |
The client entity that created the JIT request.
| The client entity that created the JIT request. | [
"The",
"client",
"entity",
"that",
"created",
"the",
"JIT",
"request",
"."
] | def created_by(self) -> pulumi.Output['outputs.ApplicationClientDetailsResponse']:
return pulumi.get(self, "created_by") | [
"def",
"created_by",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ApplicationClientDetailsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"created_by\"",
")"
] | The client entity that created the JIT request. | [
"The",
"client",
"entity",
"that",
"created",
"the",
"JIT",
"request",
"."
] | [
"\"\"\"\n The client entity that created the JIT request.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae512204e3340150a72aa9a91940f3d7ce0d9b5b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/solutions/v20190701/jit_request.py | [
"Apache-2.0"
] | Python | updated_by | pulumi.Output['outputs.ApplicationClientDetailsResponse'] | def updated_by(self) -> pulumi.Output['outputs.ApplicationClientDetailsResponse']:
"""
The client entity that last updated the JIT request.
"""
return pulumi.get(self, "updated_by") |
The client entity that last updated the JIT request.
| The client entity that last updated the JIT request. | [
"The",
"client",
"entity",
"that",
"last",
"updated",
"the",
"JIT",
"request",
"."
] | def updated_by(self) -> pulumi.Output['outputs.ApplicationClientDetailsResponse']:
return pulumi.get(self, "updated_by") | [
"def",
"updated_by",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ApplicationClientDetailsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"updated_by\"",
")"
] | The client entity that last updated the JIT request. | [
"The",
"client",
"entity",
"that",
"last",
"updated",
"the",
"JIT",
"request",
"."
] | [
"\"\"\"\n The client entity that last updated the JIT request.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae539ea21494b4bfd52efd131cd2a95508b74292 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/v20181015/get_lab_account_regional_availability.py | [
"Apache-2.0"
] | Python | regional_availability | Optional[Sequence['outputs.RegionalAvailabilityResponseResult']] | def regional_availability(self) -> Optional[Sequence['outputs.RegionalAvailabilityResponseResult']]:
"""
Availability information for different size categories per region
"""
return pulumi.get(self, "regional_availability") |
Availability information for different size categories per region
| Availability information for different size categories per region | [
"Availability",
"information",
"for",
"different",
"size",
"categories",
"per",
"region"
] | def regional_availability(self) -> Optional[Sequence['outputs.RegionalAvailabilityResponseResult']]:
return pulumi.get(self, "regional_availability") | [
"def",
"regional_availability",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.RegionalAvailabilityResponseResult'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"regional_availability\"",
")"
] | Availability information for different size categories per region | [
"Availability",
"information",
"for",
"different",
"size",
"categories",
"per",
"region"
] | [
"\"\"\"\n Availability information for different size categories per region\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae5c323abe4962c624e8e60de84eca8fcc3a5bab | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/blockchain/list_location_consortiums.py | [
"Apache-2.0"
] | Python | value | Optional[Sequence['outputs.ConsortiumResponseResult']] | def value(self) -> Optional[Sequence['outputs.ConsortiumResponseResult']]:
"""
Gets or sets the collection of consortiums.
"""
return pulumi.get(self, "value") |
Gets or sets the collection of consortiums.
| Gets or sets the collection of consortiums. | [
"Gets",
"or",
"sets",
"the",
"collection",
"of",
"consortiums",
"."
] | def value(self) -> Optional[Sequence['outputs.ConsortiumResponseResult']]:
return pulumi.get(self, "value") | [
"def",
"value",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ConsortiumResponseResult'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"value\"",
")"
] | Gets or sets the collection of consortiums. | [
"Gets",
"or",
"sets",
"the",
"collection",
"of",
"consortiums",
"."
] | [
"\"\"\"\n Gets or sets the collection of consortiums.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1ee81bcb982b7e7acc6bc24245ac23747bc77d4a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/latest/list_device_failover_tars.py | [
"Apache-2.0"
] | Python | value | Optional[Sequence['outputs.FailoverTargetResponseResult']] | def value(self) -> Optional[Sequence['outputs.FailoverTargetResponseResult']]:
"""
The list of all the failover targets.
"""
return pulumi.get(self, "value") |
The list of all the failover targets.
| The list of all the failover targets. | [
"The",
"list",
"of",
"all",
"the",
"failover",
"targets",
"."
] | def value(self) -> Optional[Sequence['outputs.FailoverTargetResponseResult']]:
return pulumi.get(self, "value") | [
"def",
"value",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.FailoverTargetResponseResult'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"value\"",
")"
] | The list of all the failover targets. | [
"The",
"list",
"of",
"all",
"the",
"failover",
"targets",
"."
] | [
"\"\"\"\n The list of all the failover targets.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1ee81bcb982b7e7acc6bc24245ac23747bc77d4a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/latest/list_device_failover_tars.py | [
"Apache-2.0"
] | Python | list_device_failover_tars | AwaitableListDeviceFailoverTarsResult | def list_device_failover_tars(manager_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
source_device_name: Optional[str] = None,
volume_containers: Optional[Sequence[str]] = None,
... |
The list of all devices in a resource and their eligibility status as a failover target device.
Latest API Version: 2017-06-01.
:param str manager_name: The manager name
:param str resource_group_name: The resource group name
:param str source_device_name: The source device name on which failover... | The list of all devices in a resource and their eligibility status as a failover target device. | [
"The",
"list",
"of",
"all",
"devices",
"in",
"a",
"resource",
"and",
"their",
"eligibility",
"status",
"as",
"a",
"failover",
"target",
"device",
"."
] | def list_device_failover_tars(manager_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
source_device_name: Optional[str] = None,
volume_containers: Optional[Sequence[str]] = None,
... | [
"def",
"list_device_failover_tars",
"(",
"manager_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"source_device_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
... | The list of all devices in a resource and their eligibility status as a failover target device. | [
"The",
"list",
"of",
"all",
"devices",
"in",
"a",
"resource",
"and",
"their",
"eligibility",
"status",
"as",
"a",
"failover",
"target",
"device",
"."
] | [
"\"\"\"\n The list of all devices in a resource and their eligibility status as a failover target device.\n Latest API Version: 2017-06-01.\n\n\n :param str manager_name: The manager name\n :param str resource_group_name: The resource group name\n :param str source_device_name: The source device name... | [
{
"param": "manager_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "source_device_name",
"type": "Optional[str]"
},
{
"param": "volume_containers",
"type": "Optional[Sequence[str]]"
},
{
"param": "opts",
... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "manager_name",
"type": "Optional[str]",
"docstring": "The manager name",
"docstring_tokens": [
"The",
"manager",
"name"
],
"default": null,
"is_optional": false
},
{
"ide... |
470d7321c19d5fb6407b824340bbf70779edff2b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/migrate/v20180202/get_project.py | [
"Apache-2.0"
] | Python | discovery_status | str | def discovery_status(self) -> str:
"""
Reports whether project is under discovery.
"""
return pulumi.get(self, "discovery_status") |
Reports whether project is under discovery.
| Reports whether project is under discovery. | [
"Reports",
"whether",
"project",
"is",
"under",
"discovery",
"."
] | def discovery_status(self) -> str:
return pulumi.get(self, "discovery_status") | [
"def",
"discovery_status",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"discovery_status\"",
")"
] | Reports whether project is under discovery. | [
"Reports",
"whether",
"project",
"is",
"under",
"discovery",
"."
] | [
"\"\"\"\n Reports whether project is under discovery.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
470d7321c19d5fb6407b824340bbf70779edff2b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/migrate/v20180202/get_project.py | [
"Apache-2.0"
] | Python | last_discovery_session_id | str | def last_discovery_session_id(self) -> str:
"""
Session id of the last discovery.
"""
return pulumi.get(self, "last_discovery_session_id") |
Session id of the last discovery.
| Session id of the last discovery. | [
"Session",
"id",
"of",
"the",
"last",
"discovery",
"."
] | def last_discovery_session_id(self) -> str:
return pulumi.get(self, "last_discovery_session_id") | [
"def",
"last_discovery_session_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_discovery_session_id\"",
")"
] | Session id of the last discovery. | [
"Session",
"id",
"of",
"the",
"last",
"discovery",
"."
] | [
"\"\"\"\n Session id of the last discovery.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
470d7321c19d5fb6407b824340bbf70779edff2b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/migrate/v20180202/get_project.py | [
"Apache-2.0"
] | Python | last_discovery_timestamp | str | def last_discovery_timestamp(self) -> str:
"""
Time when this project was created. Date-Time represented in ISO-8601 format. This value will be null until discovery is complete.
"""
return pulumi.get(self, "last_discovery_timestamp") |
Time when this project was created. Date-Time represented in ISO-8601 format. This value will be null until discovery is complete.
| Time when this project was created. Date-Time represented in ISO-8601 format. This value will be null until discovery is complete. | [
"Time",
"when",
"this",
"project",
"was",
"created",
".",
"Date",
"-",
"Time",
"represented",
"in",
"ISO",
"-",
"8601",
"format",
".",
"This",
"value",
"will",
"be",
"null",
"until",
"discovery",
"is",
"complete",
"."
] | def last_discovery_timestamp(self) -> str:
return pulumi.get(self, "last_discovery_timestamp") | [
"def",
"last_discovery_timestamp",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_discovery_timestamp\"",
")"
] | Time when this project was created. | [
"Time",
"when",
"this",
"project",
"was",
"created",
"."
] | [
"\"\"\"\n Time when this project was created. Date-Time represented in ISO-8601 format. This value will be null until discovery is complete.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4720aad72aab33be3af8e1abfd1bae228cb512fb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cache/v20190701/redis.py | [
"Apache-2.0"
] | Python | instances | pulumi.Output[Sequence['outputs.RedisInstanceDetailsResponse']] | def instances(self) -> pulumi.Output[Sequence['outputs.RedisInstanceDetailsResponse']]:
"""
List of the Redis instances associated with the cache
"""
return pulumi.get(self, "instances") |
List of the Redis instances associated with the cache
| List of the Redis instances associated with the cache | [
"List",
"of",
"the",
"Redis",
"instances",
"associated",
"with",
"the",
"cache"
] | def instances(self) -> pulumi.Output[Sequence['outputs.RedisInstanceDetailsResponse']]:
return pulumi.get(self, "instances") | [
"def",
"instances",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.RedisInstanceDetailsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"instances\"",
")"
] | List of the Redis instances associated with the cache | [
"List",
"of",
"the",
"Redis",
"instances",
"associated",
"with",
"the",
"cache"
] | [
"\"\"\"\n List of the Redis instances associated with the cache\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4720aad72aab33be3af8e1abfd1bae228cb512fb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cache/v20190701/redis.py | [
"Apache-2.0"
] | Python | linked_servers | pulumi.Output[Sequence['outputs.RedisLinkedServerResponse']] | def linked_servers(self) -> pulumi.Output[Sequence['outputs.RedisLinkedServerResponse']]:
"""
List of the linked servers associated with the cache
"""
return pulumi.get(self, "linked_servers") |
List of the linked servers associated with the cache
| List of the linked servers associated with the cache | [
"List",
"of",
"the",
"linked",
"servers",
"associated",
"with",
"the",
"cache"
] | def linked_servers(self) -> pulumi.Output[Sequence['outputs.RedisLinkedServerResponse']]:
return pulumi.get(self, "linked_servers") | [
"def",
"linked_servers",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.RedisLinkedServerResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"linked_servers\"",
")"
] | List of the linked servers associated with the cache | [
"List",
"of",
"the",
"linked",
"servers",
"associated",
"with",
"the",
"cache"
] | [
"\"\"\"\n List of the linked servers associated with the cache\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4720aad72aab33be3af8e1abfd1bae228cb512fb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cache/v20190701/redis.py | [
"Apache-2.0"
] | Python | replicas_per_master | pulumi.Output[Optional[int]] | def replicas_per_master(self) -> pulumi.Output[Optional[int]]:
"""
The number of replicas to be created per master.
"""
return pulumi.get(self, "replicas_per_master") |
The number of replicas to be created per master.
| The number of replicas to be created per master. | [
"The",
"number",
"of",
"replicas",
"to",
"be",
"created",
"per",
"master",
"."
] | def replicas_per_master(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "replicas_per_master") | [
"def",
"replicas_per_master",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"replicas_per_master\"",
")"
] | The number of replicas to be created per master. | [
"The",
"number",
"of",
"replicas",
"to",
"be",
"created",
"per",
"master",
"."
] | [
"\"\"\"\n The number of replicas to be created per master.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9feeff9346bdbed2030a411ddeae9739541cb1bc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20190901/_inputs.py | [
"Apache-2.0"
] | Python | shipping_address | pulumi.Input['ShippingAddressArgs'] | def shipping_address(self) -> pulumi.Input['ShippingAddressArgs']:
"""
Shipping address of the customer.
"""
return pulumi.get(self, "shipping_address") |
Shipping address of the customer.
| Shipping address of the customer. | [
"Shipping",
"address",
"of",
"the",
"customer",
"."
] | def shipping_address(self) -> pulumi.Input['ShippingAddressArgs']:
return pulumi.get(self, "shipping_address") | [
"def",
"shipping_address",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"'ShippingAddressArgs'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"shipping_address\"",
")"
] | Shipping address of the customer. | [
"Shipping",
"address",
"of",
"the",
"customer",
"."
] | [
"\"\"\"\n Shipping address of the customer.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9feeff9346bdbed2030a411ddeae9739541cb1bc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20190901/_inputs.py | [
"Apache-2.0"
] | Python | expected_data_size_in_terabytes | Optional[pulumi.Input[int]] | def expected_data_size_in_terabytes(self) -> Optional[pulumi.Input[int]]:
"""
The expected size of the data, which needs to be transferred in this job, in terabytes.
"""
return pulumi.get(self, "expected_data_size_in_terabytes") |
The expected size of the data, which needs to be transferred in this job, in terabytes.
| The expected size of the data, which needs to be transferred in this job, in terabytes. | [
"The",
"expected",
"size",
"of",
"the",
"data",
"which",
"needs",
"to",
"be",
"transferred",
"in",
"this",
"job",
"in",
"terabytes",
"."
] | def expected_data_size_in_terabytes(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "expected_data_size_in_terabytes") | [
"def",
"expected_data_size_in_terabytes",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"expected_data_size_in_terabytes\"",
")"
] | The expected size of the data, which needs to be transferred in this job, in terabytes. | [
"The",
"expected",
"size",
"of",
"the",
"data",
"which",
"needs",
"to",
"be",
"transferred",
"in",
"this",
"job",
"in",
"terabytes",
"."
] | [
"\"\"\"\n The expected size of the data, which needs to be transferred in this job, in terabytes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9feeff9346bdbed2030a411ddeae9739541cb1bc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20190901/_inputs.py | [
"Apache-2.0"
] | Python | data_destination_type | pulumi.Input[str] | def data_destination_type(self) -> pulumi.Input[str]:
"""
Data Destination Type.
Expected value is 'StorageAccount'.
"""
return pulumi.get(self, "data_destination_type") |
Data Destination Type.
Expected value is 'StorageAccount'.
| Data Destination Type.
Expected value is 'StorageAccount'. | [
"Data",
"Destination",
"Type",
".",
"Expected",
"value",
"is",
"'",
"StorageAccount",
"'",
"."
] | def data_destination_type(self) -> pulumi.Input[str]:
return pulumi.get(self, "data_destination_type") | [
"def",
"data_destination_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_destination_type\"",
")"
] | Data Destination Type. | [
"Data",
"Destination",
"Type",
"."
] | [
"\"\"\"\n Data Destination Type.\n Expected value is 'StorageAccount'.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2edd39057dbe1035ae4291eebccca4180a7a2625 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200601/outputs.py | [
"Apache-2.0"
] | Python | advanced_filters | Optional[Sequence[Any]] | def advanced_filters(self) -> Optional[Sequence[Any]]:
"""
An array of advanced filters that are used for filtering event subscriptions.
"""
return pulumi.get(self, "advanced_filters") |
An array of advanced filters that are used for filtering event subscriptions.
| An array of advanced filters that are used for filtering event subscriptions. | [
"An",
"array",
"of",
"advanced",
"filters",
"that",
"are",
"used",
"for",
"filtering",
"event",
"subscriptions",
"."
] | def advanced_filters(self) -> Optional[Sequence[Any]]:
return pulumi.get(self, "advanced_filters") | [
"def",
"advanced_filters",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"Any",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"advanced_filters\"",
")"
] | An array of advanced filters that are used for filtering event subscriptions. | [
"An",
"array",
"of",
"advanced",
"filters",
"that",
"are",
"used",
"for",
"filtering",
"event",
"subscriptions",
"."
] | [
"\"\"\"\n An array of advanced filters that are used for filtering event subscriptions.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2edd39057dbe1035ae4291eebccca4180a7a2625 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200601/outputs.py | [
"Apache-2.0"
] | Python | input_schema_mapping_type | str | def input_schema_mapping_type(self) -> str:
"""
Type of the custom mapping
Expected value is 'Json'.
"""
return pulumi.get(self, "input_schema_mapping_type") |
Type of the custom mapping
Expected value is 'Json'.
| Type of the custom mapping
Expected value is 'Json'. | [
"Type",
"of",
"the",
"custom",
"mapping",
"Expected",
"value",
"is",
"'",
"Json",
"'",
"."
] | def input_schema_mapping_type(self) -> str:
return pulumi.get(self, "input_schema_mapping_type") | [
"def",
"input_schema_mapping_type",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"input_schema_mapping_type\"",
")"
] | Type of the custom mapping
Expected value is 'Json'. | [
"Type",
"of",
"the",
"custom",
"mapping",
"Expected",
"value",
"is",
"'",
"Json",
"'",
"."
] | [
"\"\"\"\n Type of the custom mapping\n Expected value is 'Json'.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2edd39057dbe1035ae4291eebccca4180a7a2625 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200601/outputs.py | [
"Apache-2.0"
] | Python | data_version | Optional['outputs.JsonFieldWithDefaultResponse'] | def data_version(self) -> Optional['outputs.JsonFieldWithDefaultResponse']:
"""
The mapping information for the DataVersion property of the Event Grid Event.
"""
return pulumi.get(self, "data_version") |
The mapping information for the DataVersion property of the Event Grid Event.
| The mapping information for the DataVersion property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"DataVersion",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | def data_version(self) -> Optional['outputs.JsonFieldWithDefaultResponse']:
return pulumi.get(self, "data_version") | [
"def",
"data_version",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.JsonFieldWithDefaultResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_version\"",
")"
] | The mapping information for the DataVersion property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"DataVersion",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | [
"\"\"\"\n The mapping information for the DataVersion property of the Event Grid Event.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2edd39057dbe1035ae4291eebccca4180a7a2625 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200601/outputs.py | [
"Apache-2.0"
] | Python | event_time | Optional['outputs.JsonFieldResponse'] | def event_time(self) -> Optional['outputs.JsonFieldResponse']:
"""
The mapping information for the EventTime property of the Event Grid Event.
"""
return pulumi.get(self, "event_time") |
The mapping information for the EventTime property of the Event Grid Event.
| The mapping information for the EventTime property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"EventTime",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | def event_time(self) -> Optional['outputs.JsonFieldResponse']:
return pulumi.get(self, "event_time") | [
"def",
"event_time",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.JsonFieldResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"event_time\"",
")"
] | The mapping information for the EventTime property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"EventTime",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | [
"\"\"\"\n The mapping information for the EventTime property of the Event Grid Event.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2edd39057dbe1035ae4291eebccca4180a7a2625 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200601/outputs.py | [
"Apache-2.0"
] | Python | event_type | Optional['outputs.JsonFieldWithDefaultResponse'] | def event_type(self) -> Optional['outputs.JsonFieldWithDefaultResponse']:
"""
The mapping information for the EventType property of the Event Grid Event.
"""
return pulumi.get(self, "event_type") |
The mapping information for the EventType property of the Event Grid Event.
| The mapping information for the EventType property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"EventType",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | def event_type(self) -> Optional['outputs.JsonFieldWithDefaultResponse']:
return pulumi.get(self, "event_type") | [
"def",
"event_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.JsonFieldWithDefaultResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"event_type\"",
")"
] | The mapping information for the EventType property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"EventType",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | [
"\"\"\"\n The mapping information for the EventType property of the Event Grid Event.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2edd39057dbe1035ae4291eebccca4180a7a2625 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200601/outputs.py | [
"Apache-2.0"
] | Python | id | Optional['outputs.JsonFieldResponse'] | def id(self) -> Optional['outputs.JsonFieldResponse']:
"""
The mapping information for the Id property of the Event Grid Event.
"""
return pulumi.get(self, "id") |
The mapping information for the Id property of the Event Grid Event.
| The mapping information for the Id property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"Id",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | def id(self) -> Optional['outputs.JsonFieldResponse']:
return pulumi.get(self, "id") | [
"def",
"id",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.JsonFieldResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"id\"",
")"
] | The mapping information for the Id property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"Id",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | [
"\"\"\"\n The mapping information for the Id property of the Event Grid Event.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2edd39057dbe1035ae4291eebccca4180a7a2625 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200601/outputs.py | [
"Apache-2.0"
] | Python | subject | Optional['outputs.JsonFieldWithDefaultResponse'] | def subject(self) -> Optional['outputs.JsonFieldWithDefaultResponse']:
"""
The mapping information for the Subject property of the Event Grid Event.
"""
return pulumi.get(self, "subject") |
The mapping information for the Subject property of the Event Grid Event.
| The mapping information for the Subject property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"Subject",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | def subject(self) -> Optional['outputs.JsonFieldWithDefaultResponse']:
return pulumi.get(self, "subject") | [
"def",
"subject",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.JsonFieldWithDefaultResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"subject\"",
")"
] | The mapping information for the Subject property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"Subject",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | [
"\"\"\"\n The mapping information for the Subject property of the Event Grid Event.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2edd39057dbe1035ae4291eebccca4180a7a2625 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200601/outputs.py | [
"Apache-2.0"
] | Python | topic | Optional['outputs.JsonFieldResponse'] | def topic(self) -> Optional['outputs.JsonFieldResponse']:
"""
The mapping information for the Topic property of the Event Grid Event.
"""
return pulumi.get(self, "topic") |
The mapping information for the Topic property of the Event Grid Event.
| The mapping information for the Topic property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"Topic",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | def topic(self) -> Optional['outputs.JsonFieldResponse']:
return pulumi.get(self, "topic") | [
"def",
"topic",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.JsonFieldResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"topic\"",
")"
] | The mapping information for the Topic property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"Topic",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | [
"\"\"\"\n The mapping information for the Topic property of the Event Grid Event.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2edd39057dbe1035ae4291eebccca4180a7a2625 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200601/outputs.py | [
"Apache-2.0"
] | Python | operator_type | str | def operator_type(self) -> str:
"""
The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.
Expected value is 'NumberGreaterThan'.
"""
return pulumi.get(self, "operator_type") |
The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.
Expected value is 'NumberGreaterThan'.
| The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.
Expected value is 'NumberGreaterThan'. | [
"The",
"operator",
"type",
"used",
"for",
"filtering",
"e",
".",
"g",
".",
"NumberIn",
"StringContains",
"BoolEquals",
"and",
"others",
".",
"Expected",
"value",
"is",
"'",
"NumberGreaterThan",
"'",
"."
] | def operator_type(self) -> str:
return pulumi.get(self, "operator_type") | [
"def",
"operator_type",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"operator_type\"",
")"
] | The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others. | [
"The",
"operator",
"type",
"used",
"for",
"filtering",
"e",
".",
"g",
".",
"NumberIn",
"StringContains",
"BoolEquals",
"and",
"others",
"."
] | [
"\"\"\"\n The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.\n Expected value is 'NumberGreaterThan'.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2edd39057dbe1035ae4291eebccca4180a7a2625 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200601/outputs.py | [
"Apache-2.0"
] | Python | values | Optional[Sequence[float]] | def values(self) -> Optional[Sequence[float]]:
"""
The set of filter values.
"""
return pulumi.get(self, "values") |
The set of filter values.
| The set of filter values. | [
"The",
"set",
"of",
"filter",
"values",
"."
] | def values(self) -> Optional[Sequence[float]]:
return pulumi.get(self, "values") | [
"def",
"values",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"float",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"values\"",
")"
] | The set of filter values. | [
"The",
"set",
"of",
"filter",
"values",
"."
] | [
"\"\"\"\n The set of filter values.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2edd39057dbe1035ae4291eebccca4180a7a2625 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200601/outputs.py | [
"Apache-2.0"
] | Python | private_link_service_connection_state | Optional['outputs.ConnectionStateResponse'] | def private_link_service_connection_state(self) -> Optional['outputs.ConnectionStateResponse']:
"""
Details about the state of the connection.
"""
return pulumi.get(self, "private_link_service_connection_state") |
Details about the state of the connection.
| Details about the state of the connection. | [
"Details",
"about",
"the",
"state",
"of",
"the",
"connection",
"."
] | def private_link_service_connection_state(self) -> Optional['outputs.ConnectionStateResponse']:
return pulumi.get(self, "private_link_service_connection_state") | [
"def",
"private_link_service_connection_state",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ConnectionStateResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_link_service_connection_state\"",
")"
] | Details about the state of the connection. | [
"Details",
"about",
"the",
"state",
"of",
"the",
"connection",
"."
] | [
"\"\"\"\n Details about the state of the connection.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2edd39057dbe1035ae4291eebccca4180a7a2625 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200601/outputs.py | [
"Apache-2.0"
] | Python | event_time_to_live_in_minutes | Optional[int] | def event_time_to_live_in_minutes(self) -> Optional[int]:
"""
Time To Live (in minutes) for events.
"""
return pulumi.get(self, "event_time_to_live_in_minutes") |
Time To Live (in minutes) for events.
| Time To Live (in minutes) for events. | [
"Time",
"To",
"Live",
"(",
"in",
"minutes",
")",
"for",
"events",
"."
] | def event_time_to_live_in_minutes(self) -> Optional[int]:
return pulumi.get(self, "event_time_to_live_in_minutes") | [
"def",
"event_time_to_live_in_minutes",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"event_time_to_live_in_minutes\"",
")"
] | Time To Live (in minutes) for events. | [
"Time",
"To",
"Live",
"(",
"in",
"minutes",
")",
"for",
"events",
"."
] | [
"\"\"\"\n Time To Live (in minutes) for events.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2edd39057dbe1035ae4291eebccca4180a7a2625 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200601/outputs.py | [
"Apache-2.0"
] | Python | max_delivery_attempts | Optional[int] | def max_delivery_attempts(self) -> Optional[int]:
"""
Maximum number of delivery retry attempts for events.
"""
return pulumi.get(self, "max_delivery_attempts") |
Maximum number of delivery retry attempts for events.
| Maximum number of delivery retry attempts for events. | [
"Maximum",
"number",
"of",
"delivery",
"retry",
"attempts",
"for",
"events",
"."
] | def max_delivery_attempts(self) -> Optional[int]:
return pulumi.get(self, "max_delivery_attempts") | [
"def",
"max_delivery_attempts",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_delivery_attempts\"",
")"
] | Maximum number of delivery retry attempts for events. | [
"Maximum",
"number",
"of",
"delivery",
"retry",
"attempts",
"for",
"events",
"."
] | [
"\"\"\"\n Maximum number of delivery retry attempts for events.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2edd39057dbe1035ae4291eebccca4180a7a2625 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200601/outputs.py | [
"Apache-2.0"
] | Python | blob_container_name | Optional[str] | def blob_container_name(self) -> Optional[str]:
"""
The name of the Storage blob container that is the destination of the deadletter events
"""
return pulumi.get(self, "blob_container_name") |
The name of the Storage blob container that is the destination of the deadletter events
| The name of the Storage blob container that is the destination of the deadletter events | [
"The",
"name",
"of",
"the",
"Storage",
"blob",
"container",
"that",
"is",
"the",
"destination",
"of",
"the",
"deadletter",
"events"
] | def blob_container_name(self) -> Optional[str]:
return pulumi.get(self, "blob_container_name") | [
"def",
"blob_container_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"blob_container_name\"",
")"
] | The name of the Storage blob container that is the destination of the deadletter events | [
"The",
"name",
"of",
"the",
"Storage",
"blob",
"container",
"that",
"is",
"the",
"destination",
"of",
"the",
"deadletter",
"events"
] | [
"\"\"\"\n The name of the Storage blob container that is the destination of the deadletter events\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2edd39057dbe1035ae4291eebccca4180a7a2625 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200601/outputs.py | [
"Apache-2.0"
] | Python | azure_active_directory_application_id_or_uri | Optional[str] | def azure_active_directory_application_id_or_uri(self) -> Optional[str]:
"""
The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
"""
return pulumi.get(self, "azure_active_directory_application_id_or_uri"... |
The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
| The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. | [
"The",
"Azure",
"Active",
"Directory",
"Application",
"ID",
"or",
"URI",
"to",
"get",
"the",
"access",
"token",
"that",
"will",
"be",
"included",
"as",
"the",
"bearer",
"token",
"in",
"delivery",
"requests",
"."
] | def azure_active_directory_application_id_or_uri(self) -> Optional[str]:
return pulumi.get(self, "azure_active_directory_application_id_or_uri") | [
"def",
"azure_active_directory_application_id_or_uri",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"azure_active_directory_application_id_or_uri\"",
")"
] | The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. | [
"The",
"Azure",
"Active",
"Directory",
"Application",
"ID",
"or",
"URI",
"to",
"get",
"the",
"access",
"token",
"that",
"will",
"be",
"included",
"as",
"the",
"bearer",
"token",
"in",
"delivery",
"requests",
"."
] | [
"\"\"\"\n The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2edd39057dbe1035ae4291eebccca4180a7a2625 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200601/outputs.py | [
"Apache-2.0"
] | Python | azure_active_directory_tenant_id | Optional[str] | def azure_active_directory_tenant_id(self) -> Optional[str]:
"""
The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.
"""
return pulumi.get(self, "azure_active_directory_tenant_id") |
The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.
| The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. | [
"The",
"Azure",
"Active",
"Directory",
"Tenant",
"ID",
"to",
"get",
"the",
"access",
"token",
"that",
"will",
"be",
"included",
"as",
"the",
"bearer",
"token",
"in",
"delivery",
"requests",
"."
] | def azure_active_directory_tenant_id(self) -> Optional[str]:
return pulumi.get(self, "azure_active_directory_tenant_id") | [
"def",
"azure_active_directory_tenant_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"azure_active_directory_tenant_id\"",
")"
] | The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. | [
"The",
"Azure",
"Active",
"Directory",
"Tenant",
"ID",
"to",
"get",
"the",
"access",
"token",
"that",
"will",
"be",
"included",
"as",
"the",
"bearer",
"token",
"in",
"delivery",
"requests",
"."
] | [
"\"\"\"\n The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f2261fe9cd7a232192b93f569c1b63846e025923 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20200301preview/get_cluster.py | [
"Apache-2.0"
] | Python | properties | 'outputs.ClusterPropertiesResponse' | def properties(self) -> 'outputs.ClusterPropertiesResponse':
"""
The properties associated with a Stream Analytics cluster.
"""
return pulumi.get(self, "properties") |
The properties associated with a Stream Analytics cluster.
| The properties associated with a Stream Analytics cluster. | [
"The",
"properties",
"associated",
"with",
"a",
"Stream",
"Analytics",
"cluster",
"."
] | def properties(self) -> 'outputs.ClusterPropertiesResponse':
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"'outputs.ClusterPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | The properties associated with a Stream Analytics cluster. | [
"The",
"properties",
"associated",
"with",
"a",
"Stream",
"Analytics",
"cluster",
"."
] | [
"\"\"\"\n The properties associated with a Stream Analytics cluster.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f2261fe9cd7a232192b93f569c1b63846e025923 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20200301preview/get_cluster.py | [
"Apache-2.0"
] | Python | sku | Optional['outputs.ClusterSkuResponse'] | def sku(self) -> Optional['outputs.ClusterSkuResponse']:
"""
The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests.
"""
return pulumi.get(self, "sku") |
The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests.
| The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests. | [
"The",
"SKU",
"of",
"the",
"cluster",
".",
"This",
"determines",
"the",
"size",
"/",
"capacity",
"of",
"the",
"cluster",
".",
"Required",
"on",
"PUT",
"(",
"CreateOrUpdate",
")",
"requests",
"."
] | def sku(self) -> Optional['outputs.ClusterSkuResponse']:
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ClusterSkuResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | The SKU of the cluster. | [
"The",
"SKU",
"of",
"the",
"cluster",
"."
] | [
"\"\"\"\n The SKU of the cluster. This determines the size/capacity of the cluster. Required on PUT (CreateOrUpdate) requests.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f232fbf7d9ef77fd67adf879ad8651557383ee40 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/list_build_step_build_arguments.py | [
"Apache-2.0"
] | Python | list_build_step_build_arguments | AwaitableListBuildStepBuildArgumentsResult | def list_build_step_build_arguments(build_task_name: Optional[str] = None,
registry_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
step_name: Optional[str] = None,
... |
The list of build arguments for a build step.
API Version: 2018-02-01-preview.
:param str build_task_name: The name of the container registry build task.
:param str registry_name: The name of the container registry.
:param str resource_group_name: The name of the resource group to which the conta... | The list of build arguments for a build step. | [
"The",
"list",
"of",
"build",
"arguments",
"for",
"a",
"build",
"step",
"."
] | def list_build_step_build_arguments(build_task_name: Optional[str] = None,
registry_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
step_name: Optional[str] = None,
... | [
"def",
"list_build_step_build_arguments",
"(",
"build_task_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"registry_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
"... | The list of build arguments for a build step. | [
"The",
"list",
"of",
"build",
"arguments",
"for",
"a",
"build",
"step",
"."
] | [
"\"\"\"\n The list of build arguments for a build step.\n API Version: 2018-02-01-preview.\n\n\n :param str build_task_name: The name of the container registry build task.\n :param str registry_name: The name of the container registry.\n :param str resource_group_name: The name of the resource group ... | [
{
"param": "build_task_name",
"type": "Optional[str]"
},
{
"param": "registry_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "step_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "build_task_name",
"type": "Optional[str]",
"docstring": "The name of the container registry build task.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"container",
"registry... |
f25f001ccceb6d45a396b8be402a75ddeb69e848 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automanage/get_account.py | [
"Apache-2.0"
] | Python | identity | Optional['outputs.AccountIdentityResponse'] | def identity(self) -> Optional['outputs.AccountIdentityResponse']:
"""
The identity of the Automanage account.
"""
return pulumi.get(self, "identity") |
The identity of the Automanage account.
| The identity of the Automanage account. | [
"The",
"identity",
"of",
"the",
"Automanage",
"account",
"."
] | def identity(self) -> Optional['outputs.AccountIdentityResponse']:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.AccountIdentityResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The identity of the Automanage account. | [
"The",
"identity",
"of",
"the",
"Automanage",
"account",
"."
] | [
"\"\"\"\n The identity of the Automanage account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f2622dbc3f10befd9339058af31cd891650bdd9c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/storage_account_static_website.py | [
"Apache-2.0"
] | Python | index_document | pulumi.Output[Optional[str]] | def index_document(self) -> pulumi.Output[Optional[str]]:
"""
The webpage that Azure Storage serves for requests to the root of a website or any sub-folder. For example, 'index.html'. The value is case-sensitive.
"""
return pulumi.get(self, "index_document") |
The webpage that Azure Storage serves for requests to the root of a website or any sub-folder. For example, 'index.html'. The value is case-sensitive.
| The webpage that Azure Storage serves for requests to the root of a website or any sub-folder. | [
"The",
"webpage",
"that",
"Azure",
"Storage",
"serves",
"for",
"requests",
"to",
"the",
"root",
"of",
"a",
"website",
"or",
"any",
"sub",
"-",
"folder",
"."
] | def index_document(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "index_document") | [
"def",
"index_document",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"index_document\"",
")"
] | The webpage that Azure Storage serves for requests to the root of a website or any sub-folder. | [
"The",
"webpage",
"that",
"Azure",
"Storage",
"serves",
"for",
"requests",
"to",
"the",
"root",
"of",
"a",
"website",
"or",
"any",
"sub",
"-",
"folder",
"."
] | [
"\"\"\"\n The webpage that Azure Storage serves for requests to the root of a website or any sub-folder. For example, 'index.html'. The value is case-sensitive.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e56574b69544809d9e57626a228e9b4a09656dbf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20180701/get_streaming_endpoint.py | [
"Apache-2.0"
] | Python | access_control | Optional['outputs.StreamingEndpointAccessControlResponse'] | def access_control(self) -> Optional['outputs.StreamingEndpointAccessControlResponse']:
"""
The access control definition of the StreamingEndpoint.
"""
return pulumi.get(self, "access_control") |
The access control definition of the StreamingEndpoint.
| The access control definition of the StreamingEndpoint. | [
"The",
"access",
"control",
"definition",
"of",
"the",
"StreamingEndpoint",
"."
] | def access_control(self) -> Optional['outputs.StreamingEndpointAccessControlResponse']:
return pulumi.get(self, "access_control") | [
"def",
"access_control",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.StreamingEndpointAccessControlResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"access_control\"",
")"
] | The access control definition of the StreamingEndpoint. | [
"The",
"access",
"control",
"definition",
"of",
"the",
"StreamingEndpoint",
"."
] | [
"\"\"\"\n The access control definition of the StreamingEndpoint.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e56574b69544809d9e57626a228e9b4a09656dbf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20180701/get_streaming_endpoint.py | [
"Apache-2.0"
] | Python | availability_set_name | Optional[str] | def availability_set_name(self) -> Optional[str]:
"""
The name of the AvailabilitySet used with this StreamingEndpoint for high availability streaming. This value can only be set at creation time.
"""
return pulumi.get(self, "availability_set_name") |
The name of the AvailabilitySet used with this StreamingEndpoint for high availability streaming. This value can only be set at creation time.
| The name of the AvailabilitySet used with this StreamingEndpoint for high availability streaming. This value can only be set at creation time. | [
"The",
"name",
"of",
"the",
"AvailabilitySet",
"used",
"with",
"this",
"StreamingEndpoint",
"for",
"high",
"availability",
"streaming",
".",
"This",
"value",
"can",
"only",
"be",
"set",
"at",
"creation",
"time",
"."
] | def availability_set_name(self) -> Optional[str]:
return pulumi.get(self, "availability_set_name") | [
"def",
"availability_set_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"availability_set_name\"",
")"
] | The name of the AvailabilitySet used with this StreamingEndpoint for high availability streaming. | [
"The",
"name",
"of",
"the",
"AvailabilitySet",
"used",
"with",
"this",
"StreamingEndpoint",
"for",
"high",
"availability",
"streaming",
"."
] | [
"\"\"\"\n The name of the AvailabilitySet used with this StreamingEndpoint for high availability streaming. This value can only be set at creation time.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e56574b69544809d9e57626a228e9b4a09656dbf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20180701/get_streaming_endpoint.py | [
"Apache-2.0"
] | Python | custom_host_names | Optional[Sequence[str]] | def custom_host_names(self) -> Optional[Sequence[str]]:
"""
The custom host names of the StreamingEndpoint
"""
return pulumi.get(self, "custom_host_names") |
The custom host names of the StreamingEndpoint
| The custom host names of the StreamingEndpoint | [
"The",
"custom",
"host",
"names",
"of",
"the",
"StreamingEndpoint"
] | def custom_host_names(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "custom_host_names") | [
"def",
"custom_host_names",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_host_names\"",
")"
] | The custom host names of the StreamingEndpoint | [
"The",
"custom",
"host",
"names",
"of",
"the",
"StreamingEndpoint"
] | [
"\"\"\"\n The custom host names of the StreamingEndpoint\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e56574b69544809d9e57626a228e9b4a09656dbf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20180701/get_streaming_endpoint.py | [
"Apache-2.0"
] | Python | free_trial_end_time | str | def free_trial_end_time(self) -> str:
"""
The free trial expiration time.
"""
return pulumi.get(self, "free_trial_end_time") |
The free trial expiration time.
| The free trial expiration time. | [
"The",
"free",
"trial",
"expiration",
"time",
"."
] | def free_trial_end_time(self) -> str:
return pulumi.get(self, "free_trial_end_time") | [
"def",
"free_trial_end_time",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"free_trial_end_time\"",
")"
] | The free trial expiration time. | [
"The",
"free",
"trial",
"expiration",
"time",
"."
] | [
"\"\"\"\n The free trial expiration time.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e56574b69544809d9e57626a228e9b4a09656dbf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20180701/get_streaming_endpoint.py | [
"Apache-2.0"
] | Python | scale_units | int | def scale_units(self) -> int:
"""
The number of scale units. Use the Scale operation to adjust this value.
"""
return pulumi.get(self, "scale_units") |
The number of scale units. Use the Scale operation to adjust this value.
| The number of scale units. Use the Scale operation to adjust this value. | [
"The",
"number",
"of",
"scale",
"units",
".",
"Use",
"the",
"Scale",
"operation",
"to",
"adjust",
"this",
"value",
"."
] | def scale_units(self) -> int:
return pulumi.get(self, "scale_units") | [
"def",
"scale_units",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"scale_units\"",
")"
] | The number of scale units. | [
"The",
"number",
"of",
"scale",
"units",
"."
] | [
"\"\"\"\n The number of scale units. Use the Scale operation to adjust this value.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e59aa17a26864cfa7ceb3d260240996bacbe007b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/express_route_circuit.py | [
"Apache-2.0"
] | Python | bandwidth_in_gbps | pulumi.Output[Optional[float]] | def bandwidth_in_gbps(self) -> pulumi.Output[Optional[float]]:
"""
The bandwidth of the circuit when the circuit is provisioned on an ExpressRoutePort resource.
"""
return pulumi.get(self, "bandwidth_in_gbps") |
The bandwidth of the circuit when the circuit is provisioned on an ExpressRoutePort resource.
| The bandwidth of the circuit when the circuit is provisioned on an ExpressRoutePort resource. | [
"The",
"bandwidth",
"of",
"the",
"circuit",
"when",
"the",
"circuit",
"is",
"provisioned",
"on",
"an",
"ExpressRoutePort",
"resource",
"."
] | def bandwidth_in_gbps(self) -> pulumi.Output[Optional[float]]:
return pulumi.get(self, "bandwidth_in_gbps") | [
"def",
"bandwidth_in_gbps",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"float",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"bandwidth_in_gbps\"",
")"
] | The bandwidth of the circuit when the circuit is provisioned on an ExpressRoutePort resource. | [
"The",
"bandwidth",
"of",
"the",
"circuit",
"when",
"the",
"circuit",
"is",
"provisioned",
"on",
"an",
"ExpressRoutePort",
"resource",
"."
] | [
"\"\"\"\n The bandwidth of the circuit when the circuit is provisioned on an ExpressRoutePort resource.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e59aa17a26864cfa7ceb3d260240996bacbe007b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/express_route_circuit.py | [
"Apache-2.0"
] | Python | express_route_port | pulumi.Output[Optional['outputs.SubResourceResponse']] | def express_route_port(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
"""
The reference to the ExpressRoutePort resource when the circuit is provisioned on an ExpressRoutePort resource.
"""
return pulumi.get(self, "express_route_port") |
The reference to the ExpressRoutePort resource when the circuit is provisioned on an ExpressRoutePort resource.
| The reference to the ExpressRoutePort resource when the circuit is provisioned on an ExpressRoutePort resource. | [
"The",
"reference",
"to",
"the",
"ExpressRoutePort",
"resource",
"when",
"the",
"circuit",
"is",
"provisioned",
"on",
"an",
"ExpressRoutePort",
"resource",
"."
] | def express_route_port(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
return pulumi.get(self, "express_route_port") | [
"def",
"express_route_port",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"express_route_port\"",
")"
] | The reference to the ExpressRoutePort resource when the circuit is provisioned on an ExpressRoutePort resource. | [
"The",
"reference",
"to",
"the",
"ExpressRoutePort",
"resource",
"when",
"the",
"circuit",
"is",
"provisioned",
"on",
"an",
"ExpressRoutePort",
"resource",
"."
] | [
"\"\"\"\n The reference to the ExpressRoutePort resource when the circuit is provisioned on an ExpressRoutePort resource.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e59aa17a26864cfa7ceb3d260240996bacbe007b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/express_route_circuit.py | [
"Apache-2.0"
] | Python | global_reach_enabled | pulumi.Output[Optional[bool]] | def global_reach_enabled(self) -> pulumi.Output[Optional[bool]]:
"""
Flag denoting global reach status.
"""
return pulumi.get(self, "global_reach_enabled") |
Flag denoting global reach status.
| Flag denoting global reach status. | [
"Flag",
"denoting",
"global",
"reach",
"status",
"."
] | def global_reach_enabled(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "global_reach_enabled") | [
"def",
"global_reach_enabled",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"global_reach_enabled\"",
")"
] | Flag denoting global reach status. | [
"Flag",
"denoting",
"global",
"reach",
"status",
"."
] | [
"\"\"\"\n Flag denoting global reach status.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e59aa17a26864cfa7ceb3d260240996bacbe007b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/express_route_circuit.py | [
"Apache-2.0"
] | Python | stag | pulumi.Output[int] | def stag(self) -> pulumi.Output[int]:
"""
The identifier of the circuit traffic. Outer tag for QinQ encapsulation.
"""
return pulumi.get(self, "stag") |
The identifier of the circuit traffic. Outer tag for QinQ encapsulation.
| The identifier of the circuit traffic. Outer tag for QinQ encapsulation. | [
"The",
"identifier",
"of",
"the",
"circuit",
"traffic",
".",
"Outer",
"tag",
"for",
"QinQ",
"encapsulation",
"."
] | def stag(self) -> pulumi.Output[int]:
return pulumi.get(self, "stag") | [
"def",
"stag",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"stag\"",
")"
] | The identifier of the circuit traffic. | [
"The",
"identifier",
"of",
"the",
"circuit",
"traffic",
"."
] | [
"\"\"\"\n The identifier of the circuit traffic. Outer tag for QinQ encapsulation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
79017579a201dcf5f57280058af9232110541daf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_express_route_gateway.py | [
"Apache-2.0"
] | Python | express_route_connections | Sequence['outputs.ExpressRouteConnectionResponse'] | def express_route_connections(self) -> Sequence['outputs.ExpressRouteConnectionResponse']:
"""
List of ExpressRoute connections to the ExpressRoute gateway.
"""
return pulumi.get(self, "express_route_connections") |
List of ExpressRoute connections to the ExpressRoute gateway.
| List of ExpressRoute connections to the ExpressRoute gateway. | [
"List",
"of",
"ExpressRoute",
"connections",
"to",
"the",
"ExpressRoute",
"gateway",
"."
] | def express_route_connections(self) -> Sequence['outputs.ExpressRouteConnectionResponse']:
return pulumi.get(self, "express_route_connections") | [
"def",
"express_route_connections",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.ExpressRouteConnectionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"express_route_connections\"",
")"
] | List of ExpressRoute connections to the ExpressRoute gateway. | [
"List",
"of",
"ExpressRoute",
"connections",
"to",
"the",
"ExpressRoute",
"gateway",
"."
] | [
"\"\"\"\n List of ExpressRoute connections to the ExpressRoute gateway.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
79017579a201dcf5f57280058af9232110541daf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_express_route_gateway.py | [
"Apache-2.0"
] | Python | virtual_hub | 'outputs.VirtualHubIdResponse' | def virtual_hub(self) -> 'outputs.VirtualHubIdResponse':
"""
The Virtual Hub where the ExpressRoute gateway is or will be deployed.
"""
return pulumi.get(self, "virtual_hub") |
The Virtual Hub where the ExpressRoute gateway is or will be deployed.
| The Virtual Hub where the ExpressRoute gateway is or will be deployed. | [
"The",
"Virtual",
"Hub",
"where",
"the",
"ExpressRoute",
"gateway",
"is",
"or",
"will",
"be",
"deployed",
"."
] | def virtual_hub(self) -> 'outputs.VirtualHubIdResponse':
return pulumi.get(self, "virtual_hub") | [
"def",
"virtual_hub",
"(",
"self",
")",
"->",
"'outputs.VirtualHubIdResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_hub\"",
")"
] | The Virtual Hub where the ExpressRoute gateway is or will be deployed. | [
"The",
"Virtual",
"Hub",
"where",
"the",
"ExpressRoute",
"gateway",
"is",
"or",
"will",
"be",
"deployed",
"."
] | [
"\"\"\"\n The Virtual Hub where the ExpressRoute gateway is or will be deployed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
790828ffc0a860859b4ae454d22ab9603f5c2c72 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/schedule.py | [
"Apache-2.0"
] | Python | daily_recurrence | pulumi.Output[Optional['outputs.DayDetailsResponse']] | def daily_recurrence(self) -> pulumi.Output[Optional['outputs.DayDetailsResponse']]:
"""
If the schedule will occur once each day of the week, specify the daily recurrence.
"""
return pulumi.get(self, "daily_recurrence") |
If the schedule will occur once each day of the week, specify the daily recurrence.
| If the schedule will occur once each day of the week, specify the daily recurrence. | [
"If",
"the",
"schedule",
"will",
"occur",
"once",
"each",
"day",
"of",
"the",
"week",
"specify",
"the",
"daily",
"recurrence",
"."
] | def daily_recurrence(self) -> pulumi.Output[Optional['outputs.DayDetailsResponse']]:
return pulumi.get(self, "daily_recurrence") | [
"def",
"daily_recurrence",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.DayDetailsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"daily_recurrence\"",
")"
] | If the schedule will occur once each day of the week, specify the daily recurrence. | [
"If",
"the",
"schedule",
"will",
"occur",
"once",
"each",
"day",
"of",
"the",
"week",
"specify",
"the",
"daily",
"recurrence",
"."
] | [
"\"\"\"\n If the schedule will occur once each day of the week, specify the daily recurrence.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
790828ffc0a860859b4ae454d22ab9603f5c2c72 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/schedule.py | [
"Apache-2.0"
] | Python | hourly_recurrence | pulumi.Output[Optional['outputs.HourDetailsResponse']] | def hourly_recurrence(self) -> pulumi.Output[Optional['outputs.HourDetailsResponse']]:
"""
If the schedule will occur multiple times a day, specify the hourly recurrence.
"""
return pulumi.get(self, "hourly_recurrence") |
If the schedule will occur multiple times a day, specify the hourly recurrence.
| If the schedule will occur multiple times a day, specify the hourly recurrence. | [
"If",
"the",
"schedule",
"will",
"occur",
"multiple",
"times",
"a",
"day",
"specify",
"the",
"hourly",
"recurrence",
"."
] | def hourly_recurrence(self) -> pulumi.Output[Optional['outputs.HourDetailsResponse']]:
return pulumi.get(self, "hourly_recurrence") | [
"def",
"hourly_recurrence",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.HourDetailsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"hourly_recurrence\"",
")"
] | If the schedule will occur multiple times a day, specify the hourly recurrence. | [
"If",
"the",
"schedule",
"will",
"occur",
"multiple",
"times",
"a",
"day",
"specify",
"the",
"hourly",
"recurrence",
"."
] | [
"\"\"\"\n If the schedule will occur multiple times a day, specify the hourly recurrence.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
790828ffc0a860859b4ae454d22ab9603f5c2c72 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/schedule.py | [
"Apache-2.0"
] | Python | task_type | pulumi.Output[Optional[str]] | def task_type(self) -> pulumi.Output[Optional[str]]:
"""
The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart).
"""
return pulumi.get(self, "task_type") |
The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart).
| The task type of the schedule . | [
"The",
"task",
"type",
"of",
"the",
"schedule",
"."
] | def task_type(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "task_type") | [
"def",
"task_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"task_type\"",
")"
] | The task type of the schedule (e.g. | [
"The",
"task",
"type",
"of",
"the",
"schedule",
"(",
"e",
".",
"g",
"."
] | [
"\"\"\"\n The task type of the schedule (e.g. LabVmsShutdownTask, LabVmAutoStart).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
790828ffc0a860859b4ae454d22ab9603f5c2c72 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/schedule.py | [
"Apache-2.0"
] | Python | weekly_recurrence | pulumi.Output[Optional['outputs.WeekDetailsResponse']] | def weekly_recurrence(self) -> pulumi.Output[Optional['outputs.WeekDetailsResponse']]:
"""
If the schedule will occur only some days of the week, specify the weekly recurrence.
"""
return pulumi.get(self, "weekly_recurrence") |
If the schedule will occur only some days of the week, specify the weekly recurrence.
| If the schedule will occur only some days of the week, specify the weekly recurrence. | [
"If",
"the",
"schedule",
"will",
"occur",
"only",
"some",
"days",
"of",
"the",
"week",
"specify",
"the",
"weekly",
"recurrence",
"."
] | def weekly_recurrence(self) -> pulumi.Output[Optional['outputs.WeekDetailsResponse']]:
return pulumi.get(self, "weekly_recurrence") | [
"def",
"weekly_recurrence",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.WeekDetailsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"weekly_recurrence\"",
")"
] | If the schedule will occur only some days of the week, specify the weekly recurrence. | [
"If",
"the",
"schedule",
"will",
"occur",
"only",
"some",
"days",
"of",
"the",
"week",
"specify",
"the",
"weekly",
"recurrence",
"."
] | [
"\"\"\"\n If the schedule will occur only some days of the week, specify the weekly recurrence.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7909a789a7ab5367ea1b024bb539ed8e05c99f13 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20200601preview/api_operation.py | [
"Apache-2.0"
] | Python | request | pulumi.Output[Optional['outputs.RequestContractResponse']] | def request(self) -> pulumi.Output[Optional['outputs.RequestContractResponse']]:
"""
An entity containing request details.
"""
return pulumi.get(self, "request") |
An entity containing request details.
| An entity containing request details. | [
"An",
"entity",
"containing",
"request",
"details",
"."
] | def request(self) -> pulumi.Output[Optional['outputs.RequestContractResponse']]:
return pulumi.get(self, "request") | [
"def",
"request",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.RequestContractResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"request\"",
")"
] | An entity containing request details. | [
"An",
"entity",
"containing",
"request",
"details",
"."
] | [
"\"\"\"\n An entity containing request details.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7909a789a7ab5367ea1b024bb539ed8e05c99f13 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20200601preview/api_operation.py | [
"Apache-2.0"
] | Python | template_parameters | pulumi.Output[Optional[Sequence['outputs.ParameterContractResponse']]] | def template_parameters(self) -> pulumi.Output[Optional[Sequence['outputs.ParameterContractResponse']]]:
"""
Collection of URL template parameters.
"""
return pulumi.get(self, "template_parameters") |
Collection of URL template parameters.
| Collection of URL template parameters. | [
"Collection",
"of",
"URL",
"template",
"parameters",
"."
] | def template_parameters(self) -> pulumi.Output[Optional[Sequence['outputs.ParameterContractResponse']]]:
return pulumi.get(self, "template_parameters") | [
"def",
"template_parameters",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ParameterContractResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"template_parameters\"",
")"
] | Collection of URL template parameters. | [
"Collection",
"of",
"URL",
"template",
"parameters",
"."
] | [
"\"\"\"\n Collection of URL template parameters.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7909a789a7ab5367ea1b024bb539ed8e05c99f13 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20200601preview/api_operation.py | [
"Apache-2.0"
] | Python | url_template | pulumi.Output[str] | def url_template(self) -> pulumi.Output[str]:
"""
Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date}
"""
return pulumi.get(self, "url_template") |
Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date}
| Relative URL template identifying the target resource for this operation. May include parameters. | [
"Relative",
"URL",
"template",
"identifying",
"the",
"target",
"resource",
"for",
"this",
"operation",
".",
"May",
"include",
"parameters",
"."
] | def url_template(self) -> pulumi.Output[str]:
return pulumi.get(self, "url_template") | [
"def",
"url_template",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"url_template\"",
")"
] | Relative URL template identifying the target resource for this operation. | [
"Relative",
"URL",
"template",
"identifying",
"the",
"target",
"resource",
"for",
"this",
"operation",
"."
] | [
"\"\"\"\n Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date}\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
790cc1a21fa6d41fe95ae8781ba045a5f03f0b62 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/get_event_channel.py | [
"Apache-2.0"
] | Python | destination | Optional['outputs.EventChannelDestinationResponse'] | def destination(self) -> Optional['outputs.EventChannelDestinationResponse']:
"""
Represents the destination of an event channel.
"""
return pulumi.get(self, "destination") |
Represents the destination of an event channel.
| Represents the destination of an event channel. | [
"Represents",
"the",
"destination",
"of",
"an",
"event",
"channel",
"."
] | def destination(self) -> Optional['outputs.EventChannelDestinationResponse']:
return pulumi.get(self, "destination") | [
"def",
"destination",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.EventChannelDestinationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"destination\"",
")"
] | Represents the destination of an event channel. | [
"Represents",
"the",
"destination",
"of",
"an",
"event",
"channel",
"."
] | [
"\"\"\"\n Represents the destination of an event channel.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
790cc1a21fa6d41fe95ae8781ba045a5f03f0b62 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/get_event_channel.py | [
"Apache-2.0"
] | Python | expiration_time_if_not_activated_utc | Optional[str] | def expiration_time_if_not_activated_utc(self) -> Optional[str]:
"""
Expiration time of the event channel. If this timer expires while the corresponding partner topic is never activated,
the event channel and corresponding partner topic are deleted.
"""
return pulumi.get(self, "... |
Expiration time of the event channel. If this timer expires while the corresponding partner topic is never activated,
the event channel and corresponding partner topic are deleted.
| Expiration time of the event channel. If this timer expires while the corresponding partner topic is never activated,
the event channel and corresponding partner topic are deleted. | [
"Expiration",
"time",
"of",
"the",
"event",
"channel",
".",
"If",
"this",
"timer",
"expires",
"while",
"the",
"corresponding",
"partner",
"topic",
"is",
"never",
"activated",
"the",
"event",
"channel",
"and",
"corresponding",
"partner",
"topic",
"are",
"deleted"... | def expiration_time_if_not_activated_utc(self) -> Optional[str]:
return pulumi.get(self, "expiration_time_if_not_activated_utc") | [
"def",
"expiration_time_if_not_activated_utc",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"expiration_time_if_not_activated_utc\"",
")"
] | Expiration time of the event channel. | [
"Expiration",
"time",
"of",
"the",
"event",
"channel",
"."
] | [
"\"\"\"\n Expiration time of the event channel. If this timer expires while the corresponding partner topic is never activated,\r\n the event channel and corresponding partner topic are deleted.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
790cc1a21fa6d41fe95ae8781ba045a5f03f0b62 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/get_event_channel.py | [
"Apache-2.0"
] | Python | filter | Optional['outputs.EventChannelFilterResponse'] | def filter(self) -> Optional['outputs.EventChannelFilterResponse']:
"""
Information about the filter for the event channel.
"""
return pulumi.get(self, "filter") |
Information about the filter for the event channel.
| Information about the filter for the event channel. | [
"Information",
"about",
"the",
"filter",
"for",
"the",
"event",
"channel",
"."
] | def filter(self) -> Optional['outputs.EventChannelFilterResponse']:
return pulumi.get(self, "filter") | [
"def",
"filter",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.EventChannelFilterResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"filter\"",
")"
] | Information about the filter for the event channel. | [
"Information",
"about",
"the",
"filter",
"for",
"the",
"event",
"channel",
"."
] | [
"\"\"\"\n Information about the filter for the event channel.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
790cc1a21fa6d41fe95ae8781ba045a5f03f0b62 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/get_event_channel.py | [
"Apache-2.0"
] | Python | partner_topic_friendly_description | Optional[str] | def partner_topic_friendly_description(self) -> Optional[str]:
"""
Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic.
This will be helpful to remove any ambiguity of the origin of creation of the partner topi... |
Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic.
This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.
| Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic.
This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer. | [
"Friendly",
"description",
"about",
"the",
"topic",
".",
"This",
"can",
"be",
"set",
"by",
"the",
"publisher",
"/",
"partner",
"to",
"show",
"custom",
"description",
"for",
"the",
"customer",
"partner",
"topic",
".",
"This",
"will",
"be",
"helpful",
"to",
... | def partner_topic_friendly_description(self) -> Optional[str]:
return pulumi.get(self, "partner_topic_friendly_description") | [
"def",
"partner_topic_friendly_description",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_topic_friendly_description\"",
")"
] | Friendly description about the topic. | [
"Friendly",
"description",
"about",
"the",
"topic",
"."
] | [
"\"\"\"\n Friendly description about the topic. This can be set by the publisher/partner to show custom description for the customer partner topic.\r\n This will be helpful to remove any ambiguity of the origin of creation of the partner topic for the customer.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
790cc1a21fa6d41fe95ae8781ba045a5f03f0b62 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/get_event_channel.py | [
"Apache-2.0"
] | Python | partner_topic_readiness_state | str | def partner_topic_readiness_state(self) -> str:
"""
The readiness state of the corresponding partner topic.
"""
return pulumi.get(self, "partner_topic_readiness_state") |
The readiness state of the corresponding partner topic.
| The readiness state of the corresponding partner topic. | [
"The",
"readiness",
"state",
"of",
"the",
"corresponding",
"partner",
"topic",
"."
] | def partner_topic_readiness_state(self) -> str:
return pulumi.get(self, "partner_topic_readiness_state") | [
"def",
"partner_topic_readiness_state",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_topic_readiness_state\"",
")"
] | The readiness state of the corresponding partner topic. | [
"The",
"readiness",
"state",
"of",
"the",
"corresponding",
"partner",
"topic",
"."
] | [
"\"\"\"\n The readiness state of the corresponding partner topic.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
790cc1a21fa6d41fe95ae8781ba045a5f03f0b62 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/get_event_channel.py | [
"Apache-2.0"
] | Python | source | Optional['outputs.EventChannelSourceResponse'] | def source(self) -> Optional['outputs.EventChannelSourceResponse']:
"""
Source of the event channel. This represents a unique resource in the partner's resource model.
"""
return pulumi.get(self, "source") |
Source of the event channel. This represents a unique resource in the partner's resource model.
| Source of the event channel. This represents a unique resource in the partner's resource model. | [
"Source",
"of",
"the",
"event",
"channel",
".",
"This",
"represents",
"a",
"unique",
"resource",
"in",
"the",
"partner",
"'",
"s",
"resource",
"model",
"."
] | def source(self) -> Optional['outputs.EventChannelSourceResponse']:
return pulumi.get(self, "source") | [
"def",
"source",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.EventChannelSourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source\"",
")"
] | Source of the event channel. | [
"Source",
"of",
"the",
"event",
"channel",
"."
] | [
"\"\"\"\n Source of the event channel. This represents a unique resource in the partner's resource model.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0807fe83fcdbf6cb570ddd556d850cf52eee0516 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20150501preview/managed_instance.py | [
"Apache-2.0"
] | Python | dns_zone_partner | pulumi.Output[Optional[str]] | def dns_zone_partner(self) -> pulumi.Output[Optional[str]]:
"""
The resource id of another managed instance whose DNS zone this managed instance will share after creation.
"""
return pulumi.get(self, "dns_zone_partner") |
The resource id of another managed instance whose DNS zone this managed instance will share after creation.
| The resource id of another managed instance whose DNS zone this managed instance will share after creation. | [
"The",
"resource",
"id",
"of",
"another",
"managed",
"instance",
"whose",
"DNS",
"zone",
"this",
"managed",
"instance",
"will",
"share",
"after",
"creation",
"."
] | def dns_zone_partner(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "dns_zone_partner") | [
"def",
"dns_zone_partner",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dns_zone_partner\"",
")"
] | The resource id of another managed instance whose DNS zone this managed instance will share after creation. | [
"The",
"resource",
"id",
"of",
"another",
"managed",
"instance",
"whose",
"DNS",
"zone",
"this",
"managed",
"instance",
"will",
"share",
"after",
"creation",
"."
] | [
"\"\"\"\n The resource id of another managed instance whose DNS zone this managed instance will share after creation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0807fe83fcdbf6cb570ddd556d850cf52eee0516 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20150501preview/managed_instance.py | [
"Apache-2.0"
] | Python | instance_pool_id | pulumi.Output[Optional[str]] | def instance_pool_id(self) -> pulumi.Output[Optional[str]]:
"""
The Id of the instance pool this managed server belongs to.
"""
return pulumi.get(self, "instance_pool_id") |
The Id of the instance pool this managed server belongs to.
| The Id of the instance pool this managed server belongs to. | [
"The",
"Id",
"of",
"the",
"instance",
"pool",
"this",
"managed",
"server",
"belongs",
"to",
"."
] | def instance_pool_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "instance_pool_id") | [
"def",
"instance_pool_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"instance_pool_id\"",
")"
] | The Id of the instance pool this managed server belongs to. | [
"The",
"Id",
"of",
"the",
"instance",
"pool",
"this",
"managed",
"server",
"belongs",
"to",
"."
] | [
"\"\"\"\n The Id of the instance pool this managed server belongs to.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0807fe83fcdbf6cb570ddd556d850cf52eee0516 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20150501preview/managed_instance.py | [
"Apache-2.0"
] | Python | managed_instance_create_mode | pulumi.Output[Optional[str]] | def managed_instance_create_mode(self) -> pulumi.Output[Optional[str]]:
"""
Specifies the mode of database creation.
Default: Regular instance creation.
Restore: Creates an instance by restoring a set of backups to specific point in time. RestorePointInTime and Sour... |
Specifies the mode of database creation.
Default: Regular instance creation.
Restore: Creates an instance by restoring a set of backups to specific point in time. RestorePointInTime and SourceManagedInstanceId must be specified.
| Specifies the mode of database creation.
Default: Regular instance creation.
Creates an instance by restoring a set of backups to specific point in time. | [
"Specifies",
"the",
"mode",
"of",
"database",
"creation",
".",
"Default",
":",
"Regular",
"instance",
"creation",
".",
"Creates",
"an",
"instance",
"by",
"restoring",
"a",
"set",
"of",
"backups",
"to",
"specific",
"point",
"in",
"time",
"."
] | def managed_instance_create_mode(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "managed_instance_create_mode") | [
"def",
"managed_instance_create_mode",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"managed_instance_create_mode\"",
")"
] | Specifies the mode of database creation. | [
"Specifies",
"the",
"mode",
"of",
"database",
"creation",
"."
] | [
"\"\"\"\n Specifies the mode of database creation.\r\n \r\n Default: Regular instance creation.\r\n \r\n Restore: Creates an instance by restoring a set of backups to specific point in time. RestorePointInTime and SourceManagedInstanceId must be specified.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0807fe83fcdbf6cb570ddd556d850cf52eee0516 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20150501preview/managed_instance.py | [
"Apache-2.0"
] | Python | proxy_override | pulumi.Output[Optional[str]] | def proxy_override(self) -> pulumi.Output[Optional[str]]:
"""
Connection type used for connecting to the instance.
"""
return pulumi.get(self, "proxy_override") |
Connection type used for connecting to the instance.
| Connection type used for connecting to the instance. | [
"Connection",
"type",
"used",
"for",
"connecting",
"to",
"the",
"instance",
"."
] | def proxy_override(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "proxy_override") | [
"def",
"proxy_override",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"proxy_override\"",
")"
] | Connection type used for connecting to the instance. | [
"Connection",
"type",
"used",
"for",
"connecting",
"to",
"the",
"instance",
"."
] | [
"\"\"\"\n Connection type used for connecting to the instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0807fe83fcdbf6cb570ddd556d850cf52eee0516 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20150501preview/managed_instance.py | [
"Apache-2.0"
] | Python | public_data_endpoint_enabled | pulumi.Output[Optional[bool]] | def public_data_endpoint_enabled(self) -> pulumi.Output[Optional[bool]]:
"""
Whether or not the public data endpoint is enabled.
"""
return pulumi.get(self, "public_data_endpoint_enabled") |
Whether or not the public data endpoint is enabled.
| Whether or not the public data endpoint is enabled. | [
"Whether",
"or",
"not",
"the",
"public",
"data",
"endpoint",
"is",
"enabled",
"."
] | def public_data_endpoint_enabled(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "public_data_endpoint_enabled") | [
"def",
"public_data_endpoint_enabled",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_data_endpoint_enabled\"",
")"
] | Whether or not the public data endpoint is enabled. | [
"Whether",
"or",
"not",
"the",
"public",
"data",
"endpoint",
"is",
"enabled",
"."
] | [
"\"\"\"\n Whether or not the public data endpoint is enabled.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0807fe83fcdbf6cb570ddd556d850cf52eee0516 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20150501preview/managed_instance.py | [
"Apache-2.0"
] | Python | source_managed_instance_id | pulumi.Output[Optional[str]] | def source_managed_instance_id(self) -> pulumi.Output[Optional[str]]:
"""
The resource identifier of the source managed instance associated with create operation of this instance.
"""
return pulumi.get(self, "source_managed_instance_id") |
The resource identifier of the source managed instance associated with create operation of this instance.
| The resource identifier of the source managed instance associated with create operation of this instance. | [
"The",
"resource",
"identifier",
"of",
"the",
"source",
"managed",
"instance",
"associated",
"with",
"create",
"operation",
"of",
"this",
"instance",
"."
] | def source_managed_instance_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "source_managed_instance_id") | [
"def",
"source_managed_instance_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_managed_instance_id\"",
")"
] | The resource identifier of the source managed instance associated with create operation of this instance. | [
"The",
"resource",
"identifier",
"of",
"the",
"source",
"managed",
"instance",
"associated",
"with",
"create",
"operation",
"of",
"this",
"instance",
"."
] | [
"\"\"\"\n The resource identifier of the source managed instance associated with create operation of this instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0807fe83fcdbf6cb570ddd556d850cf52eee0516 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20150501preview/managed_instance.py | [
"Apache-2.0"
] | Python | storage_size_in_gb | pulumi.Output[Optional[int]] | def storage_size_in_gb(self) -> pulumi.Output[Optional[int]]:
"""
Storage size in GB. Minimum value: 32. Maximum value: 8192. Increments of 32 GB allowed only.
"""
return pulumi.get(self, "storage_size_in_gb") |
Storage size in GB. Minimum value: 32. Maximum value: 8192. Increments of 32 GB allowed only.
| Storage size in GB. Minimum value: 32. Maximum value: 8192. Increments of 32 GB allowed only. | [
"Storage",
"size",
"in",
"GB",
".",
"Minimum",
"value",
":",
"32",
".",
"Maximum",
"value",
":",
"8192",
".",
"Increments",
"of",
"32",
"GB",
"allowed",
"only",
"."
] | def storage_size_in_gb(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "storage_size_in_gb") | [
"def",
"storage_size_in_gb",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_size_in_gb\"",
")"
] | Storage size in GB. | [
"Storage",
"size",
"in",
"GB",
"."
] | [
"\"\"\"\n Storage size in GB. Minimum value: 32. Maximum value: 8192. Increments of 32 GB allowed only.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0807fe83fcdbf6cb570ddd556d850cf52eee0516 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20150501preview/managed_instance.py | [
"Apache-2.0"
] | Python | timezone_id | pulumi.Output[Optional[str]] | def timezone_id(self) -> pulumi.Output[Optional[str]]:
"""
Id of the timezone. Allowed values are timezones supported by Windows.
Windows keeps details on supported timezones, including the id, in registry under
KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones.... |
Id of the timezone. Allowed values are timezones supported by Windows.
Windows keeps details on supported timezones, including the id, in registry under
KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones.
You can get those registry values via SQL Server by quer... | Id of the timezone. Allowed values are timezones supported by Windows. | [
"Id",
"of",
"the",
"timezone",
".",
"Allowed",
"values",
"are",
"timezones",
"supported",
"by",
"Windows",
"."
] | def timezone_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "timezone_id") | [
"def",
"timezone_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"timezone_id\"",
")"
] | Id of the timezone. | [
"Id",
"of",
"the",
"timezone",
"."
] | [
"\"\"\"\n Id of the timezone. Allowed values are timezones supported by Windows.\r\n Windows keeps details on supported timezones, including the id, in registry under\r\n KEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones.\r\n You can get those registry values... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
080f29ac2a7a6f82dedc6211636fd8addba048fb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningservices/v20210101/get_workspace.py | [
"Apache-2.0"
] | Python | allow_public_access_when_behind_vnet | Optional[bool] | def allow_public_access_when_behind_vnet(self) -> Optional[bool]:
"""
The flag to indicate whether to allow public access when behind VNet.
"""
return pulumi.get(self, "allow_public_access_when_behind_vnet") |
The flag to indicate whether to allow public access when behind VNet.
| The flag to indicate whether to allow public access when behind VNet. | [
"The",
"flag",
"to",
"indicate",
"whether",
"to",
"allow",
"public",
"access",
"when",
"behind",
"VNet",
"."
] | def allow_public_access_when_behind_vnet(self) -> Optional[bool]:
return pulumi.get(self, "allow_public_access_when_behind_vnet") | [
"def",
"allow_public_access_when_behind_vnet",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allow_public_access_when_behind_vnet\"",
")"
] | The flag to indicate whether to allow public access when behind VNet. | [
"The",
"flag",
"to",
"indicate",
"whether",
"to",
"allow",
"public",
"access",
"when",
"behind",
"VNet",
"."
] | [
"\"\"\"\n The flag to indicate whether to allow public access when behind VNet.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
080f29ac2a7a6f82dedc6211636fd8addba048fb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningservices/v20210101/get_workspace.py | [
"Apache-2.0"
] | Python | application_insights | Optional[str] | def application_insights(self) -> Optional[str]:
"""
ARM id of the application insights associated with this workspace. This cannot be changed once the workspace has been created
"""
return pulumi.get(self, "application_insights") |
ARM id of the application insights associated with this workspace. This cannot be changed once the workspace has been created
| ARM id of the application insights associated with this workspace. This cannot be changed once the workspace has been created | [
"ARM",
"id",
"of",
"the",
"application",
"insights",
"associated",
"with",
"this",
"workspace",
".",
"This",
"cannot",
"be",
"changed",
"once",
"the",
"workspace",
"has",
"been",
"created"
] | def application_insights(self) -> Optional[str]:
return pulumi.get(self, "application_insights") | [
"def",
"application_insights",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"application_insights\"",
")"
] | ARM id of the application insights associated with this workspace. | [
"ARM",
"id",
"of",
"the",
"application",
"insights",
"associated",
"with",
"this",
"workspace",
"."
] | [
"\"\"\"\n ARM id of the application insights associated with this workspace. This cannot be changed once the workspace has been created\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
080f29ac2a7a6f82dedc6211636fd8addba048fb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningservices/v20210101/get_workspace.py | [
"Apache-2.0"
] | Python | container_registry | Optional[str] | def container_registry(self) -> Optional[str]:
"""
ARM id of the container registry associated with this workspace. This cannot be changed once the workspace has been created
"""
return pulumi.get(self, "container_registry") |
ARM id of the container registry associated with this workspace. This cannot be changed once the workspace has been created
| ARM id of the container registry associated with this workspace. This cannot be changed once the workspace has been created | [
"ARM",
"id",
"of",
"the",
"container",
"registry",
"associated",
"with",
"this",
"workspace",
".",
"This",
"cannot",
"be",
"changed",
"once",
"the",
"workspace",
"has",
"been",
"created"
] | def container_registry(self) -> Optional[str]:
return pulumi.get(self, "container_registry") | [
"def",
"container_registry",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"container_registry\"",
")"
] | ARM id of the container registry associated with this workspace. | [
"ARM",
"id",
"of",
"the",
"container",
"registry",
"associated",
"with",
"this",
"workspace",
"."
] | [
"\"\"\"\n ARM id of the container registry associated with this workspace. This cannot be changed once the workspace has been created\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.