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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8faf257f5b35a08c30e46fe5b5b29377ec7ea280 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/migrate/v20180901preview/get_migrate_project.py | [
"Apache-2.0"
] | Python | properties | 'outputs.MigrateProjectPropertiesResponse' | def properties(self) -> 'outputs.MigrateProjectPropertiesResponse':
"""
Gets or sets the nested properties.
"""
return pulumi.get(self, "properties") |
Gets or sets the nested properties.
| Gets or sets the nested properties. | [
"Gets",
"or",
"sets",
"the",
"nested",
"properties",
"."
] | def properties(self) -> 'outputs.MigrateProjectPropertiesResponse':
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"'outputs.MigrateProjectPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Gets or sets the nested properties. | [
"Gets",
"or",
"sets",
"the",
"nested",
"properties",
"."
] | [
"\"\"\"\n Gets or sets the nested 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": []
} |
8faf257f5b35a08c30e46fe5b5b29377ec7ea280 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/migrate/v20180901preview/get_migrate_project.py | [
"Apache-2.0"
] | Python | tags | Optional['outputs.MigrateProjectResponseTags'] | def tags(self) -> Optional['outputs.MigrateProjectResponseTags']:
"""
Gets or sets the tags.
"""
return pulumi.get(self, "tags") |
Gets or sets the tags.
| Gets or sets the tags. | [
"Gets",
"or",
"sets",
"the",
"tags",
"."
] | def tags(self) -> Optional['outputs.MigrateProjectResponseTags']:
return pulumi.get(self, "tags") | [
"def",
"tags",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.MigrateProjectResponseTags'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tags\"",
")"
] | Gets or sets the tags. | [
"Gets",
"or",
"sets",
"the",
"tags",
"."
] | [
"\"\"\"\n Gets or sets the tags.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8fb0fe7999a7bc55f31477a98ffa61e640612ba1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20180331/get_managed_cluster.py | [
"Apache-2.0"
] | Python | node_resource_group | str | def node_resource_group(self) -> str:
"""
Name of the resource group containing agent pool nodes.
"""
return pulumi.get(self, "node_resource_group") |
Name of the resource group containing agent pool nodes.
| Name of the resource group containing agent pool nodes. | [
"Name",
"of",
"the",
"resource",
"group",
"containing",
"agent",
"pool",
"nodes",
"."
] | def node_resource_group(self) -> str:
return pulumi.get(self, "node_resource_group") | [
"def",
"node_resource_group",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"node_resource_group\"",
")"
] | Name of the resource group containing agent pool nodes. | [
"Name",
"of",
"the",
"resource",
"group",
"containing",
"agent",
"pool",
"nodes",
"."
] | [
"\"\"\"\n Name of the resource group containing agent pool nodes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8fb24857112648242ed4ac497e951c7c4e1c9f56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20170901/get_record_set.py | [
"Apache-2.0"
] | Python | caa_records | Optional[Sequence['outputs.CaaRecordResponse']] | def caa_records(self) -> Optional[Sequence['outputs.CaaRecordResponse']]:
"""
The list of CAA records in the record set.
"""
return pulumi.get(self, "caa_records") |
The list of CAA records in the record set.
| The list of CAA records in the record set. | [
"The",
"list",
"of",
"CAA",
"records",
"in",
"the",
"record",
"set",
"."
] | def caa_records(self) -> Optional[Sequence['outputs.CaaRecordResponse']]:
return pulumi.get(self, "caa_records") | [
"def",
"caa_records",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.CaaRecordResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"caa_records\"",
")"
] | The list of CAA records in the record set. | [
"The",
"list",
"of",
"CAA",
"records",
"in",
"the",
"record",
"set",
"."
] | [
"\"\"\"\n The list of CAA records in the record set.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8fb24857112648242ed4ac497e951c7c4e1c9f56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20170901/get_record_set.py | [
"Apache-2.0"
] | Python | ns_records | Optional[Sequence['outputs.NsRecordResponse']] | def ns_records(self) -> Optional[Sequence['outputs.NsRecordResponse']]:
"""
The list of NS records in the record set.
"""
return pulumi.get(self, "ns_records") |
The list of NS records in the record set.
| The list of NS records in the record set. | [
"The",
"list",
"of",
"NS",
"records",
"in",
"the",
"record",
"set",
"."
] | def ns_records(self) -> Optional[Sequence['outputs.NsRecordResponse']]:
return pulumi.get(self, "ns_records") | [
"def",
"ns_records",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.NsRecordResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ns_records\"",
")"
] | The list of NS records in the record set. | [
"The",
"list",
"of",
"NS",
"records",
"in",
"the",
"record",
"set",
"."
] | [
"\"\"\"\n The list of NS records in the record set.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8fe14083406af5627f506e25540033e392dc9855 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200601/get_proximity_placement_group.py | [
"Apache-2.0"
] | Python | availability_sets | Sequence['outputs.SubResourceWithColocationStatusResponse'] | def availability_sets(self) -> Sequence['outputs.SubResourceWithColocationStatusResponse']:
"""
A list of references to all availability sets in the proximity placement group.
"""
return pulumi.get(self, "availability_sets") |
A list of references to all availability sets in the proximity placement group.
| A list of references to all availability sets in the proximity placement group. | [
"A",
"list",
"of",
"references",
"to",
"all",
"availability",
"sets",
"in",
"the",
"proximity",
"placement",
"group",
"."
] | def availability_sets(self) -> Sequence['outputs.SubResourceWithColocationStatusResponse']:
return pulumi.get(self, "availability_sets") | [
"def",
"availability_sets",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.SubResourceWithColocationStatusResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"availability_sets\"",
")"
] | A list of references to all availability sets in the proximity placement group. | [
"A",
"list",
"of",
"references",
"to",
"all",
"availability",
"sets",
"in",
"the",
"proximity",
"placement",
"group",
"."
] | [
"\"\"\"\n A list of references to all availability sets in the proximity placement group.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8fe14083406af5627f506e25540033e392dc9855 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200601/get_proximity_placement_group.py | [
"Apache-2.0"
] | Python | proximity_placement_group_type | Optional[str] | def proximity_placement_group_type(self) -> Optional[str]:
"""
Specifies the type of the proximity placement group. <br><br> Possible values are: <br><br> **Standard** : Co-locate resources within an Azure region or Availability Zone. <br><br> **Ultra** : For future use.
"""
return pulum... |
Specifies the type of the proximity placement group. <br><br> Possible values are: <br><br> **Standard** : Co-locate resources within an Azure region or Availability Zone. <br><br> **Ultra** : For future use.
| Specifies the type of the proximity placement group. Possible values are: **Standard** : Co-locate resources within an Azure region or Availability Zone. **Ultra** : For future use. | [
"Specifies",
"the",
"type",
"of",
"the",
"proximity",
"placement",
"group",
".",
"Possible",
"values",
"are",
":",
"**",
"Standard",
"**",
":",
"Co",
"-",
"locate",
"resources",
"within",
"an",
"Azure",
"region",
"or",
"Availability",
"Zone",
".",
"**",
"U... | def proximity_placement_group_type(self) -> Optional[str]:
return pulumi.get(self, "proximity_placement_group_type") | [
"def",
"proximity_placement_group_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"proximity_placement_group_type\"",
")"
] | Specifies the type of the proximity placement group. | [
"Specifies",
"the",
"type",
"of",
"the",
"proximity",
"placement",
"group",
"."
] | [
"\"\"\"\n Specifies the type of the proximity placement group. <br><br> Possible values are: <br><br> **Standard** : Co-locate resources within an Azure region or Availability Zone. <br><br> **Ultra** : For future use.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8fe14083406af5627f506e25540033e392dc9855 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200601/get_proximity_placement_group.py | [
"Apache-2.0"
] | Python | virtual_machine_scale_sets | Sequence['outputs.SubResourceWithColocationStatusResponse'] | def virtual_machine_scale_sets(self) -> Sequence['outputs.SubResourceWithColocationStatusResponse']:
"""
A list of references to all virtual machine scale sets in the proximity placement group.
"""
return pulumi.get(self, "virtual_machine_scale_sets") |
A list of references to all virtual machine scale sets in the proximity placement group.
| A list of references to all virtual machine scale sets in the proximity placement group. | [
"A",
"list",
"of",
"references",
"to",
"all",
"virtual",
"machine",
"scale",
"sets",
"in",
"the",
"proximity",
"placement",
"group",
"."
] | def virtual_machine_scale_sets(self) -> Sequence['outputs.SubResourceWithColocationStatusResponse']:
return pulumi.get(self, "virtual_machine_scale_sets") | [
"def",
"virtual_machine_scale_sets",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.SubResourceWithColocationStatusResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_machine_scale_sets\"",
")"
] | A list of references to all virtual machine scale sets in the proximity placement group. | [
"A",
"list",
"of",
"references",
"to",
"all",
"virtual",
"machine",
"scale",
"sets",
"in",
"the",
"proximity",
"placement",
"group",
"."
] | [
"\"\"\"\n A list of references to all virtual machine scale sets in the proximity placement group.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8fe14083406af5627f506e25540033e392dc9855 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200601/get_proximity_placement_group.py | [
"Apache-2.0"
] | Python | virtual_machines | Sequence['outputs.SubResourceWithColocationStatusResponse'] | def virtual_machines(self) -> Sequence['outputs.SubResourceWithColocationStatusResponse']:
"""
A list of references to all virtual machines in the proximity placement group.
"""
return pulumi.get(self, "virtual_machines") |
A list of references to all virtual machines in the proximity placement group.
| A list of references to all virtual machines in the proximity placement group. | [
"A",
"list",
"of",
"references",
"to",
"all",
"virtual",
"machines",
"in",
"the",
"proximity",
"placement",
"group",
"."
] | def virtual_machines(self) -> Sequence['outputs.SubResourceWithColocationStatusResponse']:
return pulumi.get(self, "virtual_machines") | [
"def",
"virtual_machines",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.SubResourceWithColocationStatusResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_machines\"",
")"
] | A list of references to all virtual machines in the proximity placement group. | [
"A",
"list",
"of",
"references",
"to",
"all",
"virtual",
"machines",
"in",
"the",
"proximity",
"placement",
"group",
"."
] | [
"\"\"\"\n A list of references to all virtual machines in the proximity placement group.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f0464f6dd464ff75f52d9df5ede1eddae34637b3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20200501/list_asset_container_sas.py | [
"Apache-2.0"
] | Python | asset_container_sas_urls | Optional[Sequence[str]] | def asset_container_sas_urls(self) -> Optional[Sequence[str]]:
"""
The list of Asset container SAS URLs.
"""
return pulumi.get(self, "asset_container_sas_urls") |
The list of Asset container SAS URLs.
| The list of Asset container SAS URLs. | [
"The",
"list",
"of",
"Asset",
"container",
"SAS",
"URLs",
"."
] | def asset_container_sas_urls(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "asset_container_sas_urls") | [
"def",
"asset_container_sas_urls",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"asset_container_sas_urls\"",
")"
] | The list of Asset container SAS URLs. | [
"The",
"list",
"of",
"Asset",
"container",
"SAS",
"URLs",
"."
] | [
"\"\"\"\n The list of Asset container SAS URLs.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f0464f6dd464ff75f52d9df5ede1eddae34637b3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20200501/list_asset_container_sas.py | [
"Apache-2.0"
] | Python | list_asset_container_sas | AwaitableListAssetContainerSasResult | def list_asset_container_sas(account_name: Optional[str] = None,
asset_name: Optional[str] = None,
expiry_time: Optional[str] = None,
permissions: Optional[Union[str, 'AssetContainerPermission']] = None,
... |
The Asset Storage container SAS URLs.
:param str account_name: The Media Services account name.
:param str asset_name: The Asset name.
:param str expiry_time: The SAS URL expiration time. This must be less than 24 hours from the current time.
:param Union[str, 'AssetContainerPermission'] permiss... | The Asset Storage container SAS URLs.
:param str account_name: The Media Services account name.
:param str asset_name: The Asset name.
:param str expiry_time: The SAS URL expiration time. This must be less than 24 hours from the current time.
:param Union[str, 'AssetContainerPermission'] permissions: The permissions t... | [
"The",
"Asset",
"Storage",
"container",
"SAS",
"URLs",
".",
":",
"param",
"str",
"account_name",
":",
"The",
"Media",
"Services",
"account",
"name",
".",
":",
"param",
"str",
"asset_name",
":",
"The",
"Asset",
"name",
".",
":",
"param",
"str",
"expiry_time... | def list_asset_container_sas(account_name: Optional[str] = None,
asset_name: Optional[str] = None,
expiry_time: Optional[str] = None,
permissions: Optional[Union[str, 'AssetContainerPermission']] = None,
... | [
"def",
"list_asset_container_sas",
"(",
"account_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"asset_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"expiry_time",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"permissions",
... | The Asset Storage container SAS URLs. | [
"The",
"Asset",
"Storage",
"container",
"SAS",
"URLs",
"."
] | [
"\"\"\"\n The Asset Storage container SAS URLs.\n\n\n :param str account_name: The Media Services account name.\n :param str asset_name: The Asset name.\n :param str expiry_time: The SAS URL expiration time. This must be less than 24 hours from the current time.\n :param Union[str, 'AssetContainerPe... | [
{
"param": "account_name",
"type": "Optional[str]"
},
{
"param": "asset_name",
"type": "Optional[str]"
},
{
"param": "expiry_time",
"type": "Optional[str]"
},
{
"param": "permissions",
"type": "Optional[Union[str, 'AssetContainerPermission']]"
},
{
"param": "resou... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "account_name",
"type": "Optional[str]",
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
},
{
"identifier": "asset_name",
"type": "Optional[str]",
"docstring... |
f04edfd3e7af2eb4c032f04feb6b0e05986332b4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/load_balancer_backend_address_pool.py | [
"Apache-2.0"
] | Python | backend_ip_configurations | pulumi.Output[Sequence['outputs.NetworkInterfaceIPConfigurationResponse']] | def backend_ip_configurations(self) -> pulumi.Output[Sequence['outputs.NetworkInterfaceIPConfigurationResponse']]:
"""
An array of references to IP addresses defined in network interfaces.
"""
return pulumi.get(self, "backend_ip_configurations") |
An array of references to IP addresses defined in network interfaces.
| An array of references to IP addresses defined in network interfaces. | [
"An",
"array",
"of",
"references",
"to",
"IP",
"addresses",
"defined",
"in",
"network",
"interfaces",
"."
] | def backend_ip_configurations(self) -> pulumi.Output[Sequence['outputs.NetworkInterfaceIPConfigurationResponse']]:
return pulumi.get(self, "backend_ip_configurations") | [
"def",
"backend_ip_configurations",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.NetworkInterfaceIPConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"backend_ip_configurations\"",
")"
] | An array of references to IP addresses defined in network interfaces. | [
"An",
"array",
"of",
"references",
"to",
"IP",
"addresses",
"defined",
"in",
"network",
"interfaces",
"."
] | [
"\"\"\"\n An array of references to IP addresses defined in network interfaces.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f04edfd3e7af2eb4c032f04feb6b0e05986332b4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/load_balancer_backend_address_pool.py | [
"Apache-2.0"
] | Python | load_balancer_backend_addresses | pulumi.Output[Optional[Sequence['outputs.LoadBalancerBackendAddressResponse']]] | def load_balancer_backend_addresses(self) -> pulumi.Output[Optional[Sequence['outputs.LoadBalancerBackendAddressResponse']]]:
"""
An array of backend addresses.
"""
return pulumi.get(self, "load_balancer_backend_addresses") |
An array of backend addresses.
| An array of backend addresses. | [
"An",
"array",
"of",
"backend",
"addresses",
"."
] | def load_balancer_backend_addresses(self) -> pulumi.Output[Optional[Sequence['outputs.LoadBalancerBackendAddressResponse']]]:
return pulumi.get(self, "load_balancer_backend_addresses") | [
"def",
"load_balancer_backend_addresses",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.LoadBalancerBackendAddressResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"load_balancer... | An array of backend addresses. | [
"An",
"array",
"of",
"backend",
"addresses",
"."
] | [
"\"\"\"\n An array of backend addresses.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f04edfd3e7af2eb4c032f04feb6b0e05986332b4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/load_balancer_backend_address_pool.py | [
"Apache-2.0"
] | Python | load_balancing_rules | pulumi.Output[Sequence['outputs.SubResourceResponse']] | def load_balancing_rules(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
"""
An array of references to load balancing rules that use this backend address pool.
"""
return pulumi.get(self, "load_balancing_rules") |
An array of references to load balancing rules that use this backend address pool.
| An array of references to load balancing rules that use this backend address pool. | [
"An",
"array",
"of",
"references",
"to",
"load",
"balancing",
"rules",
"that",
"use",
"this",
"backend",
"address",
"pool",
"."
] | def load_balancing_rules(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
return pulumi.get(self, "load_balancing_rules") | [
"def",
"load_balancing_rules",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"load_balancing_rules\"",
")"
] | An array of references to load balancing rules that use this backend address pool. | [
"An",
"array",
"of",
"references",
"to",
"load",
"balancing",
"rules",
"that",
"use",
"this",
"backend",
"address",
"pool",
"."
] | [
"\"\"\"\n An array of references to load balancing rules that use this backend address pool.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f04edfd3e7af2eb4c032f04feb6b0e05986332b4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/load_balancer_backend_address_pool.py | [
"Apache-2.0"
] | Python | outbound_rule | pulumi.Output['outputs.SubResourceResponse'] | def outbound_rule(self) -> pulumi.Output['outputs.SubResourceResponse']:
"""
A reference to an outbound rule that uses this backend address pool.
"""
return pulumi.get(self, "outbound_rule") |
A reference to an outbound rule that uses this backend address pool.
| A reference to an outbound rule that uses this backend address pool. | [
"A",
"reference",
"to",
"an",
"outbound",
"rule",
"that",
"uses",
"this",
"backend",
"address",
"pool",
"."
] | def outbound_rule(self) -> pulumi.Output['outputs.SubResourceResponse']:
return pulumi.get(self, "outbound_rule") | [
"def",
"outbound_rule",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"outbound_rule\"",
")"
] | A reference to an outbound rule that uses this backend address pool. | [
"A",
"reference",
"to",
"an",
"outbound",
"rule",
"that",
"uses",
"this",
"backend",
"address",
"pool",
"."
] | [
"\"\"\"\n A reference to an outbound rule that uses this backend address pool.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f04edfd3e7af2eb4c032f04feb6b0e05986332b4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/load_balancer_backend_address_pool.py | [
"Apache-2.0"
] | Python | outbound_rules | pulumi.Output[Sequence['outputs.SubResourceResponse']] | def outbound_rules(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
"""
An array of references to outbound rules that use this backend address pool.
"""
return pulumi.get(self, "outbound_rules") |
An array of references to outbound rules that use this backend address pool.
| An array of references to outbound rules that use this backend address pool. | [
"An",
"array",
"of",
"references",
"to",
"outbound",
"rules",
"that",
"use",
"this",
"backend",
"address",
"pool",
"."
] | def outbound_rules(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
return pulumi.get(self, "outbound_rules") | [
"def",
"outbound_rules",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"outbound_rules\"",
")"
] | An array of references to outbound rules that use this backend address pool. | [
"An",
"array",
"of",
"references",
"to",
"outbound",
"rules",
"that",
"use",
"this",
"backend",
"address",
"pool",
"."
] | [
"\"\"\"\n An array of references to outbound rules that use this backend address pool.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f04ee60ae28ba40da140b6f554a15a5da037e1bf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/get_connection.py | [
"Apache-2.0"
] | Python | connection_type | Optional['outputs.ConnectionTypeAssociationPropertyResponse'] | def connection_type(self) -> Optional['outputs.ConnectionTypeAssociationPropertyResponse']:
"""
Gets or sets the connectionType of the connection.
"""
return pulumi.get(self, "connection_type") |
Gets or sets the connectionType of the connection.
| Gets or sets the connectionType of the connection. | [
"Gets",
"or",
"sets",
"the",
"connectionType",
"of",
"the",
"connection",
"."
] | def connection_type(self) -> Optional['outputs.ConnectionTypeAssociationPropertyResponse']:
return pulumi.get(self, "connection_type") | [
"def",
"connection_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ConnectionTypeAssociationPropertyResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"connection_type\"",
")"
] | Gets or sets the connectionType of the connection. | [
"Gets",
"or",
"sets",
"the",
"connectionType",
"of",
"the",
"connection",
"."
] | [
"\"\"\"\n Gets or sets the connectionType of the connection.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f04ee60ae28ba40da140b6f554a15a5da037e1bf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/get_connection.py | [
"Apache-2.0"
] | Python | field_definition_values | Mapping[str, str] | def field_definition_values(self) -> Mapping[str, str]:
"""
Gets the field definition values of the connection.
"""
return pulumi.get(self, "field_definition_values") |
Gets the field definition values of the connection.
| Gets the field definition values of the connection. | [
"Gets",
"the",
"field",
"definition",
"values",
"of",
"the",
"connection",
"."
] | def field_definition_values(self) -> Mapping[str, str]:
return pulumi.get(self, "field_definition_values") | [
"def",
"field_definition_values",
"(",
"self",
")",
"->",
"Mapping",
"[",
"str",
",",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"field_definition_values\"",
")"
] | Gets the field definition values of the connection. | [
"Gets",
"the",
"field",
"definition",
"values",
"of",
"the",
"connection",
"."
] | [
"\"\"\"\n Gets the field definition values of the connection.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f0540e8a02702e1ecd9bda0a4446807802e38fb3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/v20200401/list_notebook_workspace_connection_info.py | [
"Apache-2.0"
] | Python | list_notebook_workspace_connection_info | AwaitableListNotebookWorkspaceConnectionInfoResult | def list_notebook_workspace_connection_info(account_name: Optional[str] = None,
notebook_workspace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pul... |
The connection info for the given notebook workspace
:param str account_name: Cosmos DB database account name.
:param str notebook_workspace_name: The name of the notebook workspace resource.
:param str resource_group_name: The name of the resource group. The name is case insensitive.
| The connection info for the given notebook workspace | [
"The",
"connection",
"info",
"for",
"the",
"given",
"notebook",
"workspace"
] | def list_notebook_workspace_connection_info(account_name: Optional[str] = None,
notebook_workspace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pul... | [
"def",
"list_notebook_workspace_connection_info",
"(",
"account_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"notebook_workspace_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"="... | The connection info for the given notebook workspace | [
"The",
"connection",
"info",
"for",
"the",
"given",
"notebook",
"workspace"
] | [
"\"\"\"\n The connection info for the given notebook workspace\n\n\n :param str account_name: Cosmos DB database account name.\n :param str notebook_workspace_name: The name of the notebook workspace resource.\n :param str resource_group_name: The name of the resource group. The name is case insensitive... | [
{
"param": "account_name",
"type": "Optional[str]"
},
{
"param": "notebook_workspace_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "account_name",
"type": "Optional[str]",
"docstring": "Cosmos DB database account name.",
"docstring_tokens": [
"Cosmos",
"DB",
"database",
"account",
"name",
"."
],
"... |
f055149622a04801691479b23a6fec1a2ffb65a2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/latest/_inputs.py | [
"Apache-2.0"
] | Python | dataset | Optional[pulumi.Input['ReportConfigDatasetArgs']] | def dataset(self) -> Optional[pulumi.Input['ReportConfigDatasetArgs']]:
"""
Has definition for data in this report config.
"""
return pulumi.get(self, "dataset") |
Has definition for data in this report config.
| Has definition for data in this report config. | [
"Has",
"definition",
"for",
"data",
"in",
"this",
"report",
"config",
"."
] | def dataset(self) -> Optional[pulumi.Input['ReportConfigDatasetArgs']]:
return pulumi.get(self, "dataset") | [
"def",
"dataset",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'ReportConfigDatasetArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dataset\"",
")"
] | Has definition for data in this report config. | [
"Has",
"definition",
"for",
"data",
"in",
"this",
"report",
"config",
"."
] | [
"\"\"\"\n Has definition for data in this report config.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f055149622a04801691479b23a6fec1a2ffb65a2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/latest/_inputs.py | [
"Apache-2.0"
] | Python | time_period | Optional[pulumi.Input['ReportConfigTimePeriodArgs']] | def time_period(self) -> Optional[pulumi.Input['ReportConfigTimePeriodArgs']]:
"""
Has time period for pulling data for the report.
"""
return pulumi.get(self, "time_period") |
Has time period for pulling data for the report.
| Has time period for pulling data for the report. | [
"Has",
"time",
"period",
"for",
"pulling",
"data",
"for",
"the",
"report",
"."
] | def time_period(self) -> Optional[pulumi.Input['ReportConfigTimePeriodArgs']]:
return pulumi.get(self, "time_period") | [
"def",
"time_period",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'ReportConfigTimePeriodArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"time_period\"",
")"
] | Has time period for pulling data for the report. | [
"Has",
"time",
"period",
"for",
"pulling",
"data",
"for",
"the",
"report",
"."
] | [
"\"\"\"\n Has time period for pulling data for the report.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f055149622a04801691479b23a6fec1a2ffb65a2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/latest/_inputs.py | [
"Apache-2.0"
] | Python | destination | pulumi.Input['ReportConfigDeliveryDestinationArgs'] | def destination(self) -> pulumi.Input['ReportConfigDeliveryDestinationArgs']:
"""
Has destination for the report being delivered.
"""
return pulumi.get(self, "destination") |
Has destination for the report being delivered.
| Has destination for the report being delivered. | [
"Has",
"destination",
"for",
"the",
"report",
"being",
"delivered",
"."
] | def destination(self) -> pulumi.Input['ReportConfigDeliveryDestinationArgs']:
return pulumi.get(self, "destination") | [
"def",
"destination",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"'ReportConfigDeliveryDestinationArgs'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"destination\"",
")"
] | Has destination for the report being delivered. | [
"Has",
"destination",
"for",
"the",
"report",
"being",
"delivered",
"."
] | [
"\"\"\"\n Has destination for the report being delivered.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f055149622a04801691479b23a6fec1a2ffb65a2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/latest/_inputs.py | [
"Apache-2.0"
] | Python | recurrence_period | pulumi.Input['ReportConfigRecurrencePeriodArgs'] | def recurrence_period(self) -> pulumi.Input['ReportConfigRecurrencePeriodArgs']:
"""
Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.
"""
return pulumi.get(self, "recurrence_period") |
Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.
| Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date. | [
"Has",
"start",
"and",
"end",
"date",
"of",
"the",
"recurrence",
".",
"The",
"start",
"date",
"must",
"be",
"in",
"future",
".",
"If",
"present",
"the",
"end",
"date",
"must",
"be",
"greater",
"than",
"start",
"date",
"."
] | def recurrence_period(self) -> pulumi.Input['ReportConfigRecurrencePeriodArgs']:
return pulumi.get(self, "recurrence_period") | [
"def",
"recurrence_period",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"'ReportConfigRecurrencePeriodArgs'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"recurrence_period\"",
")"
] | Has start and end date of the recurrence. | [
"Has",
"start",
"and",
"end",
"date",
"of",
"the",
"recurrence",
"."
] | [
"\"\"\"\n Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
360bf30d67f12b23d15f1e100561e64b2d0998f6 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devices/latest/list_iot_dps_resource_keys.py | [
"Apache-2.0"
] | Python | list_iot_dps_resource_keys | AwaitableListIotDpsResourceKeysResult | def list_iot_dps_resource_keys(provisioning_service_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListIotDpsResourceKeysResult:
"""
List of shared access keys.
Late... |
List of shared access keys.
Latest API Version: 2020-03-01.
:param str provisioning_service_name: The provisioning service name to get the shared access keys for.
:param str resource_group_name: resource group name
| List of shared access keys. | [
"List",
"of",
"shared",
"access",
"keys",
"."
] | def list_iot_dps_resource_keys(provisioning_service_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListIotDpsResourceKeysResult:
pulumi.log.warn("list_iot_dps_resource_keys ... | [
"def",
"list_iot_dps_resource_keys",
"(",
"provisioning_service_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
... | List of shared access keys. | [
"List",
"of",
"shared",
"access",
"keys",
"."
] | [
"\"\"\"\n List of shared access keys.\n Latest API Version: 2020-03-01.\n\n\n :param str provisioning_service_name: The provisioning service name to get the shared access keys for.\n :param str resource_group_name: resource group name\n \"\"\""
] | [
{
"param": "provisioning_service_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "provisioning_service_name",
"type": "Optional[str]",
"docstring": "The provisioning service name to get the shared access keys for.",
"docstring_tokens": [
"The",
"provisioning",
"service",
"nam... |
4c0f42e38fe34fe16772ef0113801aea2539dbd7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/gateway.py | [
"Apache-2.0"
] | Python | destination_network | pulumi.Output['outputs.NetworkRefResponse'] | def destination_network(self) -> pulumi.Output['outputs.NetworkRefResponse']:
"""
Network that the Application is using.
"""
return pulumi.get(self, "destination_network") |
Network that the Application is using.
| Network that the Application is using. | [
"Network",
"that",
"the",
"Application",
"is",
"using",
"."
] | def destination_network(self) -> pulumi.Output['outputs.NetworkRefResponse']:
return pulumi.get(self, "destination_network") | [
"def",
"destination_network",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.NetworkRefResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"destination_network\"",
")"
] | Network that the Application is using. | [
"Network",
"that",
"the",
"Application",
"is",
"using",
"."
] | [
"\"\"\"\n Network that the Application is using.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c0f42e38fe34fe16772ef0113801aea2539dbd7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/gateway.py | [
"Apache-2.0"
] | Python | http | pulumi.Output[Optional[Sequence['outputs.HttpConfigResponse']]] | def http(self) -> pulumi.Output[Optional[Sequence['outputs.HttpConfigResponse']]]:
"""
Configuration for http connectivity for this gateway.
"""
return pulumi.get(self, "http") |
Configuration for http connectivity for this gateway.
| Configuration for http connectivity for this gateway. | [
"Configuration",
"for",
"http",
"connectivity",
"for",
"this",
"gateway",
"."
] | def http(self) -> pulumi.Output[Optional[Sequence['outputs.HttpConfigResponse']]]:
return pulumi.get(self, "http") | [
"def",
"http",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.HttpConfigResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"http\"",
")"
] | Configuration for http connectivity for this gateway. | [
"Configuration",
"for",
"http",
"connectivity",
"for",
"this",
"gateway",
"."
] | [
"\"\"\"\n Configuration for http connectivity for this 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": []
} |
4c0f42e38fe34fe16772ef0113801aea2539dbd7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/gateway.py | [
"Apache-2.0"
] | Python | source_network | pulumi.Output['outputs.NetworkRefResponse'] | def source_network(self) -> pulumi.Output['outputs.NetworkRefResponse']:
"""
Network the gateway should listen on for requests.
"""
return pulumi.get(self, "source_network") |
Network the gateway should listen on for requests.
| Network the gateway should listen on for requests. | [
"Network",
"the",
"gateway",
"should",
"listen",
"on",
"for",
"requests",
"."
] | def source_network(self) -> pulumi.Output['outputs.NetworkRefResponse']:
return pulumi.get(self, "source_network") | [
"def",
"source_network",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.NetworkRefResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_network\"",
")"
] | Network the gateway should listen on for requests. | [
"Network",
"the",
"gateway",
"should",
"listen",
"on",
"for",
"requests",
"."
] | [
"\"\"\"\n Network the gateway should listen on for requests.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c0f42e38fe34fe16772ef0113801aea2539dbd7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/gateway.py | [
"Apache-2.0"
] | Python | tcp | pulumi.Output[Optional[Sequence['outputs.TcpConfigResponse']]] | def tcp(self) -> pulumi.Output[Optional[Sequence['outputs.TcpConfigResponse']]]:
"""
Configuration for tcp connectivity for this gateway.
"""
return pulumi.get(self, "tcp") |
Configuration for tcp connectivity for this gateway.
| Configuration for tcp connectivity for this gateway. | [
"Configuration",
"for",
"tcp",
"connectivity",
"for",
"this",
"gateway",
"."
] | def tcp(self) -> pulumi.Output[Optional[Sequence['outputs.TcpConfigResponse']]]:
return pulumi.get(self, "tcp") | [
"def",
"tcp",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.TcpConfigResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tcp\"",
")"
] | Configuration for tcp connectivity for this gateway. | [
"Configuration",
"for",
"tcp",
"connectivity",
"for",
"this",
"gateway",
"."
] | [
"\"\"\"\n Configuration for tcp connectivity for this 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": []
} |
4c239d53f65b5f264819bf762d00928a210fac97 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/get_msix_package.py | [
"Apache-2.0"
] | Python | image_path | Optional[str] | def image_path(self) -> Optional[str]:
"""
VHD/CIM image path on Network Share.
"""
return pulumi.get(self, "image_path") |
VHD/CIM image path on Network Share.
| VHD/CIM image path on Network Share. | [
"VHD",
"/",
"CIM",
"image",
"path",
"on",
"Network",
"Share",
"."
] | def image_path(self) -> Optional[str]:
return pulumi.get(self, "image_path") | [
"def",
"image_path",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"image_path\"",
")"
] | VHD/CIM image path on Network Share. | [
"VHD",
"/",
"CIM",
"image",
"path",
"on",
"Network",
"Share",
"."
] | [
"\"\"\"\n VHD/CIM image path on Network Share.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c239d53f65b5f264819bf762d00928a210fac97 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/get_msix_package.py | [
"Apache-2.0"
] | Python | last_updated | Optional[str] | def last_updated(self) -> Optional[str]:
"""
Date Package was last updated, found in the appxmanifest.xml.
"""
return pulumi.get(self, "last_updated") |
Date Package was last updated, found in the appxmanifest.xml.
| Date Package was last updated, found in the appxmanifest.xml. | [
"Date",
"Package",
"was",
"last",
"updated",
"found",
"in",
"the",
"appxmanifest",
".",
"xml",
"."
] | def last_updated(self) -> Optional[str]:
return pulumi.get(self, "last_updated") | [
"def",
"last_updated",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_updated\"",
")"
] | Date Package was last updated, found in the appxmanifest.xml. | [
"Date",
"Package",
"was",
"last",
"updated",
"found",
"in",
"the",
"appxmanifest",
".",
"xml",
"."
] | [
"\"\"\"\n Date Package was last updated, found in the appxmanifest.xml. \n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c239d53f65b5f264819bf762d00928a210fac97 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/get_msix_package.py | [
"Apache-2.0"
] | Python | package_family_name | Optional[str] | def package_family_name(self) -> Optional[str]:
"""
Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name.
"""
return pulumi.get(self, "package_family_name") |
Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name.
| Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name. | [
"Package",
"Family",
"Name",
"from",
"appxmanifest",
".",
"xml",
".",
"Contains",
"Package",
"Name",
"and",
"Publisher",
"name",
"."
] | def package_family_name(self) -> Optional[str]:
return pulumi.get(self, "package_family_name") | [
"def",
"package_family_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"package_family_name\"",
")"
] | Package Family Name from appxmanifest.xml. | [
"Package",
"Family",
"Name",
"from",
"appxmanifest",
".",
"xml",
"."
] | [
"\"\"\"\n Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name. \n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c239d53f65b5f264819bf762d00928a210fac97 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/get_msix_package.py | [
"Apache-2.0"
] | Python | package_relative_path | Optional[str] | def package_relative_path(self) -> Optional[str]:
"""
Relative Path to the package inside the image.
"""
return pulumi.get(self, "package_relative_path") |
Relative Path to the package inside the image.
| Relative Path to the package inside the image. | [
"Relative",
"Path",
"to",
"the",
"package",
"inside",
"the",
"image",
"."
] | def package_relative_path(self) -> Optional[str]:
return pulumi.get(self, "package_relative_path") | [
"def",
"package_relative_path",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"package_relative_path\"",
")"
] | Relative Path to the package inside the image. | [
"Relative",
"Path",
"to",
"the",
"package",
"inside",
"the",
"image",
"."
] | [
"\"\"\"\n Relative Path to the package inside the image. \n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
67cc4eed4577ea4354734ad4489b6ce78b8fe75b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/watchlist.py | [
"Apache-2.0"
] | Python | default_duration | pulumi.Output[Optional[str]] | def default_duration(self) -> pulumi.Output[Optional[str]]:
"""
The default duration of a watchlist (in ISO 8601 duration format)
"""
return pulumi.get(self, "default_duration") |
The default duration of a watchlist (in ISO 8601 duration format)
| The default duration of a watchlist (in ISO 8601 duration format) | [
"The",
"default",
"duration",
"of",
"a",
"watchlist",
"(",
"in",
"ISO",
"8601",
"duration",
"format",
")"
] | def default_duration(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "default_duration") | [
"def",
"default_duration",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_duration\"",
")"
] | The default duration of a watchlist (in ISO 8601 duration format) | [
"The",
"default",
"duration",
"of",
"a",
"watchlist",
"(",
"in",
"ISO",
"8601",
"duration",
"format",
")"
] | [
"\"\"\"\n The default duration of a watchlist (in ISO 8601 duration format)\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
67cc4eed4577ea4354734ad4489b6ce78b8fe75b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/watchlist.py | [
"Apache-2.0"
] | Python | number_of_lines_to_skip | pulumi.Output[Optional[int]] | def number_of_lines_to_skip(self) -> pulumi.Output[Optional[int]]:
"""
The number of lines in a csv/tsv content to skip before the header
"""
return pulumi.get(self, "number_of_lines_to_skip") |
The number of lines in a csv/tsv content to skip before the header
| The number of lines in a csv/tsv content to skip before the header | [
"The",
"number",
"of",
"lines",
"in",
"a",
"csv",
"/",
"tsv",
"content",
"to",
"skip",
"before",
"the",
"header"
] | def number_of_lines_to_skip(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "number_of_lines_to_skip") | [
"def",
"number_of_lines_to_skip",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"number_of_lines_to_skip\"",
")"
] | The number of lines in a csv/tsv content to skip before the header | [
"The",
"number",
"of",
"lines",
"in",
"a",
"csv",
"/",
"tsv",
"content",
"to",
"skip",
"before",
"the",
"header"
] | [
"\"\"\"\n The number of lines in a csv/tsv content to skip before the header\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
67cc4eed4577ea4354734ad4489b6ce78b8fe75b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/watchlist.py | [
"Apache-2.0"
] | Python | raw_content | pulumi.Output[Optional[str]] | def raw_content(self) -> pulumi.Output[Optional[str]]:
"""
The raw content that represents to watchlist items to create. In case of csv/tsv content type, it's the content of the file that will parsed by the endpoint
"""
return pulumi.get(self, "raw_content") |
The raw content that represents to watchlist items to create. In case of csv/tsv content type, it's the content of the file that will parsed by the endpoint
| The raw content that represents to watchlist items to create. In case of csv/tsv content type, it's the content of the file that will parsed by the endpoint | [
"The",
"raw",
"content",
"that",
"represents",
"to",
"watchlist",
"items",
"to",
"create",
".",
"In",
"case",
"of",
"csv",
"/",
"tsv",
"content",
"type",
"it",
"'",
"s",
"the",
"content",
"of",
"the",
"file",
"that",
"will",
"parsed",
"by",
"the",
"end... | def raw_content(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "raw_content") | [
"def",
"raw_content",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"raw_content\"",
")"
] | The raw content that represents to watchlist items to create. | [
"The",
"raw",
"content",
"that",
"represents",
"to",
"watchlist",
"items",
"to",
"create",
"."
] | [
"\"\"\"\n The raw content that represents to watchlist items to create. In case of csv/tsv content type, it's the content of the file that will parsed by the endpoint\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
67cc4eed4577ea4354734ad4489b6ce78b8fe75b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/watchlist.py | [
"Apache-2.0"
] | Python | upload_status | pulumi.Output[Optional[str]] | def upload_status(self) -> pulumi.Output[Optional[str]]:
"""
The status of the Watchlist upload : New, InProgress or Complete. Pls note : When a Watchlist upload status is equal to InProgress, the Watchlist cannot be deleted
"""
return pulumi.get(self, "upload_status") |
The status of the Watchlist upload : New, InProgress or Complete. Pls note : When a Watchlist upload status is equal to InProgress, the Watchlist cannot be deleted
| The status of the Watchlist upload : New, InProgress or Complete. Pls note : When a Watchlist upload status is equal to InProgress, the Watchlist cannot be deleted | [
"The",
"status",
"of",
"the",
"Watchlist",
"upload",
":",
"New",
"InProgress",
"or",
"Complete",
".",
"Pls",
"note",
":",
"When",
"a",
"Watchlist",
"upload",
"status",
"is",
"equal",
"to",
"InProgress",
"the",
"Watchlist",
"cannot",
"be",
"deleted"
] | def upload_status(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "upload_status") | [
"def",
"upload_status",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"upload_status\"",
")"
] | The status of the Watchlist upload : New, InProgress or Complete. | [
"The",
"status",
"of",
"the",
"Watchlist",
"upload",
":",
"New",
"InProgress",
"or",
"Complete",
"."
] | [
"\"\"\"\n The status of the Watchlist upload : New, InProgress or Complete. Pls note : When a Watchlist upload status is equal to InProgress, the Watchlist cannot be deleted\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
67cc4eed4577ea4354734ad4489b6ce78b8fe75b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/watchlist.py | [
"Apache-2.0"
] | Python | watchlist_id | pulumi.Output[Optional[str]] | def watchlist_id(self) -> pulumi.Output[Optional[str]]:
"""
The id (a Guid) of the watchlist
"""
return pulumi.get(self, "watchlist_id") |
The id (a Guid) of the watchlist
| The id (a Guid) of the watchlist | [
"The",
"id",
"(",
"a",
"Guid",
")",
"of",
"the",
"watchlist"
] | def watchlist_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "watchlist_id") | [
"def",
"watchlist_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"watchlist_id\"",
")"
] | The id (a Guid) of the watchlist | [
"The",
"id",
"(",
"a",
"Guid",
")",
"of",
"the",
"watchlist"
] | [
"\"\"\"\n The id (a Guid) of the watchlist\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
67cc4eed4577ea4354734ad4489b6ce78b8fe75b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/watchlist.py | [
"Apache-2.0"
] | Python | watchlist_items_count | pulumi.Output[Optional[int]] | def watchlist_items_count(self) -> pulumi.Output[Optional[int]]:
"""
The number of Watchlist Items in the Watchlist
"""
return pulumi.get(self, "watchlist_items_count") |
The number of Watchlist Items in the Watchlist
| The number of Watchlist Items in the Watchlist | [
"The",
"number",
"of",
"Watchlist",
"Items",
"in",
"the",
"Watchlist"
] | def watchlist_items_count(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "watchlist_items_count") | [
"def",
"watchlist_items_count",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"watchlist_items_count\"",
")"
] | The number of Watchlist Items in the Watchlist | [
"The",
"number",
"of",
"Watchlist",
"Items",
"in",
"the",
"Watchlist"
] | [
"\"\"\"\n The number of Watchlist Items in the Watchlist\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
67d5dccbb36df914d711b72abbd3f7465cee3693 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20170301preview/get_managed_database.py | [
"Apache-2.0"
] | Python | long_term_retention_backup_resource_id | Optional[str] | def long_term_retention_backup_resource_id(self) -> Optional[str]:
"""
The name of the Long Term Retention backup to be used for restore of this managed database.
"""
return pulumi.get(self, "long_term_retention_backup_resource_id") |
The name of the Long Term Retention backup to be used for restore of this managed database.
| The name of the Long Term Retention backup to be used for restore of this managed database. | [
"The",
"name",
"of",
"the",
"Long",
"Term",
"Retention",
"backup",
"to",
"be",
"used",
"for",
"restore",
"of",
"this",
"managed",
"database",
"."
] | def long_term_retention_backup_resource_id(self) -> Optional[str]:
return pulumi.get(self, "long_term_retention_backup_resource_id") | [
"def",
"long_term_retention_backup_resource_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"long_term_retention_backup_resource_id\"",
")"
] | The name of the Long Term Retention backup to be used for restore of this managed database. | [
"The",
"name",
"of",
"the",
"Long",
"Term",
"Retention",
"backup",
"to",
"be",
"used",
"for",
"restore",
"of",
"this",
"managed",
"database",
"."
] | [
"\"\"\"\n The name of the Long Term Retention backup to be used for restore of this managed database.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
67d5dccbb36df914d711b72abbd3f7465cee3693 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20170301preview/get_managed_database.py | [
"Apache-2.0"
] | Python | recoverable_database_id | Optional[str] | def recoverable_database_id(self) -> Optional[str]:
"""
The resource identifier of the recoverable database associated with create operation of this database.
"""
return pulumi.get(self, "recoverable_database_id") |
The resource identifier of the recoverable database associated with create operation of this database.
| The resource identifier of the recoverable database associated with create operation of this database. | [
"The",
"resource",
"identifier",
"of",
"the",
"recoverable",
"database",
"associated",
"with",
"create",
"operation",
"of",
"this",
"database",
"."
] | def recoverable_database_id(self) -> Optional[str]:
return pulumi.get(self, "recoverable_database_id") | [
"def",
"recoverable_database_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"recoverable_database_id\"",
")"
] | The resource identifier of the recoverable database associated with create operation of this database. | [
"The",
"resource",
"identifier",
"of",
"the",
"recoverable",
"database",
"associated",
"with",
"create",
"operation",
"of",
"this",
"database",
"."
] | [
"\"\"\"\n The resource identifier of the recoverable database associated with create operation of this database.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
67d5dccbb36df914d711b72abbd3f7465cee3693 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20170301preview/get_managed_database.py | [
"Apache-2.0"
] | Python | restorable_dropped_database_id | Optional[str] | def restorable_dropped_database_id(self) -> Optional[str]:
"""
The restorable dropped database resource id to restore when creating this database.
"""
return pulumi.get(self, "restorable_dropped_database_id") |
The restorable dropped database resource id to restore when creating this database.
| The restorable dropped database resource id to restore when creating this database. | [
"The",
"restorable",
"dropped",
"database",
"resource",
"id",
"to",
"restore",
"when",
"creating",
"this",
"database",
"."
] | def restorable_dropped_database_id(self) -> Optional[str]:
return pulumi.get(self, "restorable_dropped_database_id") | [
"def",
"restorable_dropped_database_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"restorable_dropped_database_id\"",
")"
] | The restorable dropped database resource id to restore when creating this database. | [
"The",
"restorable",
"dropped",
"database",
"resource",
"id",
"to",
"restore",
"when",
"creating",
"this",
"database",
"."
] | [
"\"\"\"\n The restorable dropped database resource id to restore when creating this database.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
67d5dccbb36df914d711b72abbd3f7465cee3693 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20170301preview/get_managed_database.py | [
"Apache-2.0"
] | Python | storage_container_sas_token | Optional[str] | def storage_container_sas_token(self) -> Optional[str]:
"""
Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the storage container sas token.
"""
return pulumi.get(self, "storage_container_sas_token") |
Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the storage container sas token.
| Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the storage container sas token. | [
"Conditional",
".",
"If",
"createMode",
"is",
"RestoreExternalBackup",
"this",
"value",
"is",
"required",
".",
"Specifies",
"the",
"storage",
"container",
"sas",
"token",
"."
] | def storage_container_sas_token(self) -> Optional[str]:
return pulumi.get(self, "storage_container_sas_token") | [
"def",
"storage_container_sas_token",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_container_sas_token\"",
")"
] | Conditional. | [
"Conditional",
"."
] | [
"\"\"\"\n Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the storage container sas token.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
67d5dccbb36df914d711b72abbd3f7465cee3693 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20170301preview/get_managed_database.py | [
"Apache-2.0"
] | Python | storage_container_uri | Optional[str] | def storage_container_uri(self) -> Optional[str]:
"""
Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the uri of the storage container where backups for this restore are stored.
"""
return pulumi.get(self, "storage_container_uri") |
Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the uri of the storage container where backups for this restore are stored.
| Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the uri of the storage container where backups for this restore are stored. | [
"Conditional",
".",
"If",
"createMode",
"is",
"RestoreExternalBackup",
"this",
"value",
"is",
"required",
".",
"Specifies",
"the",
"uri",
"of",
"the",
"storage",
"container",
"where",
"backups",
"for",
"this",
"restore",
"are",
"stored",
"."
] | def storage_container_uri(self) -> Optional[str]:
return pulumi.get(self, "storage_container_uri") | [
"def",
"storage_container_uri",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_container_uri\"",
")"
] | Conditional. | [
"Conditional",
"."
] | [
"\"\"\"\n Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the uri of the storage container where backups for this restore are stored.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
67d67feee5983357070ea937640a03c8804294c9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_server_dns_alias.py | [
"Apache-2.0"
] | Python | azure_dns_record | str | def azure_dns_record(self) -> str:
"""
The fully qualified DNS record for alias
"""
return pulumi.get(self, "azure_dns_record") |
The fully qualified DNS record for alias
| The fully qualified DNS record for alias | [
"The",
"fully",
"qualified",
"DNS",
"record",
"for",
"alias"
] | def azure_dns_record(self) -> str:
return pulumi.get(self, "azure_dns_record") | [
"def",
"azure_dns_record",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"azure_dns_record\"",
")"
] | The fully qualified DNS record for alias | [
"The",
"fully",
"qualified",
"DNS",
"record",
"for",
"alias"
] | [
"\"\"\"\n The fully qualified DNS record for alias\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
67e67dd6e0b89ce23ff149334b22f683a5d5dbee | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/export_pipeline.py | [
"Apache-2.0"
] | Python | target | pulumi.Output['outputs.ExportPipelineTargetPropertiesResponse'] | def target(self) -> pulumi.Output['outputs.ExportPipelineTargetPropertiesResponse']:
"""
The target properties of the export pipeline.
"""
return pulumi.get(self, "target") |
The target properties of the export pipeline.
| The target properties of the export pipeline. | [
"The",
"target",
"properties",
"of",
"the",
"export",
"pipeline",
"."
] | def target(self) -> pulumi.Output['outputs.ExportPipelineTargetPropertiesResponse']:
return pulumi.get(self, "target") | [
"def",
"target",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ExportPipelineTargetPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target\"",
")"
] | The target properties of the export pipeline. | [
"The",
"target",
"properties",
"of",
"the",
"export",
"pipeline",
"."
] | [
"\"\"\"\n The target properties of the export pipeline.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
67ea77bc87044b700ed9ce30c47bbe11c4c31866 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/list_web_app_site_push_settings_slot.py | [
"Apache-2.0"
] | Python | list_web_app_site_push_settings_slot | AwaitableListWebAppSitePushSettingsSlotResult | def list_web_app_site_push_settings_slot(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
slot: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> Awaitable... |
Push settings for the App.
Latest API Version: 2020-10-01.
:param str name: Name of web app.
:param str resource_group_name: Name of the resource group to which the resource belongs.
:param str slot: Name of web app slot. If not specified then will default to production slot.
| Push settings for the App. | [
"Push",
"settings",
"for",
"the",
"App",
"."
] | def list_web_app_site_push_settings_slot(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
slot: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> Awaitable... | [
"def",
"list_web_app_site_push_settings_slot",
"(",
"name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"slot",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
... | Push settings for the App. | [
"Push",
"settings",
"for",
"the",
"App",
"."
] | [
"\"\"\"\n Push settings for the App.\n Latest API Version: 2020-10-01.\n\n\n :param str name: Name of web app.\n :param str resource_group_name: Name of the resource group to which the resource belongs.\n :param str slot: Name of web app slot. If not specified then will default to production slot.\n ... | [
{
"param": "name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "slot",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "name",
"type": "Optional[str]",
"docstring": "Name of web app.",
"docstring_tokens": [
"Name",
"of",
"web",
"app",
"."
],
"default": null,
"is_optional": false
},
... |
67ee0e99b07087e0fbe0b9acf04288e942c8491d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/timeseriesinsights/v20180815preview/get_reference_data_set.py | [
"Apache-2.0"
] | Python | data_string_comparison_behavior | Optional[str] | def data_string_comparison_behavior(self) -> Optional[str]:
"""
The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new ref... |
The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensitive comparis... | The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensitive comparison will b... | [
"The",
"reference",
"data",
"set",
"key",
"comparison",
"behavior",
"can",
"be",
"set",
"using",
"this",
"property",
".",
"By",
"default",
"the",
"value",
"is",
"'",
"Ordinal",
"'",
"-",
"which",
"means",
"case",
"sensitive",
"key",
"comparison",
"will",
"... | def data_string_comparison_behavior(self) -> Optional[str]:
return pulumi.get(self, "data_string_comparison_behavior") | [
"def",
"data_string_comparison_behavior",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_string_comparison_behavior\"",
")"
] | The reference data set key comparison behavior can be set using this property. | [
"The",
"reference",
"data",
"set",
"key",
"comparison",
"behavior",
"can",
"be",
"set",
"using",
"this",
"property",
"."
] | [
"\"\"\"\n The reference data set key comparison behavior can be set using this property. By default, the value is 'Ordinal' - which means case sensitive key comparison will be performed while joining reference data with events or while adding new reference data. When 'OrdinalIgnoreCase' is set, case insensit... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b0ffaa050380816fe84a829d8c5ef4ae106d2fae | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/timeseriesinsights/v20171115/get_environment.py | [
"Apache-2.0"
] | Python | partition_key_properties | Optional[Sequence['outputs.PartitionKeyPropertyResponse']] | def partition_key_properties(self) -> Optional[Sequence['outputs.PartitionKeyPropertyResponse']]:
"""
The list of partition keys according to which the data in the environment will be ordered.
"""
return pulumi.get(self, "partition_key_properties") |
The list of partition keys according to which the data in the environment will be ordered.
| The list of partition keys according to which the data in the environment will be ordered. | [
"The",
"list",
"of",
"partition",
"keys",
"according",
"to",
"which",
"the",
"data",
"in",
"the",
"environment",
"will",
"be",
"ordered",
"."
] | def partition_key_properties(self) -> Optional[Sequence['outputs.PartitionKeyPropertyResponse']]:
return pulumi.get(self, "partition_key_properties") | [
"def",
"partition_key_properties",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.PartitionKeyPropertyResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partition_key_properties\"",
")"
] | The list of partition keys according to which the data in the environment will be ordered. | [
"The",
"list",
"of",
"partition",
"keys",
"according",
"to",
"which",
"the",
"data",
"in",
"the",
"environment",
"will",
"be",
"ordered",
"."
] | [
"\"\"\"\n The list of partition keys according to which the data in the environment will be ordered.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ee25411dcae1f2f908afb66cd268172a16791e2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/get_partner_registration.py | [
"Apache-2.0"
] | Python | authorized_azure_subscription_ids | Optional[Sequence[str]] | def authorized_azure_subscription_ids(self) -> Optional[Sequence[str]]:
"""
List of Azure subscription Ids that are authorized to create a partner namespace
associated with this partner registration. This is an optional property. Creating
partner namespaces is always permitted under th... |
List of Azure subscription Ids that are authorized to create a partner namespace
associated with this partner registration. This is an optional property. Creating
partner namespaces is always permitted under the same Azure subscription as the one used
for creating the partner registr... | List of Azure subscription Ids that are authorized to create a partner namespace
associated with this partner registration. This is an optional property. Creating
partner namespaces is always permitted under the same Azure subscription as the one used
for creating the partner registration. | [
"List",
"of",
"Azure",
"subscription",
"Ids",
"that",
"are",
"authorized",
"to",
"create",
"a",
"partner",
"namespace",
"associated",
"with",
"this",
"partner",
"registration",
".",
"This",
"is",
"an",
"optional",
"property",
".",
"Creating",
"partner",
"namespa... | def authorized_azure_subscription_ids(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "authorized_azure_subscription_ids") | [
"def",
"authorized_azure_subscription_ids",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"authorized_azure_subscription_ids\"",
")"
] | List of Azure subscription Ids that are authorized to create a partner namespace
associated with this partner registration. | [
"List",
"of",
"Azure",
"subscription",
"Ids",
"that",
"are",
"authorized",
"to",
"create",
"a",
"partner",
"namespace",
"associated",
"with",
"this",
"partner",
"registration",
"."
] | [
"\"\"\"\n List of Azure subscription Ids that are authorized to create a partner namespace\r\n associated with this partner registration. This is an optional property. Creating\r\n partner namespaces is always permitted under the same Azure subscription as the one used\r\n for creating t... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ee25411dcae1f2f908afb66cd268172a16791e2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/get_partner_registration.py | [
"Apache-2.0"
] | Python | customer_service_uri | Optional[str] | def customer_service_uri(self) -> Optional[str]:
"""
The extension of the customer service URI of the publisher.
"""
return pulumi.get(self, "customer_service_uri") |
The extension of the customer service URI of the publisher.
| The extension of the customer service URI of the publisher. | [
"The",
"extension",
"of",
"the",
"customer",
"service",
"URI",
"of",
"the",
"publisher",
"."
] | def customer_service_uri(self) -> Optional[str]:
return pulumi.get(self, "customer_service_uri") | [
"def",
"customer_service_uri",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"customer_service_uri\"",
")"
] | The extension of the customer service URI of the publisher. | [
"The",
"extension",
"of",
"the",
"customer",
"service",
"URI",
"of",
"the",
"publisher",
"."
] | [
"\"\"\"\n The extension of the customer service URI of the publisher.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ee25411dcae1f2f908afb66cd268172a16791e2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/get_partner_registration.py | [
"Apache-2.0"
] | Python | long_description | Optional[str] | def long_description(self) -> Optional[str]:
"""
Long description for the custom scenarios and integration to be displayed in the portal if needed.
Length of this description should not exceed 2048 characters.
"""
return pulumi.get(self, "long_description") |
Long description for the custom scenarios and integration to be displayed in the portal if needed.
Length of this description should not exceed 2048 characters.
| Long description for the custom scenarios and integration to be displayed in the portal if needed.
Length of this description should not exceed 2048 characters. | [
"Long",
"description",
"for",
"the",
"custom",
"scenarios",
"and",
"integration",
"to",
"be",
"displayed",
"in",
"the",
"portal",
"if",
"needed",
".",
"Length",
"of",
"this",
"description",
"should",
"not",
"exceed",
"2048",
"characters",
"."
] | def long_description(self) -> Optional[str]:
return pulumi.get(self, "long_description") | [
"def",
"long_description",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"long_description\"",
")"
] | Long description for the custom scenarios and integration to be displayed in the portal if needed. | [
"Long",
"description",
"for",
"the",
"custom",
"scenarios",
"and",
"integration",
"to",
"be",
"displayed",
"in",
"the",
"portal",
"if",
"needed",
"."
] | [
"\"\"\"\n Long description for the custom scenarios and integration to be displayed in the portal if needed.\r\n Length of this description should not exceed 2048 characters.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ee25411dcae1f2f908afb66cd268172a16791e2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/get_partner_registration.py | [
"Apache-2.0"
] | Python | partner_customer_service_extension | Optional[str] | def partner_customer_service_extension(self) -> Optional[str]:
"""
The extension of the customer service number of the publisher. Only digits are allowed and number of digits should not exceed 10.
"""
return pulumi.get(self, "partner_customer_service_extension") |
The extension of the customer service number of the publisher. Only digits are allowed and number of digits should not exceed 10.
| The extension of the customer service number of the publisher. Only digits are allowed and number of digits should not exceed 10. | [
"The",
"extension",
"of",
"the",
"customer",
"service",
"number",
"of",
"the",
"publisher",
".",
"Only",
"digits",
"are",
"allowed",
"and",
"number",
"of",
"digits",
"should",
"not",
"exceed",
"10",
"."
] | def partner_customer_service_extension(self) -> Optional[str]:
return pulumi.get(self, "partner_customer_service_extension") | [
"def",
"partner_customer_service_extension",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_customer_service_extension\"",
")"
] | The extension of the customer service number of the publisher. | [
"The",
"extension",
"of",
"the",
"customer",
"service",
"number",
"of",
"the",
"publisher",
"."
] | [
"\"\"\"\n The extension of the customer service number of the publisher. Only digits are allowed and number of digits should not exceed 10.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ee25411dcae1f2f908afb66cd268172a16791e2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/get_partner_registration.py | [
"Apache-2.0"
] | Python | partner_customer_service_number | Optional[str] | def partner_customer_service_number(self) -> Optional[str]:
"""
The customer service number of the publisher. The expected phone format should start with a '+' sign
followed by the country code. The remaining digits are then followed. Only digits and spaces are allowed and its
length ... |
The customer service number of the publisher. The expected phone format should start with a '+' sign
followed by the country code. The remaining digits are then followed. Only digits and spaces are allowed and its
length cannot exceed 16 digits including country code. Examples of valid phone... | The customer service number of the publisher. The expected phone format should start with a '+' sign
followed by the country code. The remaining digits are then followed. Only digits and spaces are allowed and its
length cannot exceed 16 digits including country code. | [
"The",
"customer",
"service",
"number",
"of",
"the",
"publisher",
".",
"The",
"expected",
"phone",
"format",
"should",
"start",
"with",
"a",
"'",
"+",
"'",
"sign",
"followed",
"by",
"the",
"country",
"code",
".",
"The",
"remaining",
"digits",
"are",
"then"... | def partner_customer_service_number(self) -> Optional[str]:
return pulumi.get(self, "partner_customer_service_number") | [
"def",
"partner_customer_service_number",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_customer_service_number\"",
")"
] | The customer service number of the publisher. | [
"The",
"customer",
"service",
"number",
"of",
"the",
"publisher",
"."
] | [
"\"\"\"\n The customer service number of the publisher. The expected phone format should start with a '+' sign \r\n followed by the country code. The remaining digits are then followed. Only digits and spaces are allowed and its\r\n length cannot exceed 16 digits including country code. Example... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ee25411dcae1f2f908afb66cd268172a16791e2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/get_partner_registration.py | [
"Apache-2.0"
] | Python | partner_resource_type_description | Optional[str] | def partner_resource_type_description(self) -> Optional[str]:
"""
Short description of the partner resource type. The length of this description should not exceed 256 characters.
"""
return pulumi.get(self, "partner_resource_type_description") |
Short description of the partner resource type. The length of this description should not exceed 256 characters.
| Short description of the partner resource type. The length of this description should not exceed 256 characters. | [
"Short",
"description",
"of",
"the",
"partner",
"resource",
"type",
".",
"The",
"length",
"of",
"this",
"description",
"should",
"not",
"exceed",
"256",
"characters",
"."
] | def partner_resource_type_description(self) -> Optional[str]:
return pulumi.get(self, "partner_resource_type_description") | [
"def",
"partner_resource_type_description",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_resource_type_description\"",
")"
] | Short description of the partner resource type. | [
"Short",
"description",
"of",
"the",
"partner",
"resource",
"type",
"."
] | [
"\"\"\"\n Short description of the partner resource type. The length of this description should not exceed 256 characters.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ee25411dcae1f2f908afb66cd268172a16791e2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/get_partner_registration.py | [
"Apache-2.0"
] | Python | partner_resource_type_display_name | Optional[str] | def partner_resource_type_display_name(self) -> Optional[str]:
"""
Display name of the partner resource type.
"""
return pulumi.get(self, "partner_resource_type_display_name") |
Display name of the partner resource type.
| Display name of the partner resource type. | [
"Display",
"name",
"of",
"the",
"partner",
"resource",
"type",
"."
] | def partner_resource_type_display_name(self) -> Optional[str]:
return pulumi.get(self, "partner_resource_type_display_name") | [
"def",
"partner_resource_type_display_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_resource_type_display_name\"",
")"
] | Display name of the partner resource type. | [
"Display",
"name",
"of",
"the",
"partner",
"resource",
"type",
"."
] | [
"\"\"\"\n Display name of the partner resource 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": []
} |
ee25411dcae1f2f908afb66cd268172a16791e2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/get_partner_registration.py | [
"Apache-2.0"
] | Python | partner_resource_type_name | Optional[str] | def partner_resource_type_name(self) -> Optional[str]:
"""
Name of the partner resource type.
"""
return pulumi.get(self, "partner_resource_type_name") |
Name of the partner resource type.
| Name of the partner resource type. | [
"Name",
"of",
"the",
"partner",
"resource",
"type",
"."
] | def partner_resource_type_name(self) -> Optional[str]:
return pulumi.get(self, "partner_resource_type_name") | [
"def",
"partner_resource_type_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_resource_type_name\"",
")"
] | Name of the partner resource type. | [
"Name",
"of",
"the",
"partner",
"resource",
"type",
"."
] | [
"\"\"\"\n Name of the partner resource 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": []
} |
ee25411dcae1f2f908afb66cd268172a16791e2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/get_partner_registration.py | [
"Apache-2.0"
] | Python | visibility_state | Optional[str] | def visibility_state(self) -> Optional[str]:
"""
Visibility state of the partner registration.
"""
return pulumi.get(self, "visibility_state") |
Visibility state of the partner registration.
| Visibility state of the partner registration. | [
"Visibility",
"state",
"of",
"the",
"partner",
"registration",
"."
] | def visibility_state(self) -> Optional[str]:
return pulumi.get(self, "visibility_state") | [
"def",
"visibility_state",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"visibility_state\"",
")"
] | Visibility state of the partner registration. | [
"Visibility",
"state",
"of",
"the",
"partner",
"registration",
"."
] | [
"\"\"\"\n Visibility state of the partner registration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b06893fc101afd2285a7aeb8a170b6732c1a10a4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/get_log_profile.py | [
"Apache-2.0"
] | Python | retention_policy | 'outputs.RetentionPolicyResponse' | def retention_policy(self) -> 'outputs.RetentionPolicyResponse':
"""
the retention policy for the events in the log.
"""
return pulumi.get(self, "retention_policy") |
the retention policy for the events in the log.
| the retention policy for the events in the log. | [
"the",
"retention",
"policy",
"for",
"the",
"events",
"in",
"the",
"log",
"."
] | def retention_policy(self) -> 'outputs.RetentionPolicyResponse':
return pulumi.get(self, "retention_policy") | [
"def",
"retention_policy",
"(",
"self",
")",
"->",
"'outputs.RetentionPolicyResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"retention_policy\"",
")"
] | the retention policy for the events in the log. | [
"the",
"retention",
"policy",
"for",
"the",
"events",
"in",
"the",
"log",
"."
] | [
"\"\"\"\n the retention policy for the events in the log.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b09df7db372d0552f7de638014fcdc78cf8a3bde | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/avs/v20210101preview/workload_network_dhcp.py | [
"Apache-2.0"
] | Python | dhcp_type | pulumi.Output[str] | def dhcp_type(self) -> pulumi.Output[str]:
"""
Type of DHCP: SERVER or RELAY.
"""
return pulumi.get(self, "dhcp_type") |
Type of DHCP: SERVER or RELAY.
| Type of DHCP: SERVER or RELAY. | [
"Type",
"of",
"DHCP",
":",
"SERVER",
"or",
"RELAY",
"."
] | def dhcp_type(self) -> pulumi.Output[str]:
return pulumi.get(self, "dhcp_type") | [
"def",
"dhcp_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dhcp_type\"",
")"
] | Type of DHCP: SERVER or RELAY. | [
"Type",
"of",
"DHCP",
":",
"SERVER",
"or",
"RELAY",
"."
] | [
"\"\"\"\n Type of DHCP: SERVER or RELAY.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f918963daf288e98b719fcb5b0e67149af7ea991 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/management/get_hierarchy_setting.py | [
"Apache-2.0"
] | Python | default_management_group | Optional[str] | def default_management_group(self) -> Optional[str]:
"""
Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup
"""
return pulumi.get(self, "default_management_grou... |
Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup
| Settings that sets the default Management Group under which new subscriptions get added in this tenant. | [
"Settings",
"that",
"sets",
"the",
"default",
"Management",
"Group",
"under",
"which",
"new",
"subscriptions",
"get",
"added",
"in",
"this",
"tenant",
"."
] | def default_management_group(self) -> Optional[str]:
return pulumi.get(self, "default_management_group") | [
"def",
"default_management_group",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_management_group\"",
")"
] | Settings that sets the default Management Group under which new subscriptions get added in this tenant. | [
"Settings",
"that",
"sets",
"the",
"default",
"Management",
"Group",
"under",
"which",
"new",
"subscriptions",
"get",
"added",
"in",
"this",
"tenant",
"."
] | [
"\"\"\"\n Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f918963daf288e98b719fcb5b0e67149af7ea991 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/management/get_hierarchy_setting.py | [
"Apache-2.0"
] | Python | require_authorization_for_group_creation | Optional[bool] | def require_authorization_for_group_creation(self) -> Optional[bool]:
"""
Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to cre... |
Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating... | Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating new Mana... | [
"Indicates",
"whether",
"RBAC",
"access",
"is",
"required",
"upon",
"group",
"creation",
"under",
"the",
"root",
"Management",
"Group",
".",
"If",
"set",
"to",
"true",
"user",
"will",
"require",
"Microsoft",
".",
"Management",
"/",
"managementGroups",
"/",
"wr... | def require_authorization_for_group_creation(self) -> Optional[bool]:
return pulumi.get(self, "require_authorization_for_group_creation") | [
"def",
"require_authorization_for_group_creation",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"require_authorization_for_group_creation\"",
")"
] | Indicates whether RBAC access is required upon group creation under the root Management Group. | [
"Indicates",
"whether",
"RBAC",
"access",
"is",
"required",
"upon",
"group",
"creation",
"under",
"the",
"root",
"Management",
"Group",
"."
] | [
"\"\"\"\n Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users f... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f949f7c1a0ab0d9400c36801713e52e66a102a83 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/latest/get_manager_extended_info.py | [
"Apache-2.0"
] | Python | integrity_key | str | def integrity_key(self) -> str:
"""
Represents the CIK of the resource.
"""
return pulumi.get(self, "integrity_key") |
Represents the CIK of the resource.
| Represents the CIK of the resource. | [
"Represents",
"the",
"CIK",
"of",
"the",
"resource",
"."
] | def integrity_key(self) -> str:
return pulumi.get(self, "integrity_key") | [
"def",
"integrity_key",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"integrity_key\"",
")"
] | Represents the CIK of the resource. | [
"Represents",
"the",
"CIK",
"of",
"the",
"resource",
"."
] | [
"\"\"\"\n Represents the CIK of the 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": []
} |
f949f7c1a0ab0d9400c36801713e52e66a102a83 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/latest/get_manager_extended_info.py | [
"Apache-2.0"
] | Python | portal_certificate_thumbprint | Optional[str] | def portal_certificate_thumbprint(self) -> Optional[str]:
"""
Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.
"""
return pulumi.get(self, "portal_certificate_thumbprint") |
Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.
| Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it. | [
"Represents",
"the",
"portal",
"thumbprint",
"which",
"can",
"be",
"used",
"optionally",
"to",
"encrypt",
"the",
"entire",
"data",
"before",
"storing",
"it",
"."
] | def portal_certificate_thumbprint(self) -> Optional[str]:
return pulumi.get(self, "portal_certificate_thumbprint") | [
"def",
"portal_certificate_thumbprint",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"portal_certificate_thumbprint\"",
")"
] | Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it. | [
"Represents",
"the",
"portal",
"thumbprint",
"which",
"can",
"be",
"used",
"optionally",
"to",
"encrypt",
"the",
"entire",
"data",
"before",
"storing",
"it",
"."
] | [
"\"\"\"\n Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9e21832e01dc562386239e365fad483ce36bfc74 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20180201preview/get_build_log_link.py | [
"Apache-2.0"
] | Python | log_link | Optional[str] | def log_link(self) -> Optional[str]:
"""
The link to logs for a azure container registry build.
"""
return pulumi.get(self, "log_link") |
The link to logs for a azure container registry build.
| The link to logs for a azure container registry build. | [
"The",
"link",
"to",
"logs",
"for",
"a",
"azure",
"container",
"registry",
"build",
"."
] | def log_link(self) -> Optional[str]:
return pulumi.get(self, "log_link") | [
"def",
"log_link",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"log_link\"",
")"
] | The link to logs for a azure container registry build. | [
"The",
"link",
"to",
"logs",
"for",
"a",
"azure",
"container",
"registry",
"build",
"."
] | [
"\"\"\"\n The link to logs for a azure container registry build.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b018b5c2cdf06f55cefeddcfc4b15c9bf5d30f77 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventhub/v20140901/get_namespace.py | [
"Apache-2.0"
] | Python | updated_at | Optional[str] | def updated_at(self) -> Optional[str]:
"""
The time the Namespace was updated.
"""
return pulumi.get(self, "updated_at") |
The time the Namespace was updated.
| The time the Namespace was updated. | [
"The",
"time",
"the",
"Namespace",
"was",
"updated",
"."
] | def updated_at(self) -> Optional[str]:
return pulumi.get(self, "updated_at") | [
"def",
"updated_at",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"updated_at\"",
")"
] | The time the Namespace was updated. | [
"The",
"time",
"the",
"Namespace",
"was",
"updated",
"."
] | [
"\"\"\"\n The time the Namespace was updated.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dbcfd86a414ed171e9e11db12d99fcacd639f74d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningservices/latest/get_workspace_connection.py | [
"Apache-2.0"
] | Python | value_format | Optional[str] | def value_format(self) -> Optional[str]:
"""
format for the workspace connection value
"""
return pulumi.get(self, "value_format") |
format for the workspace connection value
| format for the workspace connection value | [
"format",
"for",
"the",
"workspace",
"connection",
"value"
] | def value_format(self) -> Optional[str]:
return pulumi.get(self, "value_format") | [
"def",
"value_format",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"value_format\"",
")"
] | format for the workspace connection value | [
"format",
"for",
"the",
"workspace",
"connection",
"value"
] | [
"\"\"\"\n format for the workspace connection value\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5b2287e3059e8ae111283c06454c7b966e79f1ea | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20200214privatepreview/server.py | [
"Apache-2.0"
] | Python | ha_enabled | pulumi.Output[Optional[str]] | def ha_enabled(self) -> pulumi.Output[Optional[str]]:
"""
stand by count value can be either enabled or disabled
"""
return pulumi.get(self, "ha_enabled") |
stand by count value can be either enabled or disabled
| stand by count value can be either enabled or disabled | [
"stand",
"by",
"count",
"value",
"can",
"be",
"either",
"enabled",
"or",
"disabled"
] | def ha_enabled(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "ha_enabled") | [
"def",
"ha_enabled",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ha_enabled\"",
")"
] | stand by count value can be either enabled or disabled | [
"stand",
"by",
"count",
"value",
"can",
"be",
"either",
"enabled",
"or",
"disabled"
] | [
"\"\"\"\n stand by count value can be either enabled or disabled\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5b2287e3059e8ae111283c06454c7b966e79f1ea | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20200214privatepreview/server.py | [
"Apache-2.0"
] | Python | ha_state | pulumi.Output[str] | def ha_state(self) -> pulumi.Output[str]:
"""
A state of a HA server that is visible to user.
"""
return pulumi.get(self, "ha_state") |
A state of a HA server that is visible to user.
| A state of a HA server that is visible to user. | [
"A",
"state",
"of",
"a",
"HA",
"server",
"that",
"is",
"visible",
"to",
"user",
"."
] | def ha_state(self) -> pulumi.Output[str]:
return pulumi.get(self, "ha_state") | [
"def",
"ha_state",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ha_state\"",
")"
] | A state of a HA server that is visible to user. | [
"A",
"state",
"of",
"a",
"HA",
"server",
"that",
"is",
"visible",
"to",
"user",
"."
] | [
"\"\"\"\n A state of a HA server that is visible to user.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5b2287e3059e8ae111283c06454c7b966e79f1ea | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20200214privatepreview/server.py | [
"Apache-2.0"
] | Python | point_in_time_utc | pulumi.Output[Optional[str]] | def point_in_time_utc(self) -> pulumi.Output[Optional[str]]:
"""
Restore point creation time (ISO8601 format), specifying the time to restore from.
"""
return pulumi.get(self, "point_in_time_utc") |
Restore point creation time (ISO8601 format), specifying the time to restore from.
| Restore point creation time (ISO8601 format), specifying the time to restore from. | [
"Restore",
"point",
"creation",
"time",
"(",
"ISO8601",
"format",
")",
"specifying",
"the",
"time",
"to",
"restore",
"from",
"."
] | def point_in_time_utc(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "point_in_time_utc") | [
"def",
"point_in_time_utc",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"point_in_time_utc\"",
")"
] | Restore point creation time (ISO8601 format), specifying the time to restore from. | [
"Restore",
"point",
"creation",
"time",
"(",
"ISO8601",
"format",
")",
"specifying",
"the",
"time",
"to",
"restore",
"from",
"."
] | [
"\"\"\"\n Restore point creation time (ISO8601 format), specifying the time to restore from.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5b2287e3059e8ae111283c06454c7b966e79f1ea | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20200214privatepreview/server.py | [
"Apache-2.0"
] | Python | source_server_name | pulumi.Output[Optional[str]] | def source_server_name(self) -> pulumi.Output[Optional[str]]:
"""
The source PostgreSQL server name to restore from.
"""
return pulumi.get(self, "source_server_name") |
The source PostgreSQL server name to restore from.
| The source PostgreSQL server name to restore from. | [
"The",
"source",
"PostgreSQL",
"server",
"name",
"to",
"restore",
"from",
"."
] | def source_server_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "source_server_name") | [
"def",
"source_server_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_server_name\"",
")"
] | The source PostgreSQL server name to restore from. | [
"The",
"source",
"PostgreSQL",
"server",
"name",
"to",
"restore",
"from",
"."
] | [
"\"\"\"\n The source PostgreSQL server name to restore from.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5b2287e3059e8ae111283c06454c7b966e79f1ea | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20200214privatepreview/server.py | [
"Apache-2.0"
] | Python | standby_availability_zone | pulumi.Output[str] | def standby_availability_zone(self) -> pulumi.Output[str]:
"""
availability Zone information of the server.
"""
return pulumi.get(self, "standby_availability_zone") |
availability Zone information of the server.
| availability Zone information of the server. | [
"availability",
"Zone",
"information",
"of",
"the",
"server",
"."
] | def standby_availability_zone(self) -> pulumi.Output[str]:
return pulumi.get(self, "standby_availability_zone") | [
"def",
"standby_availability_zone",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"standby_availability_zone\"",
")"
] | availability Zone information of the server. | [
"availability",
"Zone",
"information",
"of",
"the",
"server",
"."
] | [
"\"\"\"\n availability Zone information of the server.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c4437eb3e711318fb888050d75ae5ab7eced497a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/get_job_step.py | [
"Apache-2.0"
] | Python | action | 'outputs.JobStepActionResponse' | def action(self) -> 'outputs.JobStepActionResponse':
"""
The action payload of the job step.
"""
return pulumi.get(self, "action") |
The action payload of the job step.
| The action payload of the job step. | [
"The",
"action",
"payload",
"of",
"the",
"job",
"step",
"."
] | def action(self) -> 'outputs.JobStepActionResponse':
return pulumi.get(self, "action") | [
"def",
"action",
"(",
"self",
")",
"->",
"'outputs.JobStepActionResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"action\"",
")"
] | The action payload of the job step. | [
"The",
"action",
"payload",
"of",
"the",
"job",
"step",
"."
] | [
"\"\"\"\n The action payload of the job step.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c4437eb3e711318fb888050d75ae5ab7eced497a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/get_job_step.py | [
"Apache-2.0"
] | Python | execution_options | Optional['outputs.JobStepExecutionOptionsResponse'] | def execution_options(self) -> Optional['outputs.JobStepExecutionOptionsResponse']:
"""
Execution options for the job step.
"""
return pulumi.get(self, "execution_options") |
Execution options for the job step.
| Execution options for the job step. | [
"Execution",
"options",
"for",
"the",
"job",
"step",
"."
] | def execution_options(self) -> Optional['outputs.JobStepExecutionOptionsResponse']:
return pulumi.get(self, "execution_options") | [
"def",
"execution_options",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.JobStepExecutionOptionsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"execution_options\"",
")"
] | Execution options for the job step. | [
"Execution",
"options",
"for",
"the",
"job",
"step",
"."
] | [
"\"\"\"\n Execution options for the job step.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c4437eb3e711318fb888050d75ae5ab7eced497a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/get_job_step.py | [
"Apache-2.0"
] | Python | output | Optional['outputs.JobStepOutputResponse'] | def output(self) -> Optional['outputs.JobStepOutputResponse']:
"""
Output destination properties of the job step.
"""
return pulumi.get(self, "output") |
Output destination properties of the job step.
| Output destination properties of the job step. | [
"Output",
"destination",
"properties",
"of",
"the",
"job",
"step",
"."
] | def output(self) -> Optional['outputs.JobStepOutputResponse']:
return pulumi.get(self, "output") | [
"def",
"output",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.JobStepOutputResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"output\"",
")"
] | Output destination properties of the job step. | [
"Output",
"destination",
"properties",
"of",
"the",
"job",
"step",
"."
] | [
"\"\"\"\n Output destination properties of the job step.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c4437eb3e711318fb888050d75ae5ab7eced497a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/get_job_step.py | [
"Apache-2.0"
] | Python | step_id | Optional[int] | def step_id(self) -> Optional[int]:
"""
The job step's index within the job. If not specified when creating the job step, it will be created as the last step. If not specified when updating the job step, the step id is not modified.
"""
return pulumi.get(self, "step_id") |
The job step's index within the job. If not specified when creating the job step, it will be created as the last step. If not specified when updating the job step, the step id is not modified.
| The job step's index within the job. If not specified when creating the job step, it will be created as the last step. If not specified when updating the job step, the step id is not modified. | [
"The",
"job",
"step",
"'",
"s",
"index",
"within",
"the",
"job",
".",
"If",
"not",
"specified",
"when",
"creating",
"the",
"job",
"step",
"it",
"will",
"be",
"created",
"as",
"the",
"last",
"step",
".",
"If",
"not",
"specified",
"when",
"updating",
"th... | def step_id(self) -> Optional[int]:
return pulumi.get(self, "step_id") | [
"def",
"step_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"step_id\"",
")"
] | The job step's index within the job. | [
"The",
"job",
"step",
"'",
"s",
"index",
"within",
"the",
"job",
"."
] | [
"\"\"\"\n The job step's index within the job. If not specified when creating the job step, it will be created as the last step. If not specified when updating the job step, the step id is not modified.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c4437eb3e711318fb888050d75ae5ab7eced497a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/get_job_step.py | [
"Apache-2.0"
] | Python | target_group | str | def target_group(self) -> str:
"""
The resource ID of the target group that the job step will be executed on.
"""
return pulumi.get(self, "target_group") |
The resource ID of the target group that the job step will be executed on.
| The resource ID of the target group that the job step will be executed on. | [
"The",
"resource",
"ID",
"of",
"the",
"target",
"group",
"that",
"the",
"job",
"step",
"will",
"be",
"executed",
"on",
"."
] | def target_group(self) -> str:
return pulumi.get(self, "target_group") | [
"def",
"target_group",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_group\"",
")"
] | The resource ID of the target group that the job step will be executed on. | [
"The",
"resource",
"ID",
"of",
"the",
"target",
"group",
"that",
"the",
"job",
"step",
"will",
"be",
"executed",
"on",
"."
] | [
"\"\"\"\n The resource ID of the target group that the job step will be executed on.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3d54b14f127750e963e4f039ae90a92ab7b127e6 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20180930preview/get_open_shift_managed_cluster.py | [
"Apache-2.0"
] | Python | public_hostname | Optional[str] | def public_hostname(self) -> Optional[str]:
"""
Optional user-specified FQDN for OpenShift API server.
"""
return pulumi.get(self, "public_hostname") |
Optional user-specified FQDN for OpenShift API server.
| Optional user-specified FQDN for OpenShift API server. | [
"Optional",
"user",
"-",
"specified",
"FQDN",
"for",
"OpenShift",
"API",
"server",
"."
] | def public_hostname(self) -> Optional[str]:
return pulumi.get(self, "public_hostname") | [
"def",
"public_hostname",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_hostname\"",
")"
] | Optional user-specified FQDN for OpenShift API server. | [
"Optional",
"user",
"-",
"specified",
"FQDN",
"for",
"OpenShift",
"API",
"server",
"."
] | [
"\"\"\"\n Optional user-specified FQDN for OpenShift API server.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d7f3ddd496103b0a03b16abb4289995c4ece2d09 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/latest/get_backup_policy.py | [
"Apache-2.0"
] | Python | backup_policy_creation_type | str | def backup_policy_creation_type(self) -> str:
"""
The backup policy creation type. Indicates whether this was created through SaaS or through StorSimple Snapshot Manager.
"""
return pulumi.get(self, "backup_policy_creation_type") |
The backup policy creation type. Indicates whether this was created through SaaS or through StorSimple Snapshot Manager.
| The backup policy creation type. Indicates whether this was created through SaaS or through StorSimple Snapshot Manager. | [
"The",
"backup",
"policy",
"creation",
"type",
".",
"Indicates",
"whether",
"this",
"was",
"created",
"through",
"SaaS",
"or",
"through",
"StorSimple",
"Snapshot",
"Manager",
"."
] | def backup_policy_creation_type(self) -> str:
return pulumi.get(self, "backup_policy_creation_type") | [
"def",
"backup_policy_creation_type",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"backup_policy_creation_type\"",
")"
] | The backup policy creation type. | [
"The",
"backup",
"policy",
"creation",
"type",
"."
] | [
"\"\"\"\n The backup policy creation type. Indicates whether this was created through SaaS or through StorSimple Snapshot Manager.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d7f3ddd496103b0a03b16abb4289995c4ece2d09 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/latest/get_backup_policy.py | [
"Apache-2.0"
] | Python | last_backup_time | str | def last_backup_time(self) -> str:
"""
The time of the last backup for the backup policy.
"""
return pulumi.get(self, "last_backup_time") |
The time of the last backup for the backup policy.
| The time of the last backup for the backup policy. | [
"The",
"time",
"of",
"the",
"last",
"backup",
"for",
"the",
"backup",
"policy",
"."
] | def last_backup_time(self) -> str:
return pulumi.get(self, "last_backup_time") | [
"def",
"last_backup_time",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_backup_time\"",
")"
] | The time of the last backup for the backup policy. | [
"The",
"time",
"of",
"the",
"last",
"backup",
"for",
"the",
"backup",
"policy",
"."
] | [
"\"\"\"\n The time of the last backup for the backup policy.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d7f3ddd496103b0a03b16abb4289995c4ece2d09 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/latest/get_backup_policy.py | [
"Apache-2.0"
] | Python | next_backup_time | str | def next_backup_time(self) -> str:
"""
The time of the next backup for the backup policy.
"""
return pulumi.get(self, "next_backup_time") |
The time of the next backup for the backup policy.
| The time of the next backup for the backup policy. | [
"The",
"time",
"of",
"the",
"next",
"backup",
"for",
"the",
"backup",
"policy",
"."
] | def next_backup_time(self) -> str:
return pulumi.get(self, "next_backup_time") | [
"def",
"next_backup_time",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"next_backup_time\"",
")"
] | The time of the next backup for the backup policy. | [
"The",
"time",
"of",
"the",
"next",
"backup",
"for",
"the",
"backup",
"policy",
"."
] | [
"\"\"\"\n The time of the next backup for the backup policy.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d7f3ddd496103b0a03b16abb4289995c4ece2d09 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/latest/get_backup_policy.py | [
"Apache-2.0"
] | Python | scheduled_backup_status | str | def scheduled_backup_status(self) -> str:
"""
Indicates whether at least one of the schedules in the backup policy is active or not.
"""
return pulumi.get(self, "scheduled_backup_status") |
Indicates whether at least one of the schedules in the backup policy is active or not.
| Indicates whether at least one of the schedules in the backup policy is active or not. | [
"Indicates",
"whether",
"at",
"least",
"one",
"of",
"the",
"schedules",
"in",
"the",
"backup",
"policy",
"is",
"active",
"or",
"not",
"."
] | def scheduled_backup_status(self) -> str:
return pulumi.get(self, "scheduled_backup_status") | [
"def",
"scheduled_backup_status",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"scheduled_backup_status\"",
")"
] | Indicates whether at least one of the schedules in the backup policy is active or not. | [
"Indicates",
"whether",
"at",
"least",
"one",
"of",
"the",
"schedules",
"in",
"the",
"backup",
"policy",
"is",
"active",
"or",
"not",
"."
] | [
"\"\"\"\n Indicates whether at least one of the schedules in the backup policy is active 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": []
} |
d7f3ddd496103b0a03b16abb4289995c4ece2d09 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/latest/get_backup_policy.py | [
"Apache-2.0"
] | Python | schedules_count | float | def schedules_count(self) -> float:
"""
The count of schedules the backup policy contains.
"""
return pulumi.get(self, "schedules_count") |
The count of schedules the backup policy contains.
| The count of schedules the backup policy contains. | [
"The",
"count",
"of",
"schedules",
"the",
"backup",
"policy",
"contains",
"."
] | def schedules_count(self) -> float:
return pulumi.get(self, "schedules_count") | [
"def",
"schedules_count",
"(",
"self",
")",
"->",
"float",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"schedules_count\"",
")"
] | The count of schedules the backup policy contains. | [
"The",
"count",
"of",
"schedules",
"the",
"backup",
"policy",
"contains",
"."
] | [
"\"\"\"\n The count of schedules the backup policy contains.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d7f3ddd496103b0a03b16abb4289995c4ece2d09 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/latest/get_backup_policy.py | [
"Apache-2.0"
] | Python | ssm_host_name | str | def ssm_host_name(self) -> str:
"""
If the backup policy was created by StorSimple Snapshot Manager, then this field indicates the hostname of the StorSimple Snapshot Manager.
"""
return pulumi.get(self, "ssm_host_name") |
If the backup policy was created by StorSimple Snapshot Manager, then this field indicates the hostname of the StorSimple Snapshot Manager.
| If the backup policy was created by StorSimple Snapshot Manager, then this field indicates the hostname of the StorSimple Snapshot Manager. | [
"If",
"the",
"backup",
"policy",
"was",
"created",
"by",
"StorSimple",
"Snapshot",
"Manager",
"then",
"this",
"field",
"indicates",
"the",
"hostname",
"of",
"the",
"StorSimple",
"Snapshot",
"Manager",
"."
] | def ssm_host_name(self) -> str:
return pulumi.get(self, "ssm_host_name") | [
"def",
"ssm_host_name",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ssm_host_name\"",
")"
] | If the backup policy was created by StorSimple Snapshot Manager, then this field indicates the hostname of the StorSimple Snapshot Manager. | [
"If",
"the",
"backup",
"policy",
"was",
"created",
"by",
"StorSimple",
"Snapshot",
"Manager",
"then",
"this",
"field",
"indicates",
"the",
"hostname",
"of",
"the",
"StorSimple",
"Snapshot",
"Manager",
"."
] | [
"\"\"\"\n If the backup policy was created by StorSimple Snapshot Manager, then this field indicates the hostname of the StorSimple Snapshot Manager.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
62d35803928daacd8e71a6bb84298904853f0fbf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/latest/get_report_config_by_resource_group_name.py | [
"Apache-2.0"
] | Python | definition | 'outputs.ReportConfigDefinitionResponse' | def definition(self) -> 'outputs.ReportConfigDefinitionResponse':
"""
Has definition for the report config.
"""
return pulumi.get(self, "definition") |
Has definition for the report config.
| Has definition for the report config. | [
"Has",
"definition",
"for",
"the",
"report",
"config",
"."
] | def definition(self) -> 'outputs.ReportConfigDefinitionResponse':
return pulumi.get(self, "definition") | [
"def",
"definition",
"(",
"self",
")",
"->",
"'outputs.ReportConfigDefinitionResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"definition\"",
")"
] | Has definition for the report config. | [
"Has",
"definition",
"for",
"the",
"report",
"config",
"."
] | [
"\"\"\"\n Has definition for the report config.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
62d35803928daacd8e71a6bb84298904853f0fbf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/latest/get_report_config_by_resource_group_name.py | [
"Apache-2.0"
] | Python | delivery_info | 'outputs.ReportConfigDeliveryInfoResponse' | def delivery_info(self) -> 'outputs.ReportConfigDeliveryInfoResponse':
"""
Has delivery information for the report config.
"""
return pulumi.get(self, "delivery_info") |
Has delivery information for the report config.
| Has delivery information for the report config. | [
"Has",
"delivery",
"information",
"for",
"the",
"report",
"config",
"."
] | def delivery_info(self) -> 'outputs.ReportConfigDeliveryInfoResponse':
return pulumi.get(self, "delivery_info") | [
"def",
"delivery_info",
"(",
"self",
")",
"->",
"'outputs.ReportConfigDeliveryInfoResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"delivery_info\"",
")"
] | Has delivery information for the report config. | [
"Has",
"delivery",
"information",
"for",
"the",
"report",
"config",
"."
] | [
"\"\"\"\n Has delivery information for the report config.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
62d35803928daacd8e71a6bb84298904853f0fbf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/latest/get_report_config_by_resource_group_name.py | [
"Apache-2.0"
] | Python | schedule | Optional['outputs.ReportConfigScheduleResponse'] | def schedule(self) -> Optional['outputs.ReportConfigScheduleResponse']:
"""
Has schedule information for the report config.
"""
return pulumi.get(self, "schedule") |
Has schedule information for the report config.
| Has schedule information for the report config. | [
"Has",
"schedule",
"information",
"for",
"the",
"report",
"config",
"."
] | def schedule(self) -> Optional['outputs.ReportConfigScheduleResponse']:
return pulumi.get(self, "schedule") | [
"def",
"schedule",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ReportConfigScheduleResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"schedule\"",
")"
] | Has schedule information for the report config. | [
"Has",
"schedule",
"information",
"for",
"the",
"report",
"config",
"."
] | [
"\"\"\"\n Has schedule information for the report config.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
475b835d542fa29fe45f912d19803a55cb71fe4d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/latest/watcher.py | [
"Apache-2.0"
] | Python | execution_frequency_in_seconds | pulumi.Output[Optional[float]] | def execution_frequency_in_seconds(self) -> pulumi.Output[Optional[float]]:
"""
Gets or sets the frequency at which the watcher is invoked.
"""
return pulumi.get(self, "execution_frequency_in_seconds") |
Gets or sets the frequency at which the watcher is invoked.
| Gets or sets the frequency at which the watcher is invoked. | [
"Gets",
"or",
"sets",
"the",
"frequency",
"at",
"which",
"the",
"watcher",
"is",
"invoked",
"."
] | def execution_frequency_in_seconds(self) -> pulumi.Output[Optional[float]]:
return pulumi.get(self, "execution_frequency_in_seconds") | [
"def",
"execution_frequency_in_seconds",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"float",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"execution_frequency_in_seconds\"",
")"
] | Gets or sets the frequency at which the watcher is invoked. | [
"Gets",
"or",
"sets",
"the",
"frequency",
"at",
"which",
"the",
"watcher",
"is",
"invoked",
"."
] | [
"\"\"\"\n Gets or sets the frequency at which the watcher is invoked.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
475b835d542fa29fe45f912d19803a55cb71fe4d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/latest/watcher.py | [
"Apache-2.0"
] | Python | script_parameters | pulumi.Output[Optional[Mapping[str, str]]] | def script_parameters(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
"""
Gets or sets the parameters of the script.
"""
return pulumi.get(self, "script_parameters") |
Gets or sets the parameters of the script.
| Gets or sets the parameters of the script. | [
"Gets",
"or",
"sets",
"the",
"parameters",
"of",
"the",
"script",
"."
] | def script_parameters(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
return pulumi.get(self, "script_parameters") | [
"def",
"script_parameters",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Mapping",
"[",
"str",
",",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"script_parameters\"",
")"
] | Gets or sets the parameters of the script. | [
"Gets",
"or",
"sets",
"the",
"parameters",
"of",
"the",
"script",
"."
] | [
"\"\"\"\n Gets or sets the parameters of the script.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4766aff323b4cbadbddc0018b240fba57e973bac | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationsmanagement/get_solution.py | [
"Apache-2.0"
] | Python | plan | Optional['outputs.SolutionPlanResponse'] | def plan(self) -> Optional['outputs.SolutionPlanResponse']:
"""
Plan for solution object supported by the OperationsManagement resource provider.
"""
return pulumi.get(self, "plan") |
Plan for solution object supported by the OperationsManagement resource provider.
| Plan for solution object supported by the OperationsManagement resource provider. | [
"Plan",
"for",
"solution",
"object",
"supported",
"by",
"the",
"OperationsManagement",
"resource",
"provider",
"."
] | def plan(self) -> Optional['outputs.SolutionPlanResponse']:
return pulumi.get(self, "plan") | [
"def",
"plan",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SolutionPlanResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"plan\"",
")"
] | Plan for solution object supported by the OperationsManagement resource provider. | [
"Plan",
"for",
"solution",
"object",
"supported",
"by",
"the",
"OperationsManagement",
"resource",
"provider",
"."
] | [
"\"\"\"\n Plan for solution object supported by the OperationsManagement resource provider.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3d61c3c663bea3a98078013b3d9130ba859634c9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/latest/webhook.py | [
"Apache-2.0"
] | Python | expiry_time | pulumi.Output[Optional[str]] | def expiry_time(self) -> pulumi.Output[Optional[str]]:
"""
Gets or sets the expiry time.
"""
return pulumi.get(self, "expiry_time") |
Gets or sets the expiry time.
| Gets or sets the expiry time. | [
"Gets",
"or",
"sets",
"the",
"expiry",
"time",
"."
] | def expiry_time(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "expiry_time") | [
"def",
"expiry_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"expiry_time\"",
")"
] | Gets or sets the expiry time. | [
"Gets",
"or",
"sets",
"the",
"expiry",
"time",
"."
] | [
"\"\"\"\n Gets or sets the expiry time.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3d61c3c663bea3a98078013b3d9130ba859634c9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/latest/webhook.py | [
"Apache-2.0"
] | Python | last_invoked_time | pulumi.Output[Optional[str]] | def last_invoked_time(self) -> pulumi.Output[Optional[str]]:
"""
Gets or sets the last invoked time.
"""
return pulumi.get(self, "last_invoked_time") |
Gets or sets the last invoked time.
| Gets or sets the last invoked time. | [
"Gets",
"or",
"sets",
"the",
"last",
"invoked",
"time",
"."
] | def last_invoked_time(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "last_invoked_time") | [
"def",
"last_invoked_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_invoked_time\"",
")"
] | Gets or sets the last invoked time. | [
"Gets",
"or",
"sets",
"the",
"last",
"invoked",
"time",
"."
] | [
"\"\"\"\n Gets or sets the last invoked time.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3d61c3c663bea3a98078013b3d9130ba859634c9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/latest/webhook.py | [
"Apache-2.0"
] | Python | runbook | pulumi.Output[Optional['outputs.RunbookAssociationPropertyResponse']] | def runbook(self) -> pulumi.Output[Optional['outputs.RunbookAssociationPropertyResponse']]:
"""
Gets or sets the runbook the webhook is associated with.
"""
return pulumi.get(self, "runbook") |
Gets or sets the runbook the webhook is associated with.
| Gets or sets the runbook the webhook is associated with. | [
"Gets",
"or",
"sets",
"the",
"runbook",
"the",
"webhook",
"is",
"associated",
"with",
"."
] | def runbook(self) -> pulumi.Output[Optional['outputs.RunbookAssociationPropertyResponse']]:
return pulumi.get(self, "runbook") | [
"def",
"runbook",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.RunbookAssociationPropertyResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"runbook\"",
")"
] | Gets or sets the runbook the webhook is associated with. | [
"Gets",
"or",
"sets",
"the",
"runbook",
"the",
"webhook",
"is",
"associated",
"with",
"."
] | [
"\"\"\"\n Gets or sets the runbook the webhook 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": []
} |
64d4e46e5b92e67c4bd100deaa684c79b0d0251a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/get_queue.py | [
"Apache-2.0"
] | Python | approximate_message_count | int | def approximate_message_count(self) -> int:
"""
Integer indicating an approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher.
"""
return pulumi.get(self, "approximate_message_count") |
Integer indicating an approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher.
| Integer indicating an approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher. | [
"Integer",
"indicating",
"an",
"approximate",
"number",
"of",
"messages",
"in",
"the",
"queue",
".",
"This",
"number",
"is",
"not",
"lower",
"than",
"the",
"actual",
"number",
"of",
"messages",
"in",
"the",
"queue",
"but",
"could",
"be",
"higher",
"."
] | def approximate_message_count(self) -> int:
return pulumi.get(self, "approximate_message_count") | [
"def",
"approximate_message_count",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"approximate_message_count\"",
")"
] | Integer indicating an approximate number of messages in the queue. | [
"Integer",
"indicating",
"an",
"approximate",
"number",
"of",
"messages",
"in",
"the",
"queue",
"."
] | [
"\"\"\"\n Integer indicating an approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5bfae3fea2c9f8c6797e34a99628d7ff96c9cb56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/powerplatform/v20201030preview/get_enterprise_policy.py | [
"Apache-2.0"
] | Python | encryption | Optional['outputs.PropertiesResponseEncryption'] | def encryption(self) -> Optional['outputs.PropertiesResponseEncryption']:
"""
The encryption settings for a configuration store.
"""
return pulumi.get(self, "encryption") |
The encryption settings for a configuration store.
| The encryption settings for a configuration store. | [
"The",
"encryption",
"settings",
"for",
"a",
"configuration",
"store",
"."
] | def encryption(self) -> Optional['outputs.PropertiesResponseEncryption']:
return pulumi.get(self, "encryption") | [
"def",
"encryption",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.PropertiesResponseEncryption'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption\"",
")"
] | The encryption settings for a configuration store. | [
"The",
"encryption",
"settings",
"for",
"a",
"configuration",
"store",
"."
] | [
"\"\"\"\n The encryption settings for a configuration store.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5bfae3fea2c9f8c6797e34a99628d7ff96c9cb56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/powerplatform/v20201030preview/get_enterprise_policy.py | [
"Apache-2.0"
] | Python | identity | Optional['outputs.EnterprisePolicyIdentityResponse'] | def identity(self) -> Optional['outputs.EnterprisePolicyIdentityResponse']:
"""
The identity of the EnterprisePolicy.
"""
return pulumi.get(self, "identity") |
The identity of the EnterprisePolicy.
| The identity of the EnterprisePolicy. | [
"The",
"identity",
"of",
"the",
"EnterprisePolicy",
"."
] | def identity(self) -> Optional['outputs.EnterprisePolicyIdentityResponse']:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.EnterprisePolicyIdentityResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The identity of the EnterprisePolicy. | [
"The",
"identity",
"of",
"the",
"EnterprisePolicy",
"."
] | [
"\"\"\"\n The identity of the EnterprisePolicy.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1f6cc9530e9770e93e529b0a8274c1b4e1ef8936 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningexperimentation/account.py | [
"Apache-2.0"
] | Python | discovery_uri | pulumi.Output[str] | def discovery_uri(self) -> pulumi.Output[str]:
"""
The uri for this machine learning team account.
"""
return pulumi.get(self, "discovery_uri") |
The uri for this machine learning team account.
| The uri for this machine learning team account. | [
"The",
"uri",
"for",
"this",
"machine",
"learning",
"team",
"account",
"."
] | def discovery_uri(self) -> pulumi.Output[str]:
return pulumi.get(self, "discovery_uri") | [
"def",
"discovery_uri",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"discovery_uri\"",
")"
] | The uri for this machine learning team account. | [
"The",
"uri",
"for",
"this",
"machine",
"learning",
"team",
"account",
"."
] | [
"\"\"\"\n The uri for this machine learning team account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1f6cc9530e9770e93e529b0a8274c1b4e1ef8936 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningexperimentation/account.py | [
"Apache-2.0"
] | Python | seats | pulumi.Output[Optional[str]] | def seats(self) -> pulumi.Output[Optional[str]]:
"""
The no of users/seats who can access this team account. This property defines the charge on the team account.
"""
return pulumi.get(self, "seats") |
The no of users/seats who can access this team account. This property defines the charge on the team account.
| The no of users/seats who can access this team account. This property defines the charge on the team account. | [
"The",
"no",
"of",
"users",
"/",
"seats",
"who",
"can",
"access",
"this",
"team",
"account",
".",
"This",
"property",
"defines",
"the",
"charge",
"on",
"the",
"team",
"account",
"."
] | def seats(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "seats") | [
"def",
"seats",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"seats\"",
")"
] | The no of users/seats who can access this team account. | [
"The",
"no",
"of",
"users",
"/",
"seats",
"who",
"can",
"access",
"this",
"team",
"account",
"."
] | [
"\"\"\"\n The no of users/seats who can access this team account. This property defines the charge on the team account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1f6cc9530e9770e93e529b0a8274c1b4e1ef8936 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningexperimentation/account.py | [
"Apache-2.0"
] | Python | storage_account | pulumi.Output['outputs.StorageAccountPropertiesResponse'] | def storage_account(self) -> pulumi.Output['outputs.StorageAccountPropertiesResponse']:
"""
The properties of the storage account for the machine learning team account.
"""
return pulumi.get(self, "storage_account") |
The properties of the storage account for the machine learning team account.
| The properties of the storage account for the machine learning team account. | [
"The",
"properties",
"of",
"the",
"storage",
"account",
"for",
"the",
"machine",
"learning",
"team",
"account",
"."
] | def storage_account(self) -> pulumi.Output['outputs.StorageAccountPropertiesResponse']:
return pulumi.get(self, "storage_account") | [
"def",
"storage_account",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.StorageAccountPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_account\"",
")"
] | The properties of the storage account for the machine learning team account. | [
"The",
"properties",
"of",
"the",
"storage",
"account",
"for",
"the",
"machine",
"learning",
"team",
"account",
"."
] | [
"\"\"\"\n The properties of the storage account for the machine learning team account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1f6cc9530e9770e93e529b0a8274c1b4e1ef8936 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningexperimentation/account.py | [
"Apache-2.0"
] | Python | vso_account_id | pulumi.Output[str] | def vso_account_id(self) -> pulumi.Output[str]:
"""
The fully qualified arm id of the vso account to be used for this team account.
"""
return pulumi.get(self, "vso_account_id") |
The fully qualified arm id of the vso account to be used for this team account.
| The fully qualified arm id of the vso account to be used for this team account. | [
"The",
"fully",
"qualified",
"arm",
"id",
"of",
"the",
"vso",
"account",
"to",
"be",
"used",
"for",
"this",
"team",
"account",
"."
] | def vso_account_id(self) -> pulumi.Output[str]:
return pulumi.get(self, "vso_account_id") | [
"def",
"vso_account_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vso_account_id\"",
")"
] | The fully qualified arm id of the vso account to be used for this team account. | [
"The",
"fully",
"qualified",
"arm",
"id",
"of",
"the",
"vso",
"account",
"to",
"be",
"used",
"for",
"this",
"team",
"account",
"."
] | [
"\"\"\"\n The fully qualified arm id of the vso account to be used for this team account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1f76ccb2cfdfd6e2caf96edae7d874ac92fc9d3c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databricks/v20180401/v_net_peering.py | [
"Apache-2.0"
] | Python | databricks_address_space | pulumi.Output[Optional['outputs.AddressSpaceResponse']] | def databricks_address_space(self) -> pulumi.Output[Optional['outputs.AddressSpaceResponse']]:
"""
The reference to the databricks virtual network address space.
"""
return pulumi.get(self, "databricks_address_space") |
The reference to the databricks virtual network address space.
| The reference to the databricks virtual network address space. | [
"The",
"reference",
"to",
"the",
"databricks",
"virtual",
"network",
"address",
"space",
"."
] | def databricks_address_space(self) -> pulumi.Output[Optional['outputs.AddressSpaceResponse']]:
return pulumi.get(self, "databricks_address_space") | [
"def",
"databricks_address_space",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.AddressSpaceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"databricks_address_space\"",
")"
] | The reference to the databricks virtual network address space. | [
"The",
"reference",
"to",
"the",
"databricks",
"virtual",
"network",
"address",
"space",
"."
] | [
"\"\"\"\n The reference to the databricks virtual network address space.\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.