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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
40af445c66cea2bc7af5c049e4236e42e6fc3978 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/v20170601/list_device_failover_tars.py | [
"Apache-2.0"
] | Python | list_device_failover_tars | AwaitableListDeviceFailoverTarsResult | def list_device_failover_tars(manager_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
source_device_name: Optional[str] = None,
volume_containers: Optional[Sequence[str]] = None,
... |
The list of all devices in a resource and their eligibility status as a failover target device.
:param str manager_name: The manager name
:param str resource_group_name: The resource group name
:param str source_device_name: The source device name on which failover is performed.
:param Sequence[s... | The list of all devices in a resource and their eligibility status as a failover target device. | [
"The",
"list",
"of",
"all",
"devices",
"in",
"a",
"resource",
"and",
"their",
"eligibility",
"status",
"as",
"a",
"failover",
"target",
"device",
"."
] | def list_device_failover_tars(manager_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
source_device_name: Optional[str] = None,
volume_containers: Optional[Sequence[str]] = None,
... | [
"def",
"list_device_failover_tars",
"(",
"manager_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"source_device_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
... | The list of all devices in a resource and their eligibility status as a failover target device. | [
"The",
"list",
"of",
"all",
"devices",
"in",
"a",
"resource",
"and",
"their",
"eligibility",
"status",
"as",
"a",
"failover",
"target",
"device",
"."
] | [
"\"\"\"\n The list of all devices in a resource and their eligibility status as a failover target device.\n\n\n :param str manager_name: The manager name\n :param str resource_group_name: The resource group name\n :param str source_device_name: The source device name on which failover is performed.\n ... | [
{
"param": "manager_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "source_device_name",
"type": "Optional[str]"
},
{
"param": "volume_containers",
"type": "Optional[Sequence[str]]"
},
{
"param": "opts",
... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "manager_name",
"type": "Optional[str]",
"docstring": "The manager name",
"docstring_tokens": [
"The",
"manager",
"name"
],
"default": null,
"is_optional": false
},
{
"ide... |
97a1a8734c6ed630fd9e2c4390b6d6c1e8b3ca02 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationalinsights/latest/get_cluster.py | [
"Apache-2.0"
] | Python | associated_workspaces | Optional[Sequence['outputs.AssociatedWorkspaceResponse']] | def associated_workspaces(self) -> Optional[Sequence['outputs.AssociatedWorkspaceResponse']]:
"""
The list of Log Analytics workspaces associated with the cluster
"""
return pulumi.get(self, "associated_workspaces") |
The list of Log Analytics workspaces associated with the cluster
| The list of Log Analytics workspaces associated with the cluster | [
"The",
"list",
"of",
"Log",
"Analytics",
"workspaces",
"associated",
"with",
"the",
"cluster"
] | def associated_workspaces(self) -> Optional[Sequence['outputs.AssociatedWorkspaceResponse']]:
return pulumi.get(self, "associated_workspaces") | [
"def",
"associated_workspaces",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.AssociatedWorkspaceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"associated_workspaces\"",
")"
] | The list of Log Analytics workspaces associated with the cluster | [
"The",
"list",
"of",
"Log",
"Analytics",
"workspaces",
"associated",
"with",
"the",
"cluster"
] | [
"\"\"\"\n The list of Log Analytics workspaces associated with the cluster\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97a1a8734c6ed630fd9e2c4390b6d6c1e8b3ca02 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationalinsights/latest/get_cluster.py | [
"Apache-2.0"
] | Python | billing_type | Optional[str] | def billing_type(self) -> Optional[str]:
"""
Configures whether billing will be only on the cluster or each workspace will be billed by its proportional use. This does not change the overall billing, only how it will be distributed. Default value is 'Cluster'
"""
return pulumi.get(self, ... |
Configures whether billing will be only on the cluster or each workspace will be billed by its proportional use. This does not change the overall billing, only how it will be distributed. Default value is 'Cluster'
| Configures whether billing will be only on the cluster or each workspace will be billed by its proportional use. This does not change the overall billing, only how it will be distributed. Default value is 'Cluster' | [
"Configures",
"whether",
"billing",
"will",
"be",
"only",
"on",
"the",
"cluster",
"or",
"each",
"workspace",
"will",
"be",
"billed",
"by",
"its",
"proportional",
"use",
".",
"This",
"does",
"not",
"change",
"the",
"overall",
"billing",
"only",
"how",
"it",
... | def billing_type(self) -> Optional[str]:
return pulumi.get(self, "billing_type") | [
"def",
"billing_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"billing_type\"",
")"
] | Configures whether billing will be only on the cluster or each workspace will be billed by its proportional use. | [
"Configures",
"whether",
"billing",
"will",
"be",
"only",
"on",
"the",
"cluster",
"or",
"each",
"workspace",
"will",
"be",
"billed",
"by",
"its",
"proportional",
"use",
"."
] | [
"\"\"\"\n Configures whether billing will be only on the cluster or each workspace will be billed by its proportional use. This does not change the overall billing, only how it will be distributed. Default value is 'Cluster'\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97a1a8734c6ed630fd9e2c4390b6d6c1e8b3ca02 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationalinsights/latest/get_cluster.py | [
"Apache-2.0"
] | Python | is_availability_zones_enabled | Optional[bool] | def is_availability_zones_enabled(self) -> Optional[bool]:
"""
Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if regi... |
Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones.
| Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones. | [
"Sets",
"whether",
"the",
"cluster",
"will",
"support",
"availability",
"zones",
".",
"This",
"can",
"be",
"set",
"as",
"true",
"only",
"in",
"regions",
"where",
"Azure",
"Data",
"Explorer",
"support",
"Availability",
"Zones",
".",
"This",
"Property",
"can",
... | def is_availability_zones_enabled(self) -> Optional[bool]:
return pulumi.get(self, "is_availability_zones_enabled") | [
"def",
"is_availability_zones_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_availability_zones_enabled\"",
")"
] | Sets whether the cluster will support availability zones. | [
"Sets",
"whether",
"the",
"cluster",
"will",
"support",
"availability",
"zones",
"."
] | [
"\"\"\"\n Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97a1a8734c6ed630fd9e2c4390b6d6c1e8b3ca02 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationalinsights/latest/get_cluster.py | [
"Apache-2.0"
] | Python | is_double_encryption_enabled | Optional[bool] | def is_double_encryption_enabled(self) -> Optional[bool]:
"""
Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true'
"""
return pulumi.get(self, "is_double_encryption_enabled") |
Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true'
| Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true' | [
"Configures",
"whether",
"cluster",
"will",
"use",
"double",
"encryption",
".",
"This",
"Property",
"can",
"not",
"be",
"modified",
"after",
"cluster",
"creation",
".",
"Default",
"value",
"is",
"'",
"true",
"'"
] | def is_double_encryption_enabled(self) -> Optional[bool]:
return pulumi.get(self, "is_double_encryption_enabled") | [
"def",
"is_double_encryption_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_double_encryption_enabled\"",
")"
] | Configures whether cluster will use double encryption. | [
"Configures",
"whether",
"cluster",
"will",
"use",
"double",
"encryption",
"."
] | [
"\"\"\"\n Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true'\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3e4a40ee862b6b064639c96ebabe9a93926e51c6 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20190301/gallery_application_version.py | [
"Apache-2.0"
] | Python | publishing_profile | pulumi.Output['outputs.GalleryApplicationVersionPublishingProfileResponse'] | def publishing_profile(self) -> pulumi.Output['outputs.GalleryApplicationVersionPublishingProfileResponse']:
"""
The publishing profile of a gallery image version.
"""
return pulumi.get(self, "publishing_profile") |
The publishing profile of a gallery image version.
| The publishing profile of a gallery image version. | [
"The",
"publishing",
"profile",
"of",
"a",
"gallery",
"image",
"version",
"."
] | def publishing_profile(self) -> pulumi.Output['outputs.GalleryApplicationVersionPublishingProfileResponse']:
return pulumi.get(self, "publishing_profile") | [
"def",
"publishing_profile",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.GalleryApplicationVersionPublishingProfileResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"publishing_profile\"",
")"
] | The publishing profile of a gallery image version. | [
"The",
"publishing",
"profile",
"of",
"a",
"gallery",
"image",
"version",
"."
] | [
"\"\"\"\n The publishing profile of a gallery image version.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3e507cbbaefc4ab3723d04df86358996dc9c09c5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/latest/alert_rule.py | [
"Apache-2.0"
] | Python | action | pulumi.Output[Optional[Any]] | def action(self) -> pulumi.Output[Optional[Any]]:
"""
action that is performed when the alert rule becomes active, and when an alert condition is resolved.
"""
return pulumi.get(self, "action") |
action that is performed when the alert rule becomes active, and when an alert condition is resolved.
| action that is performed when the alert rule becomes active, and when an alert condition is resolved. | [
"action",
"that",
"is",
"performed",
"when",
"the",
"alert",
"rule",
"becomes",
"active",
"and",
"when",
"an",
"alert",
"condition",
"is",
"resolved",
"."
] | def action(self) -> pulumi.Output[Optional[Any]]:
return pulumi.get(self, "action") | [
"def",
"action",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Any",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"action\"",
")"
] | action that is performed when the alert rule becomes active, and when an alert condition is resolved. | [
"action",
"that",
"is",
"performed",
"when",
"the",
"alert",
"rule",
"becomes",
"active",
"and",
"when",
"an",
"alert",
"condition",
"is",
"resolved",
"."
] | [
"\"\"\"\n action that is performed when the alert rule becomes active, and when an alert condition is resolved.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3e507cbbaefc4ab3723d04df86358996dc9c09c5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/latest/alert_rule.py | [
"Apache-2.0"
] | Python | condition | pulumi.Output[Any] | def condition(self) -> pulumi.Output[Any]:
"""
the condition that results in the alert rule being activated.
"""
return pulumi.get(self, "condition") |
the condition that results in the alert rule being activated.
| the condition that results in the alert rule being activated. | [
"the",
"condition",
"that",
"results",
"in",
"the",
"alert",
"rule",
"being",
"activated",
"."
] | def condition(self) -> pulumi.Output[Any]:
return pulumi.get(self, "condition") | [
"def",
"condition",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Any",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"condition\"",
")"
] | the condition that results in the alert rule being activated. | [
"the",
"condition",
"that",
"results",
"in",
"the",
"alert",
"rule",
"being",
"activated",
"."
] | [
"\"\"\"\n the condition that results in the alert rule being activated.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3e56c8800a9c9180a5ff16b18306c9c7c70ee102 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningservices/v20200901preview/workspace.py | [
"Apache-2.0"
] | Python | allow_public_access_when_behind_vnet | pulumi.Output[Optional[bool]] | def allow_public_access_when_behind_vnet(self) -> pulumi.Output[Optional[bool]]:
"""
The flag to indicate whether to allow public access when behind VNet.
"""
return pulumi.get(self, "allow_public_access_when_behind_vnet") |
The flag to indicate whether to allow public access when behind VNet.
| The flag to indicate whether to allow public access when behind VNet. | [
"The",
"flag",
"to",
"indicate",
"whether",
"to",
"allow",
"public",
"access",
"when",
"behind",
"VNet",
"."
] | def allow_public_access_when_behind_vnet(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "allow_public_access_when_behind_vnet") | [
"def",
"allow_public_access_when_behind_vnet",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allow_public_access_when_behind_vnet\"",
")"
] | The flag to indicate whether to allow public access when behind VNet. | [
"The",
"flag",
"to",
"indicate",
"whether",
"to",
"allow",
"public",
"access",
"when",
"behind",
"VNet",
"."
] | [
"\"\"\"\n The flag to indicate whether to allow public access when behind VNet.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3e56c8800a9c9180a5ff16b18306c9c7c70ee102 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningservices/v20200901preview/workspace.py | [
"Apache-2.0"
] | Python | hbi_workspace | pulumi.Output[Optional[bool]] | def hbi_workspace(self) -> pulumi.Output[Optional[bool]]:
"""
The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service
"""
return pulumi.get(self, "hbi_workspace") |
The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service
| The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service | [
"The",
"flag",
"to",
"signal",
"HBI",
"data",
"in",
"the",
"workspace",
"and",
"reduce",
"diagnostic",
"data",
"collected",
"by",
"the",
"service"
] | def hbi_workspace(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "hbi_workspace") | [
"def",
"hbi_workspace",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"hbi_workspace\"",
")"
] | The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service | [
"The",
"flag",
"to",
"signal",
"HBI",
"data",
"in",
"the",
"workspace",
"and",
"reduce",
"diagnostic",
"data",
"collected",
"by",
"the",
"service"
] | [
"\"\"\"\n The flag to signal HBI data in the workspace and reduce diagnostic data collected by the service\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3e56c8800a9c9180a5ff16b18306c9c7c70ee102 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningservices/v20200901preview/workspace.py | [
"Apache-2.0"
] | Python | image_build_compute | pulumi.Output[Optional[str]] | def image_build_compute(self) -> pulumi.Output[Optional[str]]:
"""
The compute name for image build
"""
return pulumi.get(self, "image_build_compute") |
The compute name for image build
| The compute name for image build | [
"The",
"compute",
"name",
"for",
"image",
"build"
] | def image_build_compute(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "image_build_compute") | [
"def",
"image_build_compute",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"image_build_compute\"",
")"
] | The compute name for image build | [
"The",
"compute",
"name",
"for",
"image",
"build"
] | [
"\"\"\"\n The compute name for image 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": []
} |
3e56c8800a9c9180a5ff16b18306c9c7c70ee102 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningservices/v20200901preview/workspace.py | [
"Apache-2.0"
] | Python | private_link_count | pulumi.Output[int] | def private_link_count(self) -> pulumi.Output[int]:
"""
Count of private connections in the workspace
"""
return pulumi.get(self, "private_link_count") |
Count of private connections in the workspace
| Count of private connections in the workspace | [
"Count",
"of",
"private",
"connections",
"in",
"the",
"workspace"
] | def private_link_count(self) -> pulumi.Output[int]:
return pulumi.get(self, "private_link_count") | [
"def",
"private_link_count",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_link_count\"",
")"
] | Count of private connections in the workspace | [
"Count",
"of",
"private",
"connections",
"in",
"the",
"workspace"
] | [
"\"\"\"\n Count of private connections in the workspace\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3e56c8800a9c9180a5ff16b18306c9c7c70ee102 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningservices/v20200901preview/workspace.py | [
"Apache-2.0"
] | Python | service_provisioned_resource_group | pulumi.Output[str] | def service_provisioned_resource_group(self) -> pulumi.Output[str]:
"""
The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace
"""
return pulumi.get(self, "service_provisioned_resource_group") |
The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace
| The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace | [
"The",
"name",
"of",
"the",
"managed",
"resource",
"group",
"created",
"by",
"workspace",
"RP",
"in",
"customer",
"subscription",
"if",
"the",
"workspace",
"is",
"CMK",
"workspace"
] | def service_provisioned_resource_group(self) -> pulumi.Output[str]:
return pulumi.get(self, "service_provisioned_resource_group") | [
"def",
"service_provisioned_resource_group",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"service_provisioned_resource_group\"",
")"
] | The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace | [
"The",
"name",
"of",
"the",
"managed",
"resource",
"group",
"created",
"by",
"workspace",
"RP",
"in",
"customer",
"subscription",
"if",
"the",
"workspace",
"is",
"CMK",
"workspace"
] | [
"\"\"\"\n The name of the managed resource group created by workspace RP in customer subscription if the workspace is CMK workspace\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3e56c8800a9c9180a5ff16b18306c9c7c70ee102 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningservices/v20200901preview/workspace.py | [
"Apache-2.0"
] | Python | shared_private_link_resources | pulumi.Output[Optional[Sequence['outputs.SharedPrivateLinkResourceResponse']]] | def shared_private_link_resources(self) -> pulumi.Output[Optional[Sequence['outputs.SharedPrivateLinkResourceResponse']]]:
"""
The list of shared private link resources in this workspace.
"""
return pulumi.get(self, "shared_private_link_resources") |
The list of shared private link resources in this workspace.
| The list of shared private link resources in this workspace. | [
"The",
"list",
"of",
"shared",
"private",
"link",
"resources",
"in",
"this",
"workspace",
"."
] | def shared_private_link_resources(self) -> pulumi.Output[Optional[Sequence['outputs.SharedPrivateLinkResourceResponse']]]:
return pulumi.get(self, "shared_private_link_resources") | [
"def",
"shared_private_link_resources",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.SharedPrivateLinkResourceResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"shared_private_l... | The list of shared private link resources in this workspace. | [
"The",
"list",
"of",
"shared",
"private",
"link",
"resources",
"in",
"this",
"workspace",
"."
] | [
"\"\"\"\n The list of shared private link resources in this workspace.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
15a81d0bbd364cb86737d9c22f5c31236fd3ea63 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/policyinsights/list_remediation_deployments_at_subscription.py | [
"Apache-2.0"
] | Python | value | Sequence['outputs.RemediationDeploymentResponseResult'] | def value(self) -> Sequence['outputs.RemediationDeploymentResponseResult']:
"""
Array of deployments for the remediation.
"""
return pulumi.get(self, "value") |
Array of deployments for the remediation.
| Array of deployments for the remediation. | [
"Array",
"of",
"deployments",
"for",
"the",
"remediation",
"."
] | def value(self) -> Sequence['outputs.RemediationDeploymentResponseResult']:
return pulumi.get(self, "value") | [
"def",
"value",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.RemediationDeploymentResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"value\"",
")"
] | Array of deployments for the remediation. | [
"Array",
"of",
"deployments",
"for",
"the",
"remediation",
"."
] | [
"\"\"\"\n Array of deployments for the remediation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
15a81d0bbd364cb86737d9c22f5c31236fd3ea63 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/policyinsights/list_remediation_deployments_at_subscription.py | [
"Apache-2.0"
] | Python | list_remediation_deployments_at_subscription | AwaitableListRemediationDeploymentsAtSubscriptionResult | def list_remediation_deployments_at_subscription(remediation_name: Optional[str] = None,
top: Optional[int] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListRemediationDeploymentsAtSubscriptionResult:
... |
List of deployments for a remediation.
API Version: 2019-07-01.
:param str remediation_name: The name of the remediation.
:param int top: Maximum number of records to return.
| List of deployments for a remediation. | [
"List",
"of",
"deployments",
"for",
"a",
"remediation",
"."
] | def list_remediation_deployments_at_subscription(remediation_name: Optional[str] = None,
top: Optional[int] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListRemediationDeploymentsAtSubscriptionResult:
... | [
"def",
"list_remediation_deployments_at_subscription",
"(",
"remediation_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"top",
":",
"Optional",
"[",
"int",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
... | List of deployments for a remediation. | [
"List",
"of",
"deployments",
"for",
"a",
"remediation",
"."
] | [
"\"\"\"\n List of deployments for a remediation.\n API Version: 2019-07-01.\n\n\n :param str remediation_name: The name of the remediation.\n :param int top: Maximum number of records to return.\n \"\"\""
] | [
{
"param": "remediation_name",
"type": "Optional[str]"
},
{
"param": "top",
"type": "Optional[int]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "remediation_name",
"type": "Optional[str]",
"docstring": "The name of the remediation.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"remediation",
"."
],
"defa... |
2719ceb2131d7be839d17f9d33f63a9a48c21c31 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20191201preview/get_replication.py | [
"Apache-2.0"
] | Python | region_endpoint_enabled | Optional[bool] | def region_endpoint_enabled(self) -> Optional[bool]:
"""
Specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications.
"""
return pul... |
Specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications.
| Specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications. | [
"Specifies",
"whether",
"the",
"replication",
"'",
"s",
"regional",
"endpoint",
"is",
"enabled",
".",
"Requests",
"will",
"not",
"be",
"routed",
"to",
"a",
"replication",
"whose",
"regional",
"endpoint",
"is",
"disabled",
"however",
"its",
"data",
"will",
"con... | def region_endpoint_enabled(self) -> Optional[bool]:
return pulumi.get(self, "region_endpoint_enabled") | [
"def",
"region_endpoint_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"region_endpoint_enabled\"",
")"
] | Specifies whether the replication's regional endpoint is enabled. | [
"Specifies",
"whether",
"the",
"replication",
"'",
"s",
"regional",
"endpoint",
"is",
"enabled",
"."
] | [
"\"\"\"\n Specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
272b422c1343263ef08b686276dcabd086f140a7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datashare/v20181101preview/list_share_subscription_source_share_synchronization_settings.py | [
"Apache-2.0"
] | Python | list_share_subscription_source_share_synchronization_settings | AwaitableListShareSubscriptionSourceShareSynchronizationSettingsResult | def list_share_subscription_source_share_synchronization_settings(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
share_subscription_name: Optional[str] = No... |
List response for get source share Synchronization settings
:param str account_name: The name of the share account.
:param str resource_group_name: The resource group name.
:param str share_subscription_name: The name of the shareSubscription.
:param str skip_token: Continuation token
| List response for get source share Synchronization settings | [
"List",
"response",
"for",
"get",
"source",
"share",
"Synchronization",
"settings"
] | def list_share_subscription_source_share_synchronization_settings(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
share_subscription_name: Optional[str] = No... | [
"def",
"list_share_subscription_source_share_synchronization_settings",
"(",
"account_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"share_subscription_name",
":",
"Optional",
"[",... | List response for get source share Synchronization settings | [
"List",
"response",
"for",
"get",
"source",
"share",
"Synchronization",
"settings"
] | [
"\"\"\"\n List response for get source share Synchronization settings\n\n\n :param str account_name: The name of the share account.\n :param str resource_group_name: The resource group name.\n :param str share_subscription_name: The name of the shareSubscription.\n :param str skip_token: Continuation... | [
{
"param": "account_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "share_subscription_name",
"type": "Optional[str]"
},
{
"param": "skip_token",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "account_name",
"type": "Optional[str]",
"docstring": "The name of the share account.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"share",
"account",
"."
],
... |
55b8157ed6b30f085f2cd83cffb26178bc003372 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationsmanagement/get_management_configuration.py | [
"Apache-2.0"
] | Python | properties | 'outputs.ManagementConfigurationPropertiesResponse' | def properties(self) -> 'outputs.ManagementConfigurationPropertiesResponse':
"""
Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
"""
return pulumi.get(self, "properties") |
Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
| Properties for ManagementConfiguration object supported by the OperationsManagement resource provider. | [
"Properties",
"for",
"ManagementConfiguration",
"object",
"supported",
"by",
"the",
"OperationsManagement",
"resource",
"provider",
"."
] | def properties(self) -> 'outputs.ManagementConfigurationPropertiesResponse':
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"'outputs.ManagementConfigurationPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Properties for ManagementConfiguration object supported by the OperationsManagement resource provider. | [
"Properties",
"for",
"ManagementConfiguration",
"object",
"supported",
"by",
"the",
"OperationsManagement",
"resource",
"provider",
"."
] | [
"\"\"\"\n Properties for ManagementConfiguration 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": []
} |
55be8d657669bb0749e07e306057694a7e538891 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azuredata/sql_server_instance.py | [
"Apache-2.0"
] | Python | container_resource_id | pulumi.Output[str] | def container_resource_id(self) -> pulumi.Output[str]:
"""
ARM Resource id of the container resource (Azure Arc for Servers)
"""
return pulumi.get(self, "container_resource_id") |
ARM Resource id of the container resource (Azure Arc for Servers)
| ARM Resource id of the container resource (Azure Arc for Servers) | [
"ARM",
"Resource",
"id",
"of",
"the",
"container",
"resource",
"(",
"Azure",
"Arc",
"for",
"Servers",
")"
] | def container_resource_id(self) -> pulumi.Output[str]:
return pulumi.get(self, "container_resource_id") | [
"def",
"container_resource_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"container_resource_id\"",
")"
] | ARM Resource id of the container resource (Azure Arc for Servers) | [
"ARM",
"Resource",
"id",
"of",
"the",
"container",
"resource",
"(",
"Azure",
"Arc",
"for",
"Servers",
")"
] | [
"\"\"\"\n ARM Resource id of the container resource (Azure Arc for Servers)\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
55be8d657669bb0749e07e306057694a7e538891 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azuredata/sql_server_instance.py | [
"Apache-2.0"
] | Python | v_core | pulumi.Output[str] | def v_core(self) -> pulumi.Output[str]:
"""
The number of logical processors used by the SQL Server instance.
"""
return pulumi.get(self, "v_core") |
The number of logical processors used by the SQL Server instance.
| The number of logical processors used by the SQL Server instance. | [
"The",
"number",
"of",
"logical",
"processors",
"used",
"by",
"the",
"SQL",
"Server",
"instance",
"."
] | def v_core(self) -> pulumi.Output[str]:
return pulumi.get(self, "v_core") | [
"def",
"v_core",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"v_core\"",
")"
] | The number of logical processors used by the SQL Server instance. | [
"The",
"number",
"of",
"logical",
"processors",
"used",
"by",
"the",
"SQL",
"Server",
"instance",
"."
] | [
"\"\"\"\n The number of logical processors used by the SQL Server instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
55becd34e80fd60690ba16f3140291fc7a712bbf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/workload_group.py | [
"Apache-2.0"
] | Python | min_resource_percent_per_request | pulumi.Output[float] | def min_resource_percent_per_request(self) -> pulumi.Output[float]:
"""
The workload group request minimum grant percentage.
"""
return pulumi.get(self, "min_resource_percent_per_request") |
The workload group request minimum grant percentage.
| The workload group request minimum grant percentage. | [
"The",
"workload",
"group",
"request",
"minimum",
"grant",
"percentage",
"."
] | def min_resource_percent_per_request(self) -> pulumi.Output[float]:
return pulumi.get(self, "min_resource_percent_per_request") | [
"def",
"min_resource_percent_per_request",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"min_resource_percent_per_request\"",
")"
] | The workload group request minimum grant percentage. | [
"The",
"workload",
"group",
"request",
"minimum",
"grant",
"percentage",
"."
] | [
"\"\"\"\n The workload group request minimum grant percentage.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
55becd34e80fd60690ba16f3140291fc7a712bbf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/workload_group.py | [
"Apache-2.0"
] | Python | query_execution_timeout | pulumi.Output[Optional[int]] | def query_execution_timeout(self) -> pulumi.Output[Optional[int]]:
"""
The workload group query execution timeout.
"""
return pulumi.get(self, "query_execution_timeout") |
The workload group query execution timeout.
| The workload group query execution timeout. | [
"The",
"workload",
"group",
"query",
"execution",
"timeout",
"."
] | def query_execution_timeout(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "query_execution_timeout") | [
"def",
"query_execution_timeout",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"query_execution_timeout\"",
")"
] | The workload group query execution timeout. | [
"The",
"workload",
"group",
"query",
"execution",
"timeout",
"."
] | [
"\"\"\"\n The workload group query execution timeout.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
55c0a3016a45370e866420b83c4ffdc7376ad105 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_notification_channel.py | [
"Apache-2.0"
] | Python | email_recipient | Optional[str] | def email_recipient(self) -> Optional[str]:
"""
The email recipient to send notifications to (can be a list of semi-colon separated email addresses).
"""
return pulumi.get(self, "email_recipient") |
The email recipient to send notifications to (can be a list of semi-colon separated email addresses).
| The email recipient to send notifications to (can be a list of semi-colon separated email addresses). | [
"The",
"email",
"recipient",
"to",
"send",
"notifications",
"to",
"(",
"can",
"be",
"a",
"list",
"of",
"semi",
"-",
"colon",
"separated",
"email",
"addresses",
")",
"."
] | def email_recipient(self) -> Optional[str]:
return pulumi.get(self, "email_recipient") | [
"def",
"email_recipient",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"email_recipient\"",
")"
] | The email recipient to send notifications to (can be a list of semi-colon separated email addresses). | [
"The",
"email",
"recipient",
"to",
"send",
"notifications",
"to",
"(",
"can",
"be",
"a",
"list",
"of",
"semi",
"-",
"colon",
"separated",
"email",
"addresses",
")",
"."
] | [
"\"\"\"\n The email recipient to send notifications to (can be a list of semi-colon separated email 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": []
} |
55c0a3016a45370e866420b83c4ffdc7376ad105 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_notification_channel.py | [
"Apache-2.0"
] | Python | events | Optional[Sequence['outputs.EventResponse']] | def events(self) -> Optional[Sequence['outputs.EventResponse']]:
"""
The list of event for which this notification is enabled.
"""
return pulumi.get(self, "events") |
The list of event for which this notification is enabled.
| The list of event for which this notification is enabled. | [
"The",
"list",
"of",
"event",
"for",
"which",
"this",
"notification",
"is",
"enabled",
"."
] | def events(self) -> Optional[Sequence['outputs.EventResponse']]:
return pulumi.get(self, "events") | [
"def",
"events",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.EventResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"events\"",
")"
] | The list of event for which this notification is enabled. | [
"The",
"list",
"of",
"event",
"for",
"which",
"this",
"notification",
"is",
"enabled",
"."
] | [
"\"\"\"\n The list of event for which this notification is enabled.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
55c0a3016a45370e866420b83c4ffdc7376ad105 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_notification_channel.py | [
"Apache-2.0"
] | Python | notification_locale | Optional[str] | def notification_locale(self) -> Optional[str]:
"""
The locale to use when sending a notification (fallback for unsupported languages is EN).
"""
return pulumi.get(self, "notification_locale") |
The locale to use when sending a notification (fallback for unsupported languages is EN).
| The locale to use when sending a notification (fallback for unsupported languages is EN). | [
"The",
"locale",
"to",
"use",
"when",
"sending",
"a",
"notification",
"(",
"fallback",
"for",
"unsupported",
"languages",
"is",
"EN",
")",
"."
] | def notification_locale(self) -> Optional[str]:
return pulumi.get(self, "notification_locale") | [
"def",
"notification_locale",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"notification_locale\"",
")"
] | The locale to use when sending a notification (fallback for unsupported languages is EN). | [
"The",
"locale",
"to",
"use",
"when",
"sending",
"a",
"notification",
"(",
"fallback",
"for",
"unsupported",
"languages",
"is",
"EN",
")",
"."
] | [
"\"\"\"\n The locale to use when sending a notification (fallback for unsupported languages is EN).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
55c0a3016a45370e866420b83c4ffdc7376ad105 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_notification_channel.py | [
"Apache-2.0"
] | Python | web_hook_url | Optional[str] | def web_hook_url(self) -> Optional[str]:
"""
The webhook URL to send notifications to.
"""
return pulumi.get(self, "web_hook_url") |
The webhook URL to send notifications to.
| The webhook URL to send notifications to. | [
"The",
"webhook",
"URL",
"to",
"send",
"notifications",
"to",
"."
] | def web_hook_url(self) -> Optional[str]:
return pulumi.get(self, "web_hook_url") | [
"def",
"web_hook_url",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"web_hook_url\"",
")"
] | The webhook URL to send notifications to. | [
"The",
"webhook",
"URL",
"to",
"send",
"notifications",
"to",
"."
] | [
"\"\"\"\n The webhook URL to send notifications to.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
55c4a20236970879103a80d78224df66cd4f37d7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/v20200113preview/get_connection_type.py | [
"Apache-2.0"
] | Python | field_definitions | Mapping[str, 'outputs.FieldDefinitionResponse'] | def field_definitions(self) -> Mapping[str, 'outputs.FieldDefinitionResponse']:
"""
Gets the field definitions of the connection type.
"""
return pulumi.get(self, "field_definitions") |
Gets the field definitions of the connection type.
| Gets the field definitions of the connection type. | [
"Gets",
"the",
"field",
"definitions",
"of",
"the",
"connection",
"type",
"."
] | def field_definitions(self) -> Mapping[str, 'outputs.FieldDefinitionResponse']:
return pulumi.get(self, "field_definitions") | [
"def",
"field_definitions",
"(",
"self",
")",
"->",
"Mapping",
"[",
"str",
",",
"'outputs.FieldDefinitionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"field_definitions\"",
")"
] | Gets the field definitions of the connection type. | [
"Gets",
"the",
"field",
"definitions",
"of",
"the",
"connection",
"type",
"."
] | [
"\"\"\"\n Gets the field definitions of the connection 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": []
} |
55dc891fc45d7faab4c04e6b5535264eec8f15d2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/latest/user.py | [
"Apache-2.0"
] | Python | share_access_rights | pulumi.Output[Sequence['outputs.ShareAccessRightResponse']] | def share_access_rights(self) -> pulumi.Output[Sequence['outputs.ShareAccessRightResponse']]:
"""
List of shares that the user has rights on. This field should not be specified during user creation.
"""
return pulumi.get(self, "share_access_rights") |
List of shares that the user has rights on. This field should not be specified during user creation.
| List of shares that the user has rights on. This field should not be specified during user creation. | [
"List",
"of",
"shares",
"that",
"the",
"user",
"has",
"rights",
"on",
".",
"This",
"field",
"should",
"not",
"be",
"specified",
"during",
"user",
"creation",
"."
] | def share_access_rights(self) -> pulumi.Output[Sequence['outputs.ShareAccessRightResponse']]:
return pulumi.get(self, "share_access_rights") | [
"def",
"share_access_rights",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.ShareAccessRightResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"share_access_rights\"",
")"
] | List of shares that the user has rights on. | [
"List",
"of",
"shares",
"that",
"the",
"user",
"has",
"rights",
"on",
"."
] | [
"\"\"\"\n List of shares that the user has rights on. This field should not be specified during user creation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
55e7fafecb7b18b80a4aec227087612d4314f9ce | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/v20150401/get_database_account_sql_container.py | [
"Apache-2.0"
] | Python | rid | Optional[str] | def rid(self) -> Optional[str]:
"""
A system generated property. A unique identifier.
"""
return pulumi.get(self, "rid") |
A system generated property. A unique identifier.
| A system generated property. A unique identifier. | [
"A",
"system",
"generated",
"property",
".",
"A",
"unique",
"identifier",
"."
] | def rid(self) -> Optional[str]:
return pulumi.get(self, "rid") | [
"def",
"rid",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"rid\"",
")"
] | A system generated property. | [
"A",
"system",
"generated",
"property",
"."
] | [
"\"\"\"\n A system generated property. A unique identifier.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
55e7fafecb7b18b80a4aec227087612d4314f9ce | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/v20150401/get_database_account_sql_container.py | [
"Apache-2.0"
] | Python | ts | Optional[Any] | def ts(self) -> Optional[Any]:
"""
A system generated property that denotes the last updated timestamp of the resource.
"""
return pulumi.get(self, "ts") |
A system generated property that denotes the last updated timestamp of the resource.
| A system generated property that denotes the last updated timestamp of the resource. | [
"A",
"system",
"generated",
"property",
"that",
"denotes",
"the",
"last",
"updated",
"timestamp",
"of",
"the",
"resource",
"."
] | def ts(self) -> Optional[Any]:
return pulumi.get(self, "ts") | [
"def",
"ts",
"(",
"self",
")",
"->",
"Optional",
"[",
"Any",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ts\"",
")"
] | A system generated property that denotes the last updated timestamp of the resource. | [
"A",
"system",
"generated",
"property",
"that",
"denotes",
"the",
"last",
"updated",
"timestamp",
"of",
"the",
"resource",
"."
] | [
"\"\"\"\n A system generated property that denotes the last updated timestamp 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": []
} |
55eb9ef2bff260678e59661f872852d42fa7ab17 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationalinsights/latest/list_workspace_keys.py | [
"Apache-2.0"
] | Python | list_workspace_keys | AwaitableListWorkspaceKeysResult | def list_workspace_keys(resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWorkspaceKeysResult:
"""
The shared keys for a workspace.
Latest API Version: 2015-03-20.
... |
The shared keys for a workspace.
Latest API Version: 2015-03-20.
:param str resource_group_name: The Resource Group name.
:param str workspace_name: The Log Analytics Workspace name.
| The shared keys for a workspace. | [
"The",
"shared",
"keys",
"for",
"a",
"workspace",
"."
] | def list_workspace_keys(resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWorkspaceKeysResult:
pulumi.log.warn("list_workspace_keys is deprecated: The 'latest' version is depre... | [
"def",
"list_workspace_keys",
"(",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"workspace_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
"Non... | The shared keys for a workspace. | [
"The",
"shared",
"keys",
"for",
"a",
"workspace",
"."
] | [
"\"\"\"\n The shared keys for a workspace.\n Latest API Version: 2015-03-20.\n\n\n :param str resource_group_name: The Resource Group name.\n :param str workspace_name: The Log Analytics Workspace name.\n \"\"\""
] | [
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "workspace_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "resource_group_name",
"type": "Optional[str]",
"docstring": "The Resource Group name.",
"docstring_tokens": [
"The",
"Resource",
"Group",
"name",
"."
],
"default": null,
... |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | active_deployment_name | Optional[str] | def active_deployment_name(self) -> Optional[str]:
"""
Name of the active deployment of the App
"""
return pulumi.get(self, "active_deployment_name") |
Name of the active deployment of the App
| Name of the active deployment of the App | [
"Name",
"of",
"the",
"active",
"deployment",
"of",
"the",
"App"
] | def active_deployment_name(self) -> Optional[str]:
return pulumi.get(self, "active_deployment_name") | [
"def",
"active_deployment_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"active_deployment_name\"",
")"
] | Name of the active deployment of the App | [
"Name",
"of",
"the",
"active",
"deployment",
"of",
"the",
"App"
] | [
"\"\"\"\n Name of the active deployment of the App\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | enable_end_to_end_tls | Optional[bool] | def enable_end_to_end_tls(self) -> Optional[bool]:
"""
Indicate if end to end TLS is enabled.
"""
return pulumi.get(self, "enable_end_to_end_tls") |
Indicate if end to end TLS is enabled.
| Indicate if end to end TLS is enabled. | [
"Indicate",
"if",
"end",
"to",
"end",
"TLS",
"is",
"enabled",
"."
] | def enable_end_to_end_tls(self) -> Optional[bool]:
return pulumi.get(self, "enable_end_to_end_tls") | [
"def",
"enable_end_to_end_tls",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_end_to_end_tls\"",
")"
] | Indicate if end to end TLS is enabled. | [
"Indicate",
"if",
"end",
"to",
"end",
"TLS",
"is",
"enabled",
"."
] | [
"\"\"\"\n Indicate if end to end TLS is enabled.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | public | Optional[bool] | def public(self) -> Optional[bool]:
"""
Indicates whether the App exposes public endpoint
"""
return pulumi.get(self, "public") |
Indicates whether the App exposes public endpoint
| Indicates whether the App exposes public endpoint | [
"Indicates",
"whether",
"the",
"App",
"exposes",
"public",
"endpoint"
] | def public(self) -> Optional[bool]:
return pulumi.get(self, "public") | [
"def",
"public",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public\"",
")"
] | Indicates whether the App exposes public endpoint | [
"Indicates",
"whether",
"the",
"App",
"exposes",
"public",
"endpoint"
] | [
"\"\"\"\n Indicates whether the App exposes public 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": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | generated_properties | str | def generated_properties(self) -> str:
"""
The generated Spring Boot property file for this binding. The secret will be deducted.
"""
return pulumi.get(self, "generated_properties") |
The generated Spring Boot property file for this binding. The secret will be deducted.
| The generated Spring Boot property file for this binding. The secret will be deducted. | [
"The",
"generated",
"Spring",
"Boot",
"property",
"file",
"for",
"this",
"binding",
".",
"The",
"secret",
"will",
"be",
"deducted",
"."
] | def generated_properties(self) -> str:
return pulumi.get(self, "generated_properties") | [
"def",
"generated_properties",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"generated_properties\"",
")"
] | The generated Spring Boot property file for this binding. | [
"The",
"generated",
"Spring",
"Boot",
"property",
"file",
"for",
"this",
"binding",
"."
] | [
"\"\"\"\n The generated Spring Boot property file for this binding. The secret will be deducted.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | binding_parameters | Optional[Mapping[str, Any]] | def binding_parameters(self) -> Optional[Mapping[str, Any]]:
"""
Binding parameters of the Binding resource
"""
return pulumi.get(self, "binding_parameters") |
Binding parameters of the Binding resource
| Binding parameters of the Binding resource | [
"Binding",
"parameters",
"of",
"the",
"Binding",
"resource"
] | def binding_parameters(self) -> Optional[Mapping[str, Any]]:
return pulumi.get(self, "binding_parameters") | [
"def",
"binding_parameters",
"(",
"self",
")",
"->",
"Optional",
"[",
"Mapping",
"[",
"str",
",",
"Any",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"binding_parameters\"",
")"
] | Binding parameters of the Binding resource | [
"Binding",
"parameters",
"of",
"the",
"Binding",
"resource"
] | [
"\"\"\"\n Binding parameters of the Binding 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": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | activate_date | str | def activate_date(self) -> str:
"""
The activate date of certificate.
"""
return pulumi.get(self, "activate_date") |
The activate date of certificate.
| The activate date of certificate. | [
"The",
"activate",
"date",
"of",
"certificate",
"."
] | def activate_date(self) -> str:
return pulumi.get(self, "activate_date") | [
"def",
"activate_date",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"activate_date\"",
")"
] | The activate date of certificate. | [
"The",
"activate",
"date",
"of",
"certificate",
"."
] | [
"\"\"\"\n The activate date of certificate.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | dns_names | Sequence[str] | def dns_names(self) -> Sequence[str]:
"""
The domain list of certificate.
"""
return pulumi.get(self, "dns_names") |
The domain list of certificate.
| The domain list of certificate. | [
"The",
"domain",
"list",
"of",
"certificate",
"."
] | def dns_names(self) -> Sequence[str]:
return pulumi.get(self, "dns_names") | [
"def",
"dns_names",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dns_names\"",
")"
] | The domain list of certificate. | [
"The",
"domain",
"list",
"of",
"certificate",
"."
] | [
"\"\"\"\n The domain list of certificate.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | issued_date | str | def issued_date(self) -> str:
"""
The issue date of certificate.
"""
return pulumi.get(self, "issued_date") |
The issue date of certificate.
| The issue date of certificate. | [
"The",
"issue",
"date",
"of",
"certificate",
"."
] | def issued_date(self) -> str:
return pulumi.get(self, "issued_date") | [
"def",
"issued_date",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"issued_date\"",
")"
] | The issue date of certificate. | [
"The",
"issue",
"date",
"of",
"certificate",
"."
] | [
"\"\"\"\n The issue date of certificate.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | key_vault_cert_name | str | def key_vault_cert_name(self) -> str:
"""
The certificate name of key vault.
"""
return pulumi.get(self, "key_vault_cert_name") |
The certificate name of key vault.
| The certificate name of key vault. | [
"The",
"certificate",
"name",
"of",
"key",
"vault",
"."
] | def key_vault_cert_name(self) -> str:
return pulumi.get(self, "key_vault_cert_name") | [
"def",
"key_vault_cert_name",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"key_vault_cert_name\"",
")"
] | The certificate name of key vault. | [
"The",
"certificate",
"name",
"of",
"key",
"vault",
"."
] | [
"\"\"\"\n The certificate name of key vault.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | vault_uri | str | def vault_uri(self) -> str:
"""
The vault uri of user key vault.
"""
return pulumi.get(self, "vault_uri") |
The vault uri of user key vault.
| The vault uri of user key vault. | [
"The",
"vault",
"uri",
"of",
"user",
"key",
"vault",
"."
] | def vault_uri(self) -> str:
return pulumi.get(self, "vault_uri") | [
"def",
"vault_uri",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vault_uri\"",
")"
] | The vault uri of user key vault. | [
"The",
"vault",
"uri",
"of",
"user",
"key",
"vault",
"."
] | [
"\"\"\"\n The vault uri of user key vault.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | cert_version | Optional[str] | def cert_version(self) -> Optional[str]:
"""
The certificate version of key vault.
"""
return pulumi.get(self, "cert_version") |
The certificate version of key vault.
| The certificate version of key vault. | [
"The",
"certificate",
"version",
"of",
"key",
"vault",
"."
] | def cert_version(self) -> Optional[str]:
return pulumi.get(self, "cert_version") | [
"def",
"cert_version",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cert_version\"",
")"
] | The certificate version of key vault. | [
"The",
"certificate",
"version",
"of",
"key",
"vault",
"."
] | [
"\"\"\"\n The certificate version of key vault.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | app_name | str | def app_name(self) -> str:
"""
The app name of domain.
"""
return pulumi.get(self, "app_name") |
The app name of domain.
| The app name of domain. | [
"The",
"app",
"name",
"of",
"domain",
"."
] | def app_name(self) -> str:
return pulumi.get(self, "app_name") | [
"def",
"app_name",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"app_name\"",
")"
] | The app name of domain. | [
"The",
"app",
"name",
"of",
"domain",
"."
] | [
"\"\"\"\n The app name of domain.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | cert_name | Optional[str] | def cert_name(self) -> Optional[str]:
"""
The bound certificate name of domain.
"""
return pulumi.get(self, "cert_name") |
The bound certificate name of domain.
| The bound certificate name of domain. | [
"The",
"bound",
"certificate",
"name",
"of",
"domain",
"."
] | def cert_name(self) -> Optional[str]:
return pulumi.get(self, "cert_name") | [
"def",
"cert_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cert_name\"",
")"
] | The bound certificate name of domain. | [
"The",
"bound",
"certificate",
"name",
"of",
"domain",
"."
] | [
"\"\"\"\n The bound certificate name of domain.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | instances | Sequence['outputs.DeploymentInstanceResponse'] | def instances(self) -> Sequence['outputs.DeploymentInstanceResponse']:
"""
Collection of instances belong to the Deployment
"""
return pulumi.get(self, "instances") |
Collection of instances belong to the Deployment
| Collection of instances belong to the Deployment | [
"Collection",
"of",
"instances",
"belong",
"to",
"the",
"Deployment"
] | def instances(self) -> Sequence['outputs.DeploymentInstanceResponse']:
return pulumi.get(self, "instances") | [
"def",
"instances",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.DeploymentInstanceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"instances\"",
")"
] | Collection of instances belong to the Deployment | [
"Collection",
"of",
"instances",
"belong",
"to",
"the",
"Deployment"
] | [
"\"\"\"\n Collection of instances belong to the Deployment\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | source | Optional['outputs.UserSourceInfoResponse'] | def source(self) -> Optional['outputs.UserSourceInfoResponse']:
"""
Uploaded source information of the deployment.
"""
return pulumi.get(self, "source") |
Uploaded source information of the deployment.
| Uploaded source information of the deployment. | [
"Uploaded",
"source",
"information",
"of",
"the",
"deployment",
"."
] | def source(self) -> Optional['outputs.UserSourceInfoResponse']:
return pulumi.get(self, "source") | [
"def",
"source",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.UserSourceInfoResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source\"",
")"
] | Uploaded source information of the deployment. | [
"Uploaded",
"source",
"information",
"of",
"the",
"deployment",
"."
] | [
"\"\"\"\n Uploaded source information of the deployment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | memory_in_gb | Optional[int] | def memory_in_gb(self) -> Optional[int]:
"""
Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8)
"""
return pulumi.get(self, "memory_in_gb") |
Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8)
| Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8) | [
"Required",
"Memory",
"size",
"in",
"GB",
"basic",
"tier",
"should",
"be",
"in",
"range",
"(",
"1",
"2",
")",
"standard",
"tier",
"should",
"be",
"in",
"range",
"(",
"1",
"8",
")"
] | def memory_in_gb(self) -> Optional[int]:
return pulumi.get(self, "memory_in_gb") | [
"def",
"memory_in_gb",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"memory_in_gb\"",
")"
] | Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8) | [
"Required",
"Memory",
"size",
"in",
"GB",
"basic",
"tier",
"should",
"be",
"in",
"range",
"(",
"1",
"2",
")",
"standard",
"tier",
"should",
"be",
"in",
"range",
"(",
"1",
"8",
")"
] | [
"\"\"\"\n Required Memory size in GB, basic tier should be in range (1, 2), standard tier should be in range (1, 8)\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | net_core_main_entry_path | Optional[str] | def net_core_main_entry_path(self) -> Optional[str]:
"""
The path to the .NET executable relative to zip root
"""
return pulumi.get(self, "net_core_main_entry_path") |
The path to the .NET executable relative to zip root
| The path to the .NET executable relative to zip root | [
"The",
"path",
"to",
"the",
".",
"NET",
"executable",
"relative",
"to",
"zip",
"root"
] | def net_core_main_entry_path(self) -> Optional[str]:
return pulumi.get(self, "net_core_main_entry_path") | [
"def",
"net_core_main_entry_path",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"net_core_main_entry_path\"",
")"
] | The path to the .NET executable relative to zip root | [
"The",
"path",
"to",
"the",
".",
"NET",
"executable",
"relative",
"to",
"zip",
"root"
] | [
"\"\"\"\n The path to the .NET executable relative to zip root\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | outbound_ips | 'outputs.NetworkProfileResponseOutboundIPs' | def outbound_ips(self) -> 'outputs.NetworkProfileResponseOutboundIPs':
"""
Desired outbound IP resources for Azure Spring Cloud instance.
"""
return pulumi.get(self, "outbound_ips") |
Desired outbound IP resources for Azure Spring Cloud instance.
| Desired outbound IP resources for Azure Spring Cloud instance. | [
"Desired",
"outbound",
"IP",
"resources",
"for",
"Azure",
"Spring",
"Cloud",
"instance",
"."
] | def outbound_ips(self) -> 'outputs.NetworkProfileResponseOutboundIPs':
return pulumi.get(self, "outbound_ips") | [
"def",
"outbound_ips",
"(",
"self",
")",
"->",
"'outputs.NetworkProfileResponseOutboundIPs'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"outbound_ips\"",
")"
] | Desired outbound IP resources for Azure Spring Cloud instance. | [
"Desired",
"outbound",
"IP",
"resources",
"for",
"Azure",
"Spring",
"Cloud",
"instance",
"."
] | [
"\"\"\"\n Desired outbound IP resources for Azure Spring Cloud instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | required_traffics | Sequence['outputs.RequiredTrafficResponse'] | def required_traffics(self) -> Sequence['outputs.RequiredTrafficResponse']:
"""
Required inbound or outbound traffics for Azure Spring Cloud instance.
"""
return pulumi.get(self, "required_traffics") |
Required inbound or outbound traffics for Azure Spring Cloud instance.
| Required inbound or outbound traffics for Azure Spring Cloud instance. | [
"Required",
"inbound",
"or",
"outbound",
"traffics",
"for",
"Azure",
"Spring",
"Cloud",
"instance",
"."
] | def required_traffics(self) -> Sequence['outputs.RequiredTrafficResponse']:
return pulumi.get(self, "required_traffics") | [
"def",
"required_traffics",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.RequiredTrafficResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"required_traffics\"",
")"
] | Required inbound or outbound traffics for Azure Spring Cloud instance. | [
"Required",
"inbound",
"or",
"outbound",
"traffics",
"for",
"Azure",
"Spring",
"Cloud",
"instance",
"."
] | [
"\"\"\"\n Required inbound or outbound traffics for Azure Spring Cloud instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | app_subnet_id | Optional[str] | def app_subnet_id(self) -> Optional[str]:
"""
Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps
"""
return pulumi.get(self, "app_subnet_id") |
Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps
| Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps | [
"Fully",
"qualified",
"resource",
"Id",
"of",
"the",
"subnet",
"to",
"host",
"Azure",
"Spring",
"Cloud",
"Apps"
] | def app_subnet_id(self) -> Optional[str]:
return pulumi.get(self, "app_subnet_id") | [
"def",
"app_subnet_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"app_subnet_id\"",
")"
] | Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps | [
"Fully",
"qualified",
"resource",
"Id",
"of",
"the",
"subnet",
"to",
"host",
"Azure",
"Spring",
"Cloud",
"Apps"
] | [
"\"\"\"\n Fully qualified resource Id of the subnet to host Azure Spring Cloud Apps\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | service_runtime_subnet_id | Optional[str] | def service_runtime_subnet_id(self) -> Optional[str]:
"""
Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime
"""
return pulumi.get(self, "service_runtime_subnet_id") |
Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime
| Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime | [
"Fully",
"qualified",
"resource",
"Id",
"of",
"the",
"subnet",
"to",
"host",
"Azure",
"Spring",
"Cloud",
"Service",
"Runtime"
] | def service_runtime_subnet_id(self) -> Optional[str]:
return pulumi.get(self, "service_runtime_subnet_id") | [
"def",
"service_runtime_subnet_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"service_runtime_subnet_id\"",
")"
] | Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime | [
"Fully",
"qualified",
"resource",
"Id",
"of",
"the",
"subnet",
"to",
"host",
"Azure",
"Spring",
"Cloud",
"Service",
"Runtime"
] | [
"\"\"\"\n Fully qualified resource Id of the subnet to host Azure Spring Cloud Service Runtime\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | used_in_gb | int | def used_in_gb(self) -> int:
"""
Size of the used persistent disk in GB
"""
return pulumi.get(self, "used_in_gb") |
Size of the used persistent disk in GB
| Size of the used persistent disk in GB | [
"Size",
"of",
"the",
"used",
"persistent",
"disk",
"in",
"GB"
] | def used_in_gb(self) -> int:
return pulumi.get(self, "used_in_gb") | [
"def",
"used_in_gb",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"used_in_gb\"",
")"
] | Size of the used persistent disk in GB | [
"Size",
"of",
"the",
"used",
"persistent",
"disk",
"in",
"GB"
] | [
"\"\"\"\n Size of the used persistent disk in GB\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | size_in_gb | Optional[int] | def size_in_gb(self) -> Optional[int]:
"""
Size of the persistent disk in GB
"""
return pulumi.get(self, "size_in_gb") |
Size of the persistent disk in GB
| Size of the persistent disk in GB | [
"Size",
"of",
"the",
"persistent",
"disk",
"in",
"GB"
] | def size_in_gb(self) -> Optional[int]:
return pulumi.get(self, "size_in_gb") | [
"def",
"size_in_gb",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"size_in_gb\"",
")"
] | Size of the persistent disk in GB | [
"Size",
"of",
"the",
"persistent",
"disk",
"in",
"GB"
] | [
"\"\"\"\n Size of the persistent disk in GB\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | ips | Sequence[str] | def ips(self) -> Sequence[str]:
"""
The ip list of required traffic
"""
return pulumi.get(self, "ips") |
The ip list of required traffic
| The ip list of required traffic | [
"The",
"ip",
"list",
"of",
"required",
"traffic"
] | def ips(self) -> Sequence[str]:
return pulumi.get(self, "ips") | [
"def",
"ips",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ips\"",
")"
] | The ip list of required traffic | [
"The",
"ip",
"list",
"of",
"required",
"traffic"
] | [
"\"\"\"\n The ip list of required traffic\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5b4df07d78e59995535c73723c25fe2035cc33b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/outputs.py | [
"Apache-2.0"
] | Python | artifact_selector | Optional[str] | def artifact_selector(self) -> Optional[str]:
"""
Selector for the artifact to be used for the deployment for multi-module projects. This should be
the relative path to the target module/project.
"""
return pulumi.get(self, "artifact_selector") |
Selector for the artifact to be used for the deployment for multi-module projects. This should be
the relative path to the target module/project.
| Selector for the artifact to be used for the deployment for multi-module projects. This should be
the relative path to the target module/project. | [
"Selector",
"for",
"the",
"artifact",
"to",
"be",
"used",
"for",
"the",
"deployment",
"for",
"multi",
"-",
"module",
"projects",
".",
"This",
"should",
"be",
"the",
"relative",
"path",
"to",
"the",
"target",
"module",
"/",
"project",
"."
] | def artifact_selector(self) -> Optional[str]:
return pulumi.get(self, "artifact_selector") | [
"def",
"artifact_selector",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"artifact_selector\"",
")"
] | Selector for the artifact to be used for the deployment for multi-module projects. | [
"Selector",
"for",
"the",
"artifact",
"to",
"be",
"used",
"for",
"the",
"deployment",
"for",
"multi",
"-",
"module",
"projects",
"."
] | [
"\"\"\"\n Selector for the artifact to be used for the deployment for multi-module projects. This should be\r\n the relative path to the target module/project.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5c8e372d0c4bd4a85b8ad033612db59e9a89ff7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/providerhub/operation_by_provider_registration.py | [
"Apache-2.0"
] | Python | display | pulumi.Output['outputs.OperationsDefinitionResponseDisplay'] | def display(self) -> pulumi.Output['outputs.OperationsDefinitionResponseDisplay']:
"""
Display information of the operation.
"""
return pulumi.get(self, "display") |
Display information of the operation.
| Display information of the operation. | [
"Display",
"information",
"of",
"the",
"operation",
"."
] | def display(self) -> pulumi.Output['outputs.OperationsDefinitionResponseDisplay']:
return pulumi.get(self, "display") | [
"def",
"display",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.OperationsDefinitionResponseDisplay'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"display\"",
")"
] | Display information of the operation. | [
"Display",
"information",
"of",
"the",
"operation",
"."
] | [
"\"\"\"\n Display information of the operation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e5c8e372d0c4bd4a85b8ad033612db59e9a89ff7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/providerhub/operation_by_provider_registration.py | [
"Apache-2.0"
] | Python | is_data_action | pulumi.Output[Optional[bool]] | def is_data_action(self) -> pulumi.Output[Optional[bool]]:
"""
Indicates whether the operation applies to data-plane.
"""
return pulumi.get(self, "is_data_action") |
Indicates whether the operation applies to data-plane.
| Indicates whether the operation applies to data-plane. | [
"Indicates",
"whether",
"the",
"operation",
"applies",
"to",
"data",
"-",
"plane",
"."
] | def is_data_action(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "is_data_action") | [
"def",
"is_data_action",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_data_action\"",
")"
] | Indicates whether the operation applies to data-plane. | [
"Indicates",
"whether",
"the",
"operation",
"applies",
"to",
"data",
"-",
"plane",
"."
] | [
"\"\"\"\n Indicates whether the operation applies to data-plane.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
85b7c89f102fffd26ab59c16d8171e4cc776b17d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/v20180701preview/get_volume.py | [
"Apache-2.0"
] | Python | azure_file_parameters | Optional['outputs.VolumeProviderParametersAzureFileResponse'] | def azure_file_parameters(self) -> Optional['outputs.VolumeProviderParametersAzureFileResponse']:
"""
This type describes a volume provided by an Azure Files file share.
"""
return pulumi.get(self, "azure_file_parameters") |
This type describes a volume provided by an Azure Files file share.
| This type describes a volume provided by an Azure Files file share. | [
"This",
"type",
"describes",
"a",
"volume",
"provided",
"by",
"an",
"Azure",
"Files",
"file",
"share",
"."
] | def azure_file_parameters(self) -> Optional['outputs.VolumeProviderParametersAzureFileResponse']:
return pulumi.get(self, "azure_file_parameters") | [
"def",
"azure_file_parameters",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.VolumeProviderParametersAzureFileResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"azure_file_parameters\"",
")"
] | This type describes a volume provided by an Azure Files file share. | [
"This",
"type",
"describes",
"a",
"volume",
"provided",
"by",
"an",
"Azure",
"Files",
"file",
"share",
"."
] | [
"\"\"\"\n This type describes a volume provided by an Azure Files file 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": []
} |
cf9b42190916a7f9c91c0462dc41a797e7a356cd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/get_front_door.py | [
"Apache-2.0"
] | Python | backend_pools | Optional[Sequence['outputs.BackendPoolResponse']] | def backend_pools(self) -> Optional[Sequence['outputs.BackendPoolResponse']]:
"""
Backend pools available to routing rules.
"""
return pulumi.get(self, "backend_pools") |
Backend pools available to routing rules.
| Backend pools available to routing rules. | [
"Backend",
"pools",
"available",
"to",
"routing",
"rules",
"."
] | def backend_pools(self) -> Optional[Sequence['outputs.BackendPoolResponse']]:
return pulumi.get(self, "backend_pools") | [
"def",
"backend_pools",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.BackendPoolResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"backend_pools\"",
")"
] | Backend pools available to routing rules. | [
"Backend",
"pools",
"available",
"to",
"routing",
"rules",
"."
] | [
"\"\"\"\n Backend pools available to routing rules.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
cf9b42190916a7f9c91c0462dc41a797e7a356cd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/get_front_door.py | [
"Apache-2.0"
] | Python | frontdoor_id | str | def frontdoor_id(self) -> str:
"""
The Id of the frontdoor.
"""
return pulumi.get(self, "frontdoor_id") |
The Id of the frontdoor.
| The Id of the frontdoor. | [
"The",
"Id",
"of",
"the",
"frontdoor",
"."
] | def frontdoor_id(self) -> str:
return pulumi.get(self, "frontdoor_id") | [
"def",
"frontdoor_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"frontdoor_id\"",
")"
] | The Id of the frontdoor. | [
"The",
"Id",
"of",
"the",
"frontdoor",
"."
] | [
"\"\"\"\n The Id of the frontdoor.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
cf9b42190916a7f9c91c0462dc41a797e7a356cd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/get_front_door.py | [
"Apache-2.0"
] | Python | frontend_endpoints | Optional[Sequence['outputs.FrontendEndpointResponse']] | def frontend_endpoints(self) -> Optional[Sequence['outputs.FrontendEndpointResponse']]:
"""
Frontend endpoints available to routing rules.
"""
return pulumi.get(self, "frontend_endpoints") |
Frontend endpoints available to routing rules.
| Frontend endpoints available to routing rules. | [
"Frontend",
"endpoints",
"available",
"to",
"routing",
"rules",
"."
] | def frontend_endpoints(self) -> Optional[Sequence['outputs.FrontendEndpointResponse']]:
return pulumi.get(self, "frontend_endpoints") | [
"def",
"frontend_endpoints",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.FrontendEndpointResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"frontend_endpoints\"",
")"
] | Frontend endpoints available to routing rules. | [
"Frontend",
"endpoints",
"available",
"to",
"routing",
"rules",
"."
] | [
"\"\"\"\n Frontend endpoints available to routing rules.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
cf9b42190916a7f9c91c0462dc41a797e7a356cd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/get_front_door.py | [
"Apache-2.0"
] | Python | health_probe_settings | Optional[Sequence['outputs.HealthProbeSettingsModelResponse']] | def health_probe_settings(self) -> Optional[Sequence['outputs.HealthProbeSettingsModelResponse']]:
"""
Health probe settings associated with this Front Door instance.
"""
return pulumi.get(self, "health_probe_settings") |
Health probe settings associated with this Front Door instance.
| Health probe settings associated with this Front Door instance. | [
"Health",
"probe",
"settings",
"associated",
"with",
"this",
"Front",
"Door",
"instance",
"."
] | def health_probe_settings(self) -> Optional[Sequence['outputs.HealthProbeSettingsModelResponse']]:
return pulumi.get(self, "health_probe_settings") | [
"def",
"health_probe_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.HealthProbeSettingsModelResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"health_probe_settings\"",
")"
] | Health probe settings associated with this Front Door instance. | [
"Health",
"probe",
"settings",
"associated",
"with",
"this",
"Front",
"Door",
"instance",
"."
] | [
"\"\"\"\n Health probe settings associated with this Front Door instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
cf9b42190916a7f9c91c0462dc41a797e7a356cd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/get_front_door.py | [
"Apache-2.0"
] | Python | load_balancing_settings | Optional[Sequence['outputs.LoadBalancingSettingsModelResponse']] | def load_balancing_settings(self) -> Optional[Sequence['outputs.LoadBalancingSettingsModelResponse']]:
"""
Load balancing settings associated with this Front Door instance.
"""
return pulumi.get(self, "load_balancing_settings") |
Load balancing settings associated with this Front Door instance.
| Load balancing settings associated with this Front Door instance. | [
"Load",
"balancing",
"settings",
"associated",
"with",
"this",
"Front",
"Door",
"instance",
"."
] | def load_balancing_settings(self) -> Optional[Sequence['outputs.LoadBalancingSettingsModelResponse']]:
return pulumi.get(self, "load_balancing_settings") | [
"def",
"load_balancing_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.LoadBalancingSettingsModelResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"load_balancing_settings\"",
")"
] | Load balancing settings associated with this Front Door instance. | [
"Load",
"balancing",
"settings",
"associated",
"with",
"this",
"Front",
"Door",
"instance",
"."
] | [
"\"\"\"\n Load balancing settings associated with this Front Door instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
cf9b42190916a7f9c91c0462dc41a797e7a356cd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/get_front_door.py | [
"Apache-2.0"
] | Python | routing_rules | Optional[Sequence['outputs.RoutingRuleResponse']] | def routing_rules(self) -> Optional[Sequence['outputs.RoutingRuleResponse']]:
"""
Routing rules associated with this Front Door.
"""
return pulumi.get(self, "routing_rules") |
Routing rules associated with this Front Door.
| Routing rules associated with this Front Door. | [
"Routing",
"rules",
"associated",
"with",
"this",
"Front",
"Door",
"."
] | def routing_rules(self) -> Optional[Sequence['outputs.RoutingRuleResponse']]:
return pulumi.get(self, "routing_rules") | [
"def",
"routing_rules",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.RoutingRuleResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"routing_rules\"",
")"
] | Routing rules associated with this Front Door. | [
"Routing",
"rules",
"associated",
"with",
"this",
"Front",
"Door",
"."
] | [
"\"\"\"\n Routing rules associated with this Front Door.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
cf9b42190916a7f9c91c0462dc41a797e7a356cd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/get_front_door.py | [
"Apache-2.0"
] | Python | rules_engines | Sequence['outputs.RulesEngineResponse'] | def rules_engines(self) -> Sequence['outputs.RulesEngineResponse']:
"""
Rules Engine Configurations available to routing rules.
"""
return pulumi.get(self, "rules_engines") |
Rules Engine Configurations available to routing rules.
| Rules Engine Configurations available to routing rules. | [
"Rules",
"Engine",
"Configurations",
"available",
"to",
"routing",
"rules",
"."
] | def rules_engines(self) -> Sequence['outputs.RulesEngineResponse']:
return pulumi.get(self, "rules_engines") | [
"def",
"rules_engines",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.RulesEngineResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"rules_engines\"",
")"
] | Rules Engine Configurations available to routing rules. | [
"Rules",
"Engine",
"Configurations",
"available",
"to",
"routing",
"rules",
"."
] | [
"\"\"\"\n Rules Engine Configurations available to routing rules.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
cf9e617adc0a477c4cc0cdd924387040ffb821bd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20161201/route_filter.py | [
"Apache-2.0"
] | Python | peerings | pulumi.Output[Sequence['outputs.ExpressRouteCircuitPeeringResponse']] | def peerings(self) -> pulumi.Output[Sequence['outputs.ExpressRouteCircuitPeeringResponse']]:
"""
A collection of references to express route circuit peerings.
"""
return pulumi.get(self, "peerings") |
A collection of references to express route circuit peerings.
| A collection of references to express route circuit peerings. | [
"A",
"collection",
"of",
"references",
"to",
"express",
"route",
"circuit",
"peerings",
"."
] | def peerings(self) -> pulumi.Output[Sequence['outputs.ExpressRouteCircuitPeeringResponse']]:
return pulumi.get(self, "peerings") | [
"def",
"peerings",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.ExpressRouteCircuitPeeringResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"peerings\"",
")"
] | A collection of references to express route circuit peerings. | [
"A",
"collection",
"of",
"references",
"to",
"express",
"route",
"circuit",
"peerings",
"."
] | [
"\"\"\"\n A collection of references to express route circuit peerings.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
cf9ee8350b10cedfc1985dffe24675c7702051a0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200601/get_record_set.py | [
"Apache-2.0"
] | Python | a_records | Optional[Sequence['outputs.ARecordResponse']] | def a_records(self) -> Optional[Sequence['outputs.ARecordResponse']]:
"""
The list of A records in the record set.
"""
return pulumi.get(self, "a_records") |
The list of A records in the record set.
| The list of A records in the record set. | [
"The",
"list",
"of",
"A",
"records",
"in",
"the",
"record",
"set",
"."
] | def a_records(self) -> Optional[Sequence['outputs.ARecordResponse']]:
return pulumi.get(self, "a_records") | [
"def",
"a_records",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ARecordResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"a_records\"",
")"
] | The list of A records in the record set. | [
"The",
"list",
"of",
"A",
"records",
"in",
"the",
"record",
"set",
"."
] | [
"\"\"\"\n The list of A 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": []
} |
cf9ee8350b10cedfc1985dffe24675c7702051a0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200601/get_record_set.py | [
"Apache-2.0"
] | Python | aaaa_records | Optional[Sequence['outputs.AaaaRecordResponse']] | def aaaa_records(self) -> Optional[Sequence['outputs.AaaaRecordResponse']]:
"""
The list of AAAA records in the record set.
"""
return pulumi.get(self, "aaaa_records") |
The list of AAAA records in the record set.
| The list of AAAA records in the record set. | [
"The",
"list",
"of",
"AAAA",
"records",
"in",
"the",
"record",
"set",
"."
] | def aaaa_records(self) -> Optional[Sequence['outputs.AaaaRecordResponse']]:
return pulumi.get(self, "aaaa_records") | [
"def",
"aaaa_records",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.AaaaRecordResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"aaaa_records\"",
")"
] | The list of AAAA records in the record set. | [
"The",
"list",
"of",
"AAAA",
"records",
"in",
"the",
"record",
"set",
"."
] | [
"\"\"\"\n The list of AAAA 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": []
} |
cf9ee8350b10cedfc1985dffe24675c7702051a0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200601/get_record_set.py | [
"Apache-2.0"
] | Python | cname_record | Optional['outputs.CnameRecordResponse'] | def cname_record(self) -> Optional['outputs.CnameRecordResponse']:
"""
The CNAME record in the record set.
"""
return pulumi.get(self, "cname_record") |
The CNAME record in the record set.
| The CNAME record in the record set. | [
"The",
"CNAME",
"record",
"in",
"the",
"record",
"set",
"."
] | def cname_record(self) -> Optional['outputs.CnameRecordResponse']:
return pulumi.get(self, "cname_record") | [
"def",
"cname_record",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.CnameRecordResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cname_record\"",
")"
] | The CNAME record in the record set. | [
"The",
"CNAME",
"record",
"in",
"the",
"record",
"set",
"."
] | [
"\"\"\"\n The CNAME record 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": []
} |
cf9ee8350b10cedfc1985dffe24675c7702051a0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200601/get_record_set.py | [
"Apache-2.0"
] | Python | mx_records | Optional[Sequence['outputs.MxRecordResponse']] | def mx_records(self) -> Optional[Sequence['outputs.MxRecordResponse']]:
"""
The list of MX records in the record set.
"""
return pulumi.get(self, "mx_records") |
The list of MX records in the record set.
| The list of MX records in the record set. | [
"The",
"list",
"of",
"MX",
"records",
"in",
"the",
"record",
"set",
"."
] | def mx_records(self) -> Optional[Sequence['outputs.MxRecordResponse']]:
return pulumi.get(self, "mx_records") | [
"def",
"mx_records",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.MxRecordResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"mx_records\"",
")"
] | The list of MX records in the record set. | [
"The",
"list",
"of",
"MX",
"records",
"in",
"the",
"record",
"set",
"."
] | [
"\"\"\"\n The list of MX 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": []
} |
cf9ee8350b10cedfc1985dffe24675c7702051a0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200601/get_record_set.py | [
"Apache-2.0"
] | Python | ptr_records | Optional[Sequence['outputs.PtrRecordResponse']] | def ptr_records(self) -> Optional[Sequence['outputs.PtrRecordResponse']]:
"""
The list of PTR records in the record set.
"""
return pulumi.get(self, "ptr_records") |
The list of PTR records in the record set.
| The list of PTR records in the record set. | [
"The",
"list",
"of",
"PTR",
"records",
"in",
"the",
"record",
"set",
"."
] | def ptr_records(self) -> Optional[Sequence['outputs.PtrRecordResponse']]:
return pulumi.get(self, "ptr_records") | [
"def",
"ptr_records",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.PtrRecordResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ptr_records\"",
")"
] | The list of PTR records in the record set. | [
"The",
"list",
"of",
"PTR",
"records",
"in",
"the",
"record",
"set",
"."
] | [
"\"\"\"\n The list of PTR 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": []
} |
cf9ee8350b10cedfc1985dffe24675c7702051a0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200601/get_record_set.py | [
"Apache-2.0"
] | Python | soa_record | Optional['outputs.SoaRecordResponse'] | def soa_record(self) -> Optional['outputs.SoaRecordResponse']:
"""
The SOA record in the record set.
"""
return pulumi.get(self, "soa_record") |
The SOA record in the record set.
| The SOA record in the record set. | [
"The",
"SOA",
"record",
"in",
"the",
"record",
"set",
"."
] | def soa_record(self) -> Optional['outputs.SoaRecordResponse']:
return pulumi.get(self, "soa_record") | [
"def",
"soa_record",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SoaRecordResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"soa_record\"",
")"
] | The SOA record in the record set. | [
"The",
"SOA",
"record",
"in",
"the",
"record",
"set",
"."
] | [
"\"\"\"\n The SOA record 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": []
} |
cf9ee8350b10cedfc1985dffe24675c7702051a0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200601/get_record_set.py | [
"Apache-2.0"
] | Python | srv_records | Optional[Sequence['outputs.SrvRecordResponse']] | def srv_records(self) -> Optional[Sequence['outputs.SrvRecordResponse']]:
"""
The list of SRV records in the record set.
"""
return pulumi.get(self, "srv_records") |
The list of SRV records in the record set.
| The list of SRV records in the record set. | [
"The",
"list",
"of",
"SRV",
"records",
"in",
"the",
"record",
"set",
"."
] | def srv_records(self) -> Optional[Sequence['outputs.SrvRecordResponse']]:
return pulumi.get(self, "srv_records") | [
"def",
"srv_records",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.SrvRecordResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"srv_records\"",
")"
] | The list of SRV records in the record set. | [
"The",
"list",
"of",
"SRV",
"records",
"in",
"the",
"record",
"set",
"."
] | [
"\"\"\"\n The list of SRV 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": []
} |
cf9ee8350b10cedfc1985dffe24675c7702051a0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200601/get_record_set.py | [
"Apache-2.0"
] | Python | txt_records | Optional[Sequence['outputs.TxtRecordResponse']] | def txt_records(self) -> Optional[Sequence['outputs.TxtRecordResponse']]:
"""
The list of TXT records in the record set.
"""
return pulumi.get(self, "txt_records") |
The list of TXT records in the record set.
| The list of TXT records in the record set. | [
"The",
"list",
"of",
"TXT",
"records",
"in",
"the",
"record",
"set",
"."
] | def txt_records(self) -> Optional[Sequence['outputs.TxtRecordResponse']]:
return pulumi.get(self, "txt_records") | [
"def",
"txt_records",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.TxtRecordResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"txt_records\"",
")"
] | The list of TXT records in the record set. | [
"The",
"list",
"of",
"TXT",
"records",
"in",
"the",
"record",
"set",
"."
] | [
"\"\"\"\n The list of TXT 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": []
} |
cfa60ccdb99047204960aa9b2a8117c1b0426e47 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20201001/list_web_app_publishing_credentials.py | [
"Apache-2.0"
] | Python | list_web_app_publishing_credentials | AwaitableListWebAppPublishingCredentialsResult | def list_web_app_publishing_credentials(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebAppPublishingCredentialsResult:
"""
User credentials used... |
User credentials used for publishing activity.
:param str name: Name of the app.
:param str resource_group_name: Name of the resource group to which the resource belongs.
| User credentials used for publishing activity. | [
"User",
"credentials",
"used",
"for",
"publishing",
"activity",
"."
] | def list_web_app_publishing_credentials(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebAppPublishingCredentialsResult:
__args__ = dict()
__args_... | [
"def",
"list_web_app_publishing_credentials",
"(",
"name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
... | User credentials used for publishing activity. | [
"User",
"credentials",
"used",
"for",
"publishing",
"activity",
"."
] | [
"\"\"\"\n User credentials used for publishing activity.\n\n\n :param str name: Name of the app.\n :param str resource_group_name: Name of the resource group to which the resource belongs.\n \"\"\""
] | [
{
"param": "name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "name",
"type": "Optional[str]",
"docstring": "Name of the app.",
"docstring_tokens": [
"Name",
"of",
"the",
"app",
"."
],
"default": null,
"is_optional": false
},
... |
cfbde6daf3c92f894bc937824116926598f54f06 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/timeseriesinsights/v20180815preview/access_policy.py | [
"Apache-2.0"
] | Python | principal_object_id | pulumi.Output[Optional[str]] | def principal_object_id(self) -> pulumi.Output[Optional[str]]:
"""
The objectId of the principal in Azure Active Directory.
"""
return pulumi.get(self, "principal_object_id") |
The objectId of the principal in Azure Active Directory.
| The objectId of the principal in Azure Active Directory. | [
"The",
"objectId",
"of",
"the",
"principal",
"in",
"Azure",
"Active",
"Directory",
"."
] | def principal_object_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "principal_object_id") | [
"def",
"principal_object_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"principal_object_id\"",
")"
] | The objectId of the principal in Azure Active Directory. | [
"The",
"objectId",
"of",
"the",
"principal",
"in",
"Azure",
"Active",
"Directory",
"."
] | [
"\"\"\"\n The objectId of the principal in Azure Active Directory.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
cfc3dc722257d37bf2034945b813b2500b6994ae | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20180101/get_api_issue_attachment.py | [
"Apache-2.0"
] | Python | content_format | str | def content_format(self) -> str:
"""
Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property.
"""
return pulumi.get(self, "content_format") |
Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property.
| Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property. | [
"Either",
"'",
"link",
"'",
"if",
"content",
"is",
"provided",
"via",
"an",
"HTTP",
"link",
"or",
"the",
"MIME",
"type",
"of",
"the",
"Base64",
"-",
"encoded",
"binary",
"data",
"provided",
"in",
"the",
"'",
"content",
"'",
"property",
"."
] | def content_format(self) -> str:
return pulumi.get(self, "content_format") | [
"def",
"content_format",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"content_format\"",
")"
] | Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property. | [
"Either",
"'",
"link",
"'",
"if",
"content",
"is",
"provided",
"via",
"an",
"HTTP",
"link",
"or",
"the",
"MIME",
"type",
"of",
"the",
"Base64",
"-",
"encoded",
"binary",
"data",
"provided",
"in",
"the",
"'",
"content",
"'",
"property",
"."
] | [
"\"\"\"\n Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
89dc6ce1fb2068bc3d5866718017898ca72343a8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190301/get_order.py | [
"Apache-2.0"
] | Python | current_status | Optional['outputs.OrderStatusResponse'] | def current_status(self) -> Optional['outputs.OrderStatusResponse']:
"""
Current status of the order.
"""
return pulumi.get(self, "current_status") |
Current status of the order.
| Current status of the order. | [
"Current",
"status",
"of",
"the",
"order",
"."
] | def current_status(self) -> Optional['outputs.OrderStatusResponse']:
return pulumi.get(self, "current_status") | [
"def",
"current_status",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.OrderStatusResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"current_status\"",
")"
] | Current status of the order. | [
"Current",
"status",
"of",
"the",
"order",
"."
] | [
"\"\"\"\n Current status of the order.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
89dc6ce1fb2068bc3d5866718017898ca72343a8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190301/get_order.py | [
"Apache-2.0"
] | Python | delivery_tracking_info | Sequence['outputs.TrackingInfoResponse'] | def delivery_tracking_info(self) -> Sequence['outputs.TrackingInfoResponse']:
"""
Tracking information for the package delivered to the customer whether it has an original or a replacement device.
"""
return pulumi.get(self, "delivery_tracking_info") |
Tracking information for the package delivered to the customer whether it has an original or a replacement device.
| Tracking information for the package delivered to the customer whether it has an original or a replacement device. | [
"Tracking",
"information",
"for",
"the",
"package",
"delivered",
"to",
"the",
"customer",
"whether",
"it",
"has",
"an",
"original",
"or",
"a",
"replacement",
"device",
"."
] | def delivery_tracking_info(self) -> Sequence['outputs.TrackingInfoResponse']:
return pulumi.get(self, "delivery_tracking_info") | [
"def",
"delivery_tracking_info",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.TrackingInfoResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"delivery_tracking_info\"",
")"
] | Tracking information for the package delivered to the customer whether it has an original or a replacement device. | [
"Tracking",
"information",
"for",
"the",
"package",
"delivered",
"to",
"the",
"customer",
"whether",
"it",
"has",
"an",
"original",
"or",
"a",
"replacement",
"device",
"."
] | [
"\"\"\"\n Tracking information for the package delivered to the customer whether it has an original or a replacement device.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
89dc6ce1fb2068bc3d5866718017898ca72343a8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190301/get_order.py | [
"Apache-2.0"
] | Python | order_history | Sequence['outputs.OrderStatusResponse'] | def order_history(self) -> Sequence['outputs.OrderStatusResponse']:
"""
List of status changes in the order.
"""
return pulumi.get(self, "order_history") |
List of status changes in the order.
| List of status changes in the order. | [
"List",
"of",
"status",
"changes",
"in",
"the",
"order",
"."
] | def order_history(self) -> Sequence['outputs.OrderStatusResponse']:
return pulumi.get(self, "order_history") | [
"def",
"order_history",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.OrderStatusResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"order_history\"",
")"
] | List of status changes in the order. | [
"List",
"of",
"status",
"changes",
"in",
"the",
"order",
"."
] | [
"\"\"\"\n List of status changes in the order.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
89dc6ce1fb2068bc3d5866718017898ca72343a8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190301/get_order.py | [
"Apache-2.0"
] | Python | return_tracking_info | Sequence['outputs.TrackingInfoResponse'] | def return_tracking_info(self) -> Sequence['outputs.TrackingInfoResponse']:
"""
Tracking information for the package returned from the customer whether it has an original or a replacement device.
"""
return pulumi.get(self, "return_tracking_info") |
Tracking information for the package returned from the customer whether it has an original or a replacement device.
| Tracking information for the package returned from the customer whether it has an original or a replacement device. | [
"Tracking",
"information",
"for",
"the",
"package",
"returned",
"from",
"the",
"customer",
"whether",
"it",
"has",
"an",
"original",
"or",
"a",
"replacement",
"device",
"."
] | def return_tracking_info(self) -> Sequence['outputs.TrackingInfoResponse']:
return pulumi.get(self, "return_tracking_info") | [
"def",
"return_tracking_info",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.TrackingInfoResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"return_tracking_info\"",
")"
] | Tracking information for the package returned from the customer whether it has an original or a replacement device. | [
"Tracking",
"information",
"for",
"the",
"package",
"returned",
"from",
"the",
"customer",
"whether",
"it",
"has",
"an",
"original",
"or",
"a",
"replacement",
"device",
"."
] | [
"\"\"\"\n Tracking information for the package returned from the customer whether it has an original or a replacement device.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
89e925e16e1058217b446be346507c6a273453c7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/latest/list_identity_provider_secrets.py | [
"Apache-2.0"
] | Python | list_identity_provider_secrets | AwaitableListIdentityProviderSecretsResult | def list_identity_provider_secrets(identity_provider_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> Awaitab... |
Client or app secret used in IdentityProviders, Aad, OpenID or OAuth.
Latest API Version: 2019-12-01.
:param str identity_provider_name: Identity Provider Type identifier.
:param str resource_group_name: The name of the resource group.
:param str service_name: The name of the API Management servi... | Client or app secret used in IdentityProviders, Aad, OpenID or OAuth. | [
"Client",
"or",
"app",
"secret",
"used",
"in",
"IdentityProviders",
"Aad",
"OpenID",
"or",
"OAuth",
"."
] | def list_identity_provider_secrets(identity_provider_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> Awaitab... | [
"def",
"list_identity_provider_secrets",
"(",
"identity_provider_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"service_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None"... | Client or app secret used in IdentityProviders, Aad, OpenID or OAuth. | [
"Client",
"or",
"app",
"secret",
"used",
"in",
"IdentityProviders",
"Aad",
"OpenID",
"or",
"OAuth",
"."
] | [
"\"\"\"\n Client or app secret used in IdentityProviders, Aad, OpenID or OAuth.\n Latest API Version: 2019-12-01.\n\n\n :param str identity_provider_name: Identity Provider Type identifier.\n :param str resource_group_name: The name of the resource group.\n :param str service_name: The name of the AP... | [
{
"param": "identity_provider_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "service_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "identity_provider_name",
"type": "Optional[str]",
"docstring": "Identity Provider Type identifier.",
"docstring_tokens": [
"Identity",
"Provider",
"Type",
"identifier",
"."
],
... |
89f0c59adbddd5fd1f48e92537e2d30b8150d50d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/alertsmanagement/health_alert.py | [
"Apache-2.0"
] | Python | actions | pulumi.Output[Optional[Sequence['outputs.HealthAlertActionResponse']]] | def actions(self) -> pulumi.Output[Optional[Sequence['outputs.HealthAlertActionResponse']]]:
"""
the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.
"""
return pulumi.get(self, "actions") |
the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.
| the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved. | [
"the",
"array",
"of",
"actions",
"that",
"are",
"performed",
"when",
"the",
"alert",
"rule",
"becomes",
"active",
"and",
"when",
"an",
"alert",
"condition",
"is",
"resolved",
"."
] | def actions(self) -> pulumi.Output[Optional[Sequence['outputs.HealthAlertActionResponse']]]:
return pulumi.get(self, "actions") | [
"def",
"actions",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.HealthAlertActionResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"actions\"",
")"
] | the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved. | [
"the",
"array",
"of",
"actions",
"that",
"are",
"performed",
"when",
"the",
"alert",
"rule",
"becomes",
"active",
"and",
"when",
"an",
"alert",
"condition",
"is",
"resolved",
"."
] | [
"\"\"\"\n the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
89f0c59adbddd5fd1f48e92537e2d30b8150d50d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/alertsmanagement/health_alert.py | [
"Apache-2.0"
] | Python | criteria | pulumi.Output['outputs.HealthAlertCriteriaResponse'] | def criteria(self) -> pulumi.Output['outputs.HealthAlertCriteriaResponse']:
"""
defines the specific alert criteria information.
"""
return pulumi.get(self, "criteria") |
defines the specific alert criteria information.
| defines the specific alert criteria information. | [
"defines",
"the",
"specific",
"alert",
"criteria",
"information",
"."
] | def criteria(self) -> pulumi.Output['outputs.HealthAlertCriteriaResponse']:
return pulumi.get(self, "criteria") | [
"def",
"criteria",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.HealthAlertCriteriaResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"criteria\"",
")"
] | defines the specific alert criteria information. | [
"defines",
"the",
"specific",
"alert",
"criteria",
"information",
"."
] | [
"\"\"\"\n defines the specific alert criteria information.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
89f0c59adbddd5fd1f48e92537e2d30b8150d50d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/alertsmanagement/health_alert.py | [
"Apache-2.0"
] | Python | scopes | pulumi.Output[Optional[Sequence[str]]] | def scopes(self) -> pulumi.Output[Optional[Sequence[str]]]:
"""
the list of resource id's that this health alert is scoped to.
"""
return pulumi.get(self, "scopes") |
the list of resource id's that this health alert is scoped to.
| the list of resource id's that this health alert is scoped to. | [
"the",
"list",
"of",
"resource",
"id",
"'",
"s",
"that",
"this",
"health",
"alert",
"is",
"scoped",
"to",
"."
] | def scopes(self) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "scopes") | [
"def",
"scopes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"scopes\"",
")"
] | the list of resource id's that this health alert is scoped to. | [
"the",
"list",
"of",
"resource",
"id",
"'",
"s",
"that",
"this",
"health",
"alert",
"is",
"scoped",
"to",
"."
] | [
"\"\"\"\n the list of resource id's that this health alert is scoped to.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
af4701fb8b8e9f707846c2993c26f7cfd182216f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20160901/get_management_lock_at_subscription_level.py | [
"Apache-2.0"
] | Python | owners | Optional[Sequence['outputs.ManagementLockOwnerResponse']] | def owners(self) -> Optional[Sequence['outputs.ManagementLockOwnerResponse']]:
"""
The owners of the lock.
"""
return pulumi.get(self, "owners") |
The owners of the lock.
| The owners of the lock. | [
"The",
"owners",
"of",
"the",
"lock",
"."
] | def owners(self) -> Optional[Sequence['outputs.ManagementLockOwnerResponse']]:
return pulumi.get(self, "owners") | [
"def",
"owners",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ManagementLockOwnerResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"owners\"",
")"
] | The owners of the lock. | [
"The",
"owners",
"of",
"the",
"lock",
"."
] | [
"\"\"\"\n The owners of the lock.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6a3d705bb31fc4ff9843bef56affec524051092e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetesconfiguration/v20201001preview/source_control_configuration.py | [
"Apache-2.0"
] | Python | enable_helm_operator | pulumi.Output[Optional[bool]] | def enable_helm_operator(self) -> pulumi.Output[Optional[bool]]:
"""
Option to enable Helm Operator for this git configuration.
"""
return pulumi.get(self, "enable_helm_operator") |
Option to enable Helm Operator for this git configuration.
| Option to enable Helm Operator for this git configuration. | [
"Option",
"to",
"enable",
"Helm",
"Operator",
"for",
"this",
"git",
"configuration",
"."
] | def enable_helm_operator(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "enable_helm_operator") | [
"def",
"enable_helm_operator",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_helm_operator\"",
")"
] | Option to enable Helm Operator for this git configuration. | [
"Option",
"to",
"enable",
"Helm",
"Operator",
"for",
"this",
"git",
"configuration",
"."
] | [
"\"\"\"\n Option to enable Helm Operator for this git configuration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6a3d705bb31fc4ff9843bef56affec524051092e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetesconfiguration/v20201001preview/source_control_configuration.py | [
"Apache-2.0"
] | Python | ssh_known_hosts_contents | pulumi.Output[Optional[str]] | def ssh_known_hosts_contents(self) -> pulumi.Output[Optional[str]]:
"""
Base64-encoded known_hosts contents containing public SSH keys required to access private Git instances
"""
return pulumi.get(self, "ssh_known_hosts_contents") |
Base64-encoded known_hosts contents containing public SSH keys required to access private Git instances
| Base64-encoded known_hosts contents containing public SSH keys required to access private Git instances | [
"Base64",
"-",
"encoded",
"known_hosts",
"contents",
"containing",
"public",
"SSH",
"keys",
"required",
"to",
"access",
"private",
"Git",
"instances"
] | def ssh_known_hosts_contents(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "ssh_known_hosts_contents") | [
"def",
"ssh_known_hosts_contents",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ssh_known_hosts_contents\"",
")"
] | Base64-encoded known_hosts contents containing public SSH keys required to access private Git instances | [
"Base64",
"-",
"encoded",
"known_hosts",
"contents",
"containing",
"public",
"SSH",
"keys",
"required",
"to",
"access",
"private",
"Git",
"instances"
] | [
"\"\"\"\n Base64-encoded known_hosts contents containing public SSH keys required to access private Git instances\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6a5c424868db28365046ffef970353607c47b640 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/v20190101preview/bookmark_relation.py | [
"Apache-2.0"
] | Python | related_resource_id | pulumi.Output[str] | def related_resource_id(self) -> pulumi.Output[str]:
"""
The resource ID of the related resource
"""
return pulumi.get(self, "related_resource_id") |
The resource ID of the related resource
| The resource ID of the related resource | [
"The",
"resource",
"ID",
"of",
"the",
"related",
"resource"
] | def related_resource_id(self) -> pulumi.Output[str]:
return pulumi.get(self, "related_resource_id") | [
"def",
"related_resource_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"related_resource_id\"",
")"
] | The resource ID of the related resource | [
"The",
"resource",
"ID",
"of",
"the",
"related",
"resource"
] | [
"\"\"\"\n The resource ID of the related 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": []
} |
6a5c424868db28365046ffef970353607c47b640 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/v20190101preview/bookmark_relation.py | [
"Apache-2.0"
] | Python | related_resource_kind | pulumi.Output[str] | def related_resource_kind(self) -> pulumi.Output[str]:
"""
The resource kind of the related resource
"""
return pulumi.get(self, "related_resource_kind") |
The resource kind of the related resource
| The resource kind of the related resource | [
"The",
"resource",
"kind",
"of",
"the",
"related",
"resource"
] | def related_resource_kind(self) -> pulumi.Output[str]:
return pulumi.get(self, "related_resource_kind") | [
"def",
"related_resource_kind",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"related_resource_kind\"",
")"
] | The resource kind of the related resource | [
"The",
"resource",
"kind",
"of",
"the",
"related",
"resource"
] | [
"\"\"\"\n The resource kind of the related 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": []
} |
6a5c424868db28365046ffef970353607c47b640 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/v20190101preview/bookmark_relation.py | [
"Apache-2.0"
] | Python | related_resource_name | pulumi.Output[str] | def related_resource_name(self) -> pulumi.Output[str]:
"""
The name of the related resource
"""
return pulumi.get(self, "related_resource_name") |
The name of the related resource
| The name of the related resource | [
"The",
"name",
"of",
"the",
"related",
"resource"
] | def related_resource_name(self) -> pulumi.Output[str]:
return pulumi.get(self, "related_resource_name") | [
"def",
"related_resource_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"related_resource_name\"",
")"
] | The name of the related resource | [
"The",
"name",
"of",
"the",
"related",
"resource"
] | [
"\"\"\"\n The name of the related 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": []
} |
6a5c424868db28365046ffef970353607c47b640 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/v20190101preview/bookmark_relation.py | [
"Apache-2.0"
] | Python | related_resource_type | pulumi.Output[str] | def related_resource_type(self) -> pulumi.Output[str]:
"""
The resource type of the related resource
"""
return pulumi.get(self, "related_resource_type") |
The resource type of the related resource
| The resource type of the related resource | [
"The",
"resource",
"type",
"of",
"the",
"related",
"resource"
] | def related_resource_type(self) -> pulumi.Output[str]:
return pulumi.get(self, "related_resource_type") | [
"def",
"related_resource_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"related_resource_type\"",
")"
] | The resource type of the related resource | [
"The",
"resource",
"type",
"of",
"the",
"related",
"resource"
] | [
"\"\"\"\n The resource type of the related 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": []
} |
6a69e404714e0b264b9daf8204a853b607ede8c7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20180701/streaming_endpoint.py | [
"Apache-2.0"
] | Python | availability_set_name | pulumi.Output[Optional[str]] | def availability_set_name(self) -> pulumi.Output[Optional[str]]:
"""
The name of the AvailabilitySet used with this StreamingEndpoint for high availability streaming. This value can only be set at creation time.
"""
return pulumi.get(self, "availability_set_name") |
The name of the AvailabilitySet used with this StreamingEndpoint for high availability streaming. This value can only be set at creation time.
| The name of the AvailabilitySet used with this StreamingEndpoint for high availability streaming. This value can only be set at creation time. | [
"The",
"name",
"of",
"the",
"AvailabilitySet",
"used",
"with",
"this",
"StreamingEndpoint",
"for",
"high",
"availability",
"streaming",
".",
"This",
"value",
"can",
"only",
"be",
"set",
"at",
"creation",
"time",
"."
] | def availability_set_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "availability_set_name") | [
"def",
"availability_set_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"availability_set_name\"",
")"
] | The name of the AvailabilitySet used with this StreamingEndpoint for high availability streaming. | [
"The",
"name",
"of",
"the",
"AvailabilitySet",
"used",
"with",
"this",
"StreamingEndpoint",
"for",
"high",
"availability",
"streaming",
"."
] | [
"\"\"\"\n The name of the AvailabilitySet used with this StreamingEndpoint for high availability streaming. This value can only be set at creation time.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8d7011278c6128519b87dce92cb2ff3310ae71d2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/latest/get_service_fabric.py | [
"Apache-2.0"
] | Python | applicable_schedule | 'outputs.ApplicableScheduleResponse' | def applicable_schedule(self) -> 'outputs.ApplicableScheduleResponse':
"""
The applicable schedule for the virtual machine.
"""
return pulumi.get(self, "applicable_schedule") |
The applicable schedule for the virtual machine.
| The applicable schedule for the virtual machine. | [
"The",
"applicable",
"schedule",
"for",
"the",
"virtual",
"machine",
"."
] | def applicable_schedule(self) -> 'outputs.ApplicableScheduleResponse':
return pulumi.get(self, "applicable_schedule") | [
"def",
"applicable_schedule",
"(",
"self",
")",
"->",
"'outputs.ApplicableScheduleResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"applicable_schedule\"",
")"
] | The applicable schedule for the virtual machine. | [
"The",
"applicable",
"schedule",
"for",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n The applicable schedule for the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8d7011278c6128519b87dce92cb2ff3310ae71d2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/latest/get_service_fabric.py | [
"Apache-2.0"
] | Python | environment_id | Optional[str] | def environment_id(self) -> Optional[str]:
"""
The resource id of the environment under which the service fabric resource is present
"""
return pulumi.get(self, "environment_id") |
The resource id of the environment under which the service fabric resource is present
| The resource id of the environment under which the service fabric resource is present | [
"The",
"resource",
"id",
"of",
"the",
"environment",
"under",
"which",
"the",
"service",
"fabric",
"resource",
"is",
"present"
] | def environment_id(self) -> Optional[str]:
return pulumi.get(self, "environment_id") | [
"def",
"environment_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"environment_id\"",
")"
] | The resource id of the environment under which the service fabric resource is present | [
"The",
"resource",
"id",
"of",
"the",
"environment",
"under",
"which",
"the",
"service",
"fabric",
"resource",
"is",
"present"
] | [
"\"\"\"\n The resource id of the environment under which the service fabric resource is present\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8d7011278c6128519b87dce92cb2ff3310ae71d2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/latest/get_service_fabric.py | [
"Apache-2.0"
] | Python | external_service_fabric_id | Optional[str] | def external_service_fabric_id(self) -> Optional[str]:
"""
The backing service fabric resource's id
"""
return pulumi.get(self, "external_service_fabric_id") |
The backing service fabric resource's id
| The backing service fabric resource's id | [
"The",
"backing",
"service",
"fabric",
"resource",
"'",
"s",
"id"
] | def external_service_fabric_id(self) -> Optional[str]:
return pulumi.get(self, "external_service_fabric_id") | [
"def",
"external_service_fabric_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"external_service_fabric_id\"",
")"
] | The backing service fabric resource's id | [
"The",
"backing",
"service",
"fabric",
"resource",
"'",
"s",
"id"
] | [
"\"\"\"\n The backing service fabric resource's id\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8d7dca7e3bbb7089c2324034c8a12f53068f58e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cache/v20200601/get_redis.py | [
"Apache-2.0"
] | Python | access_keys | 'outputs.RedisAccessKeysResponse' | def access_keys(self) -> 'outputs.RedisAccessKeysResponse':
"""
The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
"""
return pulumi.get(self, "access_keys") |
The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
| The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache | [
"The",
"keys",
"of",
"the",
"Redis",
"cache",
"-",
"not",
"set",
"if",
"this",
"object",
"is",
"not",
"the",
"response",
"to",
"Create",
"or",
"Update",
"redis",
"cache"
] | def access_keys(self) -> 'outputs.RedisAccessKeysResponse':
return pulumi.get(self, "access_keys") | [
"def",
"access_keys",
"(",
"self",
")",
"->",
"'outputs.RedisAccessKeysResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"access_keys\"",
")"
] | The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache | [
"The",
"keys",
"of",
"the",
"Redis",
"cache",
"-",
"not",
"set",
"if",
"this",
"object",
"is",
"not",
"the",
"response",
"to",
"Create",
"or",
"Update",
"redis",
"cache"
] | [
"\"\"\"\n The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8d7dca7e3bbb7089c2324034c8a12f53068f58e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cache/v20200601/get_redis.py | [
"Apache-2.0"
] | Python | enable_non_ssl_port | Optional[bool] | def enable_non_ssl_port(self) -> Optional[bool]:
"""
Specifies whether the non-ssl Redis server port (6379) is enabled.
"""
return pulumi.get(self, "enable_non_ssl_port") |
Specifies whether the non-ssl Redis server port (6379) is enabled.
| Specifies whether the non-ssl Redis server port (6379) is enabled. | [
"Specifies",
"whether",
"the",
"non",
"-",
"ssl",
"Redis",
"server",
"port",
"(",
"6379",
")",
"is",
"enabled",
"."
] | def enable_non_ssl_port(self) -> Optional[bool]:
return pulumi.get(self, "enable_non_ssl_port") | [
"def",
"enable_non_ssl_port",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_non_ssl_port\"",
")"
] | Specifies whether the non-ssl Redis server port (6379) is enabled. | [
"Specifies",
"whether",
"the",
"non",
"-",
"ssl",
"Redis",
"server",
"port",
"(",
"6379",
")",
"is",
"enabled",
"."
] | [
"\"\"\"\n Specifies whether the non-ssl Redis server port (6379) is enabled.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.