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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7581c5517eb87f91dcb1d61ee27a6ca666df09ec | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/latest/get_endpoint.py | [
"Apache-2.0"
] | Python | delivery_policy | Optional['outputs.EndpointPropertiesUpdateParametersResponseDeliveryPolicy'] | def delivery_policy(self) -> Optional['outputs.EndpointPropertiesUpdateParametersResponseDeliveryPolicy']:
"""
A policy that specifies the delivery rules to be used for an endpoint.
"""
return pulumi.get(self, "delivery_policy") |
A policy that specifies the delivery rules to be used for an endpoint.
| A policy that specifies the delivery rules to be used for an endpoint. | [
"A",
"policy",
"that",
"specifies",
"the",
"delivery",
"rules",
"to",
"be",
"used",
"for",
"an",
"endpoint",
"."
] | def delivery_policy(self) -> Optional['outputs.EndpointPropertiesUpdateParametersResponseDeliveryPolicy']:
return pulumi.get(self, "delivery_policy") | [
"def",
"delivery_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.EndpointPropertiesUpdateParametersResponseDeliveryPolicy'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"delivery_policy\"",
")"
] | A policy that specifies the delivery rules to be used for an endpoint. | [
"A",
"policy",
"that",
"specifies",
"the",
"delivery",
"rules",
"to",
"be",
"used",
"for",
"an",
"endpoint",
"."
] | [
"\"\"\"\n A policy that specifies the delivery rules to be used for an 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": []
} |
7581c5517eb87f91dcb1d61ee27a6ca666df09ec | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/latest/get_endpoint.py | [
"Apache-2.0"
] | Python | origin_groups | Optional[Sequence['outputs.DeepCreatedOriginGroupResponse']] | def origin_groups(self) -> Optional[Sequence['outputs.DeepCreatedOriginGroupResponse']]:
"""
The origin groups comprising of origins that are used for load balancing the traffic based on availability.
"""
return pulumi.get(self, "origin_groups") |
The origin groups comprising of origins that are used for load balancing the traffic based on availability.
| The origin groups comprising of origins that are used for load balancing the traffic based on availability. | [
"The",
"origin",
"groups",
"comprising",
"of",
"origins",
"that",
"are",
"used",
"for",
"load",
"balancing",
"the",
"traffic",
"based",
"on",
"availability",
"."
] | def origin_groups(self) -> Optional[Sequence['outputs.DeepCreatedOriginGroupResponse']]:
return pulumi.get(self, "origin_groups") | [
"def",
"origin_groups",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.DeepCreatedOriginGroupResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"origin_groups\"",
")"
] | The origin groups comprising of origins that are used for load balancing the traffic based on availability. | [
"The",
"origin",
"groups",
"comprising",
"of",
"origins",
"that",
"are",
"used",
"for",
"load",
"balancing",
"the",
"traffic",
"based",
"on",
"availability",
"."
] | [
"\"\"\"\n The origin groups comprising of origins that are used for load balancing the traffic based on availability.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7581c5517eb87f91dcb1d61ee27a6ca666df09ec | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/latest/get_endpoint.py | [
"Apache-2.0"
] | Python | url_signing_keys | Optional[Sequence['outputs.UrlSigningKeyResponse']] | def url_signing_keys(self) -> Optional[Sequence['outputs.UrlSigningKeyResponse']]:
"""
List of keys used to validate the signed URL hashes.
"""
return pulumi.get(self, "url_signing_keys") |
List of keys used to validate the signed URL hashes.
| List of keys used to validate the signed URL hashes. | [
"List",
"of",
"keys",
"used",
"to",
"validate",
"the",
"signed",
"URL",
"hashes",
"."
] | def url_signing_keys(self) -> Optional[Sequence['outputs.UrlSigningKeyResponse']]:
return pulumi.get(self, "url_signing_keys") | [
"def",
"url_signing_keys",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.UrlSigningKeyResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"url_signing_keys\"",
")"
] | List of keys used to validate the signed URL hashes. | [
"List",
"of",
"keys",
"used",
"to",
"validate",
"the",
"signed",
"URL",
"hashes",
"."
] | [
"\"\"\"\n List of keys used to validate the signed URL hashes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7581c5517eb87f91dcb1d61ee27a6ca666df09ec | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/latest/get_endpoint.py | [
"Apache-2.0"
] | Python | web_application_firewall_policy_link | Optional['outputs.EndpointPropertiesUpdateParametersResponseWebApplicationFirewallPolicyLink'] | def web_application_firewall_policy_link(self) -> Optional['outputs.EndpointPropertiesUpdateParametersResponseWebApplicationFirewallPolicyLink']:
"""
Defines the Web Application Firewall policy for the endpoint (if applicable)
"""
return pulumi.get(self, "web_application_firewall_policy_... |
Defines the Web Application Firewall policy for the endpoint (if applicable)
| Defines the Web Application Firewall policy for the endpoint (if applicable) | [
"Defines",
"the",
"Web",
"Application",
"Firewall",
"policy",
"for",
"the",
"endpoint",
"(",
"if",
"applicable",
")"
] | def web_application_firewall_policy_link(self) -> Optional['outputs.EndpointPropertiesUpdateParametersResponseWebApplicationFirewallPolicyLink']:
return pulumi.get(self, "web_application_firewall_policy_link") | [
"def",
"web_application_firewall_policy_link",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.EndpointPropertiesUpdateParametersResponseWebApplicationFirewallPolicyLink'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"web_application_firewall_policy_link\"",
... | Defines the Web Application Firewall policy for the endpoint (if applicable) | [
"Defines",
"the",
"Web",
"Application",
"Firewall",
"policy",
"for",
"the",
"endpoint",
"(",
"if",
"applicable",
")"
] | [
"\"\"\"\n Defines the Web Application Firewall policy for the endpoint (if applicable)\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
453e936ce02d6a55ee81555c961f0f2f5dccbcea | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kusto/v20200918/list_cluster_language_extensions.py | [
"Apache-2.0"
] | Python | list_cluster_language_extensions | AwaitableListClusterLanguageExtensionsResult | def list_cluster_language_extensions(cluster_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListClusterLanguageExtensionsResult:
"""
The list of language ext... |
The list of language extension objects.
:param str cluster_name: The name of the Kusto cluster.
:param str resource_group_name: The name of the resource group containing the Kusto cluster.
| The list of language extension objects. | [
"The",
"list",
"of",
"language",
"extension",
"objects",
"."
] | def list_cluster_language_extensions(cluster_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListClusterLanguageExtensionsResult:
__args__ = dict()
__args__['... | [
"def",
"list_cluster_language_extensions",
"(",
"cluster_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
... | The list of language extension objects. | [
"The",
"list",
"of",
"language",
"extension",
"objects",
"."
] | [
"\"\"\"\n The list of language extension objects.\n\n\n :param str cluster_name: The name of the Kusto cluster.\n :param str resource_group_name: The name of the resource group containing the Kusto cluster.\n \"\"\""
] | [
{
"param": "cluster_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "cluster_name",
"type": "Optional[str]",
"docstring": "The name of the Kusto cluster.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"Kusto",
"cluster",
"."
],
... |
1bf8f0e7622b75b4da389f2119e8ef1e99626905 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20200601preview/get_gateway_hostname_configuration.py | [
"Apache-2.0"
] | Python | tls10_enabled | Optional[bool] | def tls10_enabled(self) -> Optional[bool]:
"""
Specifies if TLS 1.0 is supported
"""
return pulumi.get(self, "tls10_enabled") |
Specifies if TLS 1.0 is supported
| Specifies if TLS 1.0 is supported | [
"Specifies",
"if",
"TLS",
"1",
".",
"0",
"is",
"supported"
] | def tls10_enabled(self) -> Optional[bool]:
return pulumi.get(self, "tls10_enabled") | [
"def",
"tls10_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tls10_enabled\"",
")"
] | Specifies if TLS 1.0 is supported | [
"Specifies",
"if",
"TLS",
"1",
".",
"0",
"is",
"supported"
] | [
"\"\"\"\n Specifies if TLS 1.0 is supported\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1bf8f0e7622b75b4da389f2119e8ef1e99626905 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20200601preview/get_gateway_hostname_configuration.py | [
"Apache-2.0"
] | Python | tls11_enabled | Optional[bool] | def tls11_enabled(self) -> Optional[bool]:
"""
Specifies if TLS 1.1 is supported
"""
return pulumi.get(self, "tls11_enabled") |
Specifies if TLS 1.1 is supported
| Specifies if TLS 1.1 is supported | [
"Specifies",
"if",
"TLS",
"1",
".",
"1",
"is",
"supported"
] | def tls11_enabled(self) -> Optional[bool]:
return pulumi.get(self, "tls11_enabled") | [
"def",
"tls11_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tls11_enabled\"",
")"
] | Specifies if TLS 1.1 is supported | [
"Specifies",
"if",
"TLS",
"1",
".",
"1",
"is",
"supported"
] | [
"\"\"\"\n Specifies if TLS 1.1 is supported\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
40099f54b8729b5fccf794461ac96da213fdcee7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/profile.py | [
"Apache-2.0"
] | Python | max_return | pulumi.Output[Optional[float]] | def max_return(self) -> pulumi.Output[Optional[float]]:
"""
Maximum number of endpoints to be returned for MultiValue routing type.
"""
return pulumi.get(self, "max_return") |
Maximum number of endpoints to be returned for MultiValue routing type.
| Maximum number of endpoints to be returned for MultiValue routing type. | [
"Maximum",
"number",
"of",
"endpoints",
"to",
"be",
"returned",
"for",
"MultiValue",
"routing",
"type",
"."
] | def max_return(self) -> pulumi.Output[Optional[float]]:
return pulumi.get(self, "max_return") | [
"def",
"max_return",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"float",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_return\"",
")"
] | Maximum number of endpoints to be returned for MultiValue routing type. | [
"Maximum",
"number",
"of",
"endpoints",
"to",
"be",
"returned",
"for",
"MultiValue",
"routing",
"type",
"."
] | [
"\"\"\"\n Maximum number of endpoints to be returned for MultiValue routing 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": []
} |
326a1e21bed35a160d38113caa5c5a9551f490c3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/synapse/v20190601preview/list_integration_runtime_auth_key.py | [
"Apache-2.0"
] | Python | list_integration_runtime_auth_key | AwaitableListIntegrationRuntimeAuthKeyResult | def list_integration_runtime_auth_key(integration_runtime_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = ... |
The integration runtime authentication keys.
:param str integration_runtime_name: Integration runtime name
:param str resource_group_name: The name of the resource group. The name is case insensitive.
:param str workspace_name: The name of the workspace.
| The integration runtime authentication keys. | [
"The",
"integration",
"runtime",
"authentication",
"keys",
"."
] | def list_integration_runtime_auth_key(integration_runtime_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = ... | [
"def",
"list_integration_runtime_auth_key",
"(",
"integration_runtime_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"workspace_name",
":",
"Optional",
"[",
"str",
"]",
"=",
... | The integration runtime authentication keys. | [
"The",
"integration",
"runtime",
"authentication",
"keys",
"."
] | [
"\"\"\"\n The integration runtime authentication keys.\n\n\n :param str integration_runtime_name: Integration runtime name\n :param str resource_group_name: The name of the resource group. The name is case insensitive.\n :param str workspace_name: The name of the workspace.\n \"\"\""
] | [
{
"param": "integration_runtime_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "workspace_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "integration_runtime_name",
"type": "Optional[str]",
"docstring": "Integration runtime name",
"docstring_tokens": [
"Integration",
"runtime",
"name"
],
"default": null,
"is_optional": f... |
22da8a8ce6647322b63978a19508434d306e4de2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/billing/list_billing_account_invoice_sections_by_create_subscription_permission.py | [
"Apache-2.0"
] | Python | list_billing_account_invoice_sections_by_create_subscription_permission | AwaitableListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult | def list_billing_account_invoice_sections_by_create_subscription_permission(billing_account_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResu... |
The list of invoice section properties with create subscription permission.
API Version: 2020-05-01.
:param str billing_account_name: The ID that uniquely identifies a billing account.
| The list of invoice section properties with create subscription permission. | [
"The",
"list",
"of",
"invoice",
"section",
"properties",
"with",
"create",
"subscription",
"permission",
"."
] | def list_billing_account_invoice_sections_by_create_subscription_permission(billing_account_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResu... | [
"def",
"list_billing_account_invoice_sections_by_create_subscription_permission",
"(",
"billing_account_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
"None",
")",
"->",
"AwaitableList... | The list of invoice section properties with create subscription permission. | [
"The",
"list",
"of",
"invoice",
"section",
"properties",
"with",
"create",
"subscription",
"permission",
"."
] | [
"\"\"\"\n The list of invoice section properties with create subscription permission.\n API Version: 2020-05-01.\n\n\n :param str billing_account_name: The ID that uniquely identifies a billing account.\n \"\"\""
] | [
{
"param": "billing_account_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "billing_account_name",
"type": "Optional[str]",
"docstring": "The ID that uniquely identifies a billing account.",
"docstring_tokens": [
"The",
"ID",
"that",
"uniquely",
"identifies",
... |
d5804ca3cee106a5652bc0817d212c7357d1efb9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetesconfiguration/v20191101preview/get_source_control_configuration.py | [
"Apache-2.0"
] | Python | enable_helm_operator | Optional[str] | def enable_helm_operator(self) -> Optional[str]:
"""
Option to enable Helm Operator for this git configuration.
"""
return pulumi.get(self, "enable_helm_operator") |
Option to enable Helm Operator for this git configuration.
| Option to enable Helm Operator for this git configuration. | [
"Option",
"to",
"enable",
"Helm",
"Operator",
"for",
"this",
"git",
"configuration",
"."
] | def enable_helm_operator(self) -> Optional[str]:
return pulumi.get(self, "enable_helm_operator") | [
"def",
"enable_helm_operator",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"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": []
} |
34b5803702f7554586910452f7a969ee409bb0b5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/analysisservices/latest/list_server_gateway_status.py | [
"Apache-2.0"
] | Python | list_server_gateway_status | AwaitableListServerGatewayStatusResult | def list_server_gateway_status(resource_group_name: Optional[str] = None,
server_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListServerGatewayStatusResult:
"""
Status of gateway is live.
Latest API Version... |
Status of gateway is live.
Latest API Version: 2017-08-01.
:param str resource_group_name: The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90.
:param str server_name: The name of the Analysis Se... | Status of gateway is live. | [
"Status",
"of",
"gateway",
"is",
"live",
"."
] | def list_server_gateway_status(resource_group_name: Optional[str] = None,
server_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListServerGatewayStatusResult:
pulumi.log.warn("list_server_gateway_status is deprecated... | [
"def",
"list_server_gateway_status",
"(",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"server_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
... | Status of gateway is live. | [
"Status",
"of",
"gateway",
"is",
"live",
"."
] | [
"\"\"\"\n Status of gateway is live.\n Latest API Version: 2017-08-01.\n\n\n :param str resource_group_name: The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90.\n :param str server_name: The name o... | [
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "server_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "resource_group_name",
"type": "Optional[str]",
"docstring": "The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90.",
"doc... |
7ac282e2affe840db176e10d43b6dad197c88c45 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_experiment.py | [
"Apache-2.0"
] | Python | endpoint_a | Optional['outputs.EndpointResponse'] | def endpoint_a(self) -> Optional['outputs.EndpointResponse']:
"""
The endpoint A of an experiment
"""
return pulumi.get(self, "endpoint_a") |
The endpoint A of an experiment
| The endpoint A of an experiment | [
"The",
"endpoint",
"A",
"of",
"an",
"experiment"
] | def endpoint_a(self) -> Optional['outputs.EndpointResponse']:
return pulumi.get(self, "endpoint_a") | [
"def",
"endpoint_a",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.EndpointResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"endpoint_a\"",
")"
] | The endpoint A of an experiment | [
"The",
"endpoint",
"A",
"of",
"an",
"experiment"
] | [
"\"\"\"\n The endpoint A of an experiment\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7ac282e2affe840db176e10d43b6dad197c88c45 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_experiment.py | [
"Apache-2.0"
] | Python | endpoint_b | Optional['outputs.EndpointResponse'] | def endpoint_b(self) -> Optional['outputs.EndpointResponse']:
"""
The endpoint B of an experiment
"""
return pulumi.get(self, "endpoint_b") |
The endpoint B of an experiment
| The endpoint B of an experiment | [
"The",
"endpoint",
"B",
"of",
"an",
"experiment"
] | def endpoint_b(self) -> Optional['outputs.EndpointResponse']:
return pulumi.get(self, "endpoint_b") | [
"def",
"endpoint_b",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.EndpointResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"endpoint_b\"",
")"
] | The endpoint B of an experiment | [
"The",
"endpoint",
"B",
"of",
"an",
"experiment"
] | [
"\"\"\"\n The endpoint B of an experiment\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7ac282e2affe840db176e10d43b6dad197c88c45 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_experiment.py | [
"Apache-2.0"
] | Python | script_file_uri | str | def script_file_uri(self) -> str:
"""
The uri to the Script used in the Experiment
"""
return pulumi.get(self, "script_file_uri") |
The uri to the Script used in the Experiment
| The uri to the Script used in the Experiment | [
"The",
"uri",
"to",
"the",
"Script",
"used",
"in",
"the",
"Experiment"
] | def script_file_uri(self) -> str:
return pulumi.get(self, "script_file_uri") | [
"def",
"script_file_uri",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"script_file_uri\"",
")"
] | The uri to the Script used in the Experiment | [
"The",
"uri",
"to",
"the",
"Script",
"used",
"in",
"the",
"Experiment"
] | [
"\"\"\"\n The uri to the Script used in the Experiment\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
feea0f93bce8d5c044a04eb121cf56ad980fc251 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200601/get_static_site.py | [
"Apache-2.0"
] | Python | build_properties | Optional['outputs.StaticSiteBuildPropertiesResponse'] | def build_properties(self) -> Optional['outputs.StaticSiteBuildPropertiesResponse']:
"""
Build properties to configure on the repository.
"""
return pulumi.get(self, "build_properties") |
Build properties to configure on the repository.
| Build properties to configure on the repository. | [
"Build",
"properties",
"to",
"configure",
"on",
"the",
"repository",
"."
] | def build_properties(self) -> Optional['outputs.StaticSiteBuildPropertiesResponse']:
return pulumi.get(self, "build_properties") | [
"def",
"build_properties",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.StaticSiteBuildPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"build_properties\"",
")"
] | Build properties to configure on the repository. | [
"Build",
"properties",
"to",
"configure",
"on",
"the",
"repository",
"."
] | [
"\"\"\"\n Build properties to configure on the repository.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
feea0f93bce8d5c044a04eb121cf56ad980fc251 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200601/get_static_site.py | [
"Apache-2.0"
] | Python | custom_domains | Sequence[str] | def custom_domains(self) -> Sequence[str]:
"""
The custom domains associated with this static site.
"""
return pulumi.get(self, "custom_domains") |
The custom domains associated with this static site.
| The custom domains associated with this static site. | [
"The",
"custom",
"domains",
"associated",
"with",
"this",
"static",
"site",
"."
] | def custom_domains(self) -> Sequence[str]:
return pulumi.get(self, "custom_domains") | [
"def",
"custom_domains",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_domains\"",
")"
] | The custom domains associated with this static site. | [
"The",
"custom",
"domains",
"associated",
"with",
"this",
"static",
"site",
"."
] | [
"\"\"\"\n The custom domains associated with this static site.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
feea0f93bce8d5c044a04eb121cf56ad980fc251 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200601/get_static_site.py | [
"Apache-2.0"
] | Python | repository_token | Optional[str] | def repository_token(self) -> Optional[str]:
"""
A user's github repository token. This is used to setup the Github Actions workflow file and API secrets.
"""
return pulumi.get(self, "repository_token") |
A user's github repository token. This is used to setup the Github Actions workflow file and API secrets.
| A user's github repository token. This is used to setup the Github Actions workflow file and API secrets. | [
"A",
"user",
"'",
"s",
"github",
"repository",
"token",
".",
"This",
"is",
"used",
"to",
"setup",
"the",
"Github",
"Actions",
"workflow",
"file",
"and",
"API",
"secrets",
"."
] | def repository_token(self) -> Optional[str]:
return pulumi.get(self, "repository_token") | [
"def",
"repository_token",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"repository_token\"",
")"
] | A user's github repository token. | [
"A",
"user",
"'",
"s",
"github",
"repository",
"token",
"."
] | [
"\"\"\"\n A user's github repository token. This is used to setup the Github Actions workflow file and API secrets.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
fef6e0b991c5d41ba2248e3175a4a27741646b7e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devices/v20170119/list_iot_hub_resource_keys.py | [
"Apache-2.0"
] | Python | value | Optional[Sequence['outputs.SharedAccessSignatureAuthorizationRuleResponse']] | def value(self) -> Optional[Sequence['outputs.SharedAccessSignatureAuthorizationRuleResponse']]:
"""
The list of shared access policies.
"""
return pulumi.get(self, "value") |
The list of shared access policies.
| The list of shared access policies. | [
"The",
"list",
"of",
"shared",
"access",
"policies",
"."
] | def value(self) -> Optional[Sequence['outputs.SharedAccessSignatureAuthorizationRuleResponse']]:
return pulumi.get(self, "value") | [
"def",
"value",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.SharedAccessSignatureAuthorizationRuleResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"value\"",
")"
] | The list of shared access policies. | [
"The",
"list",
"of",
"shared",
"access",
"policies",
"."
] | [
"\"\"\"\n The list of shared access policies.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a64ead06e570105d24e01ec2e10a6da5f0aaeb2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20151201/get_batch_account.py | [
"Apache-2.0"
] | Python | active_job_and_job_schedule_quota | int | def active_job_and_job_schedule_quota(self) -> int:
"""
The active job and job schedule quota for this Batch account.
"""
return pulumi.get(self, "active_job_and_job_schedule_quota") |
The active job and job schedule quota for this Batch account.
| The active job and job schedule quota for this Batch account. | [
"The",
"active",
"job",
"and",
"job",
"schedule",
"quota",
"for",
"this",
"Batch",
"account",
"."
] | def active_job_and_job_schedule_quota(self) -> int:
return pulumi.get(self, "active_job_and_job_schedule_quota") | [
"def",
"active_job_and_job_schedule_quota",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"active_job_and_job_schedule_quota\"",
")"
] | The active job and job schedule quota for this Batch account. | [
"The",
"active",
"job",
"and",
"job",
"schedule",
"quota",
"for",
"this",
"Batch",
"account",
"."
] | [
"\"\"\"\n The active job and job schedule quota for this Batch account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a64ead06e570105d24e01ec2e10a6da5f0aaeb2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20151201/get_batch_account.py | [
"Apache-2.0"
] | Python | auto_storage | Optional['outputs.AutoStoragePropertiesResponse'] | def auto_storage(self) -> Optional['outputs.AutoStoragePropertiesResponse']:
"""
The properties and status of any auto storage account associated with the account.
"""
return pulumi.get(self, "auto_storage") |
The properties and status of any auto storage account associated with the account.
| The properties and status of any auto storage account associated with the account. | [
"The",
"properties",
"and",
"status",
"of",
"any",
"auto",
"storage",
"account",
"associated",
"with",
"the",
"account",
"."
] | def auto_storage(self) -> Optional['outputs.AutoStoragePropertiesResponse']:
return pulumi.get(self, "auto_storage") | [
"def",
"auto_storage",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.AutoStoragePropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"auto_storage\"",
")"
] | The properties and status of any auto storage account associated with the account. | [
"The",
"properties",
"and",
"status",
"of",
"any",
"auto",
"storage",
"account",
"associated",
"with",
"the",
"account",
"."
] | [
"\"\"\"\n The properties and status of any auto storage account associated with the account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a64ead06e570105d24e01ec2e10a6da5f0aaeb2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20151201/get_batch_account.py | [
"Apache-2.0"
] | Python | pool_quota | int | def pool_quota(self) -> int:
"""
The pool quota for this Batch account.
"""
return pulumi.get(self, "pool_quota") |
The pool quota for this Batch account.
| The pool quota for this Batch account. | [
"The",
"pool",
"quota",
"for",
"this",
"Batch",
"account",
"."
] | def pool_quota(self) -> int:
return pulumi.get(self, "pool_quota") | [
"def",
"pool_quota",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"pool_quota\"",
")"
] | The pool quota for this Batch account. | [
"The",
"pool",
"quota",
"for",
"this",
"Batch",
"account",
"."
] | [
"\"\"\"\n The pool quota for this Batch account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a64f6e2358913eb7b3ad534652c1214ab564f405 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databricks/getv_net_peering.py | [
"Apache-2.0"
] | Python | databricks_address_space | Optional['outputs.AddressSpaceResponse'] | def databricks_address_space(self) -> Optional['outputs.AddressSpaceResponse']:
"""
The reference to the databricks virtual network address space.
"""
return pulumi.get(self, "databricks_address_space") |
The reference to the databricks virtual network address space.
| The reference to the databricks virtual network address space. | [
"The",
"reference",
"to",
"the",
"databricks",
"virtual",
"network",
"address",
"space",
"."
] | def databricks_address_space(self) -> Optional['outputs.AddressSpaceResponse']:
return pulumi.get(self, "databricks_address_space") | [
"def",
"databricks_address_space",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.AddressSpaceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"databricks_address_space\"",
")"
] | The reference to the databricks virtual network address space. | [
"The",
"reference",
"to",
"the",
"databricks",
"virtual",
"network",
"address",
"space",
"."
] | [
"\"\"\"\n The reference to the databricks virtual network address space.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a64f6e2358913eb7b3ad534652c1214ab564f405 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databricks/getv_net_peering.py | [
"Apache-2.0"
] | Python | databricks_virtual_network | Optional['outputs.VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork'] | def databricks_virtual_network(self) -> Optional['outputs.VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork']:
"""
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurat... |
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
| The remote virtual network should be in the same region. See here to learn more . | [
"The",
"remote",
"virtual",
"network",
"should",
"be",
"in",
"the",
"same",
"region",
".",
"See",
"here",
"to",
"learn",
"more",
"."
] | def databricks_virtual_network(self) -> Optional['outputs.VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork']:
return pulumi.get(self, "databricks_virtual_network") | [
"def",
"databricks_virtual_network",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"databricks_virtual_network\"",
")"
] | The remote virtual network should be in the same region. | [
"The",
"remote",
"virtual",
"network",
"should",
"be",
"in",
"the",
"same",
"region",
"."
] | [
"\"\"\"\n The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a64f6e2358913eb7b3ad534652c1214ab564f405 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databricks/getv_net_peering.py | [
"Apache-2.0"
] | Python | peering_state | str | def peering_state(self) -> str:
"""
The status of the virtual network peering.
"""
return pulumi.get(self, "peering_state") |
The status of the virtual network peering.
| The status of the virtual network peering. | [
"The",
"status",
"of",
"the",
"virtual",
"network",
"peering",
"."
] | def peering_state(self) -> str:
return pulumi.get(self, "peering_state") | [
"def",
"peering_state",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"peering_state\"",
")"
] | The status of the virtual network peering. | [
"The",
"status",
"of",
"the",
"virtual",
"network",
"peering",
"."
] | [
"\"\"\"\n The status of the virtual network peering.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a64f6e2358913eb7b3ad534652c1214ab564f405 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databricks/getv_net_peering.py | [
"Apache-2.0"
] | Python | remote_virtual_network | 'outputs.VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork' | def remote_virtual_network(self) -> 'outputs.VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork':
"""
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-pe... |
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
| The remote virtual network should be in the same region. See here to learn more . | [
"The",
"remote",
"virtual",
"network",
"should",
"be",
"in",
"the",
"same",
"region",
".",
"See",
"here",
"to",
"learn",
"more",
"."
] | def remote_virtual_network(self) -> 'outputs.VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork':
return pulumi.get(self, "remote_virtual_network") | [
"def",
"remote_virtual_network",
"(",
"self",
")",
"->",
"'outputs.VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"remote_virtual_network\"",
")"
] | The remote virtual network should be in the same region. | [
"The",
"remote",
"virtual",
"network",
"should",
"be",
"in",
"the",
"same",
"region",
"."
] | [
"\"\"\"\n The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c1facecb61e7e7c18c9c0aeb01085e89ce55d117 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/application.py | [
"Apache-2.0"
] | Python | debug_params | pulumi.Output[Optional[str]] | def debug_params(self) -> pulumi.Output[Optional[str]]:
"""
Internal - used by Visual Studio to setup the debugging session on the local development environment.
"""
return pulumi.get(self, "debug_params") |
Internal - used by Visual Studio to setup the debugging session on the local development environment.
| used by Visual Studio to setup the debugging session on the local development environment. | [
"used",
"by",
"Visual",
"Studio",
"to",
"setup",
"the",
"debugging",
"session",
"on",
"the",
"local",
"development",
"environment",
"."
] | def debug_params(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "debug_params") | [
"def",
"debug_params",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"debug_params\"",
")"
] | Internal - used by Visual Studio to setup the debugging session on the local development environment. | [
"Internal",
"-",
"used",
"by",
"Visual",
"Studio",
"to",
"setup",
"the",
"debugging",
"session",
"on",
"the",
"local",
"development",
"environment",
"."
] | [
"\"\"\"\n Internal - used by Visual Studio to setup the debugging session on the local development environment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
cf0b7ddbaf0d8dde8739da7443280c42ec786ddc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/netapp/v20200801/pool.py | [
"Apache-2.0"
] | Python | qos_type | pulumi.Output[Optional[str]] | def qos_type(self) -> pulumi.Output[Optional[str]]:
"""
The qos type of the pool
"""
return pulumi.get(self, "qos_type") |
The qos type of the pool
| The qos type of the pool | [
"The",
"qos",
"type",
"of",
"the",
"pool"
] | def qos_type(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "qos_type") | [
"def",
"qos_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"qos_type\"",
")"
] | The qos type of the pool | [
"The",
"qos",
"type",
"of",
"the",
"pool"
] | [
"\"\"\"\n The qos type of the pool\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
cf0b7ddbaf0d8dde8739da7443280c42ec786ddc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/netapp/v20200801/pool.py | [
"Apache-2.0"
] | Python | total_throughput_mibps | pulumi.Output[float] | def total_throughput_mibps(self) -> pulumi.Output[float]:
"""
Total throughput of pool in Mibps
"""
return pulumi.get(self, "total_throughput_mibps") |
Total throughput of pool in Mibps
| Total throughput of pool in Mibps | [
"Total",
"throughput",
"of",
"pool",
"in",
"Mibps"
] | def total_throughput_mibps(self) -> pulumi.Output[float]:
return pulumi.get(self, "total_throughput_mibps") | [
"def",
"total_throughput_mibps",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"total_throughput_mibps\"",
")"
] | Total throughput of pool in Mibps | [
"Total",
"throughput",
"of",
"pool",
"in",
"Mibps"
] | [
"\"\"\"\n Total throughput of pool in Mibps\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
cf0b7ddbaf0d8dde8739da7443280c42ec786ddc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/netapp/v20200801/pool.py | [
"Apache-2.0"
] | Python | utilized_throughput_mibps | pulumi.Output[float] | def utilized_throughput_mibps(self) -> pulumi.Output[float]:
"""
Utilized throughput of pool in Mibps
"""
return pulumi.get(self, "utilized_throughput_mibps") |
Utilized throughput of pool in Mibps
| Utilized throughput of pool in Mibps | [
"Utilized",
"throughput",
"of",
"pool",
"in",
"Mibps"
] | def utilized_throughput_mibps(self) -> pulumi.Output[float]:
return pulumi.get(self, "utilized_throughput_mibps") | [
"def",
"utilized_throughput_mibps",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"utilized_throughput_mibps\"",
")"
] | Utilized throughput of pool in Mibps | [
"Utilized",
"throughput",
"of",
"pool",
"in",
"Mibps"
] | [
"\"\"\"\n Utilized throughput of pool in Mibps\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9285ce8fa36a4a11536a6bbc98b4d3f61e127c4d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/purview/list_account_keys.py | [
"Apache-2.0"
] | Python | atlas_kafka_primary_endpoint | Optional[str] | def atlas_kafka_primary_endpoint(self) -> Optional[str]:
"""
Gets or sets the primary connection string.
"""
return pulumi.get(self, "atlas_kafka_primary_endpoint") |
Gets or sets the primary connection string.
| Gets or sets the primary connection string. | [
"Gets",
"or",
"sets",
"the",
"primary",
"connection",
"string",
"."
] | def atlas_kafka_primary_endpoint(self) -> Optional[str]:
return pulumi.get(self, "atlas_kafka_primary_endpoint") | [
"def",
"atlas_kafka_primary_endpoint",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"atlas_kafka_primary_endpoint\"",
")"
] | Gets or sets the primary connection string. | [
"Gets",
"or",
"sets",
"the",
"primary",
"connection",
"string",
"."
] | [
"\"\"\"\n Gets or sets the primary connection string.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9285ce8fa36a4a11536a6bbc98b4d3f61e127c4d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/purview/list_account_keys.py | [
"Apache-2.0"
] | Python | atlas_kafka_secondary_endpoint | Optional[str] | def atlas_kafka_secondary_endpoint(self) -> Optional[str]:
"""
Gets or sets the secondary connection string.
"""
return pulumi.get(self, "atlas_kafka_secondary_endpoint") |
Gets or sets the secondary connection string.
| Gets or sets the secondary connection string. | [
"Gets",
"or",
"sets",
"the",
"secondary",
"connection",
"string",
"."
] | def atlas_kafka_secondary_endpoint(self) -> Optional[str]:
return pulumi.get(self, "atlas_kafka_secondary_endpoint") | [
"def",
"atlas_kafka_secondary_endpoint",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"atlas_kafka_secondary_endpoint\"",
")"
] | Gets or sets the secondary connection string. | [
"Gets",
"or",
"sets",
"the",
"secondary",
"connection",
"string",
"."
] | [
"\"\"\"\n Gets or sets the secondary connection string.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9295b8280be8c95afdbd2c03fe25a84620e24f1d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20170401preview/get_streaming_job.py | [
"Apache-2.0"
] | Python | cluster | Optional['outputs.ClusterInfoResponse'] | def cluster(self) -> Optional['outputs.ClusterInfoResponse']:
"""
The cluster which streaming jobs will run on.
"""
return pulumi.get(self, "cluster") |
The cluster which streaming jobs will run on.
| The cluster which streaming jobs will run on. | [
"The",
"cluster",
"which",
"streaming",
"jobs",
"will",
"run",
"on",
"."
] | def cluster(self) -> Optional['outputs.ClusterInfoResponse']:
return pulumi.get(self, "cluster") | [
"def",
"cluster",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ClusterInfoResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cluster\"",
")"
] | The cluster which streaming jobs will run on. | [
"The",
"cluster",
"which",
"streaming",
"jobs",
"will",
"run",
"on",
"."
] | [
"\"\"\"\n The cluster which streaming jobs will run on.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9295b8280be8c95afdbd2c03fe25a84620e24f1d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20170401preview/get_streaming_job.py | [
"Apache-2.0"
] | Python | job_storage_account | Optional['outputs.JobStorageAccountResponse'] | def job_storage_account(self) -> Optional['outputs.JobStorageAccountResponse']:
"""
The properties that are associated with an Azure Storage account with MSI
"""
return pulumi.get(self, "job_storage_account") |
The properties that are associated with an Azure Storage account with MSI
| The properties that are associated with an Azure Storage account with MSI | [
"The",
"properties",
"that",
"are",
"associated",
"with",
"an",
"Azure",
"Storage",
"account",
"with",
"MSI"
] | def job_storage_account(self) -> Optional['outputs.JobStorageAccountResponse']:
return pulumi.get(self, "job_storage_account") | [
"def",
"job_storage_account",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.JobStorageAccountResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"job_storage_account\"",
")"
] | The properties that are associated with an Azure Storage account with MSI | [
"The",
"properties",
"that",
"are",
"associated",
"with",
"an",
"Azure",
"Storage",
"account",
"with",
"MSI"
] | [
"\"\"\"\n The properties that are associated with an Azure Storage account with MSI\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9295b8280be8c95afdbd2c03fe25a84620e24f1d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20170401preview/get_streaming_job.py | [
"Apache-2.0"
] | Python | sku | Optional['outputs.StreamingJobSkuResponse'] | def sku(self) -> Optional['outputs.StreamingJobSkuResponse']:
"""
Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.
"""
return pulumi.get(self, "sku") |
Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.
| Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests. | [
"Describes",
"the",
"SKU",
"of",
"the",
"streaming",
"job",
".",
"Required",
"on",
"PUT",
"(",
"CreateOrReplace",
")",
"requests",
"."
] | def sku(self) -> Optional['outputs.StreamingJobSkuResponse']:
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.StreamingJobSkuResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | Describes the SKU of the streaming job. | [
"Describes",
"the",
"SKU",
"of",
"the",
"streaming",
"job",
"."
] | [
"\"\"\"\n Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9322b8147b42784102625edacfd0650a23baaa25 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/policyinsights/v20180701preview/list_remediation_deployments_at_resource.py | [
"Apache-2.0"
] | Python | list_remediation_deployments_at_resource | AwaitableListRemediationDeploymentsAtResourceResult | def list_remediation_deployments_at_resource(remediation_name: Optional[str] = None,
resource_id: Optional[str] = None,
top: Optional[int] = None,
opts: Optional[pulumi.InvokeOptions] =... |
List of deployments for a remediation.
:param str remediation_name: The name of the remediation.
:param str resource_id: Resource ID.
:param int top: Maximum number of records to return.
| List of deployments for a remediation. | [
"List",
"of",
"deployments",
"for",
"a",
"remediation",
"."
] | def list_remediation_deployments_at_resource(remediation_name: Optional[str] = None,
resource_id: Optional[str] = None,
top: Optional[int] = None,
opts: Optional[pulumi.InvokeOptions] =... | [
"def",
"list_remediation_deployments_at_resource",
"(",
"remediation_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_id",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"top",
":",
"Optional",
"[",
"int",
"]",
"=",
"None",
",",
"o... | List of deployments for a remediation. | [
"List",
"of",
"deployments",
"for",
"a",
"remediation",
"."
] | [
"\"\"\"\n List of deployments for a remediation.\n\n\n :param str remediation_name: The name of the remediation.\n :param str resource_id: Resource ID.\n :param int top: Maximum number of records to return.\n \"\"\""
] | [
{
"param": "remediation_name",
"type": "Optional[str]"
},
{
"param": "resource_id",
"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... |
933272e2f365db510e12237e10f55e97d83c0233 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearning/v20160401/get_workspace.py | [
"Apache-2.0"
] | Python | key_vault_identifier_id | Optional[str] | def key_vault_identifier_id(self) -> Optional[str]:
"""
The key vault identifier used for encrypted workspaces.
"""
return pulumi.get(self, "key_vault_identifier_id") |
The key vault identifier used for encrypted workspaces.
| The key vault identifier used for encrypted workspaces. | [
"The",
"key",
"vault",
"identifier",
"used",
"for",
"encrypted",
"workspaces",
"."
] | def key_vault_identifier_id(self) -> Optional[str]:
return pulumi.get(self, "key_vault_identifier_id") | [
"def",
"key_vault_identifier_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"key_vault_identifier_id\"",
")"
] | The key vault identifier used for encrypted workspaces. | [
"The",
"key",
"vault",
"identifier",
"used",
"for",
"encrypted",
"workspaces",
"."
] | [
"\"\"\"\n The key vault identifier used for encrypted workspaces.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
933272e2f365db510e12237e10f55e97d83c0233 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearning/v20160401/get_workspace.py | [
"Apache-2.0"
] | Python | owner_email | str | def owner_email(self) -> str:
"""
The email id of the owner for this workspace.
"""
return pulumi.get(self, "owner_email") |
The email id of the owner for this workspace.
| The email id of the owner for this workspace. | [
"The",
"email",
"id",
"of",
"the",
"owner",
"for",
"this",
"workspace",
"."
] | def owner_email(self) -> str:
return pulumi.get(self, "owner_email") | [
"def",
"owner_email",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"owner_email\"",
")"
] | The email id of the owner for this workspace. | [
"The",
"email",
"id",
"of",
"the",
"owner",
"for",
"this",
"workspace",
"."
] | [
"\"\"\"\n The email id of the owner for 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": []
} |
933272e2f365db510e12237e10f55e97d83c0233 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearning/v20160401/get_workspace.py | [
"Apache-2.0"
] | Python | studio_endpoint | str | def studio_endpoint(self) -> str:
"""
The regional endpoint for the machine learning studio service which hosts this workspace.
"""
return pulumi.get(self, "studio_endpoint") |
The regional endpoint for the machine learning studio service which hosts this workspace.
| The regional endpoint for the machine learning studio service which hosts this workspace. | [
"The",
"regional",
"endpoint",
"for",
"the",
"machine",
"learning",
"studio",
"service",
"which",
"hosts",
"this",
"workspace",
"."
] | def studio_endpoint(self) -> str:
return pulumi.get(self, "studio_endpoint") | [
"def",
"studio_endpoint",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"studio_endpoint\"",
")"
] | The regional endpoint for the machine learning studio service which hosts this workspace. | [
"The",
"regional",
"endpoint",
"for",
"the",
"machine",
"learning",
"studio",
"service",
"which",
"hosts",
"this",
"workspace",
"."
] | [
"\"\"\"\n The regional endpoint for the machine learning studio service which hosts 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": []
} |
933272e2f365db510e12237e10f55e97d83c0233 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearning/v20160401/get_workspace.py | [
"Apache-2.0"
] | Python | user_storage_account_id | str | def user_storage_account_id(self) -> str:
"""
The fully qualified arm id of the storage account associated with this workspace.
"""
return pulumi.get(self, "user_storage_account_id") |
The fully qualified arm id of the storage account associated with this workspace.
| The fully qualified arm id of the storage account associated with this workspace. | [
"The",
"fully",
"qualified",
"arm",
"id",
"of",
"the",
"storage",
"account",
"associated",
"with",
"this",
"workspace",
"."
] | def user_storage_account_id(self) -> str:
return pulumi.get(self, "user_storage_account_id") | [
"def",
"user_storage_account_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"user_storage_account_id\"",
")"
] | The fully qualified arm id of the storage account associated with this workspace. | [
"The",
"fully",
"qualified",
"arm",
"id",
"of",
"the",
"storage",
"account",
"associated",
"with",
"this",
"workspace",
"."
] | [
"\"\"\"\n The fully qualified arm id of the storage account associated with 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": []
} |
933272e2f365db510e12237e10f55e97d83c0233 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearning/v20160401/get_workspace.py | [
"Apache-2.0"
] | Python | workspace_state | str | def workspace_state(self) -> str:
"""
The current state of workspace resource.
"""
return pulumi.get(self, "workspace_state") |
The current state of workspace resource.
| The current state of workspace resource. | [
"The",
"current",
"state",
"of",
"workspace",
"resource",
"."
] | def workspace_state(self) -> str:
return pulumi.get(self, "workspace_state") | [
"def",
"workspace_state",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"workspace_state\"",
")"
] | The current state of workspace resource. | [
"The",
"current",
"state",
"of",
"workspace",
"resource",
"."
] | [
"\"\"\"\n The current state of workspace 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": []
} |
933272e2f365db510e12237e10f55e97d83c0233 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearning/v20160401/get_workspace.py | [
"Apache-2.0"
] | Python | workspace_type | str | def workspace_type(self) -> str:
"""
The type of this workspace.
"""
return pulumi.get(self, "workspace_type") |
The type of this workspace.
| The type of this workspace. | [
"The",
"type",
"of",
"this",
"workspace",
"."
] | def workspace_type(self) -> str:
return pulumi.get(self, "workspace_type") | [
"def",
"workspace_type",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"workspace_type\"",
")"
] | The type of this workspace. | [
"The",
"type",
"of",
"this",
"workspace",
"."
] | [
"\"\"\"\n The type of 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": []
} |
f756535e7e25a757810a33250dc4d8bd0eee3600 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200401/firewall_policy.py | [
"Apache-2.0"
] | Python | rule_groups | pulumi.Output[Sequence['outputs.SubResourceResponse']] | def rule_groups(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
"""
List of references to FirewallPolicyRuleGroups.
"""
return pulumi.get(self, "rule_groups") |
List of references to FirewallPolicyRuleGroups.
| List of references to FirewallPolicyRuleGroups. | [
"List",
"of",
"references",
"to",
"FirewallPolicyRuleGroups",
"."
] | def rule_groups(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
return pulumi.get(self, "rule_groups") | [
"def",
"rule_groups",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"rule_groups\"",
")"
] | List of references to FirewallPolicyRuleGroups. | [
"List",
"of",
"references",
"to",
"FirewallPolicyRuleGroups",
"."
] | [
"\"\"\"\n List of references to FirewallPolicyRuleGroups.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d00a655d87f8a1309d4f431d16c1b57669e9f544 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/billing/latest/list_billing_account_invoice_sections_by_create_subscription_permission.py | [
"Apache-2.0"
] | Python | list_billing_account_invoice_sections_by_create_subscription_permission | AwaitableListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult | def list_billing_account_invoice_sections_by_create_subscription_permission(billing_account_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResu... |
The list of invoice section properties with create subscription permission.
Latest API Version: 2020-05-01.
:param str billing_account_name: The ID that uniquely identifies a billing account.
| The list of invoice section properties with create subscription permission. | [
"The",
"list",
"of",
"invoice",
"section",
"properties",
"with",
"create",
"subscription",
"permission",
"."
] | def list_billing_account_invoice_sections_by_create_subscription_permission(billing_account_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResu... | [
"def",
"list_billing_account_invoice_sections_by_create_subscription_permission",
"(",
"billing_account_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
"None",
")",
"->",
"AwaitableList... | The list of invoice section properties with create subscription permission. | [
"The",
"list",
"of",
"invoice",
"section",
"properties",
"with",
"create",
"subscription",
"permission",
"."
] | [
"\"\"\"\n The list of invoice section properties with create subscription permission.\n Latest API Version: 2020-05-01.\n\n\n :param str billing_account_name: The ID that uniquely identifies a billing account.\n \"\"\""
] | [
{
"param": "billing_account_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "billing_account_name",
"type": "Optional[str]",
"docstring": "The ID that uniquely identifies a billing account.",
"docstring_tokens": [
"The",
"ID",
"that",
"uniquely",
"identifies",
... |
0035d7daa5a4b558ad7b535cd9c260daa7a40d09 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_server_trust_group.py | [
"Apache-2.0"
] | Python | group_members | Sequence['outputs.ServerInfoResponse'] | def group_members(self) -> Sequence['outputs.ServerInfoResponse']:
"""
Group members information for the server trust group.
"""
return pulumi.get(self, "group_members") |
Group members information for the server trust group.
| Group members information for the server trust group. | [
"Group",
"members",
"information",
"for",
"the",
"server",
"trust",
"group",
"."
] | def group_members(self) -> Sequence['outputs.ServerInfoResponse']:
return pulumi.get(self, "group_members") | [
"def",
"group_members",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.ServerInfoResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"group_members\"",
")"
] | Group members information for the server trust group. | [
"Group",
"members",
"information",
"for",
"the",
"server",
"trust",
"group",
"."
] | [
"\"\"\"\n Group members information for the server trust group.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0035d7daa5a4b558ad7b535cd9c260daa7a40d09 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_server_trust_group.py | [
"Apache-2.0"
] | Python | trust_scopes | Sequence[str] | def trust_scopes(self) -> Sequence[str]:
"""
Trust scope of the server trust group.
"""
return pulumi.get(self, "trust_scopes") |
Trust scope of the server trust group.
| Trust scope of the server trust group. | [
"Trust",
"scope",
"of",
"the",
"server",
"trust",
"group",
"."
] | def trust_scopes(self) -> Sequence[str]:
return pulumi.get(self, "trust_scopes") | [
"def",
"trust_scopes",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"trust_scopes\"",
")"
] | Trust scope of the server trust group. | [
"Trust",
"scope",
"of",
"the",
"server",
"trust",
"group",
"."
] | [
"\"\"\"\n Trust scope of the server trust group.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0069fd4bddda53da5c9126bff2ca1c0b5323f4d9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/latest/get_batch_account.py | [
"Apache-2.0"
] | Python | encryption | 'outputs.EncryptionPropertiesResponse' | def encryption(self) -> 'outputs.EncryptionPropertiesResponse':
"""
Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead.
"""
return pulumi.... |
Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead.
| Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead. | [
"Configures",
"how",
"customer",
"data",
"is",
"encrypted",
"inside",
"the",
"Batch",
"account",
".",
"By",
"default",
"accounts",
"are",
"encrypted",
"using",
"a",
"Microsoft",
"managed",
"key",
".",
"For",
"additional",
"control",
"a",
"customer",
"-",
"mana... | def encryption(self) -> 'outputs.EncryptionPropertiesResponse':
return pulumi.get(self, "encryption") | [
"def",
"encryption",
"(",
"self",
")",
"->",
"'outputs.EncryptionPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption\"",
")"
] | Configures how customer data is encrypted inside the Batch account. | [
"Configures",
"how",
"customer",
"data",
"is",
"encrypted",
"inside",
"the",
"Batch",
"account",
"."
] | [
"\"\"\"\n Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0069fd4bddda53da5c9126bff2ca1c0b5323f4d9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/latest/get_batch_account.py | [
"Apache-2.0"
] | Python | identity | Optional['outputs.BatchAccountIdentityResponse'] | def identity(self) -> Optional['outputs.BatchAccountIdentityResponse']:
"""
The identity of the Batch account.
"""
return pulumi.get(self, "identity") |
The identity of the Batch account.
| The identity of the Batch account. | [
"The",
"identity",
"of",
"the",
"Batch",
"account",
"."
] | def identity(self) -> Optional['outputs.BatchAccountIdentityResponse']:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.BatchAccountIdentityResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The identity of the Batch account. | [
"The",
"identity",
"of",
"the",
"Batch",
"account",
"."
] | [
"\"\"\"\n The identity of the Batch account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b75140cf4300b32e79956839f49c37daa1a03e8b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/get_logger.py | [
"Apache-2.0"
] | Python | sampling | Optional['outputs.LoggerSamplingContractResponse'] | def sampling(self) -> Optional['outputs.LoggerSamplingContractResponse']:
"""
Sampling settings for an ApplicationInsights logger.
"""
return pulumi.get(self, "sampling") |
Sampling settings for an ApplicationInsights logger.
| Sampling settings for an ApplicationInsights logger. | [
"Sampling",
"settings",
"for",
"an",
"ApplicationInsights",
"logger",
"."
] | def sampling(self) -> Optional['outputs.LoggerSamplingContractResponse']:
return pulumi.get(self, "sampling") | [
"def",
"sampling",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.LoggerSamplingContractResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sampling\"",
")"
] | Sampling settings for an ApplicationInsights logger. | [
"Sampling",
"settings",
"for",
"an",
"ApplicationInsights",
"logger",
"."
] | [
"\"\"\"\n Sampling settings for an ApplicationInsights logger.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60057726293f5a7545f7ebbe355e181999751f67 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/latest/endpoint.py | [
"Apache-2.0"
] | Python | url_signing_keys | pulumi.Output[Optional[Sequence['outputs.UrlSigningKeyResponse']]] | def url_signing_keys(self) -> pulumi.Output[Optional[Sequence['outputs.UrlSigningKeyResponse']]]:
"""
List of keys used to validate the signed URL hashes.
"""
return pulumi.get(self, "url_signing_keys") |
List of keys used to validate the signed URL hashes.
| List of keys used to validate the signed URL hashes. | [
"List",
"of",
"keys",
"used",
"to",
"validate",
"the",
"signed",
"URL",
"hashes",
"."
] | def url_signing_keys(self) -> pulumi.Output[Optional[Sequence['outputs.UrlSigningKeyResponse']]]:
return pulumi.get(self, "url_signing_keys") | [
"def",
"url_signing_keys",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.UrlSigningKeyResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"url_signing_keys\"",
")"
] | List of keys used to validate the signed URL hashes. | [
"List",
"of",
"keys",
"used",
"to",
"validate",
"the",
"signed",
"URL",
"hashes",
"."
] | [
"\"\"\"\n List of keys used to validate the signed URL hashes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
44521dfb4c5c87ebc054d807d63bae2fd02c6813 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/latest/list_global_user_labs.py | [
"Apache-2.0"
] | Python | list_global_user_labs | AwaitableListGlobalUserLabsResult | def list_global_user_labs(user_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListGlobalUserLabsResult:
"""
Lists the labs owned by a user
Latest API Version: 2018-10-15.
:param str user_name: The name of the user.
"""
pulumi.log.... |
Lists the labs owned by a user
Latest API Version: 2018-10-15.
:param str user_name: The name of the user.
| Lists the labs owned by a user
Latest API Version: 2018-10-15. | [
"Lists",
"the",
"labs",
"owned",
"by",
"a",
"user",
"Latest",
"API",
"Version",
":",
"2018",
"-",
"10",
"-",
"15",
"."
] | def list_global_user_labs(user_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListGlobalUserLabsResult:
pulumi.log.warn("list_global_user_labs is deprecated: The 'latest' version is deprecated. Please migrate to the function in the top-level module: 'a... | [
"def",
"list_global_user_labs",
"(",
"user_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
"None",
")",
"->",
"AwaitableListGlobalUserLabsResult",
":",
"pulumi",
".",
"log",
"... | Lists the labs owned by a user
Latest API Version: 2018-10-15. | [
"Lists",
"the",
"labs",
"owned",
"by",
"a",
"user",
"Latest",
"API",
"Version",
":",
"2018",
"-",
"10",
"-",
"15",
"."
] | [
"\"\"\"\n Lists the labs owned by a user\n Latest API Version: 2018-10-15.\n\n\n :param str user_name: The name of the user.\n \"\"\""
] | [
{
"param": "user_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "user_name",
"type": "Optional[str]",
"docstring": "The name of the user.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"user",
"."
],
"default": null,
"is... |
478fa7772fce6e1236fb5585094529eadd486658 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningcompute/v20170801preview/list_operationalization_cluster_keys.py | [
"Apache-2.0"
] | Python | container_registry | Optional['outputs.ContainerRegistryCredentialsResponseResult'] | def container_registry(self) -> Optional['outputs.ContainerRegistryCredentialsResponseResult']:
"""
Credentials for Azure Container Registry.
"""
return pulumi.get(self, "container_registry") |
Credentials for Azure Container Registry.
| Credentials for Azure Container Registry. | [
"Credentials",
"for",
"Azure",
"Container",
"Registry",
"."
] | def container_registry(self) -> Optional['outputs.ContainerRegistryCredentialsResponseResult']:
return pulumi.get(self, "container_registry") | [
"def",
"container_registry",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ContainerRegistryCredentialsResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"container_registry\"",
")"
] | Credentials for Azure Container Registry. | [
"Credentials",
"for",
"Azure",
"Container",
"Registry",
"."
] | [
"\"\"\"\n Credentials for Azure Container Registry.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
478fa7772fce6e1236fb5585094529eadd486658 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningcompute/v20170801preview/list_operationalization_cluster_keys.py | [
"Apache-2.0"
] | Python | container_service | Optional['outputs.ContainerServiceCredentialsResponseResult'] | def container_service(self) -> Optional['outputs.ContainerServiceCredentialsResponseResult']:
"""
Credentials for Azure Container Service.
"""
return pulumi.get(self, "container_service") |
Credentials for Azure Container Service.
| Credentials for Azure Container Service. | [
"Credentials",
"for",
"Azure",
"Container",
"Service",
"."
] | def container_service(self) -> Optional['outputs.ContainerServiceCredentialsResponseResult']:
return pulumi.get(self, "container_service") | [
"def",
"container_service",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ContainerServiceCredentialsResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"container_service\"",
")"
] | Credentials for Azure Container Service. | [
"Credentials",
"for",
"Azure",
"Container",
"Service",
"."
] | [
"\"\"\"\n Credentials for Azure Container 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": []
} |
478fa7772fce6e1236fb5585094529eadd486658 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningcompute/v20170801preview/list_operationalization_cluster_keys.py | [
"Apache-2.0"
] | Python | service_auth_configuration | Optional['outputs.ServiceAuthConfigurationResponse'] | def service_auth_configuration(self) -> Optional['outputs.ServiceAuthConfigurationResponse']:
"""
Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys.
"""
return pulumi.get(self, "service_auth_configuration") |
Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys.
| Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys. | [
"Global",
"authorization",
"keys",
"for",
"all",
"user",
"services",
"deployed",
"in",
"cluster",
".",
"These",
"are",
"used",
"if",
"the",
"service",
"does",
"not",
"have",
"auth",
"keys",
"."
] | def service_auth_configuration(self) -> Optional['outputs.ServiceAuthConfigurationResponse']:
return pulumi.get(self, "service_auth_configuration") | [
"def",
"service_auth_configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ServiceAuthConfigurationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"service_auth_configuration\"",
")"
] | Global authorization keys for all user services deployed in cluster. | [
"Global",
"authorization",
"keys",
"for",
"all",
"user",
"services",
"deployed",
"in",
"cluster",
"."
] | [
"\"\"\"\n Global authorization keys for all user services deployed in cluster. These are used if the service does not have auth keys.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
478fa7772fce6e1236fb5585094529eadd486658 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningcompute/v20170801preview/list_operationalization_cluster_keys.py | [
"Apache-2.0"
] | Python | ssl_configuration | Optional['outputs.SslConfigurationResponse'] | def ssl_configuration(self) -> Optional['outputs.SslConfigurationResponse']:
"""
The SSL configuration for the services.
"""
return pulumi.get(self, "ssl_configuration") |
The SSL configuration for the services.
| The SSL configuration for the services. | [
"The",
"SSL",
"configuration",
"for",
"the",
"services",
"."
] | def ssl_configuration(self) -> Optional['outputs.SslConfigurationResponse']:
return pulumi.get(self, "ssl_configuration") | [
"def",
"ssl_configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SslConfigurationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ssl_configuration\"",
")"
] | The SSL configuration for the services. | [
"The",
"SSL",
"configuration",
"for",
"the",
"services",
"."
] | [
"\"\"\"\n The SSL configuration for the services.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
478fa7772fce6e1236fb5585094529eadd486658 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningcompute/v20170801preview/list_operationalization_cluster_keys.py | [
"Apache-2.0"
] | Python | storage_account | Optional['outputs.StorageAccountCredentialsResponseResult'] | def storage_account(self) -> Optional['outputs.StorageAccountCredentialsResponseResult']:
"""
Credentials for the Storage Account.
"""
return pulumi.get(self, "storage_account") |
Credentials for the Storage Account.
| Credentials for the Storage Account. | [
"Credentials",
"for",
"the",
"Storage",
"Account",
"."
] | def storage_account(self) -> Optional['outputs.StorageAccountCredentialsResponseResult']:
return pulumi.get(self, "storage_account") | [
"def",
"storage_account",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.StorageAccountCredentialsResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_account\"",
")"
] | Credentials for the Storage Account. | [
"Credentials",
"for",
"the",
"Storage",
"Account",
"."
] | [
"\"\"\"\n Credentials for the Storage Account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
478fa7772fce6e1236fb5585094529eadd486658 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearningcompute/v20170801preview/list_operationalization_cluster_keys.py | [
"Apache-2.0"
] | Python | list_operationalization_cluster_keys | AwaitableListOperationalizationClusterKeysResult | def list_operationalization_cluster_keys(cluster_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListOperationalizationClusterKeysResult:
"""
Credenti... |
Credentials to resources in the cluster.
:param str cluster_name: The name of the cluster.
:param str resource_group_name: Name of the resource group in which the cluster is located.
| Credentials to resources in the cluster. | [
"Credentials",
"to",
"resources",
"in",
"the",
"cluster",
"."
] | def list_operationalization_cluster_keys(cluster_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListOperationalizationClusterKeysResult:
__args__ = dict(... | [
"def",
"list_operationalization_cluster_keys",
"(",
"cluster_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]"... | Credentials to resources in the cluster. | [
"Credentials",
"to",
"resources",
"in",
"the",
"cluster",
"."
] | [
"\"\"\"\n Credentials to resources in the cluster.\n\n\n :param str cluster_name: The name of the cluster.\n :param str resource_group_name: Name of the resource group in which the cluster is located.\n \"\"\""
] | [
{
"param": "cluster_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "cluster_name",
"type": "Optional[str]",
"docstring": "The name of the cluster.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"cluster",
"."
],
"default": null,
... |
8cb6f395d1d7da7d78a173c783316b212196a719 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/link.py | [
"Apache-2.0"
] | Python | source_interaction_type | pulumi.Output[str] | def source_interaction_type(self) -> pulumi.Output[str]:
"""
Name of the source Interaction Type.
"""
return pulumi.get(self, "source_interaction_type") |
Name of the source Interaction Type.
| Name of the source Interaction Type. | [
"Name",
"of",
"the",
"source",
"Interaction",
"Type",
"."
] | def source_interaction_type(self) -> pulumi.Output[str]:
return pulumi.get(self, "source_interaction_type") | [
"def",
"source_interaction_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_interaction_type\"",
")"
] | Name of the source Interaction Type. | [
"Name",
"of",
"the",
"source",
"Interaction",
"Type",
"."
] | [
"\"\"\"\n Name of the source Interaction 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": []
} |
8cb6f395d1d7da7d78a173c783316b212196a719 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/link.py | [
"Apache-2.0"
] | Python | target_profile_type | pulumi.Output[str] | def target_profile_type(self) -> pulumi.Output[str]:
"""
Name of the target Profile Type.
"""
return pulumi.get(self, "target_profile_type") |
Name of the target Profile Type.
| Name of the target Profile Type. | [
"Name",
"of",
"the",
"target",
"Profile",
"Type",
"."
] | def target_profile_type(self) -> pulumi.Output[str]:
return pulumi.get(self, "target_profile_type") | [
"def",
"target_profile_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_profile_type\"",
")"
] | Name of the target Profile Type. | [
"Name",
"of",
"the",
"target",
"Profile",
"Type",
"."
] | [
"\"\"\"\n Name of the target Profile 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": []
} |
8cbd9dd563027f523536beaa8af6b16bdc20c0c9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/domainregistration/v20190801/list_top_level_domain_agreements.py | [
"Apache-2.0"
] | Python | list_top_level_domain_agreements | AwaitableListTopLevelDomainAgreementsResult | def list_top_level_domain_agreements(for_transfer: Optional[bool] = None,
include_privacy: Optional[bool] = None,
name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListTopLev... |
Collection of top-level domain legal agreements.
:param bool for_transfer: If <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>.
:param bool include_privacy: If <code>true</code>, then the list of agreements will include agre... | Collection of top-level domain legal agreements. | [
"Collection",
"of",
"top",
"-",
"level",
"domain",
"legal",
"agreements",
"."
] | def list_top_level_domain_agreements(for_transfer: Optional[bool] = None,
include_privacy: Optional[bool] = None,
name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListTopLev... | [
"def",
"list_top_level_domain_agreements",
"(",
"for_transfer",
":",
"Optional",
"[",
"bool",
"]",
"=",
"None",
",",
"include_privacy",
":",
"Optional",
"[",
"bool",
"]",
"=",
"None",
",",
"name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",... | Collection of top-level domain legal agreements. | [
"Collection",
"of",
"top",
"-",
"level",
"domain",
"legal",
"agreements",
"."
] | [
"\"\"\"\n Collection of top-level domain legal agreements.\n\n\n :param bool for_transfer: If <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>.\n :param bool include_privacy: If <code>true</code>, then the list of agreements w... | [
{
"param": "for_transfer",
"type": "Optional[bool]"
},
{
"param": "include_privacy",
"type": "Optional[bool]"
},
{
"param": "name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "for_transfer",
"type": "Optional[bool]",
"docstring": "If true, then the list of agreements will include agreements for domain transfer as well; otherwise, false.",
"docstring_tokens": [
"If",
"true",
"... |
8ccf461835b11843705d656766ffb67a98ea6d3d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/p2s_vpn_gateway.py | [
"Apache-2.0"
] | Python | custom_dns_servers | pulumi.Output[Optional[Sequence[str]]] | def custom_dns_servers(self) -> pulumi.Output[Optional[Sequence[str]]]:
"""
List of all customer specified DNS servers IP addresses.
"""
return pulumi.get(self, "custom_dns_servers") |
List of all customer specified DNS servers IP addresses.
| List of all customer specified DNS servers IP addresses. | [
"List",
"of",
"all",
"customer",
"specified",
"DNS",
"servers",
"IP",
"addresses",
"."
] | def custom_dns_servers(self) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "custom_dns_servers") | [
"def",
"custom_dns_servers",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_dns_servers\"",
")"
] | List of all customer specified DNS servers IP addresses. | [
"List",
"of",
"all",
"customer",
"specified",
"DNS",
"servers",
"IP",
"addresses",
"."
] | [
"\"\"\"\n List of all customer specified DNS servers IP 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": []
} |
8cecfa305bf03a89fd5371e2d7ede37305d1098b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20200301preview/list_cluster_streaming_jobs.py | [
"Apache-2.0"
] | Python | value | Sequence['outputs.ClusterJobResponseResult'] | def value(self) -> Sequence['outputs.ClusterJobResponseResult']:
"""
A list of streaming jobs.
"""
return pulumi.get(self, "value") |
A list of streaming jobs.
| A list of streaming jobs. | [
"A",
"list",
"of",
"streaming",
"jobs",
"."
] | def value(self) -> Sequence['outputs.ClusterJobResponseResult']:
return pulumi.get(self, "value") | [
"def",
"value",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.ClusterJobResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"value\"",
")"
] | A list of streaming jobs. | [
"A",
"list",
"of",
"streaming",
"jobs",
"."
] | [
"\"\"\"\n A list of streaming jobs.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8cecfa305bf03a89fd5371e2d7ede37305d1098b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/streamanalytics/v20200301preview/list_cluster_streaming_jobs.py | [
"Apache-2.0"
] | Python | list_cluster_streaming_jobs | AwaitableListClusterStreamingJobsResult | def list_cluster_streaming_jobs(cluster_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListClusterStreamingJobsResult:
"""
A list of streaming jobs. Populated by a Lis... |
A list of streaming jobs. Populated by a List operation.
:param str cluster_name: The name of the cluster.
:param str resource_group_name: The name of the resource group. The name is case insensitive.
| A list of streaming jobs. Populated by a List operation. | [
"A",
"list",
"of",
"streaming",
"jobs",
".",
"Populated",
"by",
"a",
"List",
"operation",
"."
] | def list_cluster_streaming_jobs(cluster_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListClusterStreamingJobsResult:
__args__ = dict()
__args__['clusterName'] = clus... | [
"def",
"list_cluster_streaming_jobs",
"(",
"cluster_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
... | A list of streaming jobs. | [
"A",
"list",
"of",
"streaming",
"jobs",
"."
] | [
"\"\"\"\n A list of streaming jobs. Populated by a List operation.\n\n\n :param str cluster_name: The name of the cluster.\n :param str resource_group_name: The name of the resource group. The name is case insensitive.\n \"\"\""
] | [
{
"param": "cluster_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "cluster_name",
"type": "Optional[str]",
"docstring": "The name of the cluster.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"cluster",
"."
],
"default": null,
... |
96ce055721b72e6357490912bbed81043a984e35 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/get_cloud_connector.py | [
"Apache-2.0"
] | Python | days_trial_remaining | int | def days_trial_remaining(self) -> int:
"""
Number of days remaining of trial
"""
return pulumi.get(self, "days_trial_remaining") |
Number of days remaining of trial
| Number of days remaining of trial | [
"Number",
"of",
"days",
"remaining",
"of",
"trial"
] | def days_trial_remaining(self) -> int:
return pulumi.get(self, "days_trial_remaining") | [
"def",
"days_trial_remaining",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"days_trial_remaining\"",
")"
] | Number of days remaining of trial | [
"Number",
"of",
"days",
"remaining",
"of",
"trial"
] | [
"\"\"\"\n Number of days remaining of trial\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
96ce055721b72e6357490912bbed81043a984e35 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/get_cloud_connector.py | [
"Apache-2.0"
] | Python | provider_billing_account_display_name | str | def provider_billing_account_display_name(self) -> str:
"""
The display name of the providerBillingAccountId as defined on the external provider
"""
return pulumi.get(self, "provider_billing_account_display_name") |
The display name of the providerBillingAccountId as defined on the external provider
| The display name of the providerBillingAccountId as defined on the external provider | [
"The",
"display",
"name",
"of",
"the",
"providerBillingAccountId",
"as",
"defined",
"on",
"the",
"external",
"provider"
] | def provider_billing_account_display_name(self) -> str:
return pulumi.get(self, "provider_billing_account_display_name") | [
"def",
"provider_billing_account_display_name",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"provider_billing_account_display_name\"",
")"
] | The display name of the providerBillingAccountId as defined on the external provider | [
"The",
"display",
"name",
"of",
"the",
"providerBillingAccountId",
"as",
"defined",
"on",
"the",
"external",
"provider"
] | [
"\"\"\"\n The display name of the providerBillingAccountId as defined on the external 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": []
} |
96de8c43886f54253723bc5a3ab6fdee81beb1e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20180330preview/streaming_locator.py | [
"Apache-2.0"
] | Python | content_keys | pulumi.Output[Optional[Sequence['outputs.StreamingLocatorUserDefinedContentKeyResponse']]] | def content_keys(self) -> pulumi.Output[Optional[Sequence['outputs.StreamingLocatorUserDefinedContentKeyResponse']]]:
"""
ContentKeys used by this Streaming Locator
"""
return pulumi.get(self, "content_keys") |
ContentKeys used by this Streaming Locator
| ContentKeys used by this Streaming Locator | [
"ContentKeys",
"used",
"by",
"this",
"Streaming",
"Locator"
] | def content_keys(self) -> pulumi.Output[Optional[Sequence['outputs.StreamingLocatorUserDefinedContentKeyResponse']]]:
return pulumi.get(self, "content_keys") | [
"def",
"content_keys",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.StreamingLocatorUserDefinedContentKeyResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"content_keys\"",
")... | ContentKeys used by this Streaming Locator | [
"ContentKeys",
"used",
"by",
"this",
"Streaming",
"Locator"
] | [
"\"\"\"\n ContentKeys used by this Streaming Locator\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ecd18d657c56b1ca0da56abdf9f1e0360f12843f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20191101/get_bastion_host.py | [
"Apache-2.0"
] | Python | ip_configurations | Optional[Sequence['outputs.BastionHostIPConfigurationResponse']] | def ip_configurations(self) -> Optional[Sequence['outputs.BastionHostIPConfigurationResponse']]:
"""
IP configuration of the Bastion Host resource.
"""
return pulumi.get(self, "ip_configurations") |
IP configuration of the Bastion Host resource.
| IP configuration of the Bastion Host resource. | [
"IP",
"configuration",
"of",
"the",
"Bastion",
"Host",
"resource",
"."
] | def ip_configurations(self) -> Optional[Sequence['outputs.BastionHostIPConfigurationResponse']]:
return pulumi.get(self, "ip_configurations") | [
"def",
"ip_configurations",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.BastionHostIPConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ip_configurations\"",
")"
] | IP configuration of the Bastion Host resource. | [
"IP",
"configuration",
"of",
"the",
"Bastion",
"Host",
"resource",
"."
] | [
"\"\"\"\n IP configuration of the Bastion Host 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": []
} |
49a12ebcfc41a50ac2c1b267ef1cf0cd5adc19f8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200601/get_virtual_wan.py | [
"Apache-2.0"
] | Python | office365_local_breakout_category | str | def office365_local_breakout_category(self) -> str:
"""
The office local breakout category.
"""
return pulumi.get(self, "office365_local_breakout_category") |
The office local breakout category.
| The office local breakout category. | [
"The",
"office",
"local",
"breakout",
"category",
"."
] | def office365_local_breakout_category(self) -> str:
return pulumi.get(self, "office365_local_breakout_category") | [
"def",
"office365_local_breakout_category",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"office365_local_breakout_category\"",
")"
] | The office local breakout category. | [
"The",
"office",
"local",
"breakout",
"category",
"."
] | [
"\"\"\"\n The office local breakout category.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
79d3f2f7f536b66d39484f8c368cc8a659df49c8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/policyinsights/latest/list_remediation_deployments_at_management_group.py | [
"Apache-2.0"
] | Python | list_remediation_deployments_at_management_group | AwaitableListRemediationDeploymentsAtManagementGroupResult | def list_remediation_deployments_at_management_group(management_group_id: Optional[str] = None,
management_groups_namespace: Optional[str] = None,
remediation_name: Optional[str] = None,
... |
List of deployments for a remediation.
Latest API Version: 2019-07-01.
:param str management_group_id: Management group ID.
:param str management_groups_namespace: The namespace for Microsoft Management RP; only "Microsoft.Management" is allowed.
:param str remediation_name: The name of the remed... | List of deployments for a remediation. | [
"List",
"of",
"deployments",
"for",
"a",
"remediation",
"."
] | def list_remediation_deployments_at_management_group(management_group_id: Optional[str] = None,
management_groups_namespace: Optional[str] = None,
remediation_name: Optional[str] = None,
... | [
"def",
"list_remediation_deployments_at_management_group",
"(",
"management_group_id",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"management_groups_namespace",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"remediation_name",
":",
"Optional",
"[",
"s... | List of deployments for a remediation. | [
"List",
"of",
"deployments",
"for",
"a",
"remediation",
"."
] | [
"\"\"\"\n List of deployments for a remediation.\n Latest API Version: 2019-07-01.\n\n\n :param str management_group_id: Management group ID.\n :param str management_groups_namespace: The namespace for Microsoft Management RP; only \"Microsoft.Management\" is allowed.\n :param str remediation_name: T... | [
{
"param": "management_group_id",
"type": "Optional[str]"
},
{
"param": "management_groups_namespace",
"type": "Optional[str]"
},
{
"param": "remediation_name",
"type": "Optional[str]"
},
{
"param": "top",
"type": "Optional[int]"
},
{
"param": "opts",
"type": ... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "management_group_id",
"type": "Optional[str]",
"docstring": "Management group ID.",
"docstring_tokens": [
"Management",
"group",
"ID",
"."
],
"default": null,
"is_optional": fa... |
79e0deecfb032fce77a15f42853a0bbe99623112 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20191201preview/list_registry_credentials.py | [
"Apache-2.0"
] | Python | list_registry_credentials | AwaitableListRegistryCredentialsResult | def list_registry_credentials(registry_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListRegistryCredentialsResult:
"""
The response from the ListCredentials operation.
... |
The response from the ListCredentials operation.
:param str registry_name: The name of the container registry.
:param str resource_group_name: The name of the resource group to which the container registry belongs.
| The response from the ListCredentials operation. | [
"The",
"response",
"from",
"the",
"ListCredentials",
"operation",
"."
] | def list_registry_credentials(registry_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListRegistryCredentialsResult:
__args__ = dict()
__args__['registryName'] = registry_... | [
"def",
"list_registry_credentials",
"(",
"registry_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
... | The response from the ListCredentials operation. | [
"The",
"response",
"from",
"the",
"ListCredentials",
"operation",
"."
] | [
"\"\"\"\n The response from the ListCredentials operation.\n\n\n :param str registry_name: The name of the container registry.\n :param str resource_group_name: The name of the resource group to which the container registry belongs.\n \"\"\""
] | [
{
"param": "registry_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "registry_name",
"type": "Optional[str]",
"docstring": "The name of the container registry.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"container",
"registry",
".... |
79f32180d97ecaa38d4ec287efce0a5ce4ff9c93 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20190601/action_group.py | [
"Apache-2.0"
] | Python | arm_role_receivers | pulumi.Output[Optional[Sequence['outputs.ArmRoleReceiverResponse']]] | def arm_role_receivers(self) -> pulumi.Output[Optional[Sequence['outputs.ArmRoleReceiverResponse']]]:
"""
The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported.
"""
return pulumi.get(self, "arm_role_receivers") |
The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported.
| The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported. | [
"The",
"list",
"of",
"ARM",
"role",
"receivers",
"that",
"are",
"part",
"of",
"this",
"action",
"group",
".",
"Roles",
"are",
"Azure",
"RBAC",
"roles",
"and",
"only",
"built",
"-",
"in",
"roles",
"are",
"supported",
"."
] | def arm_role_receivers(self) -> pulumi.Output[Optional[Sequence['outputs.ArmRoleReceiverResponse']]]:
return pulumi.get(self, "arm_role_receivers") | [
"def",
"arm_role_receivers",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ArmRoleReceiverResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"arm_role_receivers\"",
")"
] | The list of ARM role receivers that are part of this action group. | [
"The",
"list",
"of",
"ARM",
"role",
"receivers",
"that",
"are",
"part",
"of",
"this",
"action",
"group",
"."
] | [
"\"\"\"\n The list of ARM role receivers that are part of this action group. Roles are Azure RBAC roles and only built-in roles are supported.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae16d9739fcf3d1b86b4eabc3880c263ff63ee54 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/web_app_auth_settings_slot.py | [
"Apache-2.0"
] | Python | aad_claims_authorization | pulumi.Output[Optional[str]] | def aad_claims_authorization(self) -> pulumi.Output[Optional[str]]:
"""
Gets a JSON string containing the Azure AD Acl settings.
"""
return pulumi.get(self, "aad_claims_authorization") |
Gets a JSON string containing the Azure AD Acl settings.
| Gets a JSON string containing the Azure AD Acl settings. | [
"Gets",
"a",
"JSON",
"string",
"containing",
"the",
"Azure",
"AD",
"Acl",
"settings",
"."
] | def aad_claims_authorization(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "aad_claims_authorization") | [
"def",
"aad_claims_authorization",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"aad_claims_authorization\"",
")"
] | Gets a JSON string containing the Azure AD Acl settings. | [
"Gets",
"a",
"JSON",
"string",
"containing",
"the",
"Azure",
"AD",
"Acl",
"settings",
"."
] | [
"\"\"\"\n Gets a JSON string containing the Azure AD Acl settings.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae16d9739fcf3d1b86b4eabc3880c263ff63ee54 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/web_app_auth_settings_slot.py | [
"Apache-2.0"
] | Python | auth_file_path | pulumi.Output[Optional[str]] | def auth_file_path(self) -> pulumi.Output[Optional[str]]:
"""
The path of the config file containing auth settings.
If the path is relative, base will the site's root directory.
"""
return pulumi.get(self, "auth_file_path") |
The path of the config file containing auth settings.
If the path is relative, base will the site's root directory.
| The path of the config file containing auth settings.
If the path is relative, base will the site's root directory. | [
"The",
"path",
"of",
"the",
"config",
"file",
"containing",
"auth",
"settings",
".",
"If",
"the",
"path",
"is",
"relative",
"base",
"will",
"the",
"site",
"'",
"s",
"root",
"directory",
"."
] | def auth_file_path(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "auth_file_path") | [
"def",
"auth_file_path",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"auth_file_path\"",
")"
] | The path of the config file containing auth settings. | [
"The",
"path",
"of",
"the",
"config",
"file",
"containing",
"auth",
"settings",
"."
] | [
"\"\"\"\n The path of the config file containing auth settings.\n If the path is relative, base will the site's root 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": []
} |
ae16d9739fcf3d1b86b4eabc3880c263ff63ee54 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/web_app_auth_settings_slot.py | [
"Apache-2.0"
] | Python | client_secret_setting_name | pulumi.Output[Optional[str]] | def client_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
"""
The app setting name that contains the client secret of the relying party application.
"""
return pulumi.get(self, "client_secret_setting_name") |
The app setting name that contains the client secret of the relying party application.
| The app setting name that contains the client secret of the relying party application. | [
"The",
"app",
"setting",
"name",
"that",
"contains",
"the",
"client",
"secret",
"of",
"the",
"relying",
"party",
"application",
"."
] | def client_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "client_secret_setting_name") | [
"def",
"client_secret_setting_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"client_secret_setting_name\"",
")"
] | The app setting name that contains the client secret of the relying party application. | [
"The",
"app",
"setting",
"name",
"that",
"contains",
"the",
"client",
"secret",
"of",
"the",
"relying",
"party",
"application",
"."
] | [
"\"\"\"\n The app setting name that contains the client secret of the relying party application.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae16d9739fcf3d1b86b4eabc3880c263ff63ee54 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/web_app_auth_settings_slot.py | [
"Apache-2.0"
] | Python | facebook_app_secret_setting_name | pulumi.Output[Optional[str]] | def facebook_app_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
"""
The app setting name that contains the app secret used for Facebook Login.
"""
return pulumi.get(self, "facebook_app_secret_setting_name") |
The app setting name that contains the app secret used for Facebook Login.
| The app setting name that contains the app secret used for Facebook Login. | [
"The",
"app",
"setting",
"name",
"that",
"contains",
"the",
"app",
"secret",
"used",
"for",
"Facebook",
"Login",
"."
] | def facebook_app_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "facebook_app_secret_setting_name") | [
"def",
"facebook_app_secret_setting_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"facebook_app_secret_setting_name\"",
")"
] | The app setting name that contains the app secret used for Facebook Login. | [
"The",
"app",
"setting",
"name",
"that",
"contains",
"the",
"app",
"secret",
"used",
"for",
"Facebook",
"Login",
"."
] | [
"\"\"\"\n The app setting name that contains the app secret used for Facebook Login.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae16d9739fcf3d1b86b4eabc3880c263ff63ee54 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/web_app_auth_settings_slot.py | [
"Apache-2.0"
] | Python | git_hub_client_id | pulumi.Output[Optional[str]] | def git_hub_client_id(self) -> pulumi.Output[Optional[str]]:
"""
The Client Id of the GitHub app used for login.
This setting is required for enabling Github login
"""
return pulumi.get(self, "git_hub_client_id") |
The Client Id of the GitHub app used for login.
This setting is required for enabling Github login
| The Client Id of the GitHub app used for login.
This setting is required for enabling Github login | [
"The",
"Client",
"Id",
"of",
"the",
"GitHub",
"app",
"used",
"for",
"login",
".",
"This",
"setting",
"is",
"required",
"for",
"enabling",
"Github",
"login"
] | def git_hub_client_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "git_hub_client_id") | [
"def",
"git_hub_client_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"git_hub_client_id\"",
")"
] | The Client Id of the GitHub app used for login. | [
"The",
"Client",
"Id",
"of",
"the",
"GitHub",
"app",
"used",
"for",
"login",
"."
] | [
"\"\"\"\n The Client Id of the GitHub app used for login.\n This setting is required for enabling Github login\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae16d9739fcf3d1b86b4eabc3880c263ff63ee54 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/web_app_auth_settings_slot.py | [
"Apache-2.0"
] | Python | git_hub_client_secret | pulumi.Output[Optional[str]] | def git_hub_client_secret(self) -> pulumi.Output[Optional[str]]:
"""
The Client Secret of the GitHub app used for Github Login.
This setting is required for enabling Github login.
"""
return pulumi.get(self, "git_hub_client_secret") |
The Client Secret of the GitHub app used for Github Login.
This setting is required for enabling Github login.
| The Client Secret of the GitHub app used for Github Login.
This setting is required for enabling Github login. | [
"The",
"Client",
"Secret",
"of",
"the",
"GitHub",
"app",
"used",
"for",
"Github",
"Login",
".",
"This",
"setting",
"is",
"required",
"for",
"enabling",
"Github",
"login",
"."
] | def git_hub_client_secret(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "git_hub_client_secret") | [
"def",
"git_hub_client_secret",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"git_hub_client_secret\"",
")"
] | The Client Secret of the GitHub app used for Github Login. | [
"The",
"Client",
"Secret",
"of",
"the",
"GitHub",
"app",
"used",
"for",
"Github",
"Login",
"."
] | [
"\"\"\"\n The Client Secret of the GitHub app used for Github Login.\n This setting is required for enabling Github login.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae16d9739fcf3d1b86b4eabc3880c263ff63ee54 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/web_app_auth_settings_slot.py | [
"Apache-2.0"
] | Python | git_hub_client_secret_setting_name | pulumi.Output[Optional[str]] | def git_hub_client_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
"""
The app setting name that contains the client secret of the Github
app used for GitHub Login.
"""
return pulumi.get(self, "git_hub_client_secret_setting_name") |
The app setting name that contains the client secret of the Github
app used for GitHub Login.
| The app setting name that contains the client secret of the Github
app used for GitHub Login. | [
"The",
"app",
"setting",
"name",
"that",
"contains",
"the",
"client",
"secret",
"of",
"the",
"Github",
"app",
"used",
"for",
"GitHub",
"Login",
"."
] | def git_hub_client_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "git_hub_client_secret_setting_name") | [
"def",
"git_hub_client_secret_setting_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"git_hub_client_secret_setting_name\"",
")"
] | The app setting name that contains the client secret of the Github
app used for GitHub Login. | [
"The",
"app",
"setting",
"name",
"that",
"contains",
"the",
"client",
"secret",
"of",
"the",
"Github",
"app",
"used",
"for",
"GitHub",
"Login",
"."
] | [
"\"\"\"\n The app setting name that contains the client secret of the Github\n app used for GitHub Login.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae16d9739fcf3d1b86b4eabc3880c263ff63ee54 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/web_app_auth_settings_slot.py | [
"Apache-2.0"
] | Python | git_hub_o_auth_scopes | pulumi.Output[Optional[Sequence[str]]] | def git_hub_o_auth_scopes(self) -> pulumi.Output[Optional[Sequence[str]]]:
"""
The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.
This setting is optional
"""
return pulumi.get(self, "git_hub_o_auth_scopes") |
The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.
This setting is optional
| The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.
This setting is optional | [
"The",
"OAuth",
"2",
".",
"0",
"scopes",
"that",
"will",
"be",
"requested",
"as",
"part",
"of",
"GitHub",
"Login",
"authentication",
".",
"This",
"setting",
"is",
"optional"
] | def git_hub_o_auth_scopes(self) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "git_hub_o_auth_scopes") | [
"def",
"git_hub_o_auth_scopes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"git_hub_o_auth_scopes\"",
")"
] | The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication. | [
"The",
"OAuth",
"2",
".",
"0",
"scopes",
"that",
"will",
"be",
"requested",
"as",
"part",
"of",
"GitHub",
"Login",
"authentication",
"."
] | [
"\"\"\"\n The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.\n This setting is optional\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae16d9739fcf3d1b86b4eabc3880c263ff63ee54 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/web_app_auth_settings_slot.py | [
"Apache-2.0"
] | Python | google_client_secret_setting_name | pulumi.Output[Optional[str]] | def google_client_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
"""
The app setting name that contains the client secret associated with
the Google web application.
"""
return pulumi.get(self, "google_client_secret_setting_name") |
The app setting name that contains the client secret associated with
the Google web application.
| The app setting name that contains the client secret associated with
the Google web application. | [
"The",
"app",
"setting",
"name",
"that",
"contains",
"the",
"client",
"secret",
"associated",
"with",
"the",
"Google",
"web",
"application",
"."
] | def google_client_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "google_client_secret_setting_name") | [
"def",
"google_client_secret_setting_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"google_client_secret_setting_name\"",
")"
] | The app setting name that contains the client secret associated with
the Google web application. | [
"The",
"app",
"setting",
"name",
"that",
"contains",
"the",
"client",
"secret",
"associated",
"with",
"the",
"Google",
"web",
"application",
"."
] | [
"\"\"\"\n The app setting name that contains the client secret associated with \n the Google web application.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae16d9739fcf3d1b86b4eabc3880c263ff63ee54 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/web_app_auth_settings_slot.py | [
"Apache-2.0"
] | Python | is_auth_from_file | pulumi.Output[Optional[str]] | def is_auth_from_file(self) -> pulumi.Output[Optional[str]]:
"""
"true" if the auth config settings should be read from a file,
"false" otherwise
"""
return pulumi.get(self, "is_auth_from_file") |
"true" if the auth config settings should be read from a file,
"false" otherwise
| "true" if the auth config settings should be read from a file,
"false" otherwise | [
"\"",
"true",
"\"",
"if",
"the",
"auth",
"config",
"settings",
"should",
"be",
"read",
"from",
"a",
"file",
"\"",
"false",
"\"",
"otherwise"
] | def is_auth_from_file(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "is_auth_from_file") | [
"def",
"is_auth_from_file",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_auth_from_file\"",
")"
] | "true" if the auth config settings should be read from a file,
"false" otherwise | [
"\"",
"true",
"\"",
"if",
"the",
"auth",
"config",
"settings",
"should",
"be",
"read",
"from",
"a",
"file",
"\"",
"false",
"\"",
"otherwise"
] | [
"\"\"\"\n \"true\" if the auth config settings should be read from a file,\n \"false\" otherwise\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae16d9739fcf3d1b86b4eabc3880c263ff63ee54 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/web_app_auth_settings_slot.py | [
"Apache-2.0"
] | Python | microsoft_account_client_secret_setting_name | pulumi.Output[Optional[str]] | def microsoft_account_client_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
"""
The app setting name containing the OAuth 2.0 client secret that was created for the
app used for authentication.
"""
return pulumi.get(self, "microsoft_account_client_secret_setting_name"... |
The app setting name containing the OAuth 2.0 client secret that was created for the
app used for authentication.
| The app setting name containing the OAuth 2.0 client secret that was created for the
app used for authentication. | [
"The",
"app",
"setting",
"name",
"containing",
"the",
"OAuth",
"2",
".",
"0",
"client",
"secret",
"that",
"was",
"created",
"for",
"the",
"app",
"used",
"for",
"authentication",
"."
] | def microsoft_account_client_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "microsoft_account_client_secret_setting_name") | [
"def",
"microsoft_account_client_secret_setting_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"microsoft_account_client_secret_setting_name\"",
")"
] | The app setting name containing the OAuth 2.0 client secret that was created for the
app used for authentication. | [
"The",
"app",
"setting",
"name",
"containing",
"the",
"OAuth",
"2",
".",
"0",
"client",
"secret",
"that",
"was",
"created",
"for",
"the",
"app",
"used",
"for",
"authentication",
"."
] | [
"\"\"\"\n The app setting name containing the OAuth 2.0 client secret that was created for the\n app used for authentication.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae16d9739fcf3d1b86b4eabc3880c263ff63ee54 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/web_app_auth_settings_slot.py | [
"Apache-2.0"
] | Python | twitter_consumer_secret_setting_name | pulumi.Output[Optional[str]] | def twitter_consumer_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
"""
The app setting name that contains the OAuth 1.0a consumer secret of the Twitter
application used for sign-in.
"""
return pulumi.get(self, "twitter_consumer_secret_setting_name") |
The app setting name that contains the OAuth 1.0a consumer secret of the Twitter
application used for sign-in.
| The app setting name that contains the OAuth 1.0a consumer secret of the Twitter
application used for sign-in. | [
"The",
"app",
"setting",
"name",
"that",
"contains",
"the",
"OAuth",
"1",
".",
"0a",
"consumer",
"secret",
"of",
"the",
"Twitter",
"application",
"used",
"for",
"sign",
"-",
"in",
"."
] | def twitter_consumer_secret_setting_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "twitter_consumer_secret_setting_name") | [
"def",
"twitter_consumer_secret_setting_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"twitter_consumer_secret_setting_name\"",
")"
] | The app setting name that contains the OAuth 1.0a consumer secret of the Twitter
application used for sign-in. | [
"The",
"app",
"setting",
"name",
"that",
"contains",
"the",
"OAuth",
"1",
".",
"0a",
"consumer",
"secret",
"of",
"the",
"Twitter",
"application",
"used",
"for",
"sign",
"-",
"in",
"."
] | [
"\"\"\"\n The app setting name that contains the OAuth 1.0a consumer secret of the Twitter\n application used for sign-in.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae1b55abd58ce4421ad261a9746591505e125d16 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20190101/api_schema.py | [
"Apache-2.0"
] | Python | document | pulumi.Output[Optional[Any]] | def document(self) -> pulumi.Output[Optional[Any]]:
"""
Properties of the Schema Document.
"""
return pulumi.get(self, "document") |
Properties of the Schema Document.
| Properties of the Schema Document. | [
"Properties",
"of",
"the",
"Schema",
"Document",
"."
] | def document(self) -> pulumi.Output[Optional[Any]]:
return pulumi.get(self, "document") | [
"def",
"document",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Any",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"document\"",
")"
] | Properties of the Schema Document. | [
"Properties",
"of",
"the",
"Schema",
"Document",
"."
] | [
"\"\"\"\n Properties of the Schema Document.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae310d1b5eac4fe9a02bedbe042ff71298e883cd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/get_policy_exemption.py | [
"Apache-2.0"
] | Python | exemption_category | str | def exemption_category(self) -> str:
"""
The policy exemption category. Possible values are Waiver and Mitigated.
"""
return pulumi.get(self, "exemption_category") |
The policy exemption category. Possible values are Waiver and Mitigated.
| The policy exemption category. Possible values are Waiver and Mitigated. | [
"The",
"policy",
"exemption",
"category",
".",
"Possible",
"values",
"are",
"Waiver",
"and",
"Mitigated",
"."
] | def exemption_category(self) -> str:
return pulumi.get(self, "exemption_category") | [
"def",
"exemption_category",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"exemption_category\"",
")"
] | The policy exemption category. | [
"The",
"policy",
"exemption",
"category",
"."
] | [
"\"\"\"\n The policy exemption category. Possible values are Waiver and Mitigated.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae310d1b5eac4fe9a02bedbe042ff71298e883cd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/get_policy_exemption.py | [
"Apache-2.0"
] | Python | policy_definition_reference_ids | Optional[Sequence[str]] | def policy_definition_reference_ids(self) -> Optional[Sequence[str]]:
"""
The policy definition reference ID list when the associated policy assignment is an assignment of a policy set definition.
"""
return pulumi.get(self, "policy_definition_reference_ids") |
The policy definition reference ID list when the associated policy assignment is an assignment of a policy set definition.
| The policy definition reference ID list when the associated policy assignment is an assignment of a policy set definition. | [
"The",
"policy",
"definition",
"reference",
"ID",
"list",
"when",
"the",
"associated",
"policy",
"assignment",
"is",
"an",
"assignment",
"of",
"a",
"policy",
"set",
"definition",
"."
] | def policy_definition_reference_ids(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "policy_definition_reference_ids") | [
"def",
"policy_definition_reference_ids",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"policy_definition_reference_ids\"",
")"
] | The policy definition reference ID list when the associated policy assignment is an assignment of a policy set definition. | [
"The",
"policy",
"definition",
"reference",
"ID",
"list",
"when",
"the",
"associated",
"policy",
"assignment",
"is",
"an",
"assignment",
"of",
"a",
"policy",
"set",
"definition",
"."
] | [
"\"\"\"\n The policy definition reference ID list when the associated policy assignment is an assignment of a policy set definition.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae34063ee0242bb6a89c857d39c6c7d7bf639bf0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/offazure/v20200707/site.py | [
"Apache-2.0"
] | Python | properties | pulumi.Output['outputs.SitePropertiesResponse'] | def properties(self) -> pulumi.Output['outputs.SitePropertiesResponse']:
"""
Nested properties of VMWare site.
"""
return pulumi.get(self, "properties") |
Nested properties of VMWare site.
| Nested properties of VMWare site. | [
"Nested",
"properties",
"of",
"VMWare",
"site",
"."
] | def properties(self) -> pulumi.Output['outputs.SitePropertiesResponse']:
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.SitePropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Nested properties of VMWare site. | [
"Nested",
"properties",
"of",
"VMWare",
"site",
"."
] | [
"\"\"\"\n Nested properties of VMWare site.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae38e848cb0a0d92d36a0e84af6020ec8de3a1e7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/_inputs.py | [
"Apache-2.0"
] | Python | mode | Optional[pulumi.Input[Union[str, 'AudioAnalysisMode']]] | def mode(self) -> Optional[pulumi.Input[Union[str, 'AudioAnalysisMode']]]:
"""
Determines the set of audio analysis operations to be performed. If unspecified, the Standard AudioAnalysisMode would be chosen.
"""
return pulumi.get(self, "mode") |
Determines the set of audio analysis operations to be performed. If unspecified, the Standard AudioAnalysisMode would be chosen.
| Determines the set of audio analysis operations to be performed. If unspecified, the Standard AudioAnalysisMode would be chosen. | [
"Determines",
"the",
"set",
"of",
"audio",
"analysis",
"operations",
"to",
"be",
"performed",
".",
"If",
"unspecified",
"the",
"Standard",
"AudioAnalysisMode",
"would",
"be",
"chosen",
"."
] | def mode(self) -> Optional[pulumi.Input[Union[str, 'AudioAnalysisMode']]]:
return pulumi.get(self, "mode") | [
"def",
"mode",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'AudioAnalysisMode'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"mode\"",
")"
] | Determines the set of audio analysis operations to be performed. | [
"Determines",
"the",
"set",
"of",
"audio",
"analysis",
"operations",
"to",
"be",
"performed",
"."
] | [
"\"\"\"\n Determines the set of audio analysis operations to be performed. If unspecified, the Standard AudioAnalysisMode would be chosen.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae38e848cb0a0d92d36a0e84af6020ec8de3a1e7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/_inputs.py | [
"Apache-2.0"
] | Python | channel_mapping | Optional[pulumi.Input[Union[str, 'ChannelMapping']]] | def channel_mapping(self) -> Optional[pulumi.Input[Union[str, 'ChannelMapping']]]:
"""
Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
"""
return pulumi.get(self, "channel_mapping") |
Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.
| Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks. | [
"Optional",
"designation",
"for",
"single",
"channel",
"audio",
"tracks",
".",
"Can",
"be",
"used",
"to",
"combine",
"the",
"tracks",
"into",
"stereo",
"or",
"multi",
"-",
"channel",
"audio",
"tracks",
"."
] | def channel_mapping(self) -> Optional[pulumi.Input[Union[str, 'ChannelMapping']]]:
return pulumi.get(self, "channel_mapping") | [
"def",
"channel_mapping",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'ChannelMapping'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"channel_mapping\"",
")"
] | Optional designation for single channel audio tracks. | [
"Optional",
"designation",
"for",
"single",
"channel",
"audio",
"tracks",
"."
] | [
"\"\"\"\n Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae38e848cb0a0d92d36a0e84af6020ec8de3a1e7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/_inputs.py | [
"Apache-2.0"
] | Python | mode | Optional[pulumi.Input[Union[str, 'FaceRedactorMode']]] | def mode(self) -> Optional[pulumi.Input[Union[str, 'FaceRedactorMode']]]:
"""
This mode provides the ability to choose between the following settings: 1) Analyze - For detection only.This mode generates a metadata JSON file marking appearances of faces throughout the video.Where possible, appearances of... |
This mode provides the ability to choose between the following settings: 1) Analyze - For detection only.This mode generates a metadata JSON file marking appearances of faces throughout the video.Where possible, appearances of the same person are assigned the same ID. 2) Combined - Additionally redacts(blurs) ... | This mode provides the ability to choose between the following settings: 1) Analyze - For detection only.This mode generates a metadata JSON file marking appearances of faces throughout the video.Where possible, appearances of the same person are assigned the same ID. 2) Combined - Additionally redacts(blurs) detected ... | [
"This",
"mode",
"provides",
"the",
"ability",
"to",
"choose",
"between",
"the",
"following",
"settings",
":",
"1",
")",
"Analyze",
"-",
"For",
"detection",
"only",
".",
"This",
"mode",
"generates",
"a",
"metadata",
"JSON",
"file",
"marking",
"appearances",
"... | def mode(self) -> Optional[pulumi.Input[Union[str, 'FaceRedactorMode']]]:
return pulumi.get(self, "mode") | [
"def",
"mode",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'FaceRedactorMode'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"mode\"",
")"
] | This mode provides the ability to choose between the following settings: 1) Analyze - For detection only.This mode generates a metadata JSON file marking appearances of faces throughout the video.Where possible, appearances of the same person are assigned the same ID. | [
"This",
"mode",
"provides",
"the",
"ability",
"to",
"choose",
"between",
"the",
"following",
"settings",
":",
"1",
")",
"Analyze",
"-",
"For",
"detection",
"only",
".",
"This",
"mode",
"generates",
"a",
"metadata",
"JSON",
"file",
"marking",
"appearances",
"... | [
"\"\"\"\n This mode provides the ability to choose between the following settings: 1) Analyze - For detection only.This mode generates a metadata JSON file marking appearances of faces throughout the video.Where possible, appearances of the same person are assigned the same ID. 2) Combined - Additionally red... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae38e848cb0a0d92d36a0e84af6020ec8de3a1e7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/_inputs.py | [
"Apache-2.0"
] | Python | included_tracks | Optional[pulumi.Input[Sequence[pulumi.Input[Union['AudioTrackDescriptorArgs', 'SelectAudioTrackByAttributeArgs', 'SelectAudioTrackByIdArgs', 'SelectVideoTrackByAttributeArgs', 'SelectVideoTrackByIdArgs', 'VideoTrackDescriptorArgs']]]]] | def included_tracks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['AudioTrackDescriptorArgs', 'SelectAudioTrackByAttributeArgs', 'SelectAudioTrackByIdArgs', 'SelectVideoTrackByAttributeArgs', 'SelectVideoTrackByIdArgs', 'VideoTrackDescriptorArgs']]]]]:
"""
The list of TrackDescriptors which... |
The list of TrackDescriptors which define the metadata and selection of tracks in the input.
| The list of TrackDescriptors which define the metadata and selection of tracks in the input. | [
"The",
"list",
"of",
"TrackDescriptors",
"which",
"define",
"the",
"metadata",
"and",
"selection",
"of",
"tracks",
"in",
"the",
"input",
"."
] | def included_tracks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['AudioTrackDescriptorArgs', 'SelectAudioTrackByAttributeArgs', 'SelectAudioTrackByIdArgs', 'SelectVideoTrackByAttributeArgs', 'SelectVideoTrackByIdArgs', 'VideoTrackDescriptorArgs']]]]]:
return pulumi.get(self, "included_tracks") | [
"def",
"included_tracks",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"'AudioTrackDescriptorArgs'",
",",
"'SelectAudioTrackByAttributeArgs'",
",",
"'SelectAudioTrackByIdArgs'",
","... | The list of TrackDescriptors which define the metadata and selection of tracks in the input. | [
"The",
"list",
"of",
"TrackDescriptors",
"which",
"define",
"the",
"metadata",
"and",
"selection",
"of",
"tracks",
"in",
"the",
"input",
"."
] | [
"\"\"\"\n The list of TrackDescriptors which define the metadata and selection of tracks in the input.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae38e848cb0a0d92d36a0e84af6020ec8de3a1e7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/_inputs.py | [
"Apache-2.0"
] | Python | layers | Optional[pulumi.Input[Sequence[pulumi.Input['H265LayerArgs']]]] | def layers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['H265LayerArgs']]]]:
"""
The collection of output H.265 layers to be produced by the encoder.
"""
return pulumi.get(self, "layers") |
The collection of output H.265 layers to be produced by the encoder.
| The collection of output H.265 layers to be produced by the encoder. | [
"The",
"collection",
"of",
"output",
"H",
".",
"265",
"layers",
"to",
"be",
"produced",
"by",
"the",
"encoder",
"."
] | def layers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['H265LayerArgs']]]]:
return pulumi.get(self, "layers") | [
"def",
"layers",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'H265LayerArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"layers\"",
")"
] | The collection of output H.265 layers to be produced by the encoder. | [
"The",
"collection",
"of",
"output",
"H",
".",
"265",
"layers",
"to",
"be",
"produced",
"by",
"the",
"encoder",
"."
] | [
"\"\"\"\n The collection of output H.265 layers to be produced by the encoder.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae38e848cb0a0d92d36a0e84af6020ec8de3a1e7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/_inputs.py | [
"Apache-2.0"
] | Python | end | Optional[pulumi.Input[Union['AbsoluteClipTimeArgs', 'UtcClipTimeArgs']]] | def end(self) -> Optional[pulumi.Input[Union['AbsoluteClipTimeArgs', 'UtcClipTimeArgs']]]:
"""
Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
"""
return pulumi.get(self, "end") |
Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
| Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media. | [
"Defines",
"a",
"point",
"on",
"the",
"timeline",
"of",
"the",
"input",
"media",
"at",
"which",
"processing",
"will",
"end",
".",
"Defaults",
"to",
"the",
"end",
"of",
"the",
"input",
"media",
"."
] | def end(self) -> Optional[pulumi.Input[Union['AbsoluteClipTimeArgs', 'UtcClipTimeArgs']]]:
return pulumi.get(self, "end") | [
"def",
"end",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"'AbsoluteClipTimeArgs'",
",",
"'UtcClipTimeArgs'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"end\"",
")"
] | Defines a point on the timeline of the input media at which processing will end. | [
"Defines",
"a",
"point",
"on",
"the",
"timeline",
"of",
"the",
"input",
"media",
"at",
"which",
"processing",
"will",
"end",
"."
] | [
"\"\"\"\n Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae38e848cb0a0d92d36a0e84af6020ec8de3a1e7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/_inputs.py | [
"Apache-2.0"
] | Python | input_definitions | Optional[pulumi.Input[Sequence[pulumi.Input[Union['FromAllInputFileArgs', 'FromEachInputFileArgs', 'InputFileArgs']]]]] | def input_definitions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['FromAllInputFileArgs', 'FromEachInputFileArgs', 'InputFileArgs']]]]]:
"""
Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
"""
return... |
Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.
| Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata. | [
"Defines",
"a",
"list",
"of",
"InputDefinitions",
".",
"For",
"each",
"InputDefinition",
"it",
"defines",
"a",
"list",
"of",
"track",
"selections",
"and",
"related",
"metadata",
"."
] | def input_definitions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['FromAllInputFileArgs', 'FromEachInputFileArgs', 'InputFileArgs']]]]]:
return pulumi.get(self, "input_definitions") | [
"def",
"input_definitions",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"'FromAllInputFileArgs'",
",",
"'FromEachInputFileArgs'",
",",
"'InputFileArgs'",
"]",
"]",
"]",
"]",
... | Defines a list of InputDefinitions. | [
"Defines",
"a",
"list",
"of",
"InputDefinitions",
"."
] | [
"\"\"\"\n Defines a list of InputDefinitions. For each InputDefinition, it defines a list of track selections and related metadata.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae38e848cb0a0d92d36a0e84af6020ec8de3a1e7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/_inputs.py | [
"Apache-2.0"
] | Python | start | Optional[pulumi.Input[Union['AbsoluteClipTimeArgs', 'UtcClipTimeArgs']]] | def start(self) -> Optional[pulumi.Input[Union['AbsoluteClipTimeArgs', 'UtcClipTimeArgs']]]:
"""
Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
"""
return pulumi.get(self, "start") |
Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.
| Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media. | [
"Defines",
"a",
"point",
"on",
"the",
"timeline",
"of",
"the",
"input",
"media",
"at",
"which",
"processing",
"will",
"start",
".",
"Defaults",
"to",
"the",
"beginning",
"of",
"the",
"input",
"media",
"."
] | def start(self) -> Optional[pulumi.Input[Union['AbsoluteClipTimeArgs', 'UtcClipTimeArgs']]]:
return pulumi.get(self, "start") | [
"def",
"start",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"'AbsoluteClipTimeArgs'",
",",
"'UtcClipTimeArgs'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"start\"",
")"
] | Defines a point on the timeline of the input media at which processing will start. | [
"Defines",
"a",
"point",
"on",
"the",
"timeline",
"of",
"the",
"input",
"media",
"at",
"which",
"processing",
"will",
"start",
"."
] | [
"\"\"\"\n Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae38e848cb0a0d92d36a0e84af6020ec8de3a1e7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/_inputs.py | [
"Apache-2.0"
] | Python | inputs | Optional[pulumi.Input[Sequence[pulumi.Input['JobInputClipArgs']]]] | def inputs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JobInputClipArgs']]]]:
"""
JobInputs that make up the timeline.
"""
return pulumi.get(self, "inputs") |
JobInputs that make up the timeline.
| JobInputs that make up the timeline. | [
"JobInputs",
"that",
"make",
"up",
"the",
"timeline",
"."
] | def inputs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['JobInputClipArgs']]]]:
return pulumi.get(self, "inputs") | [
"def",
"inputs",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'JobInputClipArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"inputs\"",
")"
] | JobInputs that make up the timeline. | [
"JobInputs",
"that",
"make",
"up",
"the",
"timeline",
"."
] | [
"\"\"\"\n JobInputs that make up the timeline.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae38e848cb0a0d92d36a0e84af6020ec8de3a1e7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/_inputs.py | [
"Apache-2.0"
] | Python | inputs | Optional[pulumi.Input[Sequence[pulumi.Input[Union['JobInputAssetArgs', 'JobInputClipArgs', 'JobInputHttpArgs', 'JobInputSequenceArgs', 'JobInputsArgs']]]]] | def inputs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['JobInputAssetArgs', 'JobInputClipArgs', 'JobInputHttpArgs', 'JobInputSequenceArgs', 'JobInputsArgs']]]]]:
"""
List of inputs to a Job.
"""
return pulumi.get(self, "inputs") |
List of inputs to a Job.
| List of inputs to a Job. | [
"List",
"of",
"inputs",
"to",
"a",
"Job",
"."
] | def inputs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['JobInputAssetArgs', 'JobInputClipArgs', 'JobInputHttpArgs', 'JobInputSequenceArgs', 'JobInputsArgs']]]]]:
return pulumi.get(self, "inputs") | [
"def",
"inputs",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"'JobInputAssetArgs'",
",",
"'JobInputClipArgs'",
",",
"'JobInputHttpArgs'",
",",
"'JobInputSequenceArgs'",
",",
... | List of inputs to a Job. | [
"List",
"of",
"inputs",
"to",
"a",
"Job",
"."
] | [
"\"\"\"\n List of inputs to a Job.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae38e848cb0a0d92d36a0e84af6020ec8de3a1e7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/_inputs.py | [
"Apache-2.0"
] | Python | sprite_column | Optional[pulumi.Input[int]] | def sprite_column(self) -> Optional[pulumi.Input[int]]:
"""
Sets the number of columns used in thumbnail sprite image. The number of rows are automatically calculated and a VTT file is generated with the coordinate mappings for each thumbnail in the sprite. Note: this value should be a positive integer... |
Sets the number of columns used in thumbnail sprite image. The number of rows are automatically calculated and a VTT file is generated with the coordinate mappings for each thumbnail in the sprite. Note: this value should be a positive integer and a proper value is recommended so that the output image resolut... | Sets the number of columns used in thumbnail sprite image. The number of rows are automatically calculated and a VTT file is generated with the coordinate mappings for each thumbnail in the sprite. Note: this value should be a positive integer and a proper value is recommended so that the output image resolution will ... | [
"Sets",
"the",
"number",
"of",
"columns",
"used",
"in",
"thumbnail",
"sprite",
"image",
".",
"The",
"number",
"of",
"rows",
"are",
"automatically",
"calculated",
"and",
"a",
"VTT",
"file",
"is",
"generated",
"with",
"the",
"coordinate",
"mappings",
"for",
"e... | def sprite_column(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "sprite_column") | [
"def",
"sprite_column",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sprite_column\"",
")"
] | Sets the number of columns used in thumbnail sprite image. | [
"Sets",
"the",
"number",
"of",
"columns",
"used",
"in",
"thumbnail",
"sprite",
"image",
"."
] | [
"\"\"\"\n Sets the number of columns used in thumbnail sprite image. The number of rows are automatically calculated and a VTT file is generated with the coordinate mappings for each thumbnail in the sprite. Note: this value should be a positive integer and a proper value is recommended so that the output i... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae38e848cb0a0d92d36a0e84af6020ec8de3a1e7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/_inputs.py | [
"Apache-2.0"
] | Python | track_name | pulumi.Input[str] | def track_name(self) -> pulumi.Input[str]:
"""
The output track name. This property is reserved for future use, any value set on this property will be ignored.
"""
return pulumi.get(self, "track_name") |
The output track name. This property is reserved for future use, any value set on this property will be ignored.
| The output track name. This property is reserved for future use, any value set on this property will be ignored. | [
"The",
"output",
"track",
"name",
".",
"This",
"property",
"is",
"reserved",
"for",
"future",
"use",
"any",
"value",
"set",
"on",
"this",
"property",
"will",
"be",
"ignored",
"."
] | def track_name(self) -> pulumi.Input[str]:
return pulumi.get(self, "track_name") | [
"def",
"track_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"track_name\"",
")"
] | The output track name. | [
"The",
"output",
"track",
"name",
"."
] | [
"\"\"\"\n The output track name. This property is reserved for future use, any value set on this property will be ignored.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ae38e848cb0a0d92d36a0e84af6020ec8de3a1e7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/_inputs.py | [
"Apache-2.0"
] | Python | attribute | pulumi.Input[Union[str, 'TrackAttribute']] | def attribute(self) -> pulumi.Input[Union[str, 'TrackAttribute']]:
"""
The TrackAttribute to filter the tracks by.
"""
return pulumi.get(self, "attribute") |
The TrackAttribute to filter the tracks by.
| The TrackAttribute to filter the tracks by. | [
"The",
"TrackAttribute",
"to",
"filter",
"the",
"tracks",
"by",
"."
] | def attribute(self) -> pulumi.Input[Union[str, 'TrackAttribute']]:
return pulumi.get(self, "attribute") | [
"def",
"attribute",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'TrackAttribute'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"attribute\"",
")"
] | The TrackAttribute to filter the tracks by. | [
"The",
"TrackAttribute",
"to",
"filter",
"the",
"tracks",
"by",
"."
] | [
"\"\"\"\n The TrackAttribute to filter the tracks by.\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.