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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
99665dd01b304a76bb9dcf5fa334abf0735cdd5b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/get_connection_monitor.py | [
"Apache-2.0"
] | Python | outputs | Optional[Sequence['outputs.ConnectionMonitorOutputResponse']] | def outputs(self) -> Optional[Sequence['outputs.ConnectionMonitorOutputResponse']]:
"""
List of connection monitor outputs.
"""
return pulumi.get(self, "outputs") |
List of connection monitor outputs.
| List of connection monitor outputs. | [
"List",
"of",
"connection",
"monitor",
"outputs",
"."
] | def outputs(self) -> Optional[Sequence['outputs.ConnectionMonitorOutputResponse']]:
return pulumi.get(self, "outputs") | [
"def",
"outputs",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ConnectionMonitorOutputResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"outputs\"",
")"
] | List of connection monitor outputs. | [
"List",
"of",
"connection",
"monitor",
"outputs",
"."
] | [
"\"\"\"\n List of connection monitor outputs.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99665dd01b304a76bb9dcf5fa334abf0735cdd5b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/get_connection_monitor.py | [
"Apache-2.0"
] | Python | source | Optional['outputs.ConnectionMonitorSourceResponse'] | def source(self) -> Optional['outputs.ConnectionMonitorSourceResponse']:
"""
Describes the source of connection monitor.
"""
return pulumi.get(self, "source") |
Describes the source of connection monitor.
| Describes the source of connection monitor. | [
"Describes",
"the",
"source",
"of",
"connection",
"monitor",
"."
] | def source(self) -> Optional['outputs.ConnectionMonitorSourceResponse']:
return pulumi.get(self, "source") | [
"def",
"source",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ConnectionMonitorSourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source\"",
")"
] | Describes the source of connection monitor. | [
"Describes",
"the",
"source",
"of",
"connection",
"monitor",
"."
] | [
"\"\"\"\n Describes the source of connection monitor.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e8ff6030c1443db7f4b7e991b9c15253584234e2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/virtual_machine.py | [
"Apache-2.0"
] | Python | applicable_schedule | pulumi.Output[Optional['outputs.ApplicableScheduleResponse']] | def applicable_schedule(self) -> pulumi.Output[Optional['outputs.ApplicableScheduleResponse']]:
"""
The applicable schedule for the virtual machine.
"""
return pulumi.get(self, "applicable_schedule") |
The applicable schedule for the virtual machine.
| The applicable schedule for the virtual machine. | [
"The",
"applicable",
"schedule",
"for",
"the",
"virtual",
"machine",
"."
] | def applicable_schedule(self) -> pulumi.Output[Optional['outputs.ApplicableScheduleResponse']]:
return pulumi.get(self, "applicable_schedule") | [
"def",
"applicable_schedule",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.ApplicableScheduleResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"applicable_schedule\"",
")"
] | The applicable schedule for the virtual machine. | [
"The",
"applicable",
"schedule",
"for",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n The applicable schedule for the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e8ff6030c1443db7f4b7e991b9c15253584234e2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/virtual_machine.py | [
"Apache-2.0"
] | Python | compute_vm | pulumi.Output[Optional['outputs.ComputeVmPropertiesResponse']] | def compute_vm(self) -> pulumi.Output[Optional['outputs.ComputeVmPropertiesResponse']]:
"""
The compute virtual machine properties.
"""
return pulumi.get(self, "compute_vm") |
The compute virtual machine properties.
| The compute virtual machine properties. | [
"The",
"compute",
"virtual",
"machine",
"properties",
"."
] | def compute_vm(self) -> pulumi.Output[Optional['outputs.ComputeVmPropertiesResponse']]:
return pulumi.get(self, "compute_vm") | [
"def",
"compute_vm",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.ComputeVmPropertiesResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"compute_vm\"",
")"
] | The compute virtual machine properties. | [
"The",
"compute",
"virtual",
"machine",
"properties",
"."
] | [
"\"\"\"\n The compute virtual machine properties.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
09ac7b882ea89c5bc766a54a1ef985956a4be1f1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/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
API Version: 2018-10-15.
: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
API Version: 2018-10-15. | [
"Represents",
"the",
"list",
"of",
"environments",
"owned",
"by",
"a",
"user",
"API",
"Version",
":",
"2018",
"-",
"10",
"-",
"15",
"."
] | 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
API Version: 2018-10-15. | [
"Represents",
"the",
"list",
"of",
"environments",
"owned",
"by",
"a",
"user",
"API",
"Version",
":",
"2018",
"-",
"10",
"-",
"15",
"."
] | [
"\"\"\"\n Represents the list of environments owned by a user\n API Version: 2018-10-15.\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,
... |
09cd73e02848465f6d7650b57a4cc1ae2e4f3e7d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20181201/get_connection_monitor.py | [
"Apache-2.0"
] | Python | destination | 'outputs.ConnectionMonitorDestinationResponse' | def destination(self) -> 'outputs.ConnectionMonitorDestinationResponse':
"""
Describes the destination of connection monitor.
"""
return pulumi.get(self, "destination") |
Describes the destination of connection monitor.
| Describes the destination of connection monitor. | [
"Describes",
"the",
"destination",
"of",
"connection",
"monitor",
"."
] | def destination(self) -> 'outputs.ConnectionMonitorDestinationResponse':
return pulumi.get(self, "destination") | [
"def",
"destination",
"(",
"self",
")",
"->",
"'outputs.ConnectionMonitorDestinationResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"destination\"",
")"
] | Describes the destination of connection monitor. | [
"Describes",
"the",
"destination",
"of",
"connection",
"monitor",
"."
] | [
"\"\"\"\n Describes the destination of connection monitor.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
09cd73e02848465f6d7650b57a4cc1ae2e4f3e7d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20181201/get_connection_monitor.py | [
"Apache-2.0"
] | Python | source | 'outputs.ConnectionMonitorSourceResponse' | def source(self) -> 'outputs.ConnectionMonitorSourceResponse':
"""
Describes the source of connection monitor.
"""
return pulumi.get(self, "source") |
Describes the source of connection monitor.
| Describes the source of connection monitor. | [
"Describes",
"the",
"source",
"of",
"connection",
"monitor",
"."
] | def source(self) -> 'outputs.ConnectionMonitorSourceResponse':
return pulumi.get(self, "source") | [
"def",
"source",
"(",
"self",
")",
"->",
"'outputs.ConnectionMonitorSourceResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source\"",
")"
] | Describes the source of connection monitor. | [
"Describes",
"the",
"source",
"of",
"connection",
"monitor",
"."
] | [
"\"\"\"\n Describes the source of connection monitor.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
943df77e57d8796d2005bc1cc89301dc0f95bafa | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/network_interface.py | [
"Apache-2.0"
] | Python | dscp_configuration | pulumi.Output['outputs.SubResourceResponse'] | def dscp_configuration(self) -> pulumi.Output['outputs.SubResourceResponse']:
"""
A reference to the dscp configuration to which the network interface is linked.
"""
return pulumi.get(self, "dscp_configuration") |
A reference to the dscp configuration to which the network interface is linked.
| A reference to the dscp configuration to which the network interface is linked. | [
"A",
"reference",
"to",
"the",
"dscp",
"configuration",
"to",
"which",
"the",
"network",
"interface",
"is",
"linked",
"."
] | def dscp_configuration(self) -> pulumi.Output['outputs.SubResourceResponse']:
return pulumi.get(self, "dscp_configuration") | [
"def",
"dscp_configuration",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dscp_configuration\"",
")"
] | A reference to the dscp configuration to which the network interface is linked. | [
"A",
"reference",
"to",
"the",
"dscp",
"configuration",
"to",
"which",
"the",
"network",
"interface",
"is",
"linked",
"."
] | [
"\"\"\"\n A reference to the dscp configuration to which the network interface is linked.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
943df77e57d8796d2005bc1cc89301dc0f95bafa | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/network_interface.py | [
"Apache-2.0"
] | Python | primary | pulumi.Output[bool] | def primary(self) -> pulumi.Output[bool]:
"""
Whether this is a primary network interface on a virtual machine.
"""
return pulumi.get(self, "primary") |
Whether this is a primary network interface on a virtual machine.
| Whether this is a primary network interface on a virtual machine. | [
"Whether",
"this",
"is",
"a",
"primary",
"network",
"interface",
"on",
"a",
"virtual",
"machine",
"."
] | def primary(self) -> pulumi.Output[bool]:
return pulumi.get(self, "primary") | [
"def",
"primary",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"primary\"",
")"
] | Whether this is a primary network interface on a virtual machine. | [
"Whether",
"this",
"is",
"a",
"primary",
"network",
"interface",
"on",
"a",
"virtual",
"machine",
"."
] | [
"\"\"\"\n Whether this is a primary network interface on a virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
943df77e57d8796d2005bc1cc89301dc0f95bafa | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/network_interface.py | [
"Apache-2.0"
] | Python | tap_configurations | pulumi.Output[Sequence['outputs.NetworkInterfaceTapConfigurationResponse']] | def tap_configurations(self) -> pulumi.Output[Sequence['outputs.NetworkInterfaceTapConfigurationResponse']]:
"""
A list of TapConfigurations of the network interface.
"""
return pulumi.get(self, "tap_configurations") |
A list of TapConfigurations of the network interface.
| A list of TapConfigurations of the network interface. | [
"A",
"list",
"of",
"TapConfigurations",
"of",
"the",
"network",
"interface",
"."
] | def tap_configurations(self) -> pulumi.Output[Sequence['outputs.NetworkInterfaceTapConfigurationResponse']]:
return pulumi.get(self, "tap_configurations") | [
"def",
"tap_configurations",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.NetworkInterfaceTapConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tap_configurations\"",
")"
] | A list of TapConfigurations of the network interface. | [
"A",
"list",
"of",
"TapConfigurations",
"of",
"the",
"network",
"interface",
"."
] | [
"\"\"\"\n A list of TapConfigurations of the network interface.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
da3f06e6c4fd4c1d00076119cfbccd948c248994 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20180201preview/get_build_task.py | [
"Apache-2.0"
] | Python | source_repository | 'outputs.SourceRepositoryPropertiesResponse' | def source_repository(self) -> '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) -> 'outputs.SourceRepositoryPropertiesResponse':
return pulumi.get(self, "source_repository") | [
"def",
"source_repository",
"(",
"self",
")",
"->",
"'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": []
} |
23c58cb87e487a67df6643e42d208b471aa60d23 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/engagementfabric/list_account_keys.py | [
"Apache-2.0"
] | Python | list_account_keys | AwaitableListAccountKeysResult | def list_account_keys(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAccountKeysResult:
"""
The list of the EngagementFabric account keys
API Version: 2018-09-01-preview.
... |
The list of the EngagementFabric account keys
API Version: 2018-09-01-preview.
:param str account_name: Account Name
:param str resource_group_name: Resource Group Name
| The list of the EngagementFabric account keys
API Version: 2018-09-01-preview. | [
"The",
"list",
"of",
"the",
"EngagementFabric",
"account",
"keys",
"API",
"Version",
":",
"2018",
"-",
"09",
"-",
"01",
"-",
"preview",
"."
] | def list_account_keys(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAccountKeysResult:
__args__ = dict()
__args__['accountName'] = account_name
__args__['resourceGroupNam... | [
"def",
"list_account_keys",
"(",
"account_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
"None",
... | The list of the EngagementFabric account keys
API Version: 2018-09-01-preview. | [
"The",
"list",
"of",
"the",
"EngagementFabric",
"account",
"keys",
"API",
"Version",
":",
"2018",
"-",
"09",
"-",
"01",
"-",
"preview",
"."
] | [
"\"\"\"\n The list of the EngagementFabric account keys\n API Version: 2018-09-01-preview.\n\n\n :param str account_name: Account Name\n :param str resource_group_name: Resource Group Name\n \"\"\""
] | [
{
"param": "account_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": null,
"docstring_tokens": [
"None"
],
"default": null,
"is_optional": false
},
{
"identifier": "resource_group_name",
"type": "... |
e9dc61c26493bd72ae32a06d9b1ccf083960e580 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20150601/get_endpoint.py | [
"Apache-2.0"
] | Python | origins | Optional[Sequence['outputs.DeepCreatedOriginResponse']] | def origins(self) -> 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) -> Optional[Sequence['outputs.DeepCreatedOriginResponse']]:
return pulumi.get(self, "origins") | [
"def",
"origins",
"(",
"self",
")",
"->",
"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": []
} |
3b0216f5fe5e16ab677c2d7efb474a19492409de | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20190901/get_job.py | [
"Apache-2.0"
] | Python | details | Optional[Any] | def details(self) -> Optional[Any]:
"""
Details of a job run. This field will only be sent for expand details filter.
"""
return pulumi.get(self, "details") |
Details of a job run. This field will only be sent for expand details filter.
| Details of a job run. This field will only be sent for expand details filter. | [
"Details",
"of",
"a",
"job",
"run",
".",
"This",
"field",
"will",
"only",
"be",
"sent",
"for",
"expand",
"details",
"filter",
"."
] | def details(self) -> Optional[Any]:
return pulumi.get(self, "details") | [
"def",
"details",
"(",
"self",
")",
"->",
"Optional",
"[",
"Any",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"details\"",
")"
] | Details of a job run. | [
"Details",
"of",
"a",
"job",
"run",
"."
] | [
"\"\"\"\n Details of a job run. This field will only be sent for expand details filter.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3b0216f5fe5e16ab677c2d7efb474a19492409de | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20190901/get_job.py | [
"Apache-2.0"
] | Python | is_cancellable | bool | def is_cancellable(self) -> bool:
"""
Describes whether the job is cancellable or not.
"""
return pulumi.get(self, "is_cancellable") |
Describes whether the job is cancellable or not.
| Describes whether the job is cancellable or not. | [
"Describes",
"whether",
"the",
"job",
"is",
"cancellable",
"or",
"not",
"."
] | def is_cancellable(self) -> bool:
return pulumi.get(self, "is_cancellable") | [
"def",
"is_cancellable",
"(",
"self",
")",
"->",
"bool",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_cancellable\"",
")"
] | Describes whether the job is cancellable or not. | [
"Describes",
"whether",
"the",
"job",
"is",
"cancellable",
"or",
"not",
"."
] | [
"\"\"\"\n Describes whether the job is cancellable 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": []
} |
3b0216f5fe5e16ab677c2d7efb474a19492409de | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20190901/get_job.py | [
"Apache-2.0"
] | Python | is_cancellable_without_fee | bool | def is_cancellable_without_fee(self) -> bool:
"""
Flag to indicate cancellation of scheduled job.
"""
return pulumi.get(self, "is_cancellable_without_fee") |
Flag to indicate cancellation of scheduled job.
| Flag to indicate cancellation of scheduled job. | [
"Flag",
"to",
"indicate",
"cancellation",
"of",
"scheduled",
"job",
"."
] | def is_cancellable_without_fee(self) -> bool:
return pulumi.get(self, "is_cancellable_without_fee") | [
"def",
"is_cancellable_without_fee",
"(",
"self",
")",
"->",
"bool",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_cancellable_without_fee\"",
")"
] | Flag to indicate cancellation of scheduled job. | [
"Flag",
"to",
"indicate",
"cancellation",
"of",
"scheduled",
"job",
"."
] | [
"\"\"\"\n Flag to indicate cancellation of scheduled job.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3b0216f5fe5e16ab677c2d7efb474a19492409de | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20190901/get_job.py | [
"Apache-2.0"
] | Python | is_deletable | bool | def is_deletable(self) -> bool:
"""
Describes whether the job is deletable or not.
"""
return pulumi.get(self, "is_deletable") |
Describes whether the job is deletable or not.
| Describes whether the job is deletable or not. | [
"Describes",
"whether",
"the",
"job",
"is",
"deletable",
"or",
"not",
"."
] | def is_deletable(self) -> bool:
return pulumi.get(self, "is_deletable") | [
"def",
"is_deletable",
"(",
"self",
")",
"->",
"bool",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_deletable\"",
")"
] | Describes whether the job is deletable or not. | [
"Describes",
"whether",
"the",
"job",
"is",
"deletable",
"or",
"not",
"."
] | [
"\"\"\"\n Describes whether the job is deletable 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": []
} |
3b0216f5fe5e16ab677c2d7efb474a19492409de | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20190901/get_job.py | [
"Apache-2.0"
] | Python | is_shipping_address_editable | bool | def is_shipping_address_editable(self) -> bool:
"""
Describes whether the shipping address is editable or not.
"""
return pulumi.get(self, "is_shipping_address_editable") |
Describes whether the shipping address is editable or not.
| Describes whether the shipping address is editable or not. | [
"Describes",
"whether",
"the",
"shipping",
"address",
"is",
"editable",
"or",
"not",
"."
] | def is_shipping_address_editable(self) -> bool:
return pulumi.get(self, "is_shipping_address_editable") | [
"def",
"is_shipping_address_editable",
"(",
"self",
")",
"->",
"bool",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_shipping_address_editable\"",
")"
] | Describes whether the shipping address is editable or not. | [
"Describes",
"whether",
"the",
"shipping",
"address",
"is",
"editable",
"or",
"not",
"."
] | [
"\"\"\"\n Describes whether the shipping address is editable 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": []
} |
e05e2d68aacbcd8f9b0a23bd88ac64dbd9d60ed7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20200301/get_batch_account.py | [
"Apache-2.0"
] | Python | dedicated_core_quota | int | def dedicated_core_quota(self) -> int:
"""
For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.
"""
return pulumi.get(self, "dedicated_core_quota") |
For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.
| For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned. | [
"For",
"accounts",
"with",
"PoolAllocationMode",
"set",
"to",
"UserSubscription",
"quota",
"is",
"managed",
"on",
"the",
"subscription",
"so",
"this",
"value",
"is",
"not",
"returned",
"."
] | def dedicated_core_quota(self) -> int:
return pulumi.get(self, "dedicated_core_quota") | [
"def",
"dedicated_core_quota",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dedicated_core_quota\"",
")"
] | For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned. | [
"For",
"accounts",
"with",
"PoolAllocationMode",
"set",
"to",
"UserSubscription",
"quota",
"is",
"managed",
"on",
"the",
"subscription",
"so",
"this",
"value",
"is",
"not",
"returned",
"."
] | [
"\"\"\"\n For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e05e2d68aacbcd8f9b0a23bd88ac64dbd9d60ed7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20200301/get_batch_account.py | [
"Apache-2.0"
] | Python | dedicated_core_quota_per_vm_family | Sequence['outputs.VirtualMachineFamilyCoreQuotaResponse'] | def dedicated_core_quota_per_vm_family(self) -> Sequence['outputs.VirtualMachineFamilyCoreQuotaResponse']:
"""
A list of the dedicated core quota per Virtual Machine family for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this v... |
A list of the dedicated core quota per Virtual Machine family for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.
| A list of the dedicated core quota per Virtual Machine family for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned. | [
"A",
"list",
"of",
"the",
"dedicated",
"core",
"quota",
"per",
"Virtual",
"Machine",
"family",
"for",
"the",
"Batch",
"account",
".",
"For",
"accounts",
"with",
"PoolAllocationMode",
"set",
"to",
"UserSubscription",
"quota",
"is",
"managed",
"on",
"the",
"subs... | def dedicated_core_quota_per_vm_family(self) -> Sequence['outputs.VirtualMachineFamilyCoreQuotaResponse']:
return pulumi.get(self, "dedicated_core_quota_per_vm_family") | [
"def",
"dedicated_core_quota_per_vm_family",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.VirtualMachineFamilyCoreQuotaResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dedicated_core_quota_per_vm_family\"",
")"
] | A list of the dedicated core quota per Virtual Machine family for the Batch account. | [
"A",
"list",
"of",
"the",
"dedicated",
"core",
"quota",
"per",
"Virtual",
"Machine",
"family",
"for",
"the",
"Batch",
"account",
"."
] | [
"\"\"\"\n A list of the dedicated core quota per Virtual Machine family for the Batch account. For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e05e2d68aacbcd8f9b0a23bd88ac64dbd9d60ed7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20200301/get_batch_account.py | [
"Apache-2.0"
] | Python | dedicated_core_quota_per_vm_family_enforced | bool | def dedicated_core_quota_per_vm_family_enforced(self) -> bool:
"""
Batch is transitioning its core quota system for dedicated cores to be enforced per Virtual Machine family. During this transitional phase, the dedicated core quota per Virtual Machine family may not yet be enforced. If this flag is fals... |
Batch is transitioning its core quota system for dedicated cores to be enforced per Virtual Machine family. During this transitional phase, the dedicated core quota per Virtual Machine family may not yet be enforced. If this flag is false, dedicated core quota is enforced via the old dedicatedCoreQuota propert... | Batch is transitioning its core quota system for dedicated cores to be enforced per Virtual Machine family. During this transitional phase, the dedicated core quota per Virtual Machine family may not yet be enforced. If this flag is false, dedicated core quota is enforced via the old dedicatedCoreQuota property on the ... | [
"Batch",
"is",
"transitioning",
"its",
"core",
"quota",
"system",
"for",
"dedicated",
"cores",
"to",
"be",
"enforced",
"per",
"Virtual",
"Machine",
"family",
".",
"During",
"this",
"transitional",
"phase",
"the",
"dedicated",
"core",
"quota",
"per",
"Virtual",
... | def dedicated_core_quota_per_vm_family_enforced(self) -> bool:
return pulumi.get(self, "dedicated_core_quota_per_vm_family_enforced") | [
"def",
"dedicated_core_quota_per_vm_family_enforced",
"(",
"self",
")",
"->",
"bool",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dedicated_core_quota_per_vm_family_enforced\"",
")"
] | Batch is transitioning its core quota system for dedicated cores to be enforced per Virtual Machine family. | [
"Batch",
"is",
"transitioning",
"its",
"core",
"quota",
"system",
"for",
"dedicated",
"cores",
"to",
"be",
"enforced",
"per",
"Virtual",
"Machine",
"family",
"."
] | [
"\"\"\"\n Batch is transitioning its core quota system for dedicated cores to be enforced per Virtual Machine family. During this transitional phase, the dedicated core quota per Virtual Machine family may not yet be enforced. If this flag is false, dedicated core quota is enforced via the old dedicatedCoreQ... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e05e2d68aacbcd8f9b0a23bd88ac64dbd9d60ed7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20200301/get_batch_account.py | [
"Apache-2.0"
] | Python | low_priority_core_quota | int | def low_priority_core_quota(self) -> int:
"""
For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.
"""
return pulumi.get(self, "low_priority_core_quota") |
For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.
| For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned. | [
"For",
"accounts",
"with",
"PoolAllocationMode",
"set",
"to",
"UserSubscription",
"quota",
"is",
"managed",
"on",
"the",
"subscription",
"so",
"this",
"value",
"is",
"not",
"returned",
"."
] | def low_priority_core_quota(self) -> int:
return pulumi.get(self, "low_priority_core_quota") | [
"def",
"low_priority_core_quota",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"low_priority_core_quota\"",
")"
] | For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned. | [
"For",
"accounts",
"with",
"PoolAllocationMode",
"set",
"to",
"UserSubscription",
"quota",
"is",
"managed",
"on",
"the",
"subscription",
"so",
"this",
"value",
"is",
"not",
"returned",
"."
] | [
"\"\"\"\n For accounts with PoolAllocationMode set to UserSubscription, quota is managed on the subscription so this value is not returned.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e0727db141b854e739982b6cbbe689c3fc46f89d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/latest/get_job.py | [
"Apache-2.0"
] | Python | transfer_type | str | def transfer_type(self) -> str:
"""
Type of the data transfer.
"""
return pulumi.get(self, "transfer_type") |
Type of the data transfer.
| Type of the data transfer. | [
"Type",
"of",
"the",
"data",
"transfer",
"."
] | def transfer_type(self) -> str:
return pulumi.get(self, "transfer_type") | [
"def",
"transfer_type",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"transfer_type\"",
")"
] | Type of the data transfer. | [
"Type",
"of",
"the",
"data",
"transfer",
"."
] | [
"\"\"\"\n Type of the data transfer.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f07679909bab83cc316faec96f6bcc30379d388d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datamigration/v20180419/get_service.py | [
"Apache-2.0"
] | Python | virtual_subnet_id | str | def virtual_subnet_id(self) -> str:
"""
The ID of the Microsoft.Network/virtualNetworks/subnets resource to which the service should be joined
"""
return pulumi.get(self, "virtual_subnet_id") |
The ID of the Microsoft.Network/virtualNetworks/subnets resource to which the service should be joined
| The ID of the Microsoft.Network/virtualNetworks/subnets resource to which the service should be joined | [
"The",
"ID",
"of",
"the",
"Microsoft",
".",
"Network",
"/",
"virtualNetworks",
"/",
"subnets",
"resource",
"to",
"which",
"the",
"service",
"should",
"be",
"joined"
] | def virtual_subnet_id(self) -> str:
return pulumi.get(self, "virtual_subnet_id") | [
"def",
"virtual_subnet_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_subnet_id\"",
")"
] | The ID of the Microsoft.Network/virtualNetworks/subnets resource to which the service should be joined | [
"The",
"ID",
"of",
"the",
"Microsoft",
".",
"Network",
"/",
"virtualNetworks",
"/",
"subnets",
"resource",
"to",
"which",
"the",
"service",
"should",
"be",
"joined"
] | [
"\"\"\"\n The ID of the Microsoft.Network/virtualNetworks/subnets resource to which the service should be joined\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f098a793e3f24fcec854acc374b19a1353fe89d1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/get_logger.py | [
"Apache-2.0"
] | Python | is_buffered | Optional[bool] | def is_buffered(self) -> Optional[bool]:
"""
Whether records are buffered in the logger before publishing. Default is assumed to be true.
"""
return pulumi.get(self, "is_buffered") |
Whether records are buffered in the logger before publishing. Default is assumed to be true.
| Whether records are buffered in the logger before publishing. Default is assumed to be true. | [
"Whether",
"records",
"are",
"buffered",
"in",
"the",
"logger",
"before",
"publishing",
".",
"Default",
"is",
"assumed",
"to",
"be",
"true",
"."
] | def is_buffered(self) -> Optional[bool]:
return pulumi.get(self, "is_buffered") | [
"def",
"is_buffered",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_buffered\"",
")"
] | Whether records are buffered in the logger before publishing. | [
"Whether",
"records",
"are",
"buffered",
"in",
"the",
"logger",
"before",
"publishing",
"."
] | [
"\"\"\"\n Whether records are buffered in the logger before publishing. Default is assumed to be true.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f0a811053edf5658df988703c0e161e63e453ffd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/vpn_server_configuration.py | [
"Apache-2.0"
] | Python | aad_authentication_parameters | pulumi.Output[Optional['outputs.AadAuthenticationParametersResponse']] | def aad_authentication_parameters(self) -> pulumi.Output[Optional['outputs.AadAuthenticationParametersResponse']]:
"""
The set of aad vpn authentication parameters.
"""
return pulumi.get(self, "aad_authentication_parameters") |
The set of aad vpn authentication parameters.
| The set of aad vpn authentication parameters. | [
"The",
"set",
"of",
"aad",
"vpn",
"authentication",
"parameters",
"."
] | def aad_authentication_parameters(self) -> pulumi.Output[Optional['outputs.AadAuthenticationParametersResponse']]:
return pulumi.get(self, "aad_authentication_parameters") | [
"def",
"aad_authentication_parameters",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.AadAuthenticationParametersResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"aad_authentication_parameters\"",
")"
] | The set of aad vpn authentication parameters. | [
"The",
"set",
"of",
"aad",
"vpn",
"authentication",
"parameters",
"."
] | [
"\"\"\"\n The set of aad vpn authentication parameters.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f0a811053edf5658df988703c0e161e63e453ffd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/vpn_server_configuration.py | [
"Apache-2.0"
] | Python | p2_s_vpn_gateways | pulumi.Output[Sequence['outputs.P2SVpnGatewayResponse']] | def p2_s_vpn_gateways(self) -> pulumi.Output[Sequence['outputs.P2SVpnGatewayResponse']]:
"""
List of references to P2SVpnGateways.
"""
return pulumi.get(self, "p2_s_vpn_gateways") |
List of references to P2SVpnGateways.
| List of references to P2SVpnGateways. | [
"List",
"of",
"references",
"to",
"P2SVpnGateways",
"."
] | def p2_s_vpn_gateways(self) -> pulumi.Output[Sequence['outputs.P2SVpnGatewayResponse']]:
return pulumi.get(self, "p2_s_vpn_gateways") | [
"def",
"p2_s_vpn_gateways",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.P2SVpnGatewayResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"p2_s_vpn_gateways\"",
")"
] | List of references to P2SVpnGateways. | [
"List",
"of",
"references",
"to",
"P2SVpnGateways",
"."
] | [
"\"\"\"\n List of references to P2SVpnGateways.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f0a811053edf5658df988703c0e161e63e453ffd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/vpn_server_configuration.py | [
"Apache-2.0"
] | Python | radius_client_root_certificates | pulumi.Output[Optional[Sequence['outputs.VpnServerConfigRadiusClientRootCertificateResponse']]] | def radius_client_root_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.VpnServerConfigRadiusClientRootCertificateResponse']]]:
"""
Radius client root certificate of VpnServerConfiguration.
"""
return pulumi.get(self, "radius_client_root_certificates") |
Radius client root certificate of VpnServerConfiguration.
| Radius client root certificate of VpnServerConfiguration. | [
"Radius",
"client",
"root",
"certificate",
"of",
"VpnServerConfiguration",
"."
] | def radius_client_root_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.VpnServerConfigRadiusClientRootCertificateResponse']]]:
return pulumi.get(self, "radius_client_root_certificates") | [
"def",
"radius_client_root_certificates",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VpnServerConfigRadiusClientRootCertificateResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
... | Radius client root certificate of VpnServerConfiguration. | [
"Radius",
"client",
"root",
"certificate",
"of",
"VpnServerConfiguration",
"."
] | [
"\"\"\"\n Radius client root certificate of VpnServerConfiguration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f0a811053edf5658df988703c0e161e63e453ffd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/vpn_server_configuration.py | [
"Apache-2.0"
] | Python | radius_server_root_certificates | pulumi.Output[Optional[Sequence['outputs.VpnServerConfigRadiusServerRootCertificateResponse']]] | def radius_server_root_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.VpnServerConfigRadiusServerRootCertificateResponse']]]:
"""
Radius Server root certificate of VpnServerConfiguration.
"""
return pulumi.get(self, "radius_server_root_certificates") |
Radius Server root certificate of VpnServerConfiguration.
| Radius Server root certificate of VpnServerConfiguration. | [
"Radius",
"Server",
"root",
"certificate",
"of",
"VpnServerConfiguration",
"."
] | def radius_server_root_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.VpnServerConfigRadiusServerRootCertificateResponse']]]:
return pulumi.get(self, "radius_server_root_certificates") | [
"def",
"radius_server_root_certificates",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VpnServerConfigRadiusServerRootCertificateResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
... | Radius Server root certificate of VpnServerConfiguration. | [
"Radius",
"Server",
"root",
"certificate",
"of",
"VpnServerConfiguration",
"."
] | [
"\"\"\"\n Radius Server root certificate of VpnServerConfiguration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f0a811053edf5658df988703c0e161e63e453ffd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/vpn_server_configuration.py | [
"Apache-2.0"
] | Python | radius_servers | pulumi.Output[Optional[Sequence['outputs.RadiusServerResponse']]] | def radius_servers(self) -> pulumi.Output[Optional[Sequence['outputs.RadiusServerResponse']]]:
"""
Multiple Radius Server configuration for VpnServerConfiguration.
"""
return pulumi.get(self, "radius_servers") |
Multiple Radius Server configuration for VpnServerConfiguration.
| Multiple Radius Server configuration for VpnServerConfiguration. | [
"Multiple",
"Radius",
"Server",
"configuration",
"for",
"VpnServerConfiguration",
"."
] | def radius_servers(self) -> pulumi.Output[Optional[Sequence['outputs.RadiusServerResponse']]]:
return pulumi.get(self, "radius_servers") | [
"def",
"radius_servers",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.RadiusServerResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"radius_servers\"",
")"
] | Multiple Radius Server configuration for VpnServerConfiguration. | [
"Multiple",
"Radius",
"Server",
"configuration",
"for",
"VpnServerConfiguration",
"."
] | [
"\"\"\"\n Multiple Radius Server configuration for VpnServerConfiguration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f0a811053edf5658df988703c0e161e63e453ffd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/vpn_server_configuration.py | [
"Apache-2.0"
] | Python | vpn_authentication_types | pulumi.Output[Optional[Sequence[str]]] | def vpn_authentication_types(self) -> pulumi.Output[Optional[Sequence[str]]]:
"""
VPN authentication types for the VpnServerConfiguration.
"""
return pulumi.get(self, "vpn_authentication_types") |
VPN authentication types for the VpnServerConfiguration.
| VPN authentication types for the VpnServerConfiguration. | [
"VPN",
"authentication",
"types",
"for",
"the",
"VpnServerConfiguration",
"."
] | def vpn_authentication_types(self) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "vpn_authentication_types") | [
"def",
"vpn_authentication_types",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_authentication_types\"",
")"
] | VPN authentication types for the VpnServerConfiguration. | [
"VPN",
"authentication",
"types",
"for",
"the",
"VpnServerConfiguration",
"."
] | [
"\"\"\"\n VPN authentication types for the VpnServerConfiguration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f0a811053edf5658df988703c0e161e63e453ffd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/vpn_server_configuration.py | [
"Apache-2.0"
] | Python | vpn_client_revoked_certificates | pulumi.Output[Optional[Sequence['outputs.VpnServerConfigVpnClientRevokedCertificateResponse']]] | def vpn_client_revoked_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.VpnServerConfigVpnClientRevokedCertificateResponse']]]:
"""
VPN client revoked certificate of VpnServerConfiguration.
"""
return pulumi.get(self, "vpn_client_revoked_certificates") |
VPN client revoked certificate of VpnServerConfiguration.
| VPN client revoked certificate of VpnServerConfiguration. | [
"VPN",
"client",
"revoked",
"certificate",
"of",
"VpnServerConfiguration",
"."
] | def vpn_client_revoked_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.VpnServerConfigVpnClientRevokedCertificateResponse']]]:
return pulumi.get(self, "vpn_client_revoked_certificates") | [
"def",
"vpn_client_revoked_certificates",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VpnServerConfigVpnClientRevokedCertificateResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
... | VPN client revoked certificate of VpnServerConfiguration. | [
"VPN",
"client",
"revoked",
"certificate",
"of",
"VpnServerConfiguration",
"."
] | [
"\"\"\"\n VPN client revoked certificate of VpnServerConfiguration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f0a811053edf5658df988703c0e161e63e453ffd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/vpn_server_configuration.py | [
"Apache-2.0"
] | Python | vpn_client_root_certificates | pulumi.Output[Optional[Sequence['outputs.VpnServerConfigVpnClientRootCertificateResponse']]] | def vpn_client_root_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.VpnServerConfigVpnClientRootCertificateResponse']]]:
"""
VPN client root certificate of VpnServerConfiguration.
"""
return pulumi.get(self, "vpn_client_root_certificates") |
VPN client root certificate of VpnServerConfiguration.
| VPN client root certificate of VpnServerConfiguration. | [
"VPN",
"client",
"root",
"certificate",
"of",
"VpnServerConfiguration",
"."
] | def vpn_client_root_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.VpnServerConfigVpnClientRootCertificateResponse']]]:
return pulumi.get(self, "vpn_client_root_certificates") | [
"def",
"vpn_client_root_certificates",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VpnServerConfigVpnClientRootCertificateResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn... | VPN client root certificate of VpnServerConfiguration. | [
"VPN",
"client",
"root",
"certificate",
"of",
"VpnServerConfiguration",
"."
] | [
"\"\"\"\n VPN client root certificate of VpnServerConfiguration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3305da03c183c185ddab65d4f3d5e2108c8208a6 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/get_profile_supported_optimization_types.py | [
"Apache-2.0"
] | Python | supported_optimization_types | Sequence[str] | def supported_optimization_types(self) -> Sequence[str]:
"""
Supported optimization types for a profile.
"""
return pulumi.get(self, "supported_optimization_types") |
Supported optimization types for a profile.
| Supported optimization types for a profile. | [
"Supported",
"optimization",
"types",
"for",
"a",
"profile",
"."
] | def supported_optimization_types(self) -> Sequence[str]:
return pulumi.get(self, "supported_optimization_types") | [
"def",
"supported_optimization_types",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"supported_optimization_types\"",
")"
] | Supported optimization types for a profile. | [
"Supported",
"optimization",
"types",
"for",
"a",
"profile",
"."
] | [
"\"\"\"\n Supported optimization types for a profile.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aeca1d646aa9c59d9e9d99a6b6de0b2669638502 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azurestack/list_product_details.py | [
"Apache-2.0"
] | Python | compute_role | str | def compute_role(self) -> str:
"""
Specifies kind of compute role included in the package.
"""
return pulumi.get(self, "compute_role") |
Specifies kind of compute role included in the package.
| Specifies kind of compute role included in the package. | [
"Specifies",
"kind",
"of",
"compute",
"role",
"included",
"in",
"the",
"package",
"."
] | def compute_role(self) -> str:
return pulumi.get(self, "compute_role") | [
"def",
"compute_role",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"compute_role\"",
")"
] | Specifies kind of compute role included in the package. | [
"Specifies",
"kind",
"of",
"compute",
"role",
"included",
"in",
"the",
"package",
"."
] | [
"\"\"\"\n Specifies kind of compute role included in the package.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aeca1d646aa9c59d9e9d99a6b6de0b2669638502 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azurestack/list_product_details.py | [
"Apache-2.0"
] | Python | data_disk_images | Sequence['outputs.DataDiskImageResponseResult'] | def data_disk_images(self) -> Sequence['outputs.DataDiskImageResponseResult']:
"""
List of attached data disks.
"""
return pulumi.get(self, "data_disk_images") |
List of attached data disks.
| List of attached data disks. | [
"List",
"of",
"attached",
"data",
"disks",
"."
] | def data_disk_images(self) -> Sequence['outputs.DataDiskImageResponseResult']:
return pulumi.get(self, "data_disk_images") | [
"def",
"data_disk_images",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.DataDiskImageResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_disk_images\"",
")"
] | List of attached data disks. | [
"List",
"of",
"attached",
"data",
"disks",
"."
] | [
"\"\"\"\n List of attached data disks.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aeca1d646aa9c59d9e9d99a6b6de0b2669638502 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azurestack/list_product_details.py | [
"Apache-2.0"
] | Python | gallery_package_blob_sas_uri | str | def gallery_package_blob_sas_uri(self) -> str:
"""
The URI to the .azpkg file that provides information required for showing product in the gallery.
"""
return pulumi.get(self, "gallery_package_blob_sas_uri") |
The URI to the .azpkg file that provides information required for showing product in the gallery.
| The URI to the .azpkg file that provides information required for showing product in the gallery. | [
"The",
"URI",
"to",
"the",
".",
"azpkg",
"file",
"that",
"provides",
"information",
"required",
"for",
"showing",
"product",
"in",
"the",
"gallery",
"."
] | def gallery_package_blob_sas_uri(self) -> str:
return pulumi.get(self, "gallery_package_blob_sas_uri") | [
"def",
"gallery_package_blob_sas_uri",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"gallery_package_blob_sas_uri\"",
")"
] | The URI to the .azpkg file that provides information required for showing product in the gallery. | [
"The",
"URI",
"to",
"the",
".",
"azpkg",
"file",
"that",
"provides",
"information",
"required",
"for",
"showing",
"product",
"in",
"the",
"gallery",
"."
] | [
"\"\"\"\n The URI to the .azpkg file that provides information required for showing product in the gallery.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aeca1d646aa9c59d9e9d99a6b6de0b2669638502 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azurestack/list_product_details.py | [
"Apache-2.0"
] | Python | is_system_extension | bool | def is_system_extension(self) -> bool:
"""
Specifies if product is a Virtual Machine Extension.
"""
return pulumi.get(self, "is_system_extension") |
Specifies if product is a Virtual Machine Extension.
| Specifies if product is a Virtual Machine Extension. | [
"Specifies",
"if",
"product",
"is",
"a",
"Virtual",
"Machine",
"Extension",
"."
] | def is_system_extension(self) -> bool:
return pulumi.get(self, "is_system_extension") | [
"def",
"is_system_extension",
"(",
"self",
")",
"->",
"bool",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_system_extension\"",
")"
] | Specifies if product is a Virtual Machine Extension. | [
"Specifies",
"if",
"product",
"is",
"a",
"Virtual",
"Machine",
"Extension",
"."
] | [
"\"\"\"\n Specifies if product is a Virtual Machine Extension.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aeca1d646aa9c59d9e9d99a6b6de0b2669638502 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azurestack/list_product_details.py | [
"Apache-2.0"
] | Python | os_disk_image | 'outputs.OsDiskImageResponseResult' | def os_disk_image(self) -> 'outputs.OsDiskImageResponseResult':
"""
OS disk image used by product.
"""
return pulumi.get(self, "os_disk_image") |
OS disk image used by product.
| OS disk image used by product. | [
"OS",
"disk",
"image",
"used",
"by",
"product",
"."
] | def os_disk_image(self) -> 'outputs.OsDiskImageResponseResult':
return pulumi.get(self, "os_disk_image") | [
"def",
"os_disk_image",
"(",
"self",
")",
"->",
"'outputs.OsDiskImageResponseResult'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"os_disk_image\"",
")"
] | OS disk image used by product. | [
"OS",
"disk",
"image",
"used",
"by",
"product",
"."
] | [
"\"\"\"\n OS disk image used by product.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aeca1d646aa9c59d9e9d99a6b6de0b2669638502 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azurestack/list_product_details.py | [
"Apache-2.0"
] | Python | product_kind | str | def product_kind(self) -> str:
"""
Specifies the kind of the product (virtualMachine or virtualMachineExtension).
"""
return pulumi.get(self, "product_kind") |
Specifies the kind of the product (virtualMachine or virtualMachineExtension).
| Specifies the kind of the product (virtualMachine or virtualMachineExtension). | [
"Specifies",
"the",
"kind",
"of",
"the",
"product",
"(",
"virtualMachine",
"or",
"virtualMachineExtension",
")",
"."
] | def product_kind(self) -> str:
return pulumi.get(self, "product_kind") | [
"def",
"product_kind",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"product_kind\"",
")"
] | Specifies the kind of the product (virtualMachine or virtualMachineExtension). | [
"Specifies",
"the",
"kind",
"of",
"the",
"product",
"(",
"virtualMachine",
"or",
"virtualMachineExtension",
")",
"."
] | [
"\"\"\"\n Specifies the kind of the product (virtualMachine or virtualMachineExtension).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aeca1d646aa9c59d9e9d99a6b6de0b2669638502 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azurestack/list_product_details.py | [
"Apache-2.0"
] | Python | support_multiple_extensions | bool | def support_multiple_extensions(self) -> bool:
"""
Indicates if specified product supports multiple extensions.
"""
return pulumi.get(self, "support_multiple_extensions") |
Indicates if specified product supports multiple extensions.
| Indicates if specified product supports multiple extensions. | [
"Indicates",
"if",
"specified",
"product",
"supports",
"multiple",
"extensions",
"."
] | def support_multiple_extensions(self) -> bool:
return pulumi.get(self, "support_multiple_extensions") | [
"def",
"support_multiple_extensions",
"(",
"self",
")",
"->",
"bool",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"support_multiple_extensions\"",
")"
] | Indicates if specified product supports multiple extensions. | [
"Indicates",
"if",
"specified",
"product",
"supports",
"multiple",
"extensions",
"."
] | [
"\"\"\"\n Indicates if specified product supports multiple extensions.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aeca1d646aa9c59d9e9d99a6b6de0b2669638502 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azurestack/list_product_details.py | [
"Apache-2.0"
] | Python | vm_os_type | str | def vm_os_type(self) -> str:
"""
Specifies operating system used by the product.
"""
return pulumi.get(self, "vm_os_type") |
Specifies operating system used by the product.
| Specifies operating system used by the product. | [
"Specifies",
"operating",
"system",
"used",
"by",
"the",
"product",
"."
] | def vm_os_type(self) -> str:
return pulumi.get(self, "vm_os_type") | [
"def",
"vm_os_type",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vm_os_type\"",
")"
] | Specifies operating system used by the product. | [
"Specifies",
"operating",
"system",
"used",
"by",
"the",
"product",
"."
] | [
"\"\"\"\n Specifies operating system used by the product.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aeca1d646aa9c59d9e9d99a6b6de0b2669638502 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azurestack/list_product_details.py | [
"Apache-2.0"
] | Python | vm_scale_set_enabled | bool | def vm_scale_set_enabled(self) -> bool:
"""
Indicates if virtual machine Scale Set is enabled in the specified product.
"""
return pulumi.get(self, "vm_scale_set_enabled") |
Indicates if virtual machine Scale Set is enabled in the specified product.
| Indicates if virtual machine Scale Set is enabled in the specified product. | [
"Indicates",
"if",
"virtual",
"machine",
"Scale",
"Set",
"is",
"enabled",
"in",
"the",
"specified",
"product",
"."
] | def vm_scale_set_enabled(self) -> bool:
return pulumi.get(self, "vm_scale_set_enabled") | [
"def",
"vm_scale_set_enabled",
"(",
"self",
")",
"->",
"bool",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vm_scale_set_enabled\"",
")"
] | Indicates if virtual machine Scale Set is enabled in the specified product. | [
"Indicates",
"if",
"virtual",
"machine",
"Scale",
"Set",
"is",
"enabled",
"in",
"the",
"specified",
"product",
"."
] | [
"\"\"\"\n Indicates if virtual machine Scale Set is enabled in the specified product.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aeca1d646aa9c59d9e9d99a6b6de0b2669638502 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azurestack/list_product_details.py | [
"Apache-2.0"
] | Python | list_product_details | AwaitableListProductDetailsResult | def list_product_details(product_name: Optional[str] = None,
registration_name: Optional[str] = None,
resource_group: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListProductDetailsResult:
"""
Extended d... |
Extended description about the product required for installing it into Azure Stack.
API Version: 2017-06-01.
:param str product_name: Name of the product.
:param str registration_name: Name of the Azure Stack registration.
:param str resource_group: Name of the resource group.
| Extended description about the product required for installing it into Azure Stack. | [
"Extended",
"description",
"about",
"the",
"product",
"required",
"for",
"installing",
"it",
"into",
"Azure",
"Stack",
"."
] | def list_product_details(product_name: Optional[str] = None,
registration_name: Optional[str] = None,
resource_group: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListProductDetailsResult:
__args__ = dict()
... | [
"def",
"list_product_details",
"(",
"product_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"registration_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
... | Extended description about the product required for installing it into Azure Stack. | [
"Extended",
"description",
"about",
"the",
"product",
"required",
"for",
"installing",
"it",
"into",
"Azure",
"Stack",
"."
] | [
"\"\"\"\n Extended description about the product required for installing it into Azure Stack.\n API Version: 2017-06-01.\n\n\n :param str product_name: Name of the product.\n :param str registration_name: Name of the Azure Stack registration.\n :param str resource_group: Name of the resource group.\n... | [
{
"param": "product_name",
"type": "Optional[str]"
},
{
"param": "registration_name",
"type": "Optional[str]"
},
{
"param": "resource_group",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "product_name",
"type": "Optional[str]",
"docstring": "Name of the product.",
"docstring_tokens": [
"Name",
"of",
"the",
"product",
"."
],
"default": null,
"is_optional"... |
aecf4eac92b70a894dcc67325b9bbd961f59f34d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20190101/get_product.py | [
"Apache-2.0"
] | Python | subscriptions_limit | Optional[int] | def subscriptions_limit(self) -> Optional[int]:
"""
Whether the number of subscriptions a user can have to this product at the same time. Set to null or omit to allow unlimited per user subscriptions. Can be present only if subscriptionRequired property is present and has a value of true.
"""
... |
Whether the number of subscriptions a user can have to this product at the same time. Set to null or omit to allow unlimited per user subscriptions. Can be present only if subscriptionRequired property is present and has a value of true.
| Whether the number of subscriptions a user can have to this product at the same time. Set to null or omit to allow unlimited per user subscriptions. Can be present only if subscriptionRequired property is present and has a value of true. | [
"Whether",
"the",
"number",
"of",
"subscriptions",
"a",
"user",
"can",
"have",
"to",
"this",
"product",
"at",
"the",
"same",
"time",
".",
"Set",
"to",
"null",
"or",
"omit",
"to",
"allow",
"unlimited",
"per",
"user",
"subscriptions",
".",
"Can",
"be",
"pr... | def subscriptions_limit(self) -> Optional[int]:
return pulumi.get(self, "subscriptions_limit") | [
"def",
"subscriptions_limit",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"subscriptions_limit\"",
")"
] | Whether the number of subscriptions a user can have to this product at the same time. | [
"Whether",
"the",
"number",
"of",
"subscriptions",
"a",
"user",
"can",
"have",
"to",
"this",
"product",
"at",
"the",
"same",
"time",
"."
] | [
"\"\"\"\n Whether the number of subscriptions a user can have to this product at the same time. Set to null or omit to allow unlimited per user subscriptions. Can be present only if subscriptionRequired property is present and has a value of true.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aecf4eac92b70a894dcc67325b9bbd961f59f34d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20190101/get_product.py | [
"Apache-2.0"
] | Python | terms | Optional[str] | def terms(self) -> Optional[str]:
"""
Product terms of use. Developers trying to subscribe to the product will be presented and required to accept these terms before they can complete the subscription process.
"""
return pulumi.get(self, "terms") |
Product terms of use. Developers trying to subscribe to the product will be presented and required to accept these terms before they can complete the subscription process.
| Product terms of use. Developers trying to subscribe to the product will be presented and required to accept these terms before they can complete the subscription process. | [
"Product",
"terms",
"of",
"use",
".",
"Developers",
"trying",
"to",
"subscribe",
"to",
"the",
"product",
"will",
"be",
"presented",
"and",
"required",
"to",
"accept",
"these",
"terms",
"before",
"they",
"can",
"complete",
"the",
"subscription",
"process",
"."
... | def terms(self) -> Optional[str]:
return pulumi.get(self, "terms") | [
"def",
"terms",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"terms\"",
")"
] | Product terms of use. | [
"Product",
"terms",
"of",
"use",
"."
] | [
"\"\"\"\n Product terms of use. Developers trying to subscribe to the product will be presented and required to accept these terms before they can complete the subscription process.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aed14d43e1dd5db6fcb8d71b83cfd3f1aa3d47c0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/get_webhook_callback_config.py | [
"Apache-2.0"
] | Python | custom_headers | Optional[Mapping[str, str]] | def custom_headers(self) -> Optional[Mapping[str, str]]:
"""
Custom headers that will be added to the webhook notifications.
"""
return pulumi.get(self, "custom_headers") |
Custom headers that will be added to the webhook notifications.
| Custom headers that will be added to the webhook notifications. | [
"Custom",
"headers",
"that",
"will",
"be",
"added",
"to",
"the",
"webhook",
"notifications",
"."
] | def custom_headers(self) -> Optional[Mapping[str, str]]:
return pulumi.get(self, "custom_headers") | [
"def",
"custom_headers",
"(",
"self",
")",
"->",
"Optional",
"[",
"Mapping",
"[",
"str",
",",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_headers\"",
")"
] | Custom headers that will be added to the webhook notifications. | [
"Custom",
"headers",
"that",
"will",
"be",
"added",
"to",
"the",
"webhook",
"notifications",
"."
] | [
"\"\"\"\n Custom headers that will be added to the webhook notifications.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
cb306e49c34810bdbbff18ea079e0814e8381ff6 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datafactory/latest/list_integration_runtime_auth_keys.py | [
"Apache-2.0"
] | Python | list_integration_runtime_auth_keys | AwaitableListIntegrationRuntimeAuthKeysResult | def list_integration_runtime_auth_keys(factory_name: Optional[str] = None,
integration_runtime_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] ... |
The integration runtime authentication keys.
Latest API Version: 2018-06-01.
:param str factory_name: The factory name.
:param str integration_runtime_name: The integration runtime name.
:param str resource_group_name: The resource group name.
| The integration runtime authentication keys. | [
"The",
"integration",
"runtime",
"authentication",
"keys",
"."
] | def list_integration_runtime_auth_keys(factory_name: Optional[str] = None,
integration_runtime_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] ... | [
"def",
"list_integration_runtime_auth_keys",
"(",
"factory_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"integration_runtime_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
... | The integration runtime authentication keys. | [
"The",
"integration",
"runtime",
"authentication",
"keys",
"."
] | [
"\"\"\"\n The integration runtime authentication keys.\n Latest API Version: 2018-06-01.\n\n\n :param str factory_name: The factory name.\n :param str integration_runtime_name: The integration runtime name.\n :param str resource_group_name: The resource group name.\n \"\"\""
] | [
{
"param": "factory_name",
"type": "Optional[str]"
},
{
"param": "integration_runtime_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "factory_name",
"type": "Optional[str]",
"docstring": "The factory name.",
"docstring_tokens": [
"The",
"factory",
"name",
"."
],
"default": null,
"is_optional": false
},
... |
ca9bb9a8973414a0762f9d227cdaea2d73527ae5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/get_activity_log_alert.py | [
"Apache-2.0"
] | Python | actions | 'outputs.ActionListResponse' | def actions(self) -> 'outputs.ActionListResponse':
"""
The actions that will activate when the condition is met.
"""
return pulumi.get(self, "actions") |
The actions that will activate when the condition is met.
| The actions that will activate when the condition is met. | [
"The",
"actions",
"that",
"will",
"activate",
"when",
"the",
"condition",
"is",
"met",
"."
] | def actions(self) -> 'outputs.ActionListResponse':
return pulumi.get(self, "actions") | [
"def",
"actions",
"(",
"self",
")",
"->",
"'outputs.ActionListResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"actions\"",
")"
] | The actions that will activate when the condition is met. | [
"The",
"actions",
"that",
"will",
"activate",
"when",
"the",
"condition",
"is",
"met",
"."
] | [
"\"\"\"\n The actions that will activate when the condition is met.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ca9bb9a8973414a0762f9d227cdaea2d73527ae5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/get_activity_log_alert.py | [
"Apache-2.0"
] | Python | condition | 'outputs.AlertRuleAllOfConditionResponse' | def condition(self) -> 'outputs.AlertRuleAllOfConditionResponse':
"""
The condition that will cause this alert to activate.
"""
return pulumi.get(self, "condition") |
The condition that will cause this alert to activate.
| The condition that will cause this alert to activate. | [
"The",
"condition",
"that",
"will",
"cause",
"this",
"alert",
"to",
"activate",
"."
] | def condition(self) -> 'outputs.AlertRuleAllOfConditionResponse':
return pulumi.get(self, "condition") | [
"def",
"condition",
"(",
"self",
")",
"->",
"'outputs.AlertRuleAllOfConditionResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"condition\"",
")"
] | The condition that will cause this alert to activate. | [
"The",
"condition",
"that",
"will",
"cause",
"this",
"alert",
"to",
"activate",
"."
] | [
"\"\"\"\n The condition that will cause this alert to activate.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2d8e95f27404cf208b8b1b71fc3cae24afd074db | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/avs/v20210101preview/workload_network_segment.py | [
"Apache-2.0"
] | Python | connected_gateway | pulumi.Output[Optional[str]] | def connected_gateway(self) -> pulumi.Output[Optional[str]]:
"""
Gateway which to connect segment to.
"""
return pulumi.get(self, "connected_gateway") |
Gateway which to connect segment to.
| Gateway which to connect segment to. | [
"Gateway",
"which",
"to",
"connect",
"segment",
"to",
"."
] | def connected_gateway(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "connected_gateway") | [
"def",
"connected_gateway",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"connected_gateway\"",
")"
] | Gateway which to connect segment to. | [
"Gateway",
"which",
"to",
"connect",
"segment",
"to",
"."
] | [
"\"\"\"\n Gateway which to connect segment to.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2d8e95f27404cf208b8b1b71fc3cae24afd074db | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/avs/v20210101preview/workload_network_segment.py | [
"Apache-2.0"
] | Python | port_vif | pulumi.Output[Sequence['outputs.WorkloadNetworkSegmentPortVifResponse']] | def port_vif(self) -> pulumi.Output[Sequence['outputs.WorkloadNetworkSegmentPortVifResponse']]:
"""
Port Vif which segment is associated with.
"""
return pulumi.get(self, "port_vif") |
Port Vif which segment is associated with.
| Port Vif which segment is associated with. | [
"Port",
"Vif",
"which",
"segment",
"is",
"associated",
"with",
"."
] | def port_vif(self) -> pulumi.Output[Sequence['outputs.WorkloadNetworkSegmentPortVifResponse']]:
return pulumi.get(self, "port_vif") | [
"def",
"port_vif",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.WorkloadNetworkSegmentPortVifResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"port_vif\"",
")"
] | Port Vif which segment is associated with. | [
"Port",
"Vif",
"which",
"segment",
"is",
"associated",
"with",
"."
] | [
"\"\"\"\n Port Vif which segment is associated with.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2d8e95f27404cf208b8b1b71fc3cae24afd074db | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/avs/v20210101preview/workload_network_segment.py | [
"Apache-2.0"
] | Python | subnet | pulumi.Output[Optional['outputs.WorkloadNetworkSegmentSubnetResponse']] | def subnet(self) -> pulumi.Output[Optional['outputs.WorkloadNetworkSegmentSubnetResponse']]:
"""
Subnet which to connect segment to.
"""
return pulumi.get(self, "subnet") |
Subnet which to connect segment to.
| Subnet which to connect segment to. | [
"Subnet",
"which",
"to",
"connect",
"segment",
"to",
"."
] | def subnet(self) -> pulumi.Output[Optional['outputs.WorkloadNetworkSegmentSubnetResponse']]:
return pulumi.get(self, "subnet") | [
"def",
"subnet",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.WorkloadNetworkSegmentSubnetResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"subnet\"",
")"
] | Subnet which to connect segment to. | [
"Subnet",
"which",
"to",
"connect",
"segment",
"to",
"."
] | [
"\"\"\"\n Subnet which to connect segment to.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2da04d5f0e38fd1f0c8d45156cf43c54fdd05a3d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/list_site_auth_settings.py | [
"Apache-2.0"
] | Python | http_api_prefix_path | Optional[str] | def http_api_prefix_path(self) -> Optional[str]:
"""
Gets or sets the relative path prefix used by platform HTTP APIs.
Changing this value is not recommended except for compatibility reasons.
"""
return pulumi.get(self, "http_api_prefix_path") |
Gets or sets the relative path prefix used by platform HTTP APIs.
Changing this value is not recommended except for compatibility reasons.
| Gets or sets the relative path prefix used by platform HTTP APIs.
Changing this value is not recommended except for compatibility reasons. | [
"Gets",
"or",
"sets",
"the",
"relative",
"path",
"prefix",
"used",
"by",
"platform",
"HTTP",
"APIs",
".",
"Changing",
"this",
"value",
"is",
"not",
"recommended",
"except",
"for",
"compatibility",
"reasons",
"."
] | def http_api_prefix_path(self) -> Optional[str]:
return pulumi.get(self, "http_api_prefix_path") | [
"def",
"http_api_prefix_path",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"http_api_prefix_path\"",
")"
] | Gets or sets the relative path prefix used by platform HTTP APIs. | [
"Gets",
"or",
"sets",
"the",
"relative",
"path",
"prefix",
"used",
"by",
"platform",
"HTTP",
"APIs",
"."
] | [
"\"\"\"\n Gets or sets the relative path prefix used by platform HTTP APIs.\r\n Changing this value is not recommended except for compatibility reasons.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2da04d5f0e38fd1f0c8d45156cf43c54fdd05a3d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/list_site_auth_settings.py | [
"Apache-2.0"
] | Python | list_site_auth_settings | AwaitableListSiteAuthSettingsResult | def list_site_auth_settings(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListSiteAuthSettingsResult:
"""
Configuration settings for the Azure App Service Authentication / Au... |
Configuration settings for the Azure App Service Authentication / Authorization feature.
:param str name: Name of web app
:param str resource_group_name: Name of resource group
| Configuration settings for the Azure App Service Authentication / Authorization feature. | [
"Configuration",
"settings",
"for",
"the",
"Azure",
"App",
"Service",
"Authentication",
"/",
"Authorization",
"feature",
"."
] | def list_site_auth_settings(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListSiteAuthSettingsResult:
__args__ = dict()
__args__['name'] = name
__args__['resourceGroupNam... | [
"def",
"list_site_auth_settings",
"(",
"name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
"None",
... | Configuration settings for the Azure App Service Authentication / Authorization feature. | [
"Configuration",
"settings",
"for",
"the",
"Azure",
"App",
"Service",
"Authentication",
"/",
"Authorization",
"feature",
"."
] | [
"\"\"\"\n Configuration settings for the Azure App Service Authentication / Authorization feature.\n\n\n :param str name: Name of web app\n :param str resource_group_name: Name of resource group\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
},
{
"id... |
80e6f1ba4c6a4bf36e99541c6264735521199aea | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/get_vpn_site.py | [
"Apache-2.0"
] | Python | vpn_site_links | Optional[Sequence['outputs.VpnSiteLinkResponse']] | def vpn_site_links(self) -> Optional[Sequence['outputs.VpnSiteLinkResponse']]:
"""
List of all vpn site links.
"""
return pulumi.get(self, "vpn_site_links") |
List of all vpn site links.
| List of all vpn site links. | [
"List",
"of",
"all",
"vpn",
"site",
"links",
"."
] | def vpn_site_links(self) -> Optional[Sequence['outputs.VpnSiteLinkResponse']]:
return pulumi.get(self, "vpn_site_links") | [
"def",
"vpn_site_links",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VpnSiteLinkResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vpn_site_links\"",
")"
] | List of all vpn site links. | [
"List",
"of",
"all",
"vpn",
"site",
"links",
"."
] | [
"\"\"\"\n List of all vpn site links.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f4b2be653ea804c0d2a2e463ad13fd82bc8284ab | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/policyinsights/remediation_at_resource.py | [
"Apache-2.0"
] | Python | deployment_status | pulumi.Output['outputs.RemediationDeploymentSummaryResponse'] | def deployment_status(self) -> pulumi.Output['outputs.RemediationDeploymentSummaryResponse']:
"""
The deployment status summary for all deployments created by the remediation.
"""
return pulumi.get(self, "deployment_status") |
The deployment status summary for all deployments created by the remediation.
| The deployment status summary for all deployments created by the remediation. | [
"The",
"deployment",
"status",
"summary",
"for",
"all",
"deployments",
"created",
"by",
"the",
"remediation",
"."
] | def deployment_status(self) -> pulumi.Output['outputs.RemediationDeploymentSummaryResponse']:
return pulumi.get(self, "deployment_status") | [
"def",
"deployment_status",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.RemediationDeploymentSummaryResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"deployment_status\"",
")"
] | The deployment status summary for all deployments created by the remediation. | [
"The",
"deployment",
"status",
"summary",
"for",
"all",
"deployments",
"created",
"by",
"the",
"remediation",
"."
] | [
"\"\"\"\n The deployment status summary for all deployments created by the remediation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f4dcb7cad5a13afa5241949ca72050d5655997d1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_failover_group.py | [
"Apache-2.0"
] | Python | partner_servers | Sequence['outputs.PartnerInfoResponse'] | def partner_servers(self) -> Sequence['outputs.PartnerInfoResponse']:
"""
List of partner server information for the failover group.
"""
return pulumi.get(self, "partner_servers") |
List of partner server information for the failover group.
| List of partner server information for the failover group. | [
"List",
"of",
"partner",
"server",
"information",
"for",
"the",
"failover",
"group",
"."
] | def partner_servers(self) -> Sequence['outputs.PartnerInfoResponse']:
return pulumi.get(self, "partner_servers") | [
"def",
"partner_servers",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.PartnerInfoResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_servers\"",
")"
] | List of partner server information for the failover group. | [
"List",
"of",
"partner",
"server",
"information",
"for",
"the",
"failover",
"group",
"."
] | [
"\"\"\"\n List of partner server information for the failover 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": []
} |
f4dcb7cad5a13afa5241949ca72050d5655997d1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_failover_group.py | [
"Apache-2.0"
] | Python | read_only_endpoint | Optional['outputs.FailoverGroupReadOnlyEndpointResponse'] | def read_only_endpoint(self) -> Optional['outputs.FailoverGroupReadOnlyEndpointResponse']:
"""
Read-only endpoint of the failover group instance.
"""
return pulumi.get(self, "read_only_endpoint") |
Read-only endpoint of the failover group instance.
| Read-only endpoint of the failover group instance. | [
"Read",
"-",
"only",
"endpoint",
"of",
"the",
"failover",
"group",
"instance",
"."
] | def read_only_endpoint(self) -> Optional['outputs.FailoverGroupReadOnlyEndpointResponse']:
return pulumi.get(self, "read_only_endpoint") | [
"def",
"read_only_endpoint",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.FailoverGroupReadOnlyEndpointResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"read_only_endpoint\"",
")"
] | Read-only endpoint of the failover group instance. | [
"Read",
"-",
"only",
"endpoint",
"of",
"the",
"failover",
"group",
"instance",
"."
] | [
"\"\"\"\n Read-only endpoint of the failover group instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f4dcb7cad5a13afa5241949ca72050d5655997d1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_failover_group.py | [
"Apache-2.0"
] | Python | read_write_endpoint | 'outputs.FailoverGroupReadWriteEndpointResponse' | def read_write_endpoint(self) -> 'outputs.FailoverGroupReadWriteEndpointResponse':
"""
Read-write endpoint of the failover group instance.
"""
return pulumi.get(self, "read_write_endpoint") |
Read-write endpoint of the failover group instance.
| Read-write endpoint of the failover group instance. | [
"Read",
"-",
"write",
"endpoint",
"of",
"the",
"failover",
"group",
"instance",
"."
] | def read_write_endpoint(self) -> 'outputs.FailoverGroupReadWriteEndpointResponse':
return pulumi.get(self, "read_write_endpoint") | [
"def",
"read_write_endpoint",
"(",
"self",
")",
"->",
"'outputs.FailoverGroupReadWriteEndpointResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"read_write_endpoint\"",
")"
] | Read-write endpoint of the failover group instance. | [
"Read",
"-",
"write",
"endpoint",
"of",
"the",
"failover",
"group",
"instance",
"."
] | [
"\"\"\"\n Read-write endpoint of the failover group instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8c8fb1de4267644e269417798b3f32c6de3703c1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/get_gallery_image.py | [
"Apache-2.0"
] | Python | features | Optional[Sequence['outputs.GalleryImageFeatureResponse']] | def features(self) -> Optional[Sequence['outputs.GalleryImageFeatureResponse']]:
"""
A list of gallery image features.
"""
return pulumi.get(self, "features") |
A list of gallery image features.
| A list of gallery image features. | [
"A",
"list",
"of",
"gallery",
"image",
"features",
"."
] | def features(self) -> Optional[Sequence['outputs.GalleryImageFeatureResponse']]:
return pulumi.get(self, "features") | [
"def",
"features",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.GalleryImageFeatureResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"features\"",
")"
] | A list of gallery image features. | [
"A",
"list",
"of",
"gallery",
"image",
"features",
"."
] | [
"\"\"\"\n A list of gallery image features.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
84e05e9109a4a2aaff6314d28d886ce52e0855cc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/latest/get_afd_custom_domain.py | [
"Apache-2.0"
] | Python | azure_dns_zone | Optional['outputs.ResourceReferenceResponse'] | def azure_dns_zone(self) -> Optional['outputs.ResourceReferenceResponse']:
"""
Resource reference to the Azure DNS zone
"""
return pulumi.get(self, "azure_dns_zone") |
Resource reference to the Azure DNS zone
| Resource reference to the Azure DNS zone | [
"Resource",
"reference",
"to",
"the",
"Azure",
"DNS",
"zone"
] | def azure_dns_zone(self) -> Optional['outputs.ResourceReferenceResponse']:
return pulumi.get(self, "azure_dns_zone") | [
"def",
"azure_dns_zone",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ResourceReferenceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"azure_dns_zone\"",
")"
] | Resource reference to the Azure DNS zone | [
"Resource",
"reference",
"to",
"the",
"Azure",
"DNS",
"zone"
] | [
"\"\"\"\n Resource reference to the Azure DNS zone\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
84e05e9109a4a2aaff6314d28d886ce52e0855cc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/latest/get_afd_custom_domain.py | [
"Apache-2.0"
] | Python | domain_validation_state | str | def domain_validation_state(self) -> str:
"""
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation.
"""
return pulumi.get(self, "domain_validation_state") |
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation.
| Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation. | [
"Provisioning",
"substate",
"shows",
"the",
"progress",
"of",
"custom",
"HTTPS",
"enabling",
"/",
"disabling",
"process",
"step",
"by",
"step",
".",
"DCV",
"stands",
"for",
"DomainControlValidation",
"."
] | def domain_validation_state(self) -> str:
return pulumi.get(self, "domain_validation_state") | [
"def",
"domain_validation_state",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"domain_validation_state\"",
")"
] | Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. | [
"Provisioning",
"substate",
"shows",
"the",
"progress",
"of",
"custom",
"HTTPS",
"enabling",
"/",
"disabling",
"process",
"step",
"by",
"step",
"."
] | [
"\"\"\"\n Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
84e05e9109a4a2aaff6314d28d886ce52e0855cc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/latest/get_afd_custom_domain.py | [
"Apache-2.0"
] | Python | tls_settings | Optional['outputs.AFDDomainHttpsParametersResponse'] | def tls_settings(self) -> Optional['outputs.AFDDomainHttpsParametersResponse']:
"""
The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.
... |
The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.
| The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default. | [
"The",
"configuration",
"specifying",
"how",
"to",
"enable",
"HTTPS",
"for",
"the",
"domain",
"-",
"using",
"AzureFrontDoor",
"managed",
"certificate",
"or",
"user",
"'",
"s",
"own",
"certificate",
".",
"If",
"not",
"specified",
"enabling",
"ssl",
"uses",
"Azu... | def tls_settings(self) -> Optional['outputs.AFDDomainHttpsParametersResponse']:
return pulumi.get(self, "tls_settings") | [
"def",
"tls_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.AFDDomainHttpsParametersResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tls_settings\"",
")"
] | The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. | [
"The",
"configuration",
"specifying",
"how",
"to",
"enable",
"HTTPS",
"for",
"the",
"domain",
"-",
"using",
"AzureFrontDoor",
"managed",
"certificate",
"or",
"user",
"'",
"s",
"own",
"certificate",
"."
] | [
"\"\"\"\n The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
84e05e9109a4a2aaff6314d28d886ce52e0855cc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/latest/get_afd_custom_domain.py | [
"Apache-2.0"
] | Python | validation_properties | 'outputs.DomainValidationPropertiesResponse' | def validation_properties(self) -> 'outputs.DomainValidationPropertiesResponse':
"""
Values the customer needs to validate domain ownership
"""
return pulumi.get(self, "validation_properties") |
Values the customer needs to validate domain ownership
| Values the customer needs to validate domain ownership | [
"Values",
"the",
"customer",
"needs",
"to",
"validate",
"domain",
"ownership"
] | def validation_properties(self) -> 'outputs.DomainValidationPropertiesResponse':
return pulumi.get(self, "validation_properties") | [
"def",
"validation_properties",
"(",
"self",
")",
"->",
"'outputs.DomainValidationPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"validation_properties\"",
")"
] | Values the customer needs to validate domain ownership | [
"Values",
"the",
"customer",
"needs",
"to",
"validate",
"domain",
"ownership"
] | [
"\"\"\"\n Values the customer needs to validate domain ownership\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
622162963eba1040f5653d9899cb72c134b5bd69 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/policyinsights/v20190701/list_remediation_deployments_at_resource_group.py | [
"Apache-2.0"
] | Python | list_remediation_deployments_at_resource_group | AwaitableListRemediationDeploymentsAtResourceGroupResult | def list_remediation_deployments_at_resource_group(remediation_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
top: Optional[int] = None,
opts: ... |
List of deployments for a remediation.
:param str remediation_name: The name of the remediation.
:param str resource_group_name: Resource group name.
:param int top: Maximum number of records to return.
| List of deployments for a remediation. | [
"List",
"of",
"deployments",
"for",
"a",
"remediation",
"."
] | def list_remediation_deployments_at_resource_group(remediation_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
top: Optional[int] = None,
opts: ... | [
"def",
"list_remediation_deployments_at_resource_group",
"(",
"remediation_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"top",
":",
"Optional",
"[",
"int",
"]",
"=",
"None... | List of deployments for a remediation. | [
"List",
"of",
"deployments",
"for",
"a",
"remediation",
"."
] | [
"\"\"\"\n List of deployments for a remediation.\n\n\n :param str remediation_name: The name of the remediation.\n :param str resource_group_name: Resource group name.\n :param int top: Maximum number of records to return.\n \"\"\""
] | [
{
"param": "remediation_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "top",
"type": "Optional[int]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "remediation_name",
"type": "Optional[str]",
"docstring": "The name of the remediation.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"remediation",
"."
],
"defa... |
795596542f9f86f793e1c78b6e71b8f2d0ffb7ab | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20191201preview/get_registry.py | [
"Apache-2.0"
] | Python | data_endpoint_enabled | Optional[bool] | def data_endpoint_enabled(self) -> Optional[bool]:
"""
Enable a single data endpoint per region for serving data.
"""
return pulumi.get(self, "data_endpoint_enabled") |
Enable a single data endpoint per region for serving data.
| Enable a single data endpoint per region for serving data. | [
"Enable",
"a",
"single",
"data",
"endpoint",
"per",
"region",
"for",
"serving",
"data",
"."
] | def data_endpoint_enabled(self) -> Optional[bool]:
return pulumi.get(self, "data_endpoint_enabled") | [
"def",
"data_endpoint_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_endpoint_enabled\"",
")"
] | Enable a single data endpoint per region for serving data. | [
"Enable",
"a",
"single",
"data",
"endpoint",
"per",
"region",
"for",
"serving",
"data",
"."
] | [
"\"\"\"\n Enable a single data endpoint per region for serving 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": []
} |
795596542f9f86f793e1c78b6e71b8f2d0ffb7ab | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20191201preview/get_registry.py | [
"Apache-2.0"
] | Python | data_endpoint_host_names | Sequence[str] | def data_endpoint_host_names(self) -> Sequence[str]:
"""
List of host names that will serve data when dataEndpointEnabled is true.
"""
return pulumi.get(self, "data_endpoint_host_names") |
List of host names that will serve data when dataEndpointEnabled is true.
| List of host names that will serve data when dataEndpointEnabled is true. | [
"List",
"of",
"host",
"names",
"that",
"will",
"serve",
"data",
"when",
"dataEndpointEnabled",
"is",
"true",
"."
] | def data_endpoint_host_names(self) -> Sequence[str]:
return pulumi.get(self, "data_endpoint_host_names") | [
"def",
"data_endpoint_host_names",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_endpoint_host_names\"",
")"
] | List of host names that will serve data when dataEndpointEnabled is true. | [
"List",
"of",
"host",
"names",
"that",
"will",
"serve",
"data",
"when",
"dataEndpointEnabled",
"is",
"true",
"."
] | [
"\"\"\"\n List of host names that will serve data when dataEndpointEnabled is true.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
795596542f9f86f793e1c78b6e71b8f2d0ffb7ab | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20191201preview/get_registry.py | [
"Apache-2.0"
] | Python | network_rule_bypass_options | Optional[str] | def network_rule_bypass_options(self) -> Optional[str]:
"""
Whether to allow trusted Azure services to access a network restricted registry.
"""
return pulumi.get(self, "network_rule_bypass_options") |
Whether to allow trusted Azure services to access a network restricted registry.
| Whether to allow trusted Azure services to access a network restricted registry. | [
"Whether",
"to",
"allow",
"trusted",
"Azure",
"services",
"to",
"access",
"a",
"network",
"restricted",
"registry",
"."
] | def network_rule_bypass_options(self) -> Optional[str]:
return pulumi.get(self, "network_rule_bypass_options") | [
"def",
"network_rule_bypass_options",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_rule_bypass_options\"",
")"
] | Whether to allow trusted Azure services to access a network restricted registry. | [
"Whether",
"to",
"allow",
"trusted",
"Azure",
"services",
"to",
"access",
"a",
"network",
"restricted",
"registry",
"."
] | [
"\"\"\"\n Whether to allow trusted Azure services to access a network restricted registry.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7973f9899f2f73eef454abb320ddcc964dfe8870 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190901/express_route_port.py | [
"Apache-2.0"
] | Python | allocation_date | pulumi.Output[str] | def allocation_date(self) -> pulumi.Output[str]:
"""
Date of the physical port allocation to be used in Letter of Authorization.
"""
return pulumi.get(self, "allocation_date") |
Date of the physical port allocation to be used in Letter of Authorization.
| Date of the physical port allocation to be used in Letter of Authorization. | [
"Date",
"of",
"the",
"physical",
"port",
"allocation",
"to",
"be",
"used",
"in",
"Letter",
"of",
"Authorization",
"."
] | def allocation_date(self) -> pulumi.Output[str]:
return pulumi.get(self, "allocation_date") | [
"def",
"allocation_date",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allocation_date\"",
")"
] | Date of the physical port allocation to be used in Letter of Authorization. | [
"Date",
"of",
"the",
"physical",
"port",
"allocation",
"to",
"be",
"used",
"in",
"Letter",
"of",
"Authorization",
"."
] | [
"\"\"\"\n Date of the physical port allocation to be used in Letter of Authorization.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7973f9899f2f73eef454abb320ddcc964dfe8870 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190901/express_route_port.py | [
"Apache-2.0"
] | Python | bandwidth_in_gbps | pulumi.Output[Optional[int]] | def bandwidth_in_gbps(self) -> pulumi.Output[Optional[int]]:
"""
Bandwidth of procured ports in Gbps.
"""
return pulumi.get(self, "bandwidth_in_gbps") |
Bandwidth of procured ports in Gbps.
| Bandwidth of procured ports in Gbps. | [
"Bandwidth",
"of",
"procured",
"ports",
"in",
"Gbps",
"."
] | def bandwidth_in_gbps(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "bandwidth_in_gbps") | [
"def",
"bandwidth_in_gbps",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"bandwidth_in_gbps\"",
")"
] | Bandwidth of procured ports in Gbps. | [
"Bandwidth",
"of",
"procured",
"ports",
"in",
"Gbps",
"."
] | [
"\"\"\"\n Bandwidth of procured ports in Gbps.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7973f9899f2f73eef454abb320ddcc964dfe8870 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190901/express_route_port.py | [
"Apache-2.0"
] | Python | circuits | pulumi.Output[Sequence['outputs.SubResourceResponse']] | def circuits(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
"""
Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource.
"""
return pulumi.get(self, "circuits") |
Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource.
| Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource. | [
"Reference",
"the",
"ExpressRoute",
"circuit",
"(",
"s",
")",
"that",
"are",
"provisioned",
"on",
"this",
"ExpressRoutePort",
"resource",
"."
] | def circuits(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
return pulumi.get(self, "circuits") | [
"def",
"circuits",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"circuits\"",
")"
] | Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource. | [
"Reference",
"the",
"ExpressRoute",
"circuit",
"(",
"s",
")",
"that",
"are",
"provisioned",
"on",
"this",
"ExpressRoutePort",
"resource",
"."
] | [
"\"\"\"\n Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7973f9899f2f73eef454abb320ddcc964dfe8870 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190901/express_route_port.py | [
"Apache-2.0"
] | Python | encapsulation | pulumi.Output[Optional[str]] | def encapsulation(self) -> pulumi.Output[Optional[str]]:
"""
Encapsulation method on physical ports.
"""
return pulumi.get(self, "encapsulation") |
Encapsulation method on physical ports.
| Encapsulation method on physical ports. | [
"Encapsulation",
"method",
"on",
"physical",
"ports",
"."
] | def encapsulation(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "encapsulation") | [
"def",
"encapsulation",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encapsulation\"",
")"
] | Encapsulation method on physical ports. | [
"Encapsulation",
"method",
"on",
"physical",
"ports",
"."
] | [
"\"\"\"\n Encapsulation method on physical ports.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7973f9899f2f73eef454abb320ddcc964dfe8870 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190901/express_route_port.py | [
"Apache-2.0"
] | Python | ether_type | pulumi.Output[str] | def ether_type(self) -> pulumi.Output[str]:
"""
Ether type of the physical port.
"""
return pulumi.get(self, "ether_type") |
Ether type of the physical port.
| Ether type of the physical port. | [
"Ether",
"type",
"of",
"the",
"physical",
"port",
"."
] | def ether_type(self) -> pulumi.Output[str]:
return pulumi.get(self, "ether_type") | [
"def",
"ether_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ether_type\"",
")"
] | Ether type of the physical port. | [
"Ether",
"type",
"of",
"the",
"physical",
"port",
"."
] | [
"\"\"\"\n Ether type of the physical port.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7973f9899f2f73eef454abb320ddcc964dfe8870 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190901/express_route_port.py | [
"Apache-2.0"
] | Python | links | pulumi.Output[Optional[Sequence['outputs.ExpressRouteLinkResponse']]] | def links(self) -> pulumi.Output[Optional[Sequence['outputs.ExpressRouteLinkResponse']]]:
"""
The set of physical links of the ExpressRoutePort resource.
"""
return pulumi.get(self, "links") |
The set of physical links of the ExpressRoutePort resource.
| The set of physical links of the ExpressRoutePort resource. | [
"The",
"set",
"of",
"physical",
"links",
"of",
"the",
"ExpressRoutePort",
"resource",
"."
] | def links(self) -> pulumi.Output[Optional[Sequence['outputs.ExpressRouteLinkResponse']]]:
return pulumi.get(self, "links") | [
"def",
"links",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ExpressRouteLinkResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"links\"",
")"
] | The set of physical links of the ExpressRoutePort resource. | [
"The",
"set",
"of",
"physical",
"links",
"of",
"the",
"ExpressRoutePort",
"resource",
"."
] | [
"\"\"\"\n The set of physical links of the ExpressRoutePort resource.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7973f9899f2f73eef454abb320ddcc964dfe8870 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190901/express_route_port.py | [
"Apache-2.0"
] | Python | provisioned_bandwidth_in_gbps | pulumi.Output[float] | def provisioned_bandwidth_in_gbps(self) -> pulumi.Output[float]:
"""
Aggregate Gbps of associated circuit bandwidths.
"""
return pulumi.get(self, "provisioned_bandwidth_in_gbps") |
Aggregate Gbps of associated circuit bandwidths.
| Aggregate Gbps of associated circuit bandwidths. | [
"Aggregate",
"Gbps",
"of",
"associated",
"circuit",
"bandwidths",
"."
] | def provisioned_bandwidth_in_gbps(self) -> pulumi.Output[float]:
return pulumi.get(self, "provisioned_bandwidth_in_gbps") | [
"def",
"provisioned_bandwidth_in_gbps",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"provisioned_bandwidth_in_gbps\"",
")"
] | Aggregate Gbps of associated circuit bandwidths. | [
"Aggregate",
"Gbps",
"of",
"associated",
"circuit",
"bandwidths",
"."
] | [
"\"\"\"\n Aggregate Gbps of associated circuit bandwidths.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7974c67a5c41f43b017a0a1312e8b2b84bbc6653 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20191201/packet_capture.py | [
"Apache-2.0"
] | Python | filters | pulumi.Output[Optional[Sequence['outputs.PacketCaptureFilterResponse']]] | def filters(self) -> pulumi.Output[Optional[Sequence['outputs.PacketCaptureFilterResponse']]]:
"""
A list of packet capture filters.
"""
return pulumi.get(self, "filters") |
A list of packet capture filters.
| A list of packet capture filters. | [
"A",
"list",
"of",
"packet",
"capture",
"filters",
"."
] | def filters(self) -> pulumi.Output[Optional[Sequence['outputs.PacketCaptureFilterResponse']]]:
return pulumi.get(self, "filters") | [
"def",
"filters",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.PacketCaptureFilterResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"filters\"",
")"
] | A list of packet capture filters. | [
"A",
"list",
"of",
"packet",
"capture",
"filters",
"."
] | [
"\"\"\"\n A list of packet capture filters.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7979be2ee6ba24008f8cbc5cc2cfd3f6fc26258a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170426/get_link.py | [
"Apache-2.0"
] | Python | mappings | Optional[Sequence['outputs.TypePropertiesMappingResponse']] | def mappings(self) -> Optional[Sequence['outputs.TypePropertiesMappingResponse']]:
"""
The set of properties mappings between the source and target Types.
"""
return pulumi.get(self, "mappings") |
The set of properties mappings between the source and target Types.
| The set of properties mappings between the source and target Types. | [
"The",
"set",
"of",
"properties",
"mappings",
"between",
"the",
"source",
"and",
"target",
"Types",
"."
] | def mappings(self) -> Optional[Sequence['outputs.TypePropertiesMappingResponse']]:
return pulumi.get(self, "mappings") | [
"def",
"mappings",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.TypePropertiesMappingResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"mappings\"",
")"
] | The set of properties mappings between the source and target Types. | [
"The",
"set",
"of",
"properties",
"mappings",
"between",
"the",
"source",
"and",
"target",
"Types",
"."
] | [
"\"\"\"\n The set of properties mappings between the source and target 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": []
} |
7979be2ee6ba24008f8cbc5cc2cfd3f6fc26258a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170426/get_link.py | [
"Apache-2.0"
] | Python | participant_property_references | Sequence['outputs.ParticipantPropertyReferenceResponse'] | def participant_property_references(self) -> Sequence['outputs.ParticipantPropertyReferenceResponse']:
"""
The properties that represent the participating profile.
"""
return pulumi.get(self, "participant_property_references") |
The properties that represent the participating profile.
| The properties that represent the participating profile. | [
"The",
"properties",
"that",
"represent",
"the",
"participating",
"profile",
"."
] | def participant_property_references(self) -> Sequence['outputs.ParticipantPropertyReferenceResponse']:
return pulumi.get(self, "participant_property_references") | [
"def",
"participant_property_references",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.ParticipantPropertyReferenceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"participant_property_references\"",
")"
] | The properties that represent the participating profile. | [
"The",
"properties",
"that",
"represent",
"the",
"participating",
"profile",
"."
] | [
"\"\"\"\n The properties that represent the participating profile.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7979be2ee6ba24008f8cbc5cc2cfd3f6fc26258a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170426/get_link.py | [
"Apache-2.0"
] | Python | reference_only | Optional[bool] | def reference_only(self) -> Optional[bool]:
"""
Indicating whether the link is reference only link. This flag is ignored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles.
"""
return pulumi.get(self, "r... |
Indicating whether the link is reference only link. This flag is ignored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles.
| Indicating whether the link is reference only link. This flag is ignored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles. | [
"Indicating",
"whether",
"the",
"link",
"is",
"reference",
"only",
"link",
".",
"This",
"flag",
"is",
"ignored",
"if",
"the",
"Mappings",
"are",
"defined",
".",
"If",
"the",
"mappings",
"are",
"not",
"defined",
"and",
"it",
"is",
"set",
"to",
"true",
"li... | def reference_only(self) -> Optional[bool]:
return pulumi.get(self, "reference_only") | [
"def",
"reference_only",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"reference_only\"",
")"
] | Indicating whether the link is reference only link. | [
"Indicating",
"whether",
"the",
"link",
"is",
"reference",
"only",
"link",
"."
] | [
"\"\"\"\n Indicating whether the link is reference only link. This flag is ignored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7979be2ee6ba24008f8cbc5cc2cfd3f6fc26258a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170426/get_link.py | [
"Apache-2.0"
] | Python | source_entity_type_name | str | def source_entity_type_name(self) -> str:
"""
Name of the source Entity Type.
"""
return pulumi.get(self, "source_entity_type_name") |
Name of the source Entity Type.
| Name of the source Entity Type. | [
"Name",
"of",
"the",
"source",
"Entity",
"Type",
"."
] | def source_entity_type_name(self) -> str:
return pulumi.get(self, "source_entity_type_name") | [
"def",
"source_entity_type_name",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_entity_type_name\"",
")"
] | Name of the source Entity Type. | [
"Name",
"of",
"the",
"source",
"Entity",
"Type",
"."
] | [
"\"\"\"\n Name of the source Entity Type.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7979be2ee6ba24008f8cbc5cc2cfd3f6fc26258a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170426/get_link.py | [
"Apache-2.0"
] | Python | target_entity_type_name | str | def target_entity_type_name(self) -> str:
"""
Name of the target Entity Type.
"""
return pulumi.get(self, "target_entity_type_name") |
Name of the target Entity Type.
| Name of the target Entity Type. | [
"Name",
"of",
"the",
"target",
"Entity",
"Type",
"."
] | def target_entity_type_name(self) -> str:
return pulumi.get(self, "target_entity_type_name") | [
"def",
"target_entity_type_name",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_entity_type_name\"",
")"
] | Name of the target Entity Type. | [
"Name",
"of",
"the",
"target",
"Entity",
"Type",
"."
] | [
"\"\"\"\n Name of the target Entity Type.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
797e829fb703643adcbd1202e48b29049b2b10a7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningservices/v20200301/list_machine_learning_compute_nodes.py | [
"Apache-2.0"
] | Python | nodes | Sequence['outputs.AmlComputeNodeInformationResponseResult'] | def nodes(self) -> Sequence['outputs.AmlComputeNodeInformationResponseResult']:
"""
The collection of returned AmlCompute nodes details.
"""
return pulumi.get(self, "nodes") |
The collection of returned AmlCompute nodes details.
| The collection of returned AmlCompute nodes details. | [
"The",
"collection",
"of",
"returned",
"AmlCompute",
"nodes",
"details",
"."
] | def nodes(self) -> Sequence['outputs.AmlComputeNodeInformationResponseResult']:
return pulumi.get(self, "nodes") | [
"def",
"nodes",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.AmlComputeNodeInformationResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"nodes\"",
")"
] | The collection of returned AmlCompute nodes details. | [
"The",
"collection",
"of",
"returned",
"AmlCompute",
"nodes",
"details",
"."
] | [
"\"\"\"\n The collection of returned AmlCompute nodes details.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
797e829fb703643adcbd1202e48b29049b2b10a7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningservices/v20200301/list_machine_learning_compute_nodes.py | [
"Apache-2.0"
] | Python | list_machine_learning_compute_nodes | AwaitableListMachineLearningComputeNodesResult | def list_machine_learning_compute_nodes(compute_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None... |
Compute node information related to a AmlCompute.
:param str compute_name: Name of the Azure Machine Learning compute.
:param str resource_group_name: Name of the resource group in which workspace is located.
:param str workspace_name: Name of Azure Machine Learning workspace.
| Compute node information related to a AmlCompute. | [
"Compute",
"node",
"information",
"related",
"to",
"a",
"AmlCompute",
"."
] | def list_machine_learning_compute_nodes(compute_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None... | [
"def",
"list_machine_learning_compute_nodes",
"(",
"compute_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"workspace_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
... | Compute node information related to a AmlCompute. | [
"Compute",
"node",
"information",
"related",
"to",
"a",
"AmlCompute",
"."
] | [
"\"\"\"\n Compute node information related to a AmlCompute.\n\n\n :param str compute_name: Name of the Azure Machine Learning compute.\n :param str resource_group_name: Name of the resource group in which workspace is located.\n :param str workspace_name: Name of Azure Machine Learning workspace.\n \... | [
{
"param": "compute_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": "compute_name",
"type": "Optional[str]",
"docstring": "Name of the Azure Machine Learning compute.",
"docstring_tokens": [
"Name",
"of",
"the",
"Azure",
"Machine",
"Learning",
... |
7983a0da6cec7e3c7e4b0767603794bbfe066595 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/list_connection_consent_links.py | [
"Apache-2.0"
] | Python | list_connection_consent_links | AwaitableListConnectionConsentLinksResult | def list_connection_consent_links(connection_name: Optional[str] = None,
parameters: Optional[Sequence[pulumi.InputType['ConsentLinkParameterDefinitionArgs']]] = None,
resource_group_name: Optional[str] = None,
subscri... |
Collection of consent links
Latest API Version: 2016-06-01.
:param str connection_name: Connection name
:param Sequence[pulumi.InputType['ConsentLinkParameterDefinitionArgs']] parameters: Collection of resources
:param str resource_group_name: The resource group
:param str subscription_id: Su... | Collection of consent links
Latest API Version: 2016-06-01. | [
"Collection",
"of",
"consent",
"links",
"Latest",
"API",
"Version",
":",
"2016",
"-",
"06",
"-",
"01",
"."
] | def list_connection_consent_links(connection_name: Optional[str] = None,
parameters: Optional[Sequence[pulumi.InputType['ConsentLinkParameterDefinitionArgs']]] = None,
resource_group_name: Optional[str] = None,
subscri... | [
"def",
"list_connection_consent_links",
"(",
"connection_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"parameters",
":",
"Optional",
"[",
"Sequence",
"[",
"pulumi",
".",
"InputType",
"[",
"'ConsentLinkParameterDefinitionArgs'",
"]",
"]",
"]",
"=",
... | Collection of consent links
Latest API Version: 2016-06-01. | [
"Collection",
"of",
"consent",
"links",
"Latest",
"API",
"Version",
":",
"2016",
"-",
"06",
"-",
"01",
"."
] | [
"\"\"\"\n Collection of consent links\n Latest API Version: 2016-06-01.\n\n\n :param str connection_name: Connection name\n :param Sequence[pulumi.InputType['ConsentLinkParameterDefinitionArgs']] parameters: Collection of resources\n :param str resource_group_name: The resource group\n :param str ... | [
{
"param": "connection_name",
"type": "Optional[str]"
},
{
"param": "parameters",
"type": "Optional[Sequence[pulumi.InputType['ConsentLinkParameterDefinitionArgs']]]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "subscription_id",
"type": "Op... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "connection_name",
"type": "Optional[str]",
"docstring": null,
"docstring_tokens": [
"None"
],
"default": null,
"is_optional": false
},
{
"identifier": "parameters",
"type": "Option... |
6ee5dc3f090d2b4929aba8f501df34138949275c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190701/get_bandwidth_schedule.py | [
"Apache-2.0"
] | Python | rate_in_mbps | int | def rate_in_mbps(self) -> 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) -> int:
return pulumi.get(self, "rate_in_mbps") | [
"def",
"rate_in_mbps",
"(",
"self",
")",
"->",
"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": []
} |
6ee5dc3f090d2b4929aba8f501df34138949275c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190701/get_bandwidth_schedule.py | [
"Apache-2.0"
] | Python | stop | str | def stop(self) -> 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) -> str:
return pulumi.get(self, "stop") | [
"def",
"stop",
"(",
"self",
")",
"->",
"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": []
} |
6ef4fa77fff176b19062bb3e1294ec463b18d5d0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/relay/v20170401/wcf_relay.py | [
"Apache-2.0"
] | Python | is_dynamic | pulumi.Output[bool] | def is_dynamic(self) -> pulumi.Output[bool]:
"""
Returns true if the relay is dynamic; otherwise, false.
"""
return pulumi.get(self, "is_dynamic") |
Returns true if the relay is dynamic; otherwise, false.
| Returns true if the relay is dynamic; otherwise, false. | [
"Returns",
"true",
"if",
"the",
"relay",
"is",
"dynamic",
";",
"otherwise",
"false",
"."
] | def is_dynamic(self) -> pulumi.Output[bool]:
return pulumi.get(self, "is_dynamic") | [
"def",
"is_dynamic",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_dynamic\"",
")"
] | Returns true if the relay is dynamic; otherwise, false. | [
"Returns",
"true",
"if",
"the",
"relay",
"is",
"dynamic",
";",
"otherwise",
"false",
"."
] | [
"\"\"\"\n Returns true if the relay is dynamic; otherwise, false.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6ef4fa77fff176b19062bb3e1294ec463b18d5d0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/relay/v20170401/wcf_relay.py | [
"Apache-2.0"
] | Python | requires_transport_security | pulumi.Output[Optional[bool]] | def requires_transport_security(self) -> pulumi.Output[Optional[bool]]:
"""
Returns true if transport security is needed for this relay; otherwise, false.
"""
return pulumi.get(self, "requires_transport_security") |
Returns true if transport security is needed for this relay; otherwise, false.
| Returns true if transport security is needed for this relay; otherwise, false. | [
"Returns",
"true",
"if",
"transport",
"security",
"is",
"needed",
"for",
"this",
"relay",
";",
"otherwise",
"false",
"."
] | def requires_transport_security(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "requires_transport_security") | [
"def",
"requires_transport_security",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"requires_transport_security\"",
")"
] | Returns true if transport security is needed for this relay; otherwise, false. | [
"Returns",
"true",
"if",
"transport",
"security",
"is",
"needed",
"for",
"this",
"relay",
";",
"otherwise",
"false",
"."
] | [
"\"\"\"\n Returns true if transport security is needed for this relay; otherwise, false.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
763389dafa5994e964241cb8d7dba83b5f155d81 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/get_connector.py | [
"Apache-2.0"
] | Python | provider_account_id | str | def provider_account_id(self) -> str:
"""
Connector providerAccountId (determined from credentials)
"""
return pulumi.get(self, "provider_account_id") |
Connector providerAccountId (determined from credentials)
| Connector providerAccountId (determined from credentials) | [
"Connector",
"providerAccountId",
"(",
"determined",
"from",
"credentials",
")"
] | def provider_account_id(self) -> str:
return pulumi.get(self, "provider_account_id") | [
"def",
"provider_account_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"provider_account_id\"",
")"
] | Connector providerAccountId (determined from credentials) | [
"Connector",
"providerAccountId",
"(",
"determined",
"from",
"credentials",
")"
] | [
"\"\"\"\n Connector providerAccountId (determined from credentials)\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
763389dafa5994e964241cb8d7dba83b5f155d81 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/get_connector.py | [
"Apache-2.0"
] | Python | report_id | Optional[str] | def report_id(self) -> Optional[str]:
"""
Identifying source report. (For AWS this is a CUR report name, defined with Daily and with Resources)
"""
return pulumi.get(self, "report_id") |
Identifying source report. (For AWS this is a CUR report name, defined with Daily and with Resources)
| Identifying source report. (For AWS this is a CUR report name, defined with Daily and with Resources) | [
"Identifying",
"source",
"report",
".",
"(",
"For",
"AWS",
"this",
"is",
"a",
"CUR",
"report",
"name",
"defined",
"with",
"Daily",
"and",
"with",
"Resources",
")"
] | def report_id(self) -> Optional[str]:
return pulumi.get(self, "report_id") | [
"def",
"report_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"report_id\"",
")"
] | Identifying source report. | [
"Identifying",
"source",
"report",
"."
] | [
"\"\"\"\n Identifying source report. (For AWS this is a CUR report name, defined with Daily and with Resources)\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
765a4b6d410726dcbebc94c948e919eb79b090fd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/list_app_service_plan_hybrid_connection_keys.py | [
"Apache-2.0"
] | Python | list_app_service_plan_hybrid_connection_keys | AwaitableListAppServicePlanHybridConnectionKeysResult | def list_app_service_plan_hybrid_connection_keys(name: Optional[str] = None,
namespace_name: Optional[str] = None,
relay_name: Optional[str] = None,
resource_group_name: Opt... |
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.
Latest API Version: 2020-10-01.
:param str name: Name of the App Service plan.
:param str namespace_name: The name of the Service Bus namespace.
:param str relay_name: The name of the Service Bus relay.
... | Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection. | [
"Hybrid",
"Connection",
"key",
"contract",
".",
"This",
"has",
"the",
"send",
"key",
"name",
"and",
"value",
"for",
"a",
"Hybrid",
"Connection",
"."
] | def list_app_service_plan_hybrid_connection_keys(name: Optional[str] = None,
namespace_name: Optional[str] = None,
relay_name: Optional[str] = None,
resource_group_name: Opt... | [
"def",
"list_app_service_plan_hybrid_connection_keys",
"(",
"name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"namespace_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"relay_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
... | Hybrid Connection key contract. | [
"Hybrid",
"Connection",
"key",
"contract",
"."
] | [
"\"\"\"\n Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.\n Latest API Version: 2020-10-01.\n\n\n :param str name: Name of the App Service plan.\n :param str namespace_name: The name of the Service Bus namespace.\n :param str relay_name: The name of the S... | [
{
"param": "name",
"type": "Optional[str]"
},
{
"param": "namespace_name",
"type": "Optional[str]"
},
{
"param": "relay_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.I... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "name",
"type": "Optional[str]",
"docstring": "Name of the App Service plan.",
"docstring_tokens": [
"Name",
"of",
"the",
"App",
"Service",
"plan",
"."
],
"def... |
dc63fd2cbf15fc022bcf6c1c73b6a8d965c6f94b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/edgeorder/v20201201preview/list_product_families.py | [
"Apache-2.0"
] | Python | list_product_families | AwaitableListProductFamiliesResult | def list_product_families(customer_subscription_details: Optional[pulumi.InputType['CustomerSubscriptionDetailsArgs']] = None,
expand: Optional[str] = None,
filterable_properties: Optional[Mapping[str, pulumi.InputType['FilterablePropertyArgs']]] = None,
... |
The list of product families.
:param pulumi.InputType['CustomerSubscriptionDetailsArgs'] customer_subscription_details: Customer subscription properties. Clients can display available products to unregistered customers by explicitly passing subscription details
:param str expand: $expand is supported on ... | The list of product families. | [
"The",
"list",
"of",
"product",
"families",
"."
] | def list_product_families(customer_subscription_details: Optional[pulumi.InputType['CustomerSubscriptionDetailsArgs']] = None,
expand: Optional[str] = None,
filterable_properties: Optional[Mapping[str, pulumi.InputType['FilterablePropertyArgs']]] = None,
... | [
"def",
"list_product_families",
"(",
"customer_subscription_details",
":",
"Optional",
"[",
"pulumi",
".",
"InputType",
"[",
"'CustomerSubscriptionDetailsArgs'",
"]",
"]",
"=",
"None",
",",
"expand",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"filterable_... | The list of product families. | [
"The",
"list",
"of",
"product",
"families",
"."
] | [
"\"\"\"\n The list of product families.\n\n\n :param pulumi.InputType['CustomerSubscriptionDetailsArgs'] customer_subscription_details: Customer subscription properties. Clients can display available products to unregistered customers by explicitly passing subscription details\n :param str expand: $expand ... | [
{
"param": "customer_subscription_details",
"type": "Optional[pulumi.InputType['CustomerSubscriptionDetailsArgs']]"
},
{
"param": "expand",
"type": "Optional[str]"
},
{
"param": "filterable_properties",
"type": "Optional[Mapping[str, pulumi.InputType['FilterablePropertyArgs']]]"
},... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "customer_subscription_details",
"type": "Optional[pulumi.InputType['CustomerSubscriptionDetailsArgs']]",
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
},
{
"identifie... |
607512e1c51849c09d3db33934243bcfd301e023 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20190101/get_api_management_service.py | [
"Apache-2.0"
] | Python | enable_client_certificate | Optional[bool] | def enable_client_certificate(self) -> Optional[bool]:
"""
Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.
""... |
Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.
| Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway. | [
"Property",
"only",
"meant",
"to",
"be",
"used",
"for",
"Consumption",
"SKU",
"Service",
".",
"This",
"enforces",
"a",
"client",
"certificate",
"to",
"be",
"presented",
"on",
"each",
"request",
"to",
"the",
"gateway",
".",
"This",
"also",
"enables",
"the",
... | def enable_client_certificate(self) -> Optional[bool]:
return pulumi.get(self, "enable_client_certificate") | [
"def",
"enable_client_certificate",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_client_certificate\"",
")"
] | Property only meant to be used for Consumption SKU Service. | [
"Property",
"only",
"meant",
"to",
"be",
"used",
"for",
"Consumption",
"SKU",
"Service",
"."
] | [
"\"\"\"\n Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6096089c7c8852cc5e29697006575ee60c95a3f1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20181201/list_batch_account_keys.py | [
"Apache-2.0"
] | Python | list_batch_account_keys | AwaitableListBatchAccountKeysResult | def list_batch_account_keys(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListBatchAccountKeysResult:
"""
A set of Azure Batch account keys.
:param str account_... |
A set of Azure Batch account keys.
:param str account_name: The name of the Batch account.
:param str resource_group_name: The name of the resource group that contains the Batch account.
| A set of Azure Batch account keys. | [
"A",
"set",
"of",
"Azure",
"Batch",
"account",
"keys",
"."
] | def list_batch_account_keys(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListBatchAccountKeysResult:
__args__ = dict()
__args__['accountName'] = account_name
__a... | [
"def",
"list_batch_account_keys",
"(",
"account_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
"N... | A set of Azure Batch account keys. | [
"A",
"set",
"of",
"Azure",
"Batch",
"account",
"keys",
"."
] | [
"\"\"\"\n A set of Azure Batch account keys.\n\n\n :param str account_name: The name of the Batch account.\n :param str resource_group_name: The name of the resource group that contains the Batch account.\n \"\"\""
] | [
{
"param": "account_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": "The name of the Batch account.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"Batch",
"account",
"."
],
... |
6097135a16f332767181e2b6ee04c5d508eff32d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/v20170801preview/get_iot_security_solution.py | [
"Apache-2.0"
] | Python | auto_discovered_resources | Sequence[str] | def auto_discovered_resources(self) -> Sequence[str]:
"""
List of resources that were automatically discovered as relevant to the security solution.
"""
return pulumi.get(self, "auto_discovered_resources") |
List of resources that were automatically discovered as relevant to the security solution.
| List of resources that were automatically discovered as relevant to the security solution. | [
"List",
"of",
"resources",
"that",
"were",
"automatically",
"discovered",
"as",
"relevant",
"to",
"the",
"security",
"solution",
"."
] | def auto_discovered_resources(self) -> Sequence[str]:
return pulumi.get(self, "auto_discovered_resources") | [
"def",
"auto_discovered_resources",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"auto_discovered_resources\"",
")"
] | List of resources that were automatically discovered as relevant to the security solution. | [
"List",
"of",
"resources",
"that",
"were",
"automatically",
"discovered",
"as",
"relevant",
"to",
"the",
"security",
"solution",
"."
] | [
"\"\"\"\n List of resources that were automatically discovered as relevant to the security 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": []
} |
6097135a16f332767181e2b6ee04c5d508eff32d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/v20170801preview/get_iot_security_solution.py | [
"Apache-2.0"
] | Python | disabled_data_sources | Optional[Sequence[str]] | def disabled_data_sources(self) -> Optional[Sequence[str]]:
"""
Disabled data sources. Disabling these data sources compromises the system.
"""
return pulumi.get(self, "disabled_data_sources") |
Disabled data sources. Disabling these data sources compromises the system.
| Disabled data sources. Disabling these data sources compromises the system. | [
"Disabled",
"data",
"sources",
".",
"Disabling",
"these",
"data",
"sources",
"compromises",
"the",
"system",
"."
] | def disabled_data_sources(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "disabled_data_sources") | [
"def",
"disabled_data_sources",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disabled_data_sources\"",
")"
] | Disabled data sources. | [
"Disabled",
"data",
"sources",
"."
] | [
"\"\"\"\n Disabled data sources. Disabling these data sources compromises the system.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6097135a16f332767181e2b6ee04c5d508eff32d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/v20170801preview/get_iot_security_solution.py | [
"Apache-2.0"
] | Python | export | Optional[Sequence[str]] | def export(self) -> Optional[Sequence[str]]:
"""
List of additional export to workspace data options
"""
return pulumi.get(self, "export") |
List of additional export to workspace data options
| List of additional export to workspace data options | [
"List",
"of",
"additional",
"export",
"to",
"workspace",
"data",
"options"
] | def export(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "export") | [
"def",
"export",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"export\"",
")"
] | List of additional export to workspace data options | [
"List",
"of",
"additional",
"export",
"to",
"workspace",
"data",
"options"
] | [
"\"\"\"\n List of additional export to workspace data 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": []
} |
6097135a16f332767181e2b6ee04c5d508eff32d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/v20170801preview/get_iot_security_solution.py | [
"Apache-2.0"
] | Python | user_defined_resources | Optional['outputs.UserDefinedResourcesPropertiesResponse'] | def user_defined_resources(self) -> Optional['outputs.UserDefinedResourcesPropertiesResponse']:
"""
Properties of the solution's user defined resources.
"""
return pulumi.get(self, "user_defined_resources") |
Properties of the solution's user defined resources.
| Properties of the solution's user defined resources. | [
"Properties",
"of",
"the",
"solution",
"'",
"s",
"user",
"defined",
"resources",
"."
] | def user_defined_resources(self) -> Optional['outputs.UserDefinedResourcesPropertiesResponse']:
return pulumi.get(self, "user_defined_resources") | [
"def",
"user_defined_resources",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.UserDefinedResourcesPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"user_defined_resources\"",
")"
] | Properties of the solution's user defined resources. | [
"Properties",
"of",
"the",
"solution",
"'",
"s",
"user",
"defined",
"resources",
"."
] | [
"\"\"\"\n Properties of the solution's user defined resources.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7581c5517eb87f91dcb1d61ee27a6ca666df09ec | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/latest/get_endpoint.py | [
"Apache-2.0"
] | Python | default_origin_group | Optional['outputs.ResourceReferenceResponse'] | def default_origin_group(self) -> Optional['outputs.ResourceReferenceResponse']:
"""
A reference to the origin group.
"""
return pulumi.get(self, "default_origin_group") |
A reference to the origin group.
| A reference to the origin group. | [
"A",
"reference",
"to",
"the",
"origin",
"group",
"."
] | def default_origin_group(self) -> Optional['outputs.ResourceReferenceResponse']:
return pulumi.get(self, "default_origin_group") | [
"def",
"default_origin_group",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ResourceReferenceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_origin_group\"",
")"
] | A reference to the origin group. | [
"A",
"reference",
"to",
"the",
"origin",
"group",
"."
] | [
"\"\"\"\n A reference to the origin 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": []
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.