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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ab84a9911ec7b64ff2922cddee9b0ee9a6c0ffd6 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/notificationhubs/v20170401/namespace.py | [
"Apache-2.0"
] | Python | updated_at | pulumi.Output[Optional[str]] | def updated_at(self) -> pulumi.Output[Optional[str]]:
"""
The time the namespace was updated.
"""
return pulumi.get(self, "updated_at") |
The time the namespace was updated.
| The time the namespace was updated. | [
"The",
"time",
"the",
"namespace",
"was",
"updated",
"."
] | def updated_at(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "updated_at") | [
"def",
"updated_at",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"updated_at\"",
")"
] | The time the namespace was updated. | [
"The",
"time",
"the",
"namespace",
"was",
"updated",
"."
] | [
"\"\"\"\n The time the namespace was updated.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab869a7acedc8c381734ae7e370808af0d144652 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/_inputs.py | [
"Apache-2.0"
] | Python | coverage_level | Optional[pulumi.Input[Union[str, 'CoverageLevel']]] | def coverage_level(self) -> Optional[pulumi.Input[Union[str, 'CoverageLevel']]]:
"""
Test coverage for the endpoint.
"""
return pulumi.get(self, "coverage_level") |
Test coverage for the endpoint.
| Test coverage for the endpoint. | [
"Test",
"coverage",
"for",
"the",
"endpoint",
"."
] | def coverage_level(self) -> Optional[pulumi.Input[Union[str, 'CoverageLevel']]]:
return pulumi.get(self, "coverage_level") | [
"def",
"coverage_level",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'CoverageLevel'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"coverage_level\"",
")"
] | Test coverage for the endpoint. | [
"Test",
"coverage",
"for",
"the",
"endpoint",
"."
] | [
"\"\"\"\n Test coverage for the endpoint.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab869a7acedc8c381734ae7e370808af0d144652 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/_inputs.py | [
"Apache-2.0"
] | Python | sci_state | Optional[pulumi.Input[Union[str, 'ExpressRouteLinkMacSecSciState']]] | def sci_state(self) -> Optional[pulumi.Input[Union[str, 'ExpressRouteLinkMacSecSciState']]]:
"""
Sci mode enabled/disabled.
"""
return pulumi.get(self, "sci_state") |
Sci mode enabled/disabled.
| Sci mode enabled/disabled. | [
"Sci",
"mode",
"enabled",
"/",
"disabled",
"."
] | def sci_state(self) -> Optional[pulumi.Input[Union[str, 'ExpressRouteLinkMacSecSciState']]]:
return pulumi.get(self, "sci_state") | [
"def",
"sci_state",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'ExpressRouteLinkMacSecSciState'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sci_state\"",
")"
] | Sci mode enabled/disabled. | [
"Sci",
"mode",
"enabled",
"/",
"disabled",
"."
] | [
"\"\"\"\n Sci mode enabled/disabled.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab869a7acedc8c381734ae7e370808af0d144652 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/_inputs.py | [
"Apache-2.0"
] | Python | type | pulumi.Input[Union[str, 'ExtendedLocationTypes']] | def type(self) -> pulumi.Input[Union[str, 'ExtendedLocationTypes']]:
"""
The type of the extended location.
"""
return pulumi.get(self, "type") |
The type of the extended location.
| The type of the extended location. | [
"The",
"type",
"of",
"the",
"extended",
"location",
"."
] | def type(self) -> pulumi.Input[Union[str, 'ExtendedLocationTypes']]:
return pulumi.get(self, "type") | [
"def",
"type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'ExtendedLocationTypes'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"type\"",
")"
] | The type of the extended location. | [
"The",
"type",
"of",
"the",
"extended",
"location",
"."
] | [
"\"\"\"\n The type of the extended location.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab869a7acedc8c381734ae7e370808af0d144652 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/_inputs.py | [
"Apache-2.0"
] | Python | tier | Optional[pulumi.Input[Union[str, 'LoadBalancerSkuTier']]] | def tier(self) -> Optional[pulumi.Input[Union[str, 'LoadBalancerSkuTier']]]:
"""
Tier of a load balancer SKU.
"""
return pulumi.get(self, "tier") |
Tier of a load balancer SKU.
| Tier of a load balancer SKU. | [
"Tier",
"of",
"a",
"load",
"balancer",
"SKU",
"."
] | def tier(self) -> Optional[pulumi.Input[Union[str, 'LoadBalancerSkuTier']]]:
return pulumi.get(self, "tier") | [
"def",
"tier",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'LoadBalancerSkuTier'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tier\"",
")"
] | Tier of a load balancer SKU. | [
"Tier",
"of",
"a",
"load",
"balancer",
"SKU",
"."
] | [
"\"\"\"\n Tier of a load balancer 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": []
} |
ab869a7acedc8c381734ae7e370808af0d144652 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/_inputs.py | [
"Apache-2.0"
] | Python | tier | Optional[pulumi.Input[Union[str, 'PublicIPAddressSkuTier']]] | def tier(self) -> Optional[pulumi.Input[Union[str, 'PublicIPAddressSkuTier']]]:
"""
Tier of a public IP address SKU.
"""
return pulumi.get(self, "tier") |
Tier of a public IP address SKU.
| Tier of a public IP address SKU. | [
"Tier",
"of",
"a",
"public",
"IP",
"address",
"SKU",
"."
] | def tier(self) -> Optional[pulumi.Input[Union[str, 'PublicIPAddressSkuTier']]]:
return pulumi.get(self, "tier") | [
"def",
"tier",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'PublicIPAddressSkuTier'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tier\"",
")"
] | Tier of a public IP address SKU. | [
"Tier",
"of",
"a",
"public",
"IP",
"address",
"SKU",
"."
] | [
"\"\"\"\n Tier of a public IP address 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": []
} |
ab869a7acedc8c381734ae7e370808af0d144652 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/_inputs.py | [
"Apache-2.0"
] | Python | tier | Optional[pulumi.Input[Union[str, 'PublicIPPrefixSkuTier']]] | def tier(self) -> Optional[pulumi.Input[Union[str, 'PublicIPPrefixSkuTier']]]:
"""
Tier of a public IP prefix SKU.
"""
return pulumi.get(self, "tier") |
Tier of a public IP prefix SKU.
| Tier of a public IP prefix SKU. | [
"Tier",
"of",
"a",
"public",
"IP",
"prefix",
"SKU",
"."
] | def tier(self) -> Optional[pulumi.Input[Union[str, 'PublicIPPrefixSkuTier']]]:
return pulumi.get(self, "tier") | [
"def",
"tier",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'PublicIPPrefixSkuTier'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tier\"",
")"
] | Tier of a public IP prefix SKU. | [
"Tier",
"of",
"a",
"public",
"IP",
"prefix",
"SKU",
"."
] | [
"\"\"\"\n Tier of a public IP prefix 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": []
} |
6e516468da5bd844dd871a1a0ef24e79d0192dbc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/latest/artifact_source.py | [
"Apache-2.0"
] | Python | arm_template_folder_path | pulumi.Output[Optional[str]] | def arm_template_folder_path(self) -> pulumi.Output[Optional[str]]:
"""
The folder containing Azure Resource Manager templates.
"""
return pulumi.get(self, "arm_template_folder_path") |
The folder containing Azure Resource Manager templates.
| The folder containing Azure Resource Manager templates. | [
"The",
"folder",
"containing",
"Azure",
"Resource",
"Manager",
"templates",
"."
] | def arm_template_folder_path(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "arm_template_folder_path") | [
"def",
"arm_template_folder_path",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"arm_template_folder_path\"",
")"
] | The folder containing Azure Resource Manager templates. | [
"The",
"folder",
"containing",
"Azure",
"Resource",
"Manager",
"templates",
"."
] | [
"\"\"\"\n The folder containing Azure Resource Manager templates.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8df4a067816e2e7762a728485ab50ebdfa9b4a07 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/v20180701preview/get_network.py | [
"Apache-2.0"
] | Python | ingress_config | Optional['outputs.IngressConfigResponse'] | def ingress_config(self) -> Optional['outputs.IngressConfigResponse']:
"""
Configuration for public connectivity for this network.
"""
return pulumi.get(self, "ingress_config") |
Configuration for public connectivity for this network.
| Configuration for public connectivity for this network. | [
"Configuration",
"for",
"public",
"connectivity",
"for",
"this",
"network",
"."
] | def ingress_config(self) -> Optional['outputs.IngressConfigResponse']:
return pulumi.get(self, "ingress_config") | [
"def",
"ingress_config",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.IngressConfigResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ingress_config\"",
")"
] | Configuration for public connectivity for this network. | [
"Configuration",
"for",
"public",
"connectivity",
"for",
"this",
"network",
"."
] | [
"\"\"\"\n Configuration for public connectivity for this network.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e1dbffa0ccdfa881e4331cbdca95b329bb49c46e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_certificate.py | [
"Apache-2.0"
] | Python | cer_blob | Optional[str] | def cer_blob(self) -> Optional[str]:
"""
Raw bytes of .cer file
"""
return pulumi.get(self, "cer_blob") |
Raw bytes of .cer file
| Raw bytes of .cer file | [
"Raw",
"bytes",
"of",
".",
"cer",
"file"
] | def cer_blob(self) -> Optional[str]:
return pulumi.get(self, "cer_blob") | [
"def",
"cer_blob",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cer_blob\"",
")"
] | Raw bytes of .cer file | [
"Raw",
"bytes",
"of",
".",
"cer",
"file"
] | [
"\"\"\"\n Raw bytes of .cer file\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e1ea983ff9755b2f7994216a3c19f790bca46894 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20201001/list_web_app_site_push_settings.py | [
"Apache-2.0"
] | Python | list_web_app_site_push_settings | AwaitableListWebAppSitePushSettingsResult | def list_web_app_site_push_settings(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebAppSitePushSettingsResult:
"""
Push settings for the App.
:para... |
Push settings for the App.
:param str name: Name of web app.
:param str resource_group_name: Name of the resource group to which the resource belongs.
| Push settings for the App. | [
"Push",
"settings",
"for",
"the",
"App",
"."
] | def list_web_app_site_push_settings(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebAppSitePushSettingsResult:
__args__ = dict()
__args__['name'] = name
... | [
"def",
"list_web_app_site_push_settings",
"(",
"name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
"N... | Push settings for the App. | [
"Push",
"settings",
"for",
"the",
"App",
"."
] | [
"\"\"\"\n Push settings for the App.\n\n\n :param str name: Name of web app.\n :param str resource_group_name: Name of the resource group to which the resource belongs.\n \"\"\""
] | [
{
"param": "name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "name",
"type": "Optional[str]",
"docstring": "Name of web app.",
"docstring_tokens": [
"Name",
"of",
"web",
"app",
"."
],
"default": null,
"is_optional": false
},
... |
72706ae3e1c61ea40c44028d54c72fecd16e2372 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/list_site_backup_configuration_slot.py | [
"Apache-2.0"
] | Python | list_site_backup_configuration_slot | AwaitableListSiteBackupConfigurationSlotResult | def list_site_backup_configuration_slot(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
slot: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableList... |
Description of a backup which will be performed
:param str name: Name of web app
:param str resource_group_name: Name of resource group
:param str slot: Name of web app slot. If not specified then will default to production slot.
| Description of a backup which will be performed | [
"Description",
"of",
"a",
"backup",
"which",
"will",
"be",
"performed"
] | def list_site_backup_configuration_slot(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
slot: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableList... | [
"def",
"list_site_backup_configuration_slot",
"(",
"name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"slot",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
... | Description of a backup which will be performed | [
"Description",
"of",
"a",
"backup",
"which",
"will",
"be",
"performed"
] | [
"\"\"\"\n Description of a backup which will be performed\n\n\n :param str name: Name of web app\n :param str resource_group_name: Name of resource group\n :param str slot: Name of web app slot. If not specified then will default to production slot.\n \"\"\""
] | [
{
"param": "name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "slot",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "name",
"type": "Optional[str]",
"docstring": "Name of web app",
"docstring_tokens": [
"Name",
"of",
"web",
"app"
],
"default": null,
"is_optional": false
},
{
"id... |
dca70574c9f871e325278ac3369e1369d3950d66 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20190601preview/list_task_details.py | [
"Apache-2.0"
] | Python | agent_configuration | Optional['outputs.AgentPropertiesResponse'] | def agent_configuration(self) -> Optional['outputs.AgentPropertiesResponse']:
"""
The machine configuration of the run agent.
"""
return pulumi.get(self, "agent_configuration") |
The machine configuration of the run agent.
| The machine configuration of the run agent. | [
"The",
"machine",
"configuration",
"of",
"the",
"run",
"agent",
"."
] | def agent_configuration(self) -> Optional['outputs.AgentPropertiesResponse']:
return pulumi.get(self, "agent_configuration") | [
"def",
"agent_configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.AgentPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"agent_configuration\"",
")"
] | The machine configuration of the run agent. | [
"The",
"machine",
"configuration",
"of",
"the",
"run",
"agent",
"."
] | [
"\"\"\"\n The machine configuration of the run 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": []
} |
dca70574c9f871e325278ac3369e1369d3950d66 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20190601preview/list_task_details.py | [
"Apache-2.0"
] | Python | agent_pool_name | Optional[str] | def agent_pool_name(self) -> Optional[str]:
"""
The dedicated agent pool for the task.
"""
return pulumi.get(self, "agent_pool_name") |
The dedicated agent pool for the task.
| The dedicated agent pool for the task. | [
"The",
"dedicated",
"agent",
"pool",
"for",
"the",
"task",
"."
] | def agent_pool_name(self) -> Optional[str]:
return pulumi.get(self, "agent_pool_name") | [
"def",
"agent_pool_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"agent_pool_name\"",
")"
] | The dedicated agent pool for the task. | [
"The",
"dedicated",
"agent",
"pool",
"for",
"the",
"task",
"."
] | [
"\"\"\"\n The dedicated agent pool for the task.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dca70574c9f871e325278ac3369e1369d3950d66 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20190601preview/list_task_details.py | [
"Apache-2.0"
] | Python | credentials | Optional['outputs.CredentialsResponse'] | def credentials(self) -> Optional['outputs.CredentialsResponse']:
"""
The properties that describes a set of credentials that will be used when this run is invoked.
"""
return pulumi.get(self, "credentials") |
The properties that describes a set of credentials that will be used when this run is invoked.
| The properties that describes a set of credentials that will be used when this run is invoked. | [
"The",
"properties",
"that",
"describes",
"a",
"set",
"of",
"credentials",
"that",
"will",
"be",
"used",
"when",
"this",
"run",
"is",
"invoked",
"."
] | def credentials(self) -> Optional['outputs.CredentialsResponse']:
return pulumi.get(self, "credentials") | [
"def",
"credentials",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.CredentialsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"credentials\"",
")"
] | The properties that describes a set of credentials that will be used when this run is invoked. | [
"The",
"properties",
"that",
"describes",
"a",
"set",
"of",
"credentials",
"that",
"will",
"be",
"used",
"when",
"this",
"run",
"is",
"invoked",
"."
] | [
"\"\"\"\n The properties that describes a set of credentials that will be used when this run is invoked.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dca70574c9f871e325278ac3369e1369d3950d66 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20190601preview/list_task_details.py | [
"Apache-2.0"
] | Python | is_system_task | Optional[bool] | def is_system_task(self) -> Optional[bool]:
"""
The value of this property indicates whether the task resource is system task or not.
"""
return pulumi.get(self, "is_system_task") |
The value of this property indicates whether the task resource is system task or not.
| The value of this property indicates whether the task resource is system task or not. | [
"The",
"value",
"of",
"this",
"property",
"indicates",
"whether",
"the",
"task",
"resource",
"is",
"system",
"task",
"or",
"not",
"."
] | def is_system_task(self) -> Optional[bool]:
return pulumi.get(self, "is_system_task") | [
"def",
"is_system_task",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_system_task\"",
")"
] | The value of this property indicates whether the task resource is system task or not. | [
"The",
"value",
"of",
"this",
"property",
"indicates",
"whether",
"the",
"task",
"resource",
"is",
"system",
"task",
"or",
"not",
"."
] | [
"\"\"\"\n The value of this property indicates whether the task resource is system task or not.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dca70574c9f871e325278ac3369e1369d3950d66 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20190601preview/list_task_details.py | [
"Apache-2.0"
] | Python | log_template | Optional[str] | def log_template(self) -> Optional[str]:
"""
The template that describes the repository and tag information for run log artifact.
"""
return pulumi.get(self, "log_template") |
The template that describes the repository and tag information for run log artifact.
| The template that describes the repository and tag information for run log artifact. | [
"The",
"template",
"that",
"describes",
"the",
"repository",
"and",
"tag",
"information",
"for",
"run",
"log",
"artifact",
"."
] | def log_template(self) -> Optional[str]:
return pulumi.get(self, "log_template") | [
"def",
"log_template",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"log_template\"",
")"
] | The template that describes the repository and tag information for run log artifact. | [
"The",
"template",
"that",
"describes",
"the",
"repository",
"and",
"tag",
"information",
"for",
"run",
"log",
"artifact",
"."
] | [
"\"\"\"\n The template that describes the repository and tag information for run log artifact.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dca70574c9f871e325278ac3369e1369d3950d66 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20190601preview/list_task_details.py | [
"Apache-2.0"
] | Python | platform | Optional['outputs.PlatformPropertiesResponse'] | def platform(self) -> Optional['outputs.PlatformPropertiesResponse']:
"""
The platform properties against which the run has to happen.
"""
return pulumi.get(self, "platform") |
The platform properties against which the run has to happen.
| The platform properties against which the run has to happen. | [
"The",
"platform",
"properties",
"against",
"which",
"the",
"run",
"has",
"to",
"happen",
"."
] | def platform(self) -> Optional['outputs.PlatformPropertiesResponse']:
return pulumi.get(self, "platform") | [
"def",
"platform",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.PlatformPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"platform\"",
")"
] | The platform properties against which the run has to happen. | [
"The",
"platform",
"properties",
"against",
"which",
"the",
"run",
"has",
"to",
"happen",
"."
] | [
"\"\"\"\n The platform properties against which the run has to happen.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dca70574c9f871e325278ac3369e1369d3950d66 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20190601preview/list_task_details.py | [
"Apache-2.0"
] | Python | step | Optional[Any] | def step(self) -> Optional[Any]:
"""
The properties of a task step.
"""
return pulumi.get(self, "step") |
The properties of a task step.
| The properties of a task step. | [
"The",
"properties",
"of",
"a",
"task",
"step",
"."
] | def step(self) -> Optional[Any]:
return pulumi.get(self, "step") | [
"def",
"step",
"(",
"self",
")",
"->",
"Optional",
"[",
"Any",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"step\"",
")"
] | The properties of a task step. | [
"The",
"properties",
"of",
"a",
"task",
"step",
"."
] | [
"\"\"\"\n The properties of a task step.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dca70574c9f871e325278ac3369e1369d3950d66 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20190601preview/list_task_details.py | [
"Apache-2.0"
] | Python | trigger | Optional['outputs.TriggerPropertiesResponse'] | def trigger(self) -> Optional['outputs.TriggerPropertiesResponse']:
"""
The properties that describe all triggers for the task.
"""
return pulumi.get(self, "trigger") |
The properties that describe all triggers for the task.
| The properties that describe all triggers for the task. | [
"The",
"properties",
"that",
"describe",
"all",
"triggers",
"for",
"the",
"task",
"."
] | def trigger(self) -> Optional['outputs.TriggerPropertiesResponse']:
return pulumi.get(self, "trigger") | [
"def",
"trigger",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.TriggerPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"trigger\"",
")"
] | The properties that describe all triggers for the task. | [
"The",
"properties",
"that",
"describe",
"all",
"triggers",
"for",
"the",
"task",
"."
] | [
"\"\"\"\n The properties that describe all triggers for the task.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dca70574c9f871e325278ac3369e1369d3950d66 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20190601preview/list_task_details.py | [
"Apache-2.0"
] | Python | list_task_details | AwaitableListTaskDetailsResult | def list_task_details(registry_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
task_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListTaskDetailsResult:
"""
The task that has the ARM r... |
The task that has the ARM resource and task properties.
The task will have all information to schedule a run against it.
:param str registry_name: The name of the container registry.
:param str resource_group_name: The name of the resource group to which the container registry belongs.
:param str... | The task that has the ARM resource and task properties.
The task will have all information to schedule a run against it. | [
"The",
"task",
"that",
"has",
"the",
"ARM",
"resource",
"and",
"task",
"properties",
".",
"The",
"task",
"will",
"have",
"all",
"information",
"to",
"schedule",
"a",
"run",
"against",
"it",
"."
] | def list_task_details(registry_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
task_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListTaskDetailsResult:
__args__ = dict()
__args__['reg... | [
"def",
"list_task_details",
"(",
"registry_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"task_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",... | The task that has the ARM resource and task properties. | [
"The",
"task",
"that",
"has",
"the",
"ARM",
"resource",
"and",
"task",
"properties",
"."
] | [
"\"\"\"\n The task that has the ARM resource and task properties.\n The task will have all information to schedule a run against it.\n\n\n :param str registry_name: The name of the container registry.\n :param str resource_group_name: The name of the resource group to which the container registry belong... | [
{
"param": "registry_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "task_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "registry_name",
"type": "Optional[str]",
"docstring": "The name of the container registry.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"container",
"registry",
".... |
171aad86b5cc7d3169df5b9c1588acaf76e1f3b4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/latest/list_service_fabric_applicable_schedules.py | [
"Apache-2.0"
] | Python | list_service_fabric_applicable_schedules | AwaitableListServiceFabricApplicableSchedulesResult | def list_service_fabric_applicable_schedules(lab_name: Optional[str] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
user_name: Optional[str] = None,
... |
Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level.
Latest API Version: 2018-09-15.
:param str lab_name: The name of the lab.
:param str name: The name of the service fabric.
:param str resource_group_name: The name of the resource group.
:p... | Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level. | [
"Schedules",
"applicable",
"to",
"a",
"virtual",
"machine",
".",
"The",
"schedules",
"may",
"have",
"been",
"defined",
"on",
"a",
"VM",
"or",
"on",
"lab",
"level",
"."
] | def list_service_fabric_applicable_schedules(lab_name: Optional[str] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
user_name: Optional[str] = None,
... | [
"def",
"list_service_fabric_applicable_schedules",
"(",
"lab_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"... | Schedules applicable to a virtual machine. | [
"Schedules",
"applicable",
"to",
"a",
"virtual",
"machine",
"."
] | [
"\"\"\"\n Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level.\n Latest API Version: 2018-09-15.\n\n\n :param str lab_name: The name of the lab.\n :param str name: The name of the service fabric.\n :param str resource_group_name: The name of the reso... | [
{
"param": "lab_name",
"type": "Optional[str]"
},
{
"param": "name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "user_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOp... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "lab_name",
"type": "Optional[str]",
"docstring": "The name of the lab.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"lab",
"."
],
"default": null,
"is_op... |
f4f092846e26863d45db757c5b5c74baeb054ae0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20191017preview/get_workbook_template.py | [
"Apache-2.0"
] | Python | galleries | Sequence['outputs.WorkbookTemplateGalleryResponse'] | def galleries(self) -> Sequence['outputs.WorkbookTemplateGalleryResponse']:
"""
Workbook galleries supported by the template.
"""
return pulumi.get(self, "galleries") |
Workbook galleries supported by the template.
| Workbook galleries supported by the template. | [
"Workbook",
"galleries",
"supported",
"by",
"the",
"template",
"."
] | def galleries(self) -> Sequence['outputs.WorkbookTemplateGalleryResponse']:
return pulumi.get(self, "galleries") | [
"def",
"galleries",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.WorkbookTemplateGalleryResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"galleries\"",
")"
] | Workbook galleries supported by the template. | [
"Workbook",
"galleries",
"supported",
"by",
"the",
"template",
"."
] | [
"\"\"\"\n Workbook galleries supported by the template.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f4f092846e26863d45db757c5b5c74baeb054ae0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20191017preview/get_workbook_template.py | [
"Apache-2.0"
] | Python | localized | Optional[Mapping[str, Sequence['outputs.WorkbookTemplateLocalizedGalleryResponse']]] | def localized(self) -> Optional[Mapping[str, Sequence['outputs.WorkbookTemplateLocalizedGalleryResponse']]]:
"""
Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal.
"""
return pulumi.get(self, "localized") |
Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal.
| Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal. | [
"Key",
"value",
"pair",
"of",
"localized",
"gallery",
".",
"Each",
"key",
"is",
"the",
"locale",
"code",
"of",
"languages",
"supported",
"by",
"the",
"Azure",
"portal",
"."
] | def localized(self) -> Optional[Mapping[str, Sequence['outputs.WorkbookTemplateLocalizedGalleryResponse']]]:
return pulumi.get(self, "localized") | [
"def",
"localized",
"(",
"self",
")",
"->",
"Optional",
"[",
"Mapping",
"[",
"str",
",",
"Sequence",
"[",
"'outputs.WorkbookTemplateLocalizedGalleryResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"localized\"",
")"
] | Key value pair of localized gallery. | [
"Key",
"value",
"pair",
"of",
"localized",
"gallery",
"."
] | [
"\"\"\"\n Key value pair of localized gallery. Each key is the locale code of languages supported by the Azure portal.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f4f092846e26863d45db757c5b5c74baeb054ae0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20191017preview/get_workbook_template.py | [
"Apache-2.0"
] | Python | template_data | Any | def template_data(self) -> Any:
"""
Valid JSON object containing workbook template payload.
"""
return pulumi.get(self, "template_data") |
Valid JSON object containing workbook template payload.
| Valid JSON object containing workbook template payload. | [
"Valid",
"JSON",
"object",
"containing",
"workbook",
"template",
"payload",
"."
] | def template_data(self) -> Any:
return pulumi.get(self, "template_data") | [
"def",
"template_data",
"(",
"self",
")",
"->",
"Any",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"template_data\"",
")"
] | Valid JSON object containing workbook template payload. | [
"Valid",
"JSON",
"object",
"containing",
"workbook",
"template",
"payload",
"."
] | [
"\"\"\"\n Valid JSON object containing workbook template payload.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2d0ec6e0baeafdae7d0d00cd5b77deb29e87b965 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azurestack/v20170601/get_registration.py | [
"Apache-2.0"
] | Python | billing_model | Optional[str] | def billing_model(self) -> Optional[str]:
"""
Specifies the billing mode for the Azure Stack registration.
"""
return pulumi.get(self, "billing_model") |
Specifies the billing mode for the Azure Stack registration.
| Specifies the billing mode for the Azure Stack registration. | [
"Specifies",
"the",
"billing",
"mode",
"for",
"the",
"Azure",
"Stack",
"registration",
"."
] | def billing_model(self) -> Optional[str]:
return pulumi.get(self, "billing_model") | [
"def",
"billing_model",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"billing_model\"",
")"
] | Specifies the billing mode for the Azure Stack registration. | [
"Specifies",
"the",
"billing",
"mode",
"for",
"the",
"Azure",
"Stack",
"registration",
"."
] | [
"\"\"\"\n Specifies the billing mode for the Azure Stack registration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2d0ec6e0baeafdae7d0d00cd5b77deb29e87b965 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azurestack/v20170601/get_registration.py | [
"Apache-2.0"
] | Python | cloud_id | Optional[str] | def cloud_id(self) -> Optional[str]:
"""
The identifier of the registered Azure Stack.
"""
return pulumi.get(self, "cloud_id") |
The identifier of the registered Azure Stack.
| The identifier of the registered Azure Stack. | [
"The",
"identifier",
"of",
"the",
"registered",
"Azure",
"Stack",
"."
] | def cloud_id(self) -> Optional[str]:
return pulumi.get(self, "cloud_id") | [
"def",
"cloud_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cloud_id\"",
")"
] | The identifier of the registered Azure Stack. | [
"The",
"identifier",
"of",
"the",
"registered",
"Azure",
"Stack",
"."
] | [
"\"\"\"\n The identifier of the registered Azure Stack.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c19761cf7d1634ec042755169133da6a2bf27791 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/avs/v20200717preview/get_global_reach_connection.py | [
"Apache-2.0"
] | Python | peer_express_route_circuit | Optional[str] | def peer_express_route_circuit(self) -> Optional[str]:
"""
Identifier of the ExpressRoute Circuit to peer with in the global reach connection
"""
return pulumi.get(self, "peer_express_route_circuit") |
Identifier of the ExpressRoute Circuit to peer with in the global reach connection
| Identifier of the ExpressRoute Circuit to peer with in the global reach connection | [
"Identifier",
"of",
"the",
"ExpressRoute",
"Circuit",
"to",
"peer",
"with",
"in",
"the",
"global",
"reach",
"connection"
] | def peer_express_route_circuit(self) -> Optional[str]:
return pulumi.get(self, "peer_express_route_circuit") | [
"def",
"peer_express_route_circuit",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"peer_express_route_circuit\"",
")"
] | Identifier of the ExpressRoute Circuit to peer with in the global reach connection | [
"Identifier",
"of",
"the",
"ExpressRoute",
"Circuit",
"to",
"peer",
"with",
"in",
"the",
"global",
"reach",
"connection"
] | [
"\"\"\"\n Identifier of the ExpressRoute Circuit to peer with in the global reach 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": []
} |
c19e9b68ab1692510f1a3f2e281f15a93430833b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20190301/get_gallery_image.py | [
"Apache-2.0"
] | Python | disallowed | Optional['outputs.DisallowedResponse'] | def disallowed(self) -> Optional['outputs.DisallowedResponse']:
"""
Describes the disallowed disk types.
"""
return pulumi.get(self, "disallowed") |
Describes the disallowed disk types.
| Describes the disallowed disk types. | [
"Describes",
"the",
"disallowed",
"disk",
"types",
"."
] | def disallowed(self) -> Optional['outputs.DisallowedResponse']:
return pulumi.get(self, "disallowed") | [
"def",
"disallowed",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.DisallowedResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disallowed\"",
")"
] | Describes the disallowed disk types. | [
"Describes",
"the",
"disallowed",
"disk",
"types",
"."
] | [
"\"\"\"\n Describes the disallowed disk types.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c19e9b68ab1692510f1a3f2e281f15a93430833b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20190301/get_gallery_image.py | [
"Apache-2.0"
] | Python | identifier | 'outputs.GalleryImageIdentifierResponse' | def identifier(self) -> 'outputs.GalleryImageIdentifierResponse':
"""
This is the gallery Image Definition identifier.
"""
return pulumi.get(self, "identifier") |
This is the gallery Image Definition identifier.
| This is the gallery Image Definition identifier. | [
"This",
"is",
"the",
"gallery",
"Image",
"Definition",
"identifier",
"."
] | def identifier(self) -> 'outputs.GalleryImageIdentifierResponse':
return pulumi.get(self, "identifier") | [
"def",
"identifier",
"(",
"self",
")",
"->",
"'outputs.GalleryImageIdentifierResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identifier\"",
")"
] | This is the gallery Image Definition identifier. | [
"This",
"is",
"the",
"gallery",
"Image",
"Definition",
"identifier",
"."
] | [
"\"\"\"\n This is the gallery Image Definition identifier.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c19e9b68ab1692510f1a3f2e281f15a93430833b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20190301/get_gallery_image.py | [
"Apache-2.0"
] | Python | purchase_plan | Optional['outputs.ImagePurchasePlanResponse'] | def purchase_plan(self) -> Optional['outputs.ImagePurchasePlanResponse']:
"""
Describes the gallery Image Definition purchase plan. This is used by marketplace images.
"""
return pulumi.get(self, "purchase_plan") |
Describes the gallery Image Definition purchase plan. This is used by marketplace images.
| Describes the gallery Image Definition purchase plan. This is used by marketplace images. | [
"Describes",
"the",
"gallery",
"Image",
"Definition",
"purchase",
"plan",
".",
"This",
"is",
"used",
"by",
"marketplace",
"images",
"."
] | def purchase_plan(self) -> Optional['outputs.ImagePurchasePlanResponse']:
return pulumi.get(self, "purchase_plan") | [
"def",
"purchase_plan",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ImagePurchasePlanResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"purchase_plan\"",
")"
] | Describes the gallery Image Definition purchase plan. | [
"Describes",
"the",
"gallery",
"Image",
"Definition",
"purchase",
"plan",
"."
] | [
"\"\"\"\n Describes the gallery Image Definition purchase plan. This is used by marketplace images.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c19e9b68ab1692510f1a3f2e281f15a93430833b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20190301/get_gallery_image.py | [
"Apache-2.0"
] | Python | recommended | Optional['outputs.RecommendedMachineConfigurationResponse'] | def recommended(self) -> Optional['outputs.RecommendedMachineConfigurationResponse']:
"""
The properties describe the recommended machine configuration for this Image Definition. These properties are updatable.
"""
return pulumi.get(self, "recommended") |
The properties describe the recommended machine configuration for this Image Definition. These properties are updatable.
| The properties describe the recommended machine configuration for this Image Definition. These properties are updatable. | [
"The",
"properties",
"describe",
"the",
"recommended",
"machine",
"configuration",
"for",
"this",
"Image",
"Definition",
".",
"These",
"properties",
"are",
"updatable",
"."
] | def recommended(self) -> Optional['outputs.RecommendedMachineConfigurationResponse']:
return pulumi.get(self, "recommended") | [
"def",
"recommended",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.RecommendedMachineConfigurationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"recommended\"",
")"
] | The properties describe the recommended machine configuration for this Image Definition. | [
"The",
"properties",
"describe",
"the",
"recommended",
"machine",
"configuration",
"for",
"this",
"Image",
"Definition",
"."
] | [
"\"\"\"\n The properties describe the recommended machine configuration for this Image Definition. These properties are updatable.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0f6d9945fb6627fb800eff178e197cc7161aa857 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/list_notebook_workspace_connection_info.py | [
"Apache-2.0"
] | Python | list_notebook_workspace_connection_info | AwaitableListNotebookWorkspaceConnectionInfoResult | def list_notebook_workspace_connection_info(account_name: Optional[str] = None,
notebook_workspace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pul... |
The connection info for the given notebook workspace
Latest API Version: 2021-01-15.
:param str account_name: Cosmos DB database account name.
:param str notebook_workspace_name: The name of the notebook workspace resource.
:param str resource_group_name: The name of the resource group. The name ... | The connection info for the given notebook workspace
Latest API Version: 2021-01-15. | [
"The",
"connection",
"info",
"for",
"the",
"given",
"notebook",
"workspace",
"Latest",
"API",
"Version",
":",
"2021",
"-",
"01",
"-",
"15",
"."
] | def list_notebook_workspace_connection_info(account_name: Optional[str] = None,
notebook_workspace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pul... | [
"def",
"list_notebook_workspace_connection_info",
"(",
"account_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"notebook_workspace_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"="... | The connection info for the given notebook workspace
Latest API Version: 2021-01-15. | [
"The",
"connection",
"info",
"for",
"the",
"given",
"notebook",
"workspace",
"Latest",
"API",
"Version",
":",
"2021",
"-",
"01",
"-",
"15",
"."
] | [
"\"\"\"\n The connection info for the given notebook workspace\n Latest API Version: 2021-01-15.\n\n\n :param str account_name: Cosmos DB database account name.\n :param str notebook_workspace_name: The name of the notebook workspace resource.\n :param str resource_group_name: The name of the resourc... | [
{
"param": "account_name",
"type": "Optional[str]"
},
{
"param": "notebook_workspace_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "account_name",
"type": "Optional[str]",
"docstring": "Cosmos DB database account name.",
"docstring_tokens": [
"Cosmos",
"DB",
"database",
"account",
"name",
"."
],
"... |
0f8bb02931694ac88dc5ed6ae8a8c558991db93c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20151201/application_package.py | [
"Apache-2.0"
] | Python | last_activation_time | pulumi.Output[Optional[str]] | def last_activation_time(self) -> pulumi.Output[Optional[str]]:
"""
The time at which the package was last activated, if the package is active.
"""
return pulumi.get(self, "last_activation_time") |
The time at which the package was last activated, if the package is active.
| The time at which the package was last activated, if the package is active. | [
"The",
"time",
"at",
"which",
"the",
"package",
"was",
"last",
"activated",
"if",
"the",
"package",
"is",
"active",
"."
] | def last_activation_time(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "last_activation_time") | [
"def",
"last_activation_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_activation_time\"",
")"
] | The time at which the package was last activated, if the package is active. | [
"The",
"time",
"at",
"which",
"the",
"package",
"was",
"last",
"activated",
"if",
"the",
"package",
"is",
"active",
"."
] | [
"\"\"\"\n The time at which the package was last activated, if the package is active.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0f8bb02931694ac88dc5ed6ae8a8c558991db93c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20151201/application_package.py | [
"Apache-2.0"
] | Python | storage_url | pulumi.Output[Optional[str]] | def storage_url(self) -> pulumi.Output[Optional[str]]:
"""
The storage URL at which the application package is stored.
"""
return pulumi.get(self, "storage_url") |
The storage URL at which the application package is stored.
| The storage URL at which the application package is stored. | [
"The",
"storage",
"URL",
"at",
"which",
"the",
"application",
"package",
"is",
"stored",
"."
] | def storage_url(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "storage_url") | [
"def",
"storage_url",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_url\"",
")"
] | The storage URL at which the application package is stored. | [
"The",
"storage",
"URL",
"at",
"which",
"the",
"application",
"package",
"is",
"stored",
"."
] | [
"\"\"\"\n The storage URL at which the application package is stored.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0f8bb02931694ac88dc5ed6ae8a8c558991db93c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20151201/application_package.py | [
"Apache-2.0"
] | Python | storage_url_expiry | pulumi.Output[Optional[str]] | def storage_url_expiry(self) -> pulumi.Output[Optional[str]]:
"""
The UTC time at which the storage URL will expire.
"""
return pulumi.get(self, "storage_url_expiry") |
The UTC time at which the storage URL will expire.
| The UTC time at which the storage URL will expire. | [
"The",
"UTC",
"time",
"at",
"which",
"the",
"storage",
"URL",
"will",
"expire",
"."
] | def storage_url_expiry(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "storage_url_expiry") | [
"def",
"storage_url_expiry",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_url_expiry\"",
")"
] | The UTC time at which the storage URL will expire. | [
"The",
"UTC",
"time",
"at",
"which",
"the",
"storage",
"URL",
"will",
"expire",
"."
] | [
"\"\"\"\n The UTC time at which the storage URL will expire.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0fa4f68b37b0fbe23e25bc757fce8781bf678112 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20180901/list_task_details.py | [
"Apache-2.0"
] | Python | platform | 'outputs.PlatformPropertiesResponse' | def platform(self) -> 'outputs.PlatformPropertiesResponse':
"""
The platform properties against which the run has to happen.
"""
return pulumi.get(self, "platform") |
The platform properties against which the run has to happen.
| The platform properties against which the run has to happen. | [
"The",
"platform",
"properties",
"against",
"which",
"the",
"run",
"has",
"to",
"happen",
"."
] | def platform(self) -> 'outputs.PlatformPropertiesResponse':
return pulumi.get(self, "platform") | [
"def",
"platform",
"(",
"self",
")",
"->",
"'outputs.PlatformPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"platform\"",
")"
] | The platform properties against which the run has to happen. | [
"The",
"platform",
"properties",
"against",
"which",
"the",
"run",
"has",
"to",
"happen",
"."
] | [
"\"\"\"\n The platform properties against which the run has to happen.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0fa4f68b37b0fbe23e25bc757fce8781bf678112 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20180901/list_task_details.py | [
"Apache-2.0"
] | Python | step | Any | def step(self) -> Any:
"""
The properties of a task step.
"""
return pulumi.get(self, "step") |
The properties of a task step.
| The properties of a task step. | [
"The",
"properties",
"of",
"a",
"task",
"step",
"."
] | def step(self) -> Any:
return pulumi.get(self, "step") | [
"def",
"step",
"(",
"self",
")",
"->",
"Any",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"step\"",
")"
] | The properties of a task step. | [
"The",
"properties",
"of",
"a",
"task",
"step",
"."
] | [
"\"\"\"\n The properties of a task step.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0fa4f68b37b0fbe23e25bc757fce8781bf678112 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20180901/list_task_details.py | [
"Apache-2.0"
] | Python | list_task_details | AwaitableListTaskDetailsResult | def list_task_details(registry_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
task_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListTaskDetailsResult:
"""
The task that has the ARM r... |
The task that has the ARM resource and task properties.
The task will have all information to schedule a run against it.
:param str registry_name: The name of the container registry.
:param str resource_group_name: The name of the resource group to which the container registry belongs.
:param str... | The task that has the ARM resource and task properties.
The task will have all information to schedule a run against it. | [
"The",
"task",
"that",
"has",
"the",
"ARM",
"resource",
"and",
"task",
"properties",
".",
"The",
"task",
"will",
"have",
"all",
"information",
"to",
"schedule",
"a",
"run",
"against",
"it",
"."
] | def list_task_details(registry_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
task_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListTaskDetailsResult:
__args__ = dict()
__args__['reg... | [
"def",
"list_task_details",
"(",
"registry_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"task_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",... | The task that has the ARM resource and task properties. | [
"The",
"task",
"that",
"has",
"the",
"ARM",
"resource",
"and",
"task",
"properties",
"."
] | [
"\"\"\"\n The task that has the ARM resource and task properties.\n The task will have all information to schedule a run against it.\n\n\n :param str registry_name: The name of the container registry.\n :param str resource_group_name: The name of the resource group to which the container registry belong... | [
{
"param": "registry_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "task_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "registry_name",
"type": "Optional[str]",
"docstring": "The name of the container registry.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"container",
"registry",
".... |
966bf29b127ebbc6f8712d05ead2f324cf48ba14 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/latest/list_ea_subscription_list_migration_date_post.py | [
"Apache-2.0"
] | Python | opted_in_date | Optional[str] | def opted_in_date(self) -> Optional[str]:
"""
Time to start using new pricing model.
"""
return pulumi.get(self, "opted_in_date") |
Time to start using new pricing model.
| Time to start using new pricing model. | [
"Time",
"to",
"start",
"using",
"new",
"pricing",
"model",
"."
] | def opted_in_date(self) -> Optional[str]:
return pulumi.get(self, "opted_in_date") | [
"def",
"opted_in_date",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"opted_in_date\"",
")"
] | Time to start using new pricing model. | [
"Time",
"to",
"start",
"using",
"new",
"pricing",
"model",
"."
] | [
"\"\"\"\n Time to start using new pricing 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": []
} |
966bf29b127ebbc6f8712d05ead2f324cf48ba14 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/latest/list_ea_subscription_list_migration_date_post.py | [
"Apache-2.0"
] | Python | list_ea_subscription_list_migration_date_post | AwaitableListEASubscriptionListMigrationDatePostResult | def list_ea_subscription_list_migration_date_post(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListEASubscriptionListMigrationDatePostResult:
"""
Subscription migrate date information properties
Latest API Version: 2017-10-01.
"""
pulumi.log.warn("list_ea_subscription_list_migration_date... |
Subscription migrate date information properties
Latest API Version: 2017-10-01.
| Subscription migrate date information properties
Latest API Version: 2017-10-01. | [
"Subscription",
"migrate",
"date",
"information",
"properties",
"Latest",
"API",
"Version",
":",
"2017",
"-",
"10",
"-",
"01",
"."
] | def list_ea_subscription_list_migration_date_post(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListEASubscriptionListMigrationDatePostResult:
pulumi.log.warn("list_ea_subscription_list_migration_date_post is deprecated: The 'latest' version is deprecated. Please migrate to the function in the top-level ... | [
"def",
"list_ea_subscription_list_migration_date_post",
"(",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
"None",
")",
"->",
"AwaitableListEASubscriptionListMigrationDatePostResult",
":",
"pulumi",
".",
"log",
".",
"warn",
"(",
"\"list_ea_subs... | Subscription migrate date information properties
Latest API Version: 2017-10-01. | [
"Subscription",
"migrate",
"date",
"information",
"properties",
"Latest",
"API",
"Version",
":",
"2017",
"-",
"10",
"-",
"01",
"."
] | [
"\"\"\"\n Subscription migrate date information properties\n Latest API Version: 2017-10-01.\n \"\"\""
] | [
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "opts",
"type": "Optional[pulumi.InvokeOptions]",
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
fc73f72964b4fd5d799933af842eec2ac4b87962 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batchai/latest/get_cluster.py | [
"Apache-2.0"
] | Python | virtual_machine_configuration | Optional['outputs.VirtualMachineConfigurationResponse'] | def virtual_machine_configuration(self) -> Optional['outputs.VirtualMachineConfigurationResponse']:
"""
Virtual machine configuration (OS image) of the compute nodes. All nodes in a cluster have the same OS image configuration.
"""
return pulumi.get(self, "virtual_machine_configuration") |
Virtual machine configuration (OS image) of the compute nodes. All nodes in a cluster have the same OS image configuration.
| Virtual machine configuration (OS image) of the compute nodes. All nodes in a cluster have the same OS image configuration. | [
"Virtual",
"machine",
"configuration",
"(",
"OS",
"image",
")",
"of",
"the",
"compute",
"nodes",
".",
"All",
"nodes",
"in",
"a",
"cluster",
"have",
"the",
"same",
"OS",
"image",
"configuration",
"."
] | def virtual_machine_configuration(self) -> Optional['outputs.VirtualMachineConfigurationResponse']:
return pulumi.get(self, "virtual_machine_configuration") | [
"def",
"virtual_machine_configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.VirtualMachineConfigurationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_machine_configuration\"",
")"
] | Virtual machine configuration (OS image) of the compute nodes. | [
"Virtual",
"machine",
"configuration",
"(",
"OS",
"image",
")",
"of",
"the",
"compute",
"nodes",
"."
] | [
"\"\"\"\n Virtual machine configuration (OS image) of the compute nodes. All nodes in a cluster have the same OS image 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": []
} |
af9c8af64c8bfd3a472cae3fae9f4b8854bf9d2b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/list_partner_namespace_shared_access_keys.py | [
"Apache-2.0"
] | Python | list_partner_namespace_shared_access_keys | AwaitableListPartnerNamespaceSharedAccessKeysResult | def list_partner_namespace_shared_access_keys(partner_namespace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListPartnerNamespaceSharedAccessKeys... |
Shared access keys of the partner namespace.
API Version: 2020-04-01-preview.
:param str partner_namespace_name: Name of the partner namespace.
:param str resource_group_name: The name of the resource group within the user's subscription.
| Shared access keys of the partner namespace. | [
"Shared",
"access",
"keys",
"of",
"the",
"partner",
"namespace",
"."
] | def list_partner_namespace_shared_access_keys(partner_namespace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListPartnerNamespaceSharedAccessKeys... | [
"def",
"list_partner_namespace_shared_access_keys",
"(",
"partner_namespace_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"Invoke... | Shared access keys of the partner namespace. | [
"Shared",
"access",
"keys",
"of",
"the",
"partner",
"namespace",
"."
] | [
"\"\"\"\n Shared access keys of the partner namespace.\n API Version: 2020-04-01-preview.\n\n\n :param str partner_namespace_name: Name of the partner namespace.\n :param str resource_group_name: The name of the resource group within the user's subscription.\n \"\"\""
] | [
{
"param": "partner_namespace_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "partner_namespace_name",
"type": "Optional[str]",
"docstring": "Name of the partner namespace.",
"docstring_tokens": [
"Name",
"of",
"the",
"partner",
"namespace",
"."
],
... |
329b9441305d2e32151c5ef0b2349ad034c391fb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetesconfiguration/v20210301/get_source_control_configuration.py | [
"Apache-2.0"
] | Python | enable_helm_operator | Optional[bool] | def enable_helm_operator(self) -> Optional[bool]:
"""
Option to enable Helm Operator for this git configuration.
"""
return pulumi.get(self, "enable_helm_operator") |
Option to enable Helm Operator for this git configuration.
| Option to enable Helm Operator for this git configuration. | [
"Option",
"to",
"enable",
"Helm",
"Operator",
"for",
"this",
"git",
"configuration",
"."
] | def enable_helm_operator(self) -> Optional[bool]:
return pulumi.get(self, "enable_helm_operator") | [
"def",
"enable_helm_operator",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_helm_operator\"",
")"
] | Option to enable Helm Operator for this git configuration. | [
"Option",
"to",
"enable",
"Helm",
"Operator",
"for",
"this",
"git",
"configuration",
"."
] | [
"\"\"\"\n Option to enable Helm Operator for this git 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": []
} |
329b9441305d2e32151c5ef0b2349ad034c391fb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetesconfiguration/v20210301/get_source_control_configuration.py | [
"Apache-2.0"
] | Python | operator_instance_name | Optional[str] | def operator_instance_name(self) -> Optional[str]:
"""
Instance name of the operator - identifying the specific configuration.
"""
return pulumi.get(self, "operator_instance_name") |
Instance name of the operator - identifying the specific configuration.
| Instance name of the operator - identifying the specific configuration. | [
"Instance",
"name",
"of",
"the",
"operator",
"-",
"identifying",
"the",
"specific",
"configuration",
"."
] | def operator_instance_name(self) -> Optional[str]:
return pulumi.get(self, "operator_instance_name") | [
"def",
"operator_instance_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"operator_instance_name\"",
")"
] | Instance name of the operator - identifying the specific configuration. | [
"Instance",
"name",
"of",
"the",
"operator",
"-",
"identifying",
"the",
"specific",
"configuration",
"."
] | [
"\"\"\"\n Instance name of the operator - identifying the specific 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": []
} |
329b9441305d2e32151c5ef0b2349ad034c391fb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetesconfiguration/v20210301/get_source_control_configuration.py | [
"Apache-2.0"
] | Python | operator_namespace | Optional[str] | def operator_namespace(self) -> Optional[str]:
"""
The namespace to which this operator is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period only.
"""
return pulumi.get(self, "operator_namespace") |
The namespace to which this operator is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period only.
| The namespace to which this operator is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period only. | [
"The",
"namespace",
"to",
"which",
"this",
"operator",
"is",
"installed",
"to",
".",
"Maximum",
"of",
"253",
"lower",
"case",
"alphanumeric",
"characters",
"hyphen",
"and",
"period",
"only",
"."
] | def operator_namespace(self) -> Optional[str]:
return pulumi.get(self, "operator_namespace") | [
"def",
"operator_namespace",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"operator_namespace\"",
")"
] | The namespace to which this operator is installed to. | [
"The",
"namespace",
"to",
"which",
"this",
"operator",
"is",
"installed",
"to",
"."
] | [
"\"\"\"\n The namespace to which this operator is installed to. Maximum of 253 lower case alphanumeric characters, hyphen and period 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": []
} |
329b9441305d2e32151c5ef0b2349ad034c391fb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetesconfiguration/v20210301/get_source_control_configuration.py | [
"Apache-2.0"
] | Python | operator_params | Optional[str] | def operator_params(self) -> Optional[str]:
"""
Any Parameters for the Operator instance in string format.
"""
return pulumi.get(self, "operator_params") |
Any Parameters for the Operator instance in string format.
| Any Parameters for the Operator instance in string format. | [
"Any",
"Parameters",
"for",
"the",
"Operator",
"instance",
"in",
"string",
"format",
"."
] | def operator_params(self) -> Optional[str]:
return pulumi.get(self, "operator_params") | [
"def",
"operator_params",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"operator_params\"",
")"
] | Any Parameters for the Operator instance in string format. | [
"Any",
"Parameters",
"for",
"the",
"Operator",
"instance",
"in",
"string",
"format",
"."
] | [
"\"\"\"\n Any Parameters for the Operator instance in string format.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
329b9441305d2e32151c5ef0b2349ad034c391fb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetesconfiguration/v20210301/get_source_control_configuration.py | [
"Apache-2.0"
] | Python | operator_scope | Optional[str] | def operator_scope(self) -> Optional[str]:
"""
Scope at which the operator will be installed.
"""
return pulumi.get(self, "operator_scope") |
Scope at which the operator will be installed.
| Scope at which the operator will be installed. | [
"Scope",
"at",
"which",
"the",
"operator",
"will",
"be",
"installed",
"."
] | def operator_scope(self) -> Optional[str]:
return pulumi.get(self, "operator_scope") | [
"def",
"operator_scope",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"operator_scope\"",
")"
] | Scope at which the operator will be installed. | [
"Scope",
"at",
"which",
"the",
"operator",
"will",
"be",
"installed",
"."
] | [
"\"\"\"\n Scope at which the operator will be installed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
329b9441305d2e32151c5ef0b2349ad034c391fb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetesconfiguration/v20210301/get_source_control_configuration.py | [
"Apache-2.0"
] | Python | repository_public_key | str | def repository_public_key(self) -> str:
"""
Public Key associated with this SourceControl configuration (either generated within the cluster or provided by the user).
"""
return pulumi.get(self, "repository_public_key") |
Public Key associated with this SourceControl configuration (either generated within the cluster or provided by the user).
| Public Key associated with this SourceControl configuration (either generated within the cluster or provided by the user). | [
"Public",
"Key",
"associated",
"with",
"this",
"SourceControl",
"configuration",
"(",
"either",
"generated",
"within",
"the",
"cluster",
"or",
"provided",
"by",
"the",
"user",
")",
"."
] | def repository_public_key(self) -> str:
return pulumi.get(self, "repository_public_key") | [
"def",
"repository_public_key",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"repository_public_key\"",
")"
] | Public Key associated with this SourceControl configuration (either generated within the cluster or provided by the user). | [
"Public",
"Key",
"associated",
"with",
"this",
"SourceControl",
"configuration",
"(",
"either",
"generated",
"within",
"the",
"cluster",
"or",
"provided",
"by",
"the",
"user",
")",
"."
] | [
"\"\"\"\n Public Key associated with this SourceControl configuration (either generated within the cluster or provided by the user).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
329b9441305d2e32151c5ef0b2349ad034c391fb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetesconfiguration/v20210301/get_source_control_configuration.py | [
"Apache-2.0"
] | Python | repository_url | Optional[str] | def repository_url(self) -> Optional[str]:
"""
Url of the SourceControl Repository.
"""
return pulumi.get(self, "repository_url") |
Url of the SourceControl Repository.
| Url of the SourceControl Repository. | [
"Url",
"of",
"the",
"SourceControl",
"Repository",
"."
] | def repository_url(self) -> Optional[str]:
return pulumi.get(self, "repository_url") | [
"def",
"repository_url",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"repository_url\"",
")"
] | Url of the SourceControl Repository. | [
"Url",
"of",
"the",
"SourceControl",
"Repository",
"."
] | [
"\"\"\"\n Url of the SourceControl Repository.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
329b9441305d2e32151c5ef0b2349ad034c391fb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetesconfiguration/v20210301/get_source_control_configuration.py | [
"Apache-2.0"
] | Python | ssh_known_hosts_contents | Optional[str] | def ssh_known_hosts_contents(self) -> Optional[str]:
"""
Base64-encoded known_hosts contents containing public SSH keys required to access private Git instances
"""
return pulumi.get(self, "ssh_known_hosts_contents") |
Base64-encoded known_hosts contents containing public SSH keys required to access private Git instances
| Base64-encoded known_hosts contents containing public SSH keys required to access private Git instances | [
"Base64",
"-",
"encoded",
"known_hosts",
"contents",
"containing",
"public",
"SSH",
"keys",
"required",
"to",
"access",
"private",
"Git",
"instances"
] | def ssh_known_hosts_contents(self) -> Optional[str]:
return pulumi.get(self, "ssh_known_hosts_contents") | [
"def",
"ssh_known_hosts_contents",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ssh_known_hosts_contents\"",
")"
] | Base64-encoded known_hosts contents containing public SSH keys required to access private Git instances | [
"Base64",
"-",
"encoded",
"known_hosts",
"contents",
"containing",
"public",
"SSH",
"keys",
"required",
"to",
"access",
"private",
"Git",
"instances"
] | [
"\"\"\"\n Base64-encoded known_hosts contents containing public SSH keys required to access private Git instances\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a0fc803e690d8a9c6411bb70241eee7b6f3481dc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/maintenance/v20210401preview/maintenance_configuration.py | [
"Apache-2.0"
] | Python | install_patches | pulumi.Output[Optional['outputs.InputPatchConfigurationResponse']] | def install_patches(self) -> pulumi.Output[Optional['outputs.InputPatchConfigurationResponse']]:
"""
The input parameters to be passed to the patch run operation.
"""
return pulumi.get(self, "install_patches") |
The input parameters to be passed to the patch run operation.
| The input parameters to be passed to the patch run operation. | [
"The",
"input",
"parameters",
"to",
"be",
"passed",
"to",
"the",
"patch",
"run",
"operation",
"."
] | def install_patches(self) -> pulumi.Output[Optional['outputs.InputPatchConfigurationResponse']]:
return pulumi.get(self, "install_patches") | [
"def",
"install_patches",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.InputPatchConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"install_patches\"",
")"
] | The input parameters to be passed to the patch run operation. | [
"The",
"input",
"parameters",
"to",
"be",
"passed",
"to",
"the",
"patch",
"run",
"operation",
"."
] | [
"\"\"\"\n The input parameters to be passed to the patch run operation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c3cc8acecada01787455acb175e6688f993535ba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/latest/list_domain_shared_access_keys.py | [
"Apache-2.0"
] | Python | list_domain_shared_access_keys | AwaitableListDomainSharedAccessKeysResult | def list_domain_shared_access_keys(domain_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDomainSharedAccessKeysResult:
"""
Shared access keys of the Domain.
... |
Shared access keys of the Domain.
Latest API Version: 2020-06-01.
:param str domain_name: Name of the domain.
:param str resource_group_name: The name of the resource group within the user's subscription.
| Shared access keys of the Domain. | [
"Shared",
"access",
"keys",
"of",
"the",
"Domain",
"."
] | def list_domain_shared_access_keys(domain_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDomainSharedAccessKeysResult:
pulumi.log.warn("list_domain_shared_access... | [
"def",
"list_domain_shared_access_keys",
"(",
"domain_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"="... | Shared access keys of the Domain. | [
"Shared",
"access",
"keys",
"of",
"the",
"Domain",
"."
] | [
"\"\"\"\n Shared access keys of the Domain.\n Latest API Version: 2020-06-01.\n\n\n :param str domain_name: Name of the domain.\n :param str resource_group_name: The name of the resource group within the user's subscription.\n \"\"\""
] | [
{
"param": "domain_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "domain_name",
"type": "Optional[str]",
"docstring": "Name of the domain.",
"docstring_tokens": [
"Name",
"of",
"the",
"domain",
"."
],
"default": null,
"is_optional": f... |
c3e6a76883738787fdef1a30930a8051bd1cf711 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automanage/configuration_profile_preference.py | [
"Apache-2.0"
] | Python | properties | pulumi.Output['outputs.ConfigurationProfilePreferencePropertiesResponse'] | def properties(self) -> pulumi.Output['outputs.ConfigurationProfilePreferencePropertiesResponse']:
"""
Properties of the configuration profile preference.
"""
return pulumi.get(self, "properties") |
Properties of the configuration profile preference.
| Properties of the configuration profile preference. | [
"Properties",
"of",
"the",
"configuration",
"profile",
"preference",
"."
] | def properties(self) -> pulumi.Output['outputs.ConfigurationProfilePreferencePropertiesResponse']:
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ConfigurationProfilePreferencePropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Properties of the configuration profile preference. | [
"Properties",
"of",
"the",
"configuration",
"profile",
"preference",
"."
] | [
"\"\"\"\n Properties of the configuration profile preference.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
25b536f70931db4d5eedc1b81d5879768e7b4988 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/windowsiot/v20180216preview/service.py | [
"Apache-2.0"
] | Python | admin_domain_name | pulumi.Output[Optional[str]] | def admin_domain_name(self) -> pulumi.Output[Optional[str]]:
"""
Windows IoT Device Service OEM AAD domain
"""
return pulumi.get(self, "admin_domain_name") |
Windows IoT Device Service OEM AAD domain
| Windows IoT Device Service OEM AAD domain | [
"Windows",
"IoT",
"Device",
"Service",
"OEM",
"AAD",
"domain"
] | def admin_domain_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "admin_domain_name") | [
"def",
"admin_domain_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"admin_domain_name\"",
")"
] | Windows IoT Device Service OEM AAD domain | [
"Windows",
"IoT",
"Device",
"Service",
"OEM",
"AAD",
"domain"
] | [
"\"\"\"\n Windows IoT Device Service OEM AAD domain\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
25b536f70931db4d5eedc1b81d5879768e7b4988 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/windowsiot/v20180216preview/service.py | [
"Apache-2.0"
] | Python | billing_domain_name | pulumi.Output[str] | def billing_domain_name(self) -> pulumi.Output[str]:
"""
Windows IoT Device Service ODM AAD domain
"""
return pulumi.get(self, "billing_domain_name") |
Windows IoT Device Service ODM AAD domain
| Windows IoT Device Service ODM AAD domain | [
"Windows",
"IoT",
"Device",
"Service",
"ODM",
"AAD",
"domain"
] | def billing_domain_name(self) -> pulumi.Output[str]:
return pulumi.get(self, "billing_domain_name") | [
"def",
"billing_domain_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"billing_domain_name\"",
")"
] | Windows IoT Device Service ODM AAD domain | [
"Windows",
"IoT",
"Device",
"Service",
"ODM",
"AAD",
"domain"
] | [
"\"\"\"\n Windows IoT Device Service ODM AAD domain\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
25d16072ffc4f8b086ffc31cd1e7d7e1972f16e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20150601/endpoint.py | [
"Apache-2.0"
] | Python | origins | pulumi.Output[Optional[Sequence['outputs.DeepCreatedOriginResponse']]] | def origins(self) -> pulumi.Output[Optional[Sequence['outputs.DeepCreatedOriginResponse']]]:
"""
The set of origins for the CDN endpoint. When multiple origins exist, the first origin will be used as primary and rest will be used as failover options.
"""
return pulumi.get(self, "origins"... |
The set of origins for the CDN endpoint. When multiple origins exist, the first origin will be used as primary and rest will be used as failover options.
| The set of origins for the CDN endpoint. When multiple origins exist, the first origin will be used as primary and rest will be used as failover options. | [
"The",
"set",
"of",
"origins",
"for",
"the",
"CDN",
"endpoint",
".",
"When",
"multiple",
"origins",
"exist",
"the",
"first",
"origin",
"will",
"be",
"used",
"as",
"primary",
"and",
"rest",
"will",
"be",
"used",
"as",
"failover",
"options",
"."
] | def origins(self) -> pulumi.Output[Optional[Sequence['outputs.DeepCreatedOriginResponse']]]:
return pulumi.get(self, "origins") | [
"def",
"origins",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.DeepCreatedOriginResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"origins\"",
")"
] | The set of origins for the CDN endpoint. | [
"The",
"set",
"of",
"origins",
"for",
"the",
"CDN",
"endpoint",
"."
] | [
"\"\"\"\n The set of origins for the CDN endpoint. When multiple origins exist, the first origin will be used as primary and rest will be used as failover options.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a8da67e31881b5a64c7251c1735ca9cfe0ebb5dc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/latest/assessment.py | [
"Apache-2.0"
] | Python | metadata | pulumi.Output[Optional['outputs.SecurityAssessmentMetadataPropertiesResponse']] | def metadata(self) -> pulumi.Output[Optional['outputs.SecurityAssessmentMetadataPropertiesResponse']]:
"""
Describes properties of an assessment metadata.
"""
return pulumi.get(self, "metadata") |
Describes properties of an assessment metadata.
| Describes properties of an assessment metadata. | [
"Describes",
"properties",
"of",
"an",
"assessment",
"metadata",
"."
] | def metadata(self) -> pulumi.Output[Optional['outputs.SecurityAssessmentMetadataPropertiesResponse']]:
return pulumi.get(self, "metadata") | [
"def",
"metadata",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.SecurityAssessmentMetadataPropertiesResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"metadata\"",
")"
] | Describes properties of an assessment metadata. | [
"Describes",
"properties",
"of",
"an",
"assessment",
"metadata",
"."
] | [
"\"\"\"\n Describes properties of an assessment metadata.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a8da67e31881b5a64c7251c1735ca9cfe0ebb5dc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/latest/assessment.py | [
"Apache-2.0"
] | Python | partners_data | pulumi.Output[Optional['outputs.SecurityAssessmentPartnerDataResponse']] | def partners_data(self) -> pulumi.Output[Optional['outputs.SecurityAssessmentPartnerDataResponse']]:
"""
Data regarding 3rd party partner integration
"""
return pulumi.get(self, "partners_data") |
Data regarding 3rd party partner integration
| Data regarding 3rd party partner integration | [
"Data",
"regarding",
"3rd",
"party",
"partner",
"integration"
] | def partners_data(self) -> pulumi.Output[Optional['outputs.SecurityAssessmentPartnerDataResponse']]:
return pulumi.get(self, "partners_data") | [
"def",
"partners_data",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.SecurityAssessmentPartnerDataResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partners_data\"",
")"
] | Data regarding 3rd party partner integration | [
"Data",
"regarding",
"3rd",
"party",
"partner",
"integration"
] | [
"\"\"\"\n Data regarding 3rd party partner integration\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a8df0e67557357bf7352b3701f3ffba1514bb760 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/migrate/get_solution_config.py | [
"Apache-2.0"
] | Python | publisher_sas_uri | Optional[str] | def publisher_sas_uri(self) -> Optional[str]:
"""
Gets or sets the publisher sas uri for the solution.
"""
return pulumi.get(self, "publisher_sas_uri") |
Gets or sets the publisher sas uri for the solution.
| Gets or sets the publisher sas uri for the solution. | [
"Gets",
"or",
"sets",
"the",
"publisher",
"sas",
"uri",
"for",
"the",
"solution",
"."
] | def publisher_sas_uri(self) -> Optional[str]:
return pulumi.get(self, "publisher_sas_uri") | [
"def",
"publisher_sas_uri",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"publisher_sas_uri\"",
")"
] | Gets or sets the publisher sas uri for the solution. | [
"Gets",
"or",
"sets",
"the",
"publisher",
"sas",
"uri",
"for",
"the",
"solution",
"."
] | [
"\"\"\"\n Gets or sets the publisher sas uri for the solution.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c31b16a94af09bb555d700f5ce26634847fa6183 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180901preview/role_assignment.py | [
"Apache-2.0"
] | Python | can_delegate | pulumi.Output[Optional[bool]] | def can_delegate(self) -> pulumi.Output[Optional[bool]]:
"""
The Delegation flag for the role assignment
"""
return pulumi.get(self, "can_delegate") |
The Delegation flag for the role assignment
| The Delegation flag for the role assignment | [
"The",
"Delegation",
"flag",
"for",
"the",
"role",
"assignment"
] | def can_delegate(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "can_delegate") | [
"def",
"can_delegate",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"can_delegate\"",
")"
] | The Delegation flag for the role assignment | [
"The",
"Delegation",
"flag",
"for",
"the",
"role",
"assignment"
] | [
"\"\"\"\n The Delegation flag for the role assignment\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c32c41e111b59646787094331e28e7e731507179 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/build_task.py | [
"Apache-2.0"
] | Python | source_repository | pulumi.Output['outputs.SourceRepositoryPropertiesResponse'] | def source_repository(self) -> pulumi.Output['outputs.SourceRepositoryPropertiesResponse']:
"""
The properties that describes the source(code) for the build task.
"""
return pulumi.get(self, "source_repository") |
The properties that describes the source(code) for the build task.
| The properties that describes the source(code) for the build task. | [
"The",
"properties",
"that",
"describes",
"the",
"source",
"(",
"code",
")",
"for",
"the",
"build",
"task",
"."
] | def source_repository(self) -> pulumi.Output['outputs.SourceRepositoryPropertiesResponse']:
return pulumi.get(self, "source_repository") | [
"def",
"source_repository",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.SourceRepositoryPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_repository\"",
")"
] | The properties that describes the source(code) for the build task. | [
"The",
"properties",
"that",
"describes",
"the",
"source",
"(",
"code",
")",
"for",
"the",
"build",
"task",
"."
] | [
"\"\"\"\n The properties that describes the source(code) for the build task.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c33060728647057f628caed58546cbd3bb7f1c2e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/v20180901preview/list_secret_value.py | [
"Apache-2.0"
] | Python | list_secret_value | AwaitableListSecretValueResult | def list_secret_value(resource_group_name: Optional[str] = None,
secret_resource_name: Optional[str] = None,
secret_value_resource_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListSecretValueResult:
"""
Thi... |
This type represents the unencrypted value of the secret.
:param str resource_group_name: Azure resource group name
:param str secret_resource_name: The name of the secret resource.
:param str secret_value_resource_name: The name of the secret resource value which is typically the version identifier ... | This type represents the unencrypted value of the secret. | [
"This",
"type",
"represents",
"the",
"unencrypted",
"value",
"of",
"the",
"secret",
"."
] | def list_secret_value(resource_group_name: Optional[str] = None,
secret_resource_name: Optional[str] = None,
secret_value_resource_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListSecretValueResult:
__args__ = ... | [
"def",
"list_secret_value",
"(",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"secret_resource_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"secret_value_resource_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",... | This type represents the unencrypted value of the secret. | [
"This",
"type",
"represents",
"the",
"unencrypted",
"value",
"of",
"the",
"secret",
"."
] | [
"\"\"\"\n This type represents the unencrypted value of the secret.\n\n\n :param str resource_group_name: Azure resource group name\n :param str secret_resource_name: The name of the secret resource.\n :param str secret_value_resource_name: The name of the secret resource value which is typically the ve... | [
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "secret_resource_name",
"type": "Optional[str]"
},
{
"param": "secret_value_resource_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "resource_group_name",
"type": "Optional[str]",
"docstring": "Azure resource group name",
"docstring_tokens": [
"Azure",
"resource",
"group",
"name"
],
"default": null,
"is_opti... |
66ba43566b2c4e0e83bd9bb01c5217ea6dba9f95 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20191201/get_virtual_machine_scale_set.py | [
"Apache-2.0"
] | Python | do_not_run_extensions_on_overprovisioned_vms | Optional[bool] | def do_not_run_extensions_on_overprovisioned_vms(self) -> Optional[bool]:
"""
When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs.
"""
... |
When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs.
| When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs. | [
"When",
"Overprovision",
"is",
"enabled",
"extensions",
"are",
"launched",
"only",
"on",
"the",
"requested",
"number",
"of",
"VMs",
"which",
"are",
"finally",
"kept",
".",
"This",
"property",
"will",
"hence",
"ensure",
"that",
"the",
"extensions",
"do",
"not",... | def do_not_run_extensions_on_overprovisioned_vms(self) -> Optional[bool]:
return pulumi.get(self, "do_not_run_extensions_on_overprovisioned_vms") | [
"def",
"do_not_run_extensions_on_overprovisioned_vms",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"do_not_run_extensions_on_overprovisioned_vms\"",
")"
] | When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. | [
"When",
"Overprovision",
"is",
"enabled",
"extensions",
"are",
"launched",
"only",
"on",
"the",
"requested",
"number",
"of",
"VMs",
"which",
"are",
"finally",
"kept",
"."
] | [
"\"\"\"\n When Overprovision is enabled, extensions are launched only on the requested number of VMs which are finally kept. This property will hence ensure that the extensions do not run on the extra overprovisioned VMs.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
66ba43566b2c4e0e83bd9bb01c5217ea6dba9f95 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20191201/get_virtual_machine_scale_set.py | [
"Apache-2.0"
] | Python | overprovision | Optional[bool] | def overprovision(self) -> Optional[bool]:
"""
Specifies whether the Virtual Machine Scale Set should be overprovisioned.
"""
return pulumi.get(self, "overprovision") |
Specifies whether the Virtual Machine Scale Set should be overprovisioned.
| Specifies whether the Virtual Machine Scale Set should be overprovisioned. | [
"Specifies",
"whether",
"the",
"Virtual",
"Machine",
"Scale",
"Set",
"should",
"be",
"overprovisioned",
"."
] | def overprovision(self) -> Optional[bool]:
return pulumi.get(self, "overprovision") | [
"def",
"overprovision",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"overprovision\"",
")"
] | Specifies whether the Virtual Machine Scale Set should be overprovisioned. | [
"Specifies",
"whether",
"the",
"Virtual",
"Machine",
"Scale",
"Set",
"should",
"be",
"overprovisioned",
"."
] | [
"\"\"\"\n Specifies whether the Virtual Machine Scale Set should be overprovisioned.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
66ba43566b2c4e0e83bd9bb01c5217ea6dba9f95 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20191201/get_virtual_machine_scale_set.py | [
"Apache-2.0"
] | Python | platform_fault_domain_count | Optional[int] | def platform_fault_domain_count(self) -> Optional[int]:
"""
Fault Domain count for each placement group.
"""
return pulumi.get(self, "platform_fault_domain_count") |
Fault Domain count for each placement group.
| Fault Domain count for each placement group. | [
"Fault",
"Domain",
"count",
"for",
"each",
"placement",
"group",
"."
] | def platform_fault_domain_count(self) -> Optional[int]:
return pulumi.get(self, "platform_fault_domain_count") | [
"def",
"platform_fault_domain_count",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"platform_fault_domain_count\"",
")"
] | Fault Domain count for each placement group. | [
"Fault",
"Domain",
"count",
"for",
"each",
"placement",
"group",
"."
] | [
"\"\"\"\n Fault Domain count for each placement group.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
66ba43566b2c4e0e83bd9bb01c5217ea6dba9f95 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20191201/get_virtual_machine_scale_set.py | [
"Apache-2.0"
] | Python | scale_in_policy | Optional['outputs.ScaleInPolicyResponse'] | def scale_in_policy(self) -> Optional['outputs.ScaleInPolicyResponse']:
"""
Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in.
"""
return pulumi.get(self, "scale_in_policy") |
Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in.
| Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in. | [
"Specifies",
"the",
"scale",
"-",
"in",
"policy",
"that",
"decides",
"which",
"virtual",
"machines",
"are",
"chosen",
"for",
"removal",
"when",
"a",
"Virtual",
"Machine",
"Scale",
"Set",
"is",
"scaled",
"-",
"in",
"."
] | def scale_in_policy(self) -> Optional['outputs.ScaleInPolicyResponse']:
return pulumi.get(self, "scale_in_policy") | [
"def",
"scale_in_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ScaleInPolicyResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"scale_in_policy\"",
")"
] | Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in. | [
"Specifies",
"the",
"scale",
"-",
"in",
"policy",
"that",
"decides",
"which",
"virtual",
"machines",
"are",
"chosen",
"for",
"removal",
"when",
"a",
"Virtual",
"Machine",
"Scale",
"Set",
"is",
"scaled",
"-",
"in",
"."
] | [
"\"\"\"\n Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
66ba43566b2c4e0e83bd9bb01c5217ea6dba9f95 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20191201/get_virtual_machine_scale_set.py | [
"Apache-2.0"
] | Python | zone_balance | Optional[bool] | def zone_balance(self) -> Optional[bool]:
"""
Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage.
"""
return pulumi.get(self, "zone_balance") |
Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage.
| Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. | [
"Whether",
"to",
"force",
"strictly",
"even",
"Virtual",
"Machine",
"distribution",
"cross",
"x",
"-",
"zones",
"in",
"case",
"there",
"is",
"zone",
"outage",
"."
] | def zone_balance(self) -> Optional[bool]:
return pulumi.get(self, "zone_balance") | [
"def",
"zone_balance",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"zone_balance\"",
")"
] | Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage. | [
"Whether",
"to",
"force",
"strictly",
"even",
"Virtual",
"Machine",
"distribution",
"cross",
"x",
"-",
"zones",
"in",
"case",
"there",
"is",
"zone",
"outage",
"."
] | [
"\"\"\"\n Whether to force strictly even Virtual Machine distribution cross x-zones in case there is zone outage.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
66d649c13a7b0ae7066ad671d6b51bb6fd76fa66 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azuredata/get_sql_server.py | [
"Apache-2.0"
] | Python | cores | Optional[int] | def cores(self) -> Optional[int]:
"""
Cores of the Sql Server.
"""
return pulumi.get(self, "cores") |
Cores of the Sql Server.
| Cores of the Sql Server. | [
"Cores",
"of",
"the",
"Sql",
"Server",
"."
] | def cores(self) -> Optional[int]:
return pulumi.get(self, "cores") | [
"def",
"cores",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cores\"",
")"
] | Cores of the Sql Server. | [
"Cores",
"of",
"the",
"Sql",
"Server",
"."
] | [
"\"\"\"\n Cores of the Sql Server.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
66d649c13a7b0ae7066ad671d6b51bb6fd76fa66 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azuredata/get_sql_server.py | [
"Apache-2.0"
] | Python | property_bag | Optional[str] | def property_bag(self) -> Optional[str]:
"""
Sql Server Json Property Bag.
"""
return pulumi.get(self, "property_bag") |
Sql Server Json Property Bag.
| Sql Server Json Property Bag. | [
"Sql",
"Server",
"Json",
"Property",
"Bag",
"."
] | def property_bag(self) -> Optional[str]:
return pulumi.get(self, "property_bag") | [
"def",
"property_bag",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"property_bag\"",
")"
] | Sql Server Json Property Bag. | [
"Sql",
"Server",
"Json",
"Property",
"Bag",
"."
] | [
"\"\"\"\n Sql Server Json Property Bag.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
66d649c13a7b0ae7066ad671d6b51bb6fd76fa66 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azuredata/get_sql_server.py | [
"Apache-2.0"
] | Python | registration_id | Optional[str] | def registration_id(self) -> Optional[str]:
"""
ID for Parent Sql Server Registration.
"""
return pulumi.get(self, "registration_id") |
ID for Parent Sql Server Registration.
| ID for Parent Sql Server Registration. | [
"ID",
"for",
"Parent",
"Sql",
"Server",
"Registration",
"."
] | def registration_id(self) -> Optional[str]:
return pulumi.get(self, "registration_id") | [
"def",
"registration_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"registration_id\"",
")"
] | ID for Parent Sql Server Registration. | [
"ID",
"for",
"Parent",
"Sql",
"Server",
"Registration",
"."
] | [
"\"\"\"\n ID for Parent Sql Server Registration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
66defa3da30fae65b6dc1f26cd00e9b2c8c6856c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20190601preview/list_registry_build_source_upload_url.py | [
"Apache-2.0"
] | Python | list_registry_build_source_upload_url | AwaitableListRegistryBuildSourceUploadUrlResult | def list_registry_build_source_upload_url(registry_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListRegistryBuildSourceUploadUrlResult:
"""
The p... |
The properties of a response to source upload request.
:param str registry_name: The name of the container registry.
:param str resource_group_name: The name of the resource group to which the container registry belongs.
| The properties of a response to source upload request. | [
"The",
"properties",
"of",
"a",
"response",
"to",
"source",
"upload",
"request",
"."
] | def list_registry_build_source_upload_url(registry_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListRegistryBuildSourceUploadUrlResult:
__args__ = di... | [
"def",
"list_registry_build_source_upload_url",
"(",
"registry_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"... | The properties of a response to source upload request. | [
"The",
"properties",
"of",
"a",
"response",
"to",
"source",
"upload",
"request",
"."
] | [
"\"\"\"\n The properties of a response to source upload request.\n\n\n :param str registry_name: The name of the container registry.\n :param str resource_group_name: The name of the resource group to which the container registry belongs.\n \"\"\""
] | [
{
"param": "registry_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "registry_name",
"type": "Optional[str]",
"docstring": "The name of the container registry.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"container",
"registry",
".... |
66e8b8b980e0c1664dfd80d64e2dccf5f6c54e07 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190801/storage_account_credential.py | [
"Apache-2.0"
] | Python | account_type | pulumi.Output[str] | def account_type(self) -> pulumi.Output[str]:
"""
Type of storage accessed on the storage account.
"""
return pulumi.get(self, "account_type") |
Type of storage accessed on the storage account.
| Type of storage accessed on the storage account. | [
"Type",
"of",
"storage",
"accessed",
"on",
"the",
"storage",
"account",
"."
] | def account_type(self) -> pulumi.Output[str]:
return pulumi.get(self, "account_type") | [
"def",
"account_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"account_type\"",
")"
] | Type of storage accessed on the storage account. | [
"Type",
"of",
"storage",
"accessed",
"on",
"the",
"storage",
"account",
"."
] | [
"\"\"\"\n Type of storage accessed on the storage 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": []
} |
66e8b8b980e0c1664dfd80d64e2dccf5f6c54e07 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190801/storage_account_credential.py | [
"Apache-2.0"
] | Python | blob_domain_name | pulumi.Output[Optional[str]] | def blob_domain_name(self) -> pulumi.Output[Optional[str]]:
"""
Blob end point for private clouds.
"""
return pulumi.get(self, "blob_domain_name") |
Blob end point for private clouds.
| Blob end point for private clouds. | [
"Blob",
"end",
"point",
"for",
"private",
"clouds",
"."
] | def blob_domain_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "blob_domain_name") | [
"def",
"blob_domain_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"blob_domain_name\"",
")"
] | Blob end point for private clouds. | [
"Blob",
"end",
"point",
"for",
"private",
"clouds",
"."
] | [
"\"\"\"\n Blob end point for private clouds.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
cd8438110972ec56d358849af2bbfd0fb4f50037 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20200501preview/get_scheduled_query_rule.py | [
"Apache-2.0"
] | Python | severity | float | def severity(self) -> float:
"""
Severity of the alert. Should be an integer between [0-4]. Value of 0 is severest
"""
return pulumi.get(self, "severity") |
Severity of the alert. Should be an integer between [0-4]. Value of 0 is severest
| Severity of the alert. Should be an integer between [0-4]. Value of 0 is severest | [
"Severity",
"of",
"the",
"alert",
".",
"Should",
"be",
"an",
"integer",
"between",
"[",
"0",
"-",
"4",
"]",
".",
"Value",
"of",
"0",
"is",
"severest"
] | def severity(self) -> float:
return pulumi.get(self, "severity") | [
"def",
"severity",
"(",
"self",
")",
"->",
"float",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"severity\"",
")"
] | Severity of the alert. | [
"Severity",
"of",
"the",
"alert",
"."
] | [
"\"\"\"\n Severity of the alert. Should be an integer between [0-4]. Value of 0 is severest\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
cd91cca081a30a4a6d79e8cb4b03c1b799d984c4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/latest/transform.py | [
"Apache-2.0"
] | Python | outputs | pulumi.Output[Sequence['outputs.TransformOutputResponse']] | def outputs(self) -> pulumi.Output[Sequence['outputs.TransformOutputResponse']]:
"""
An array of one or more TransformOutputs that the Transform should generate.
"""
return pulumi.get(self, "outputs") |
An array of one or more TransformOutputs that the Transform should generate.
| An array of one or more TransformOutputs that the Transform should generate. | [
"An",
"array",
"of",
"one",
"or",
"more",
"TransformOutputs",
"that",
"the",
"Transform",
"should",
"generate",
"."
] | def outputs(self) -> pulumi.Output[Sequence['outputs.TransformOutputResponse']]:
return pulumi.get(self, "outputs") | [
"def",
"outputs",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.TransformOutputResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"outputs\"",
")"
] | An array of one or more TransformOutputs that the Transform should generate. | [
"An",
"array",
"of",
"one",
"or",
"more",
"TransformOutputs",
"that",
"the",
"Transform",
"should",
"generate",
"."
] | [
"\"\"\"\n An array of one or more TransformOutputs that the Transform should generate.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e199167ba22615031fae846af92a116f84f29636 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/billing/v20200501/list_billing_account_invoice_sections_by_create_subscription_permission.py | [
"Apache-2.0"
] | Python | value | Optional[Sequence['outputs.InvoiceSectionWithCreateSubPermissionResponseResult']] | def value(self) -> Optional[Sequence['outputs.InvoiceSectionWithCreateSubPermissionResponseResult']]:
"""
The list of invoice section properties with create subscription permission.
"""
return pulumi.get(self, "value") |
The list of invoice section properties with create subscription permission.
| The list of invoice section properties with create subscription permission. | [
"The",
"list",
"of",
"invoice",
"section",
"properties",
"with",
"create",
"subscription",
"permission",
"."
] | def value(self) -> Optional[Sequence['outputs.InvoiceSectionWithCreateSubPermissionResponseResult']]:
return pulumi.get(self, "value") | [
"def",
"value",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.InvoiceSectionWithCreateSubPermissionResponseResult'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"value\"",
")"
] | The list of invoice section properties with create subscription permission. | [
"The",
"list",
"of",
"invoice",
"section",
"properties",
"with",
"create",
"subscription",
"permission",
"."
] | [
"\"\"\"\n The list of invoice section properties with create subscription permission.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e199167ba22615031fae846af92a116f84f29636 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/billing/v20200501/list_billing_account_invoice_sections_by_create_subscription_permission.py | [
"Apache-2.0"
] | Python | list_billing_account_invoice_sections_by_create_subscription_permission | AwaitableListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult | def list_billing_account_invoice_sections_by_create_subscription_permission(billing_account_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResu... |
The list of invoice section properties with create subscription permission.
:param str billing_account_name: The ID that uniquely identifies a billing account.
| The list of invoice section properties with create subscription permission. | [
"The",
"list",
"of",
"invoice",
"section",
"properties",
"with",
"create",
"subscription",
"permission",
"."
] | def list_billing_account_invoice_sections_by_create_subscription_permission(billing_account_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResu... | [
"def",
"list_billing_account_invoice_sections_by_create_subscription_permission",
"(",
"billing_account_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
"None",
")",
"->",
"AwaitableList... | The list of invoice section properties with create subscription permission. | [
"The",
"list",
"of",
"invoice",
"section",
"properties",
"with",
"create",
"subscription",
"permission",
"."
] | [
"\"\"\"\n The list of invoice section properties with create subscription permission.\n\n\n :param str billing_account_name: The ID that uniquely identifies a billing account.\n \"\"\""
] | [
{
"param": "billing_account_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "billing_account_name",
"type": "Optional[str]",
"docstring": "The ID that uniquely identifies a billing account.",
"docstring_tokens": [
"The",
"ID",
"that",
"uniquely",
"identifies",
... |
0b9959507596f9a5bdea22acd0867264115ae3ed | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/latest/list_streaming_locator_content_keys.py | [
"Apache-2.0"
] | Python | list_streaming_locator_content_keys | AwaitableListStreamingLocatorContentKeysResult | def list_streaming_locator_content_keys(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
streaming_locator_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions... |
Class of response for listContentKeys action
Latest API Version: 2020-05-01.
:param str account_name: The Media Services account name.
:param str resource_group_name: The name of the resource group within the Azure subscription.
:param str streaming_locator_name: The Streaming Locator name.
| Class of response for listContentKeys action
Latest API Version: 2020-05-01. | [
"Class",
"of",
"response",
"for",
"listContentKeys",
"action",
"Latest",
"API",
"Version",
":",
"2020",
"-",
"05",
"-",
"01",
"."
] | def list_streaming_locator_content_keys(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
streaming_locator_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions... | [
"def",
"list_streaming_locator_content_keys",
"(",
"account_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"streaming_locator_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"... | Class of response for listContentKeys action
Latest API Version: 2020-05-01. | [
"Class",
"of",
"response",
"for",
"listContentKeys",
"action",
"Latest",
"API",
"Version",
":",
"2020",
"-",
"05",
"-",
"01",
"."
] | [
"\"\"\"\n Class of response for listContentKeys action\n Latest API Version: 2020-05-01.\n\n\n :param str account_name: The Media Services account name.\n :param str resource_group_name: The name of the resource group within the Azure subscription.\n :param str streaming_locator_name: The Streaming L... | [
{
"param": "account_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "streaming_locator_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "account_name",
"type": "Optional[str]",
"docstring": "The Media Services account name.",
"docstring_tokens": [
"The",
"Media",
"Services",
"account",
"name",
"."
],
"... |
3ab47ba2f0f88e481ce2737452f81eadc09075c9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hybridcompute/latest/get_machine_extension.py | [
"Apache-2.0"
] | Python | instance_view | Optional['outputs.MachineExtensionPropertiesResponseInstanceView'] | def instance_view(self) -> Optional['outputs.MachineExtensionPropertiesResponseInstanceView']:
"""
The machine extension instance view.
"""
return pulumi.get(self, "instance_view") |
The machine extension instance view.
| The machine extension instance view. | [
"The",
"machine",
"extension",
"instance",
"view",
"."
] | def instance_view(self) -> Optional['outputs.MachineExtensionPropertiesResponseInstanceView']:
return pulumi.get(self, "instance_view") | [
"def",
"instance_view",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.MachineExtensionPropertiesResponseInstanceView'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"instance_view\"",
")"
] | The machine extension instance view. | [
"The",
"machine",
"extension",
"instance",
"view",
"."
] | [
"\"\"\"\n The machine extension instance view.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3ae3696f15e532b7c7ae39269505cd5c435101a5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20180601preview/guest_diagnostics_setting.py | [
"Apache-2.0"
] | Python | data_sources | pulumi.Output[Optional[Sequence['outputs.DataSourceResponse']]] | def data_sources(self) -> pulumi.Output[Optional[Sequence['outputs.DataSourceResponse']]]:
"""
the array of data source object which are configured to collect and send data
"""
return pulumi.get(self, "data_sources") |
the array of data source object which are configured to collect and send data
| the array of data source object which are configured to collect and send data | [
"the",
"array",
"of",
"data",
"source",
"object",
"which",
"are",
"configured",
"to",
"collect",
"and",
"send",
"data"
] | def data_sources(self) -> pulumi.Output[Optional[Sequence['outputs.DataSourceResponse']]]:
return pulumi.get(self, "data_sources") | [
"def",
"data_sources",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.DataSourceResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_sources\"",
")"
] | the array of data source object which are configured to collect and send data | [
"the",
"array",
"of",
"data",
"source",
"object",
"which",
"are",
"configured",
"to",
"collect",
"and",
"send",
"data"
] | [
"\"\"\"\n the array of data source object which are configured to collect and send data\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2fab38b76325c789367cdc0053fc3c932796ae04 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/v20181015/list_global_user_environments.py | [
"Apache-2.0"
] | Python | list_global_user_environments | AwaitableListGlobalUserEnvironmentsResult | def list_global_user_environments(lab_id: Optional[str] = None,
user_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListGlobalUserEnvironmentsResult:
"""
Represents the list of environments owned by a user
... |
Represents the list of environments owned by a user
:param str lab_id: The resource Id of the lab
:param str user_name: The name of the user.
| Represents the list of environments owned by a user | [
"Represents",
"the",
"list",
"of",
"environments",
"owned",
"by",
"a",
"user"
] | def list_global_user_environments(lab_id: Optional[str] = None,
user_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListGlobalUserEnvironmentsResult:
__args__ = dict()
__args__['labId'] = lab_id
__args_... | [
"def",
"list_global_user_environments",
"(",
"lab_id",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"user_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
"None",
")... | Represents the list of environments owned by a user | [
"Represents",
"the",
"list",
"of",
"environments",
"owned",
"by",
"a",
"user"
] | [
"\"\"\"\n Represents the list of environments owned by a user\n\n\n :param str lab_id: The resource Id of the lab\n :param str user_name: The name of the user.\n \"\"\""
] | [
{
"param": "lab_id",
"type": "Optional[str]"
},
{
"param": "user_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "lab_id",
"type": "Optional[str]",
"docstring": "The resource Id of the lab",
"docstring_tokens": [
"The",
"resource",
"Id",
"of",
"the",
"lab"
],
"default": null,
... |
2fb1589d70300e78406be279dff1eeb91d93945d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/synapse/latest/list_integration_runtime_auth_key.py | [
"Apache-2.0"
] | Python | list_integration_runtime_auth_key | AwaitableListIntegrationRuntimeAuthKeyResult | def list_integration_runtime_auth_key(integration_runtime_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = ... |
The integration runtime authentication keys.
Latest API Version: 2020-12-01.
:param str integration_runtime_name: Integration runtime name
:param str resource_group_name: The name of the resource group. The name is case insensitive.
:param str workspace_name: The name of the workspace.
| The integration runtime authentication keys. | [
"The",
"integration",
"runtime",
"authentication",
"keys",
"."
] | def list_integration_runtime_auth_key(integration_runtime_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = ... | [
"def",
"list_integration_runtime_auth_key",
"(",
"integration_runtime_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"workspace_name",
":",
"Optional",
"[",
"str",
"]",
"=",
... | The integration runtime authentication keys. | [
"The",
"integration",
"runtime",
"authentication",
"keys",
"."
] | [
"\"\"\"\n The integration runtime authentication keys.\n Latest API Version: 2020-12-01.\n\n\n :param str integration_runtime_name: Integration runtime name\n :param str resource_group_name: The name of the resource group. The name is case insensitive.\n :param str workspace_name: The name of the wor... | [
{
"param": "integration_runtime_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "workspace_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "integration_runtime_name",
"type": "Optional[str]",
"docstring": "Integration runtime name",
"docstring_tokens": [
"Integration",
"runtime",
"name"
],
"default": null,
"is_optional": f... |
b67c6e463d038c8b2951d38d4cee9fc8a44b2bc1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/bandwidth_schedule.py | [
"Apache-2.0"
] | Python | days | pulumi.Output[Sequence[str]] | def days(self) -> pulumi.Output[Sequence[str]]:
"""
The days of the week when this schedule is applicable.
"""
return pulumi.get(self, "days") |
The days of the week when this schedule is applicable.
| The days of the week when this schedule is applicable. | [
"The",
"days",
"of",
"the",
"week",
"when",
"this",
"schedule",
"is",
"applicable",
"."
] | def days(self) -> pulumi.Output[Sequence[str]]:
return pulumi.get(self, "days") | [
"def",
"days",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"days\"",
")"
] | The days of the week when this schedule is applicable. | [
"The",
"days",
"of",
"the",
"week",
"when",
"this",
"schedule",
"is",
"applicable",
"."
] | [
"\"\"\"\n The days of the week when this schedule is applicable.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b67c6e463d038c8b2951d38d4cee9fc8a44b2bc1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/bandwidth_schedule.py | [
"Apache-2.0"
] | Python | rate_in_mbps | pulumi.Output[int] | def rate_in_mbps(self) -> pulumi.Output[int]:
"""
The bandwidth rate in Mbps.
"""
return pulumi.get(self, "rate_in_mbps") |
The bandwidth rate in Mbps.
| The bandwidth rate in Mbps. | [
"The",
"bandwidth",
"rate",
"in",
"Mbps",
"."
] | def rate_in_mbps(self) -> pulumi.Output[int]:
return pulumi.get(self, "rate_in_mbps") | [
"def",
"rate_in_mbps",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"rate_in_mbps\"",
")"
] | The bandwidth rate in Mbps. | [
"The",
"bandwidth",
"rate",
"in",
"Mbps",
"."
] | [
"\"\"\"\n The bandwidth rate in Mbps.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b67c6e463d038c8b2951d38d4cee9fc8a44b2bc1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/bandwidth_schedule.py | [
"Apache-2.0"
] | Python | start | pulumi.Output[str] | def start(self) -> pulumi.Output[str]:
"""
The start time of the schedule in UTC.
"""
return pulumi.get(self, "start") |
The start time of the schedule in UTC.
| The start time of the schedule in UTC. | [
"The",
"start",
"time",
"of",
"the",
"schedule",
"in",
"UTC",
"."
] | def start(self) -> pulumi.Output[str]:
return pulumi.get(self, "start") | [
"def",
"start",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"start\"",
")"
] | The start time of the schedule in UTC. | [
"The",
"start",
"time",
"of",
"the",
"schedule",
"in",
"UTC",
"."
] | [
"\"\"\"\n The start time of the schedule in UTC.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b67c6e463d038c8b2951d38d4cee9fc8a44b2bc1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/bandwidth_schedule.py | [
"Apache-2.0"
] | Python | stop | pulumi.Output[str] | def stop(self) -> pulumi.Output[str]:
"""
The stop time of the schedule in UTC.
"""
return pulumi.get(self, "stop") |
The stop time of the schedule in UTC.
| The stop time of the schedule in UTC. | [
"The",
"stop",
"time",
"of",
"the",
"schedule",
"in",
"UTC",
"."
] | def stop(self) -> pulumi.Output[str]:
return pulumi.get(self, "stop") | [
"def",
"stop",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"stop\"",
")"
] | The stop time of the schedule in UTC. | [
"The",
"stop",
"time",
"of",
"the",
"schedule",
"in",
"UTC",
"."
] | [
"\"\"\"\n The stop time of the schedule in UTC.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5639e75b0d362025bd6e82cd8df301a6f9499b98 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20200901/policy_assignment.py | [
"Apache-2.0"
] | Python | non_compliance_messages | pulumi.Output[Optional[Sequence['outputs.NonComplianceMessageResponse']]] | def non_compliance_messages(self) -> pulumi.Output[Optional[Sequence['outputs.NonComplianceMessageResponse']]]:
"""
The messages that describe why a resource is non-compliant with the policy.
"""
return pulumi.get(self, "non_compliance_messages") |
The messages that describe why a resource is non-compliant with the policy.
| The messages that describe why a resource is non-compliant with the policy. | [
"The",
"messages",
"that",
"describe",
"why",
"a",
"resource",
"is",
"non",
"-",
"compliant",
"with",
"the",
"policy",
"."
] | def non_compliance_messages(self) -> pulumi.Output[Optional[Sequence['outputs.NonComplianceMessageResponse']]]:
return pulumi.get(self, "non_compliance_messages") | [
"def",
"non_compliance_messages",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.NonComplianceMessageResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"non_compliance_messages\"",... | The messages that describe why a resource is non-compliant with the policy. | [
"The",
"messages",
"that",
"describe",
"why",
"a",
"resource",
"is",
"non",
"-",
"compliant",
"with",
"the",
"policy",
"."
] | [
"\"\"\"\n The messages that describe why a resource is non-compliant with the policy.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56407bb0a7b361482d104f94b06e3572a1a647e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20160301/get_streaming_job.py | [
"Apache-2.0"
] | Python | data_locale | Optional[str] | def data_locale(self) -> Optional[str]:
"""
The data locale of the stream analytics job. Value should be the name of a supported .NET Culture from the set https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx. Defaults to 'en-US' if none specified.
"""
... |
The data locale of the stream analytics job. Value should be the name of a supported .NET Culture from the set https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx. Defaults to 'en-US' if none specified.
| The data locale of the stream analytics job. | [
"The",
"data",
"locale",
"of",
"the",
"stream",
"analytics",
"job",
"."
] | def data_locale(self) -> Optional[str]:
return pulumi.get(self, "data_locale") | [
"def",
"data_locale",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_locale\"",
")"
] | The data locale of the stream analytics job. | [
"The",
"data",
"locale",
"of",
"the",
"stream",
"analytics",
"job",
"."
] | [
"\"\"\"\n The data locale of the stream analytics job. Value should be the name of a supported .NET Culture from the set https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx. Defaults to 'en-US' if none 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": []
} |
56407bb0a7b361482d104f94b06e3572a1a647e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20160301/get_streaming_job.py | [
"Apache-2.0"
] | Python | events_late_arrival_max_delay_in_seconds | Optional[int] | def events_late_arrival_max_delay_in_seconds(self) -> Optional[int]:
"""
The maximum tolerable delay in seconds where events arriving late could be included. Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait indefinitely. If the property is absent, it is interpreted to ... |
The maximum tolerable delay in seconds where events arriving late could be included. Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait indefinitely. If the property is absent, it is interpreted to have a value of -1.
| The maximum tolerable delay in seconds where events arriving late could be included. Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait indefinitely. If the property is absent, it is interpreted to have a value of -1. | [
"The",
"maximum",
"tolerable",
"delay",
"in",
"seconds",
"where",
"events",
"arriving",
"late",
"could",
"be",
"included",
".",
"Supported",
"range",
"is",
"-",
"1",
"to",
"1814399",
"(",
"20",
".",
"23",
":",
"59",
":",
"59",
"days",
")",
"and",
"-",
... | def events_late_arrival_max_delay_in_seconds(self) -> Optional[int]:
return pulumi.get(self, "events_late_arrival_max_delay_in_seconds") | [
"def",
"events_late_arrival_max_delay_in_seconds",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"events_late_arrival_max_delay_in_seconds\"",
")"
] | The maximum tolerable delay in seconds where events arriving late could be included. | [
"The",
"maximum",
"tolerable",
"delay",
"in",
"seconds",
"where",
"events",
"arriving",
"late",
"could",
"be",
"included",
"."
] | [
"\"\"\"\n The maximum tolerable delay in seconds where events arriving late could be included. Supported range is -1 to 1814399 (20.23:59:59 days) and -1 is used to specify wait indefinitely. If the property is absent, it is interpreted to have a value of -1.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56407bb0a7b361482d104f94b06e3572a1a647e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20160301/get_streaming_job.py | [
"Apache-2.0"
] | Python | events_out_of_order_max_delay_in_seconds | Optional[int] | def events_out_of_order_max_delay_in_seconds(self) -> Optional[int]:
"""
The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order.
"""
return pulumi.get(self, "events_out_of_order_max_delay_in_seconds") |
The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order.
| The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order. | [
"The",
"maximum",
"tolerable",
"delay",
"in",
"seconds",
"where",
"out",
"-",
"of",
"-",
"order",
"events",
"can",
"be",
"adjusted",
"to",
"be",
"back",
"in",
"order",
"."
] | def events_out_of_order_max_delay_in_seconds(self) -> Optional[int]:
return pulumi.get(self, "events_out_of_order_max_delay_in_seconds") | [
"def",
"events_out_of_order_max_delay_in_seconds",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"events_out_of_order_max_delay_in_seconds\"",
")"
] | The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order. | [
"The",
"maximum",
"tolerable",
"delay",
"in",
"seconds",
"where",
"out",
"-",
"of",
"-",
"order",
"events",
"can",
"be",
"adjusted",
"to",
"be",
"back",
"in",
"order",
"."
] | [
"\"\"\"\n The maximum tolerable delay in seconds where out-of-order events can be adjusted to be back in order.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56407bb0a7b361482d104f94b06e3572a1a647e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20160301/get_streaming_job.py | [
"Apache-2.0"
] | Python | events_out_of_order_policy | Optional[str] | def events_out_of_order_policy(self) -> Optional[str]:
"""
Indicates the policy to apply to events that arrive out of order in the input event stream.
"""
return pulumi.get(self, "events_out_of_order_policy") |
Indicates the policy to apply to events that arrive out of order in the input event stream.
| Indicates the policy to apply to events that arrive out of order in the input event stream. | [
"Indicates",
"the",
"policy",
"to",
"apply",
"to",
"events",
"that",
"arrive",
"out",
"of",
"order",
"in",
"the",
"input",
"event",
"stream",
"."
] | def events_out_of_order_policy(self) -> Optional[str]:
return pulumi.get(self, "events_out_of_order_policy") | [
"def",
"events_out_of_order_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"events_out_of_order_policy\"",
")"
] | Indicates the policy to apply to events that arrive out of order in the input event stream. | [
"Indicates",
"the",
"policy",
"to",
"apply",
"to",
"events",
"that",
"arrive",
"out",
"of",
"order",
"in",
"the",
"input",
"event",
"stream",
"."
] | [
"\"\"\"\n Indicates the policy to apply to events that arrive out of order in the input event stream.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56407bb0a7b361482d104f94b06e3572a1a647e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20160301/get_streaming_job.py | [
"Apache-2.0"
] | Python | functions | Optional[Sequence['outputs.FunctionResponse']] | def functions(self) -> Optional[Sequence['outputs.FunctionResponse']]:
"""
A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH A... |
A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.
| A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation. | [
"A",
"list",
"of",
"one",
"or",
"more",
"functions",
"for",
"the",
"streaming",
"job",
".",
"The",
"name",
"property",
"for",
"each",
"function",
"is",
"required",
"when",
"specifying",
"this",
"property",
"in",
"a",
"PUT",
"request",
".",
"This",
"propert... | def functions(self) -> Optional[Sequence['outputs.FunctionResponse']]:
return pulumi.get(self, "functions") | [
"def",
"functions",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.FunctionResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"functions\"",
")"
] | A list of one or more functions for the streaming job. | [
"A",
"list",
"of",
"one",
"or",
"more",
"functions",
"for",
"the",
"streaming",
"job",
"."
] | [
"\"\"\"\n A list of one or more functions for the streaming job. The name property for each function is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56407bb0a7b361482d104f94b06e3572a1a647e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20160301/get_streaming_job.py | [
"Apache-2.0"
] | Python | inputs | Optional[Sequence['outputs.InputResponse']] | def inputs(self) -> Optional[Sequence['outputs.InputResponse']]:
"""
A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available ... |
A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual input.
| A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual input. | [
"A",
"list",
"of",
"one",
"or",
"more",
"inputs",
"to",
"the",
"streaming",
"job",
".",
"The",
"name",
"property",
"for",
"each",
"input",
"is",
"required",
"when",
"specifying",
"this",
"property",
"in",
"a",
"PUT",
"request",
".",
"This",
"property",
"... | def inputs(self) -> Optional[Sequence['outputs.InputResponse']]:
return pulumi.get(self, "inputs") | [
"def",
"inputs",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.InputResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"inputs\"",
")"
] | A list of one or more inputs to the streaming job. | [
"A",
"list",
"of",
"one",
"or",
"more",
"inputs",
"to",
"the",
"streaming",
"job",
"."
] | [
"\"\"\"\n A list of one or more inputs to the streaming job. The name property for each input is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual input.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56407bb0a7b361482d104f94b06e3572a1a647e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20160301/get_streaming_job.py | [
"Apache-2.0"
] | Python | last_output_event_time | str | def last_output_event_time(self) -> str:
"""
Value is either an ISO-8601 formatted timestamp indicating the last output event time of the streaming job or null indicating that output has not yet been produced. In case of multiple outputs or multiple streams, this shows the latest value in that set.
... |
Value is either an ISO-8601 formatted timestamp indicating the last output event time of the streaming job or null indicating that output has not yet been produced. In case of multiple outputs or multiple streams, this shows the latest value in that set.
| Value is either an ISO-8601 formatted timestamp indicating the last output event time of the streaming job or null indicating that output has not yet been produced. In case of multiple outputs or multiple streams, this shows the latest value in that set. | [
"Value",
"is",
"either",
"an",
"ISO",
"-",
"8601",
"formatted",
"timestamp",
"indicating",
"the",
"last",
"output",
"event",
"time",
"of",
"the",
"streaming",
"job",
"or",
"null",
"indicating",
"that",
"output",
"has",
"not",
"yet",
"been",
"produced",
".",
... | def last_output_event_time(self) -> str:
return pulumi.get(self, "last_output_event_time") | [
"def",
"last_output_event_time",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_output_event_time\"",
")"
] | Value is either an ISO-8601 formatted timestamp indicating the last output event time of the streaming job or null indicating that output has not yet been produced. | [
"Value",
"is",
"either",
"an",
"ISO",
"-",
"8601",
"formatted",
"timestamp",
"indicating",
"the",
"last",
"output",
"event",
"time",
"of",
"the",
"streaming",
"job",
"or",
"null",
"indicating",
"that",
"output",
"has",
"not",
"yet",
"been",
"produced",
"."
] | [
"\"\"\"\n Value is either an ISO-8601 formatted timestamp indicating the last output event time of the streaming job or null indicating that output has not yet been produced. In case of multiple outputs or multiple streams, this shows the latest value in that 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": []
} |
56407bb0a7b361482d104f94b06e3572a1a647e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20160301/get_streaming_job.py | [
"Apache-2.0"
] | Python | output_error_policy | Optional[str] | def output_error_policy(self) -> Optional[str]:
"""
Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size).
"""
return pulumi.get(self, "output_err... |
Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size).
| Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size). | [
"Indicates",
"the",
"policy",
"to",
"apply",
"to",
"events",
"that",
"arrive",
"at",
"the",
"output",
"and",
"cannot",
"be",
"written",
"to",
"the",
"external",
"storage",
"due",
"to",
"being",
"malformed",
"(",
"missing",
"column",
"values",
"column",
"valu... | def output_error_policy(self) -> Optional[str]:
return pulumi.get(self, "output_error_policy") | [
"def",
"output_error_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"output_error_policy\"",
")"
] | Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size). | [
"Indicates",
"the",
"policy",
"to",
"apply",
"to",
"events",
"that",
"arrive",
"at",
"the",
"output",
"and",
"cannot",
"be",
"written",
"to",
"the",
"external",
"storage",
"due",
"to",
"being",
"malformed",
"(",
"missing",
"column",
"values",
"column",
"valu... | [
"\"\"\"\n Indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56407bb0a7b361482d104f94b06e3572a1a647e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20160301/get_streaming_job.py | [
"Apache-2.0"
] | Python | output_start_mode | Optional[str] | def output_start_mode(self) -> Optional[str]:
"""
This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whene... |
This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp... | This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specifie... | [
"This",
"property",
"should",
"only",
"be",
"utilized",
"when",
"it",
"is",
"desired",
"that",
"the",
"job",
"be",
"started",
"immediately",
"upon",
"creation",
".",
"Value",
"may",
"be",
"JobStartTime",
"CustomTime",
"or",
"LastOutputEventTime",
"to",
"indicate... | def output_start_mode(self) -> Optional[str]:
return pulumi.get(self, "output_start_mode") | [
"def",
"output_start_mode",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"output_start_mode\"",
")"
] | This property should only be utilized when it is desired that the job be started immediately upon creation. | [
"This",
"property",
"should",
"only",
"be",
"utilized",
"when",
"it",
"is",
"desired",
"that",
"the",
"job",
"be",
"started",
"immediately",
"upon",
"creation",
"."
] | [
"\"\"\"\n This property should only be utilized when it is desired that the job be started immediately upon creation. Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom use... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56407bb0a7b361482d104f94b06e3572a1a647e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20160301/get_streaming_job.py | [
"Apache-2.0"
] | Python | output_start_time | Optional[str] | def output_start_time(self) -> Optional[str]:
"""
Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputSta... |
Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime.
| Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime. | [
"Value",
"is",
"either",
"an",
"ISO",
"-",
"8601",
"formatted",
"time",
"stamp",
"that",
"indicates",
"the",
"starting",
"point",
"of",
"the",
"output",
"event",
"stream",
"or",
"null",
"to",
"indicate",
"that",
"the",
"output",
"event",
"stream",
"will",
... | def output_start_time(self) -> Optional[str]:
return pulumi.get(self, "output_start_time") | [
"def",
"output_start_time",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"output_start_time\"",
")"
] | Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. | [
"Value",
"is",
"either",
"an",
"ISO",
"-",
"8601",
"formatted",
"time",
"stamp",
"that",
"indicates",
"the",
"starting",
"point",
"of",
"the",
"output",
"event",
"stream",
"or",
"null",
"to",
"indicate",
"that",
"the",
"output",
"event",
"stream",
"will",
... | [
"\"\"\"\n Value is either an ISO-8601 formatted time stamp that indicates the starting point of the output event stream, or null to indicate that the output event stream will start whenever the streaming job is started. This property must have a value if outputStartMode is set to CustomTime.\n \"\"\""... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56407bb0a7b361482d104f94b06e3572a1a647e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20160301/get_streaming_job.py | [
"Apache-2.0"
] | Python | outputs | Optional[Sequence['outputs.OutputResponse']] | def outputs(self) -> Optional[Sequence['outputs.OutputResponse']]:
"""
A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API avail... |
A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output.
| A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output. | [
"A",
"list",
"of",
"one",
"or",
"more",
"outputs",
"for",
"the",
"streaming",
"job",
".",
"The",
"name",
"property",
"for",
"each",
"output",
"is",
"required",
"when",
"specifying",
"this",
"property",
"in",
"a",
"PUT",
"request",
".",
"This",
"property",
... | def outputs(self) -> Optional[Sequence['outputs.OutputResponse']]:
return pulumi.get(self, "outputs") | [
"def",
"outputs",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.OutputResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"outputs\"",
")"
] | A list of one or more outputs for the streaming job. | [
"A",
"list",
"of",
"one",
"or",
"more",
"outputs",
"for",
"the",
"streaming",
"job",
"."
] | [
"\"\"\"\n A list of one or more outputs for the streaming job. The name property for each output is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual output.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56407bb0a7b361482d104f94b06e3572a1a647e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20160301/get_streaming_job.py | [
"Apache-2.0"
] | Python | transformation | Optional['outputs.TransformationResponse'] | def transformation(self) -> Optional['outputs.TransformationResponse']:
"""
Indicates the query and the number of streaming units to use for the streaming job. The name property of the transformation is required when specifying this property in a PUT request. This property cannot be modify via a PATCH o... |
Indicates the query and the number of streaming units to use for the streaming job. The name property of the transformation is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation.
... | Indicates the query and the number of streaming units to use for the streaming job. The name property of the transformation is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual transformation. | [
"Indicates",
"the",
"query",
"and",
"the",
"number",
"of",
"streaming",
"units",
"to",
"use",
"for",
"the",
"streaming",
"job",
".",
"The",
"name",
"property",
"of",
"the",
"transformation",
"is",
"required",
"when",
"specifying",
"this",
"property",
"in",
"... | def transformation(self) -> Optional['outputs.TransformationResponse']:
return pulumi.get(self, "transformation") | [
"def",
"transformation",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.TransformationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"transformation\"",
")"
] | Indicates the query and the number of streaming units to use for the streaming job. | [
"Indicates",
"the",
"query",
"and",
"the",
"number",
"of",
"streaming",
"units",
"to",
"use",
"for",
"the",
"streaming",
"job",
"."
] | [
"\"\"\"\n Indicates the query and the number of streaming units to use for the streaming job. The name property of the transformation is required when specifying this property in a PUT request. This property cannot be modify via a PATCH operation. You must use the PATCH API available for the individual trans... | [
{
"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.