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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b3f7f90735625c31546025a450118de07a360bfd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/_inputs.py | [
"Apache-2.0"
] | Python | maximum | pulumi.Input[str] | def maximum(self) -> pulumi.Input[str]:
"""
the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription.
"""
return pulumi.get(self, "maximum") |
the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription.
| the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription. | [
"the",
"maximum",
"number",
"of",
"instances",
"for",
"the",
"resource",
".",
"The",
"actual",
"maximum",
"number",
"of",
"instances",
"is",
"limited",
"by",
"the",
"cores",
"that",
"are",
"available",
"in",
"the",
"subscription",
"."
] | def maximum(self) -> pulumi.Input[str]:
return pulumi.get(self, "maximum") | [
"def",
"maximum",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"maximum\"",
")"
] | the maximum number of instances for the resource. | [
"the",
"maximum",
"number",
"of",
"instances",
"for",
"the",
"resource",
"."
] | [
"\"\"\"\n the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b3f7f90735625c31546025a450118de07a360bfd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/_inputs.py | [
"Apache-2.0"
] | Python | minimum | pulumi.Input[str] | def minimum(self) -> pulumi.Input[str]:
"""
the minimum number of instances for the resource.
"""
return pulumi.get(self, "minimum") |
the minimum number of instances for the resource.
| the minimum number of instances for the resource. | [
"the",
"minimum",
"number",
"of",
"instances",
"for",
"the",
"resource",
"."
] | def minimum(self) -> pulumi.Input[str]:
return pulumi.get(self, "minimum") | [
"def",
"minimum",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"minimum\"",
")"
] | the minimum number of instances for the resource. | [
"the",
"minimum",
"number",
"of",
"instances",
"for",
"the",
"resource",
"."
] | [
"\"\"\"\n the minimum number of instances for the resource.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b3f7f90735625c31546025a450118de07a360bfd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/_inputs.py | [
"Apache-2.0"
] | Python | metric_trigger | pulumi.Input['MetricTriggerArgs'] | def metric_trigger(self) -> pulumi.Input['MetricTriggerArgs']:
"""
the trigger that results in a scaling action.
"""
return pulumi.get(self, "metric_trigger") |
the trigger that results in a scaling action.
| the trigger that results in a scaling action. | [
"the",
"trigger",
"that",
"results",
"in",
"a",
"scaling",
"action",
"."
] | def metric_trigger(self) -> pulumi.Input['MetricTriggerArgs']:
return pulumi.get(self, "metric_trigger") | [
"def",
"metric_trigger",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"'MetricTriggerArgs'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"metric_trigger\"",
")"
] | the trigger that results in a scaling action. | [
"the",
"trigger",
"that",
"results",
"in",
"a",
"scaling",
"action",
"."
] | [
"\"\"\"\n the trigger that results in a scaling action.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b3f7f90735625c31546025a450118de07a360bfd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/_inputs.py | [
"Apache-2.0"
] | Python | scale_action | pulumi.Input['ScaleActionArgs'] | def scale_action(self) -> pulumi.Input['ScaleActionArgs']:
"""
the parameters for the scaling action.
"""
return pulumi.get(self, "scale_action") |
the parameters for the scaling action.
| the parameters for the scaling action. | [
"the",
"parameters",
"for",
"the",
"scaling",
"action",
"."
] | def scale_action(self) -> pulumi.Input['ScaleActionArgs']:
return pulumi.get(self, "scale_action") | [
"def",
"scale_action",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"'ScaleActionArgs'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"scale_action\"",
")"
] | the parameters for the scaling action. | [
"the",
"parameters",
"for",
"the",
"scaling",
"action",
"."
] | [
"\"\"\"\n the parameters for the scaling action.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b3f7f90735625c31546025a450118de07a360bfd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/_inputs.py | [
"Apache-2.0"
] | Python | operator | pulumi.Input[Union[str, 'ScaleRuleMetricDimensionOperationType']] | def operator(self) -> pulumi.Input[Union[str, 'ScaleRuleMetricDimensionOperationType']]:
"""
the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values
"""
return pulumi.get(self, "opera... |
the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values
| the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values | [
"the",
"dimension",
"operator",
".",
"Only",
"'",
"Equals",
"'",
"and",
"'",
"NotEquals",
"'",
"are",
"supported",
".",
"'",
"Equals",
"'",
"being",
"equal",
"to",
"any",
"of",
"the",
"values",
".",
"'",
"NotEquals",
"'",
"being",
"not",
"equal",
"to",... | def operator(self) -> pulumi.Input[Union[str, 'ScaleRuleMetricDimensionOperationType']]:
return pulumi.get(self, "operator") | [
"def",
"operator",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'ScaleRuleMetricDimensionOperationType'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"operator\"",
")"
] | the dimension operator. | [
"the",
"dimension",
"operator",
"."
] | [
"\"\"\"\n the dimension operator. Only 'Equals' and 'NotEquals' are supported. 'Equals' being equal to any of the values. 'NotEquals' being not equal to all of the values\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b3f7f90735625c31546025a450118de07a360bfd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/_inputs.py | [
"Apache-2.0"
] | Python | operator | pulumi.Input['ConditionOperator'] | def operator(self) -> pulumi.Input['ConditionOperator']:
"""
the operator used to compare the data and the threshold.
"""
return pulumi.get(self, "operator") |
the operator used to compare the data and the threshold.
| the operator used to compare the data and the threshold. | [
"the",
"operator",
"used",
"to",
"compare",
"the",
"data",
"and",
"the",
"threshold",
"."
] | def operator(self) -> pulumi.Input['ConditionOperator']:
return pulumi.get(self, "operator") | [
"def",
"operator",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"'ConditionOperator'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"operator\"",
")"
] | the operator used to compare the data and the threshold. | [
"the",
"operator",
"used",
"to",
"compare",
"the",
"data",
"and",
"the",
"threshold",
"."
] | [
"\"\"\"\n the operator used to compare the data and the threshold.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b3f7f90735625c31546025a450118de07a360bfd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/_inputs.py | [
"Apache-2.0"
] | Python | time_aggregation | Optional[pulumi.Input['TimeAggregationOperator']] | def time_aggregation(self) -> Optional[pulumi.Input['TimeAggregationOperator']]:
"""
the time aggregation operator. How the data that are collected should be combined over time. The default value is the PrimaryAggregationType of the Metric.
"""
return pulumi.get(self, "time_aggregation") |
the time aggregation operator. How the data that are collected should be combined over time. The default value is the PrimaryAggregationType of the Metric.
| the time aggregation operator. How the data that are collected should be combined over time. The default value is the PrimaryAggregationType of the Metric. | [
"the",
"time",
"aggregation",
"operator",
".",
"How",
"the",
"data",
"that",
"are",
"collected",
"should",
"be",
"combined",
"over",
"time",
".",
"The",
"default",
"value",
"is",
"the",
"PrimaryAggregationType",
"of",
"the",
"Metric",
"."
] | def time_aggregation(self) -> Optional[pulumi.Input['TimeAggregationOperator']]:
return pulumi.get(self, "time_aggregation") | [
"def",
"time_aggregation",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'TimeAggregationOperator'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"time_aggregation\"",
")"
] | the time aggregation operator. | [
"the",
"time",
"aggregation",
"operator",
"."
] | [
"\"\"\"\n the time aggregation operator. How the data that are collected should be combined over time. The default value is the PrimaryAggregationType of the Metric.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b3f7f90735625c31546025a450118de07a360bfd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/_inputs.py | [
"Apache-2.0"
] | Python | component_id | pulumi.Input[str] | def component_id(self) -> pulumi.Input[str]:
"""
The Application Insights resource Id.
"""
return pulumi.get(self, "component_id") |
The Application Insights resource Id.
| The Application Insights resource Id. | [
"The",
"Application",
"Insights",
"resource",
"Id",
"."
] | def component_id(self) -> pulumi.Input[str]:
return pulumi.get(self, "component_id") | [
"def",
"component_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"component_id\"",
")"
] | The Application Insights resource Id. | [
"The",
"Application",
"Insights",
"resource",
"Id",
"."
] | [
"\"\"\"\n The Application Insights resource Id.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b3f7f90735625c31546025a450118de07a360bfd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/_inputs.py | [
"Apache-2.0"
] | Python | failed_location_count | pulumi.Input[float] | def failed_location_count(self) -> pulumi.Input[float]:
"""
The number of failed locations.
"""
return pulumi.get(self, "failed_location_count") |
The number of failed locations.
| The number of failed locations. | [
"The",
"number",
"of",
"failed",
"locations",
"."
] | def failed_location_count(self) -> pulumi.Input[float]:
return pulumi.get(self, "failed_location_count") | [
"def",
"failed_location_count",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"failed_location_count\"",
")"
] | The number of failed locations. | [
"The",
"number",
"of",
"failed",
"locations",
"."
] | [
"\"\"\"\n The number of failed locations.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | allowed_multi_sizes | str | def allowed_multi_sizes(self) -> str:
"""
List of comma separated strings describing which VM sizes are allowed for front-ends.
"""
return pulumi.get(self, "allowed_multi_sizes") |
List of comma separated strings describing which VM sizes are allowed for front-ends.
| List of comma separated strings describing which VM sizes are allowed for front-ends. | [
"List",
"of",
"comma",
"separated",
"strings",
"describing",
"which",
"VM",
"sizes",
"are",
"allowed",
"for",
"front",
"-",
"ends",
"."
] | def allowed_multi_sizes(self) -> str:
return pulumi.get(self, "allowed_multi_sizes") | [
"def",
"allowed_multi_sizes",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allowed_multi_sizes\"",
")"
] | List of comma separated strings describing which VM sizes are allowed for front-ends. | [
"List",
"of",
"comma",
"separated",
"strings",
"describing",
"which",
"VM",
"sizes",
"are",
"allowed",
"for",
"front",
"-",
"ends",
"."
] | [
"\"\"\"\n List of comma separated strings describing which VM sizes are allowed for front-ends.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | allowed_worker_sizes | str | def allowed_worker_sizes(self) -> str:
"""
List of comma separated strings describing which VM sizes are allowed for workers.
"""
return pulumi.get(self, "allowed_worker_sizes") |
List of comma separated strings describing which VM sizes are allowed for workers.
| List of comma separated strings describing which VM sizes are allowed for workers. | [
"List",
"of",
"comma",
"separated",
"strings",
"describing",
"which",
"VM",
"sizes",
"are",
"allowed",
"for",
"workers",
"."
] | def allowed_worker_sizes(self) -> str:
return pulumi.get(self, "allowed_worker_sizes") | [
"def",
"allowed_worker_sizes",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allowed_worker_sizes\"",
")"
] | List of comma separated strings describing which VM sizes are allowed for workers. | [
"List",
"of",
"comma",
"separated",
"strings",
"describing",
"which",
"VM",
"sizes",
"are",
"allowed",
"for",
"workers",
"."
] | [
"\"\"\"\n List of comma separated strings describing which VM sizes are allowed for workers.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | api_management_account_id | Optional[str] | def api_management_account_id(self) -> Optional[str]:
"""
API Management Account associated with the App Service Environment.
"""
return pulumi.get(self, "api_management_account_id") |
API Management Account associated with the App Service Environment.
| API Management Account associated with the App Service Environment. | [
"API",
"Management",
"Account",
"associated",
"with",
"the",
"App",
"Service",
"Environment",
"."
] | def api_management_account_id(self) -> Optional[str]:
return pulumi.get(self, "api_management_account_id") | [
"def",
"api_management_account_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"api_management_account_id\"",
")"
] | API Management Account associated with the App Service Environment. | [
"API",
"Management",
"Account",
"associated",
"with",
"the",
"App",
"Service",
"Environment",
"."
] | [
"\"\"\"\n API Management Account associated with the App Service 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": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | cluster_settings | Optional[Sequence['outputs.NameValuePairResponse']] | def cluster_settings(self) -> Optional[Sequence['outputs.NameValuePairResponse']]:
"""
Custom settings for changing the behavior of the App Service Environment.
"""
return pulumi.get(self, "cluster_settings") |
Custom settings for changing the behavior of the App Service Environment.
| Custom settings for changing the behavior of the App Service Environment. | [
"Custom",
"settings",
"for",
"changing",
"the",
"behavior",
"of",
"the",
"App",
"Service",
"Environment",
"."
] | def cluster_settings(self) -> Optional[Sequence['outputs.NameValuePairResponse']]:
return pulumi.get(self, "cluster_settings") | [
"def",
"cluster_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.NameValuePairResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cluster_settings\"",
")"
] | Custom settings for changing the behavior of the App Service Environment. | [
"Custom",
"settings",
"for",
"changing",
"the",
"behavior",
"of",
"the",
"App",
"Service",
"Environment",
"."
] | [
"\"\"\"\n Custom settings for changing the behavior of the App Service 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": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | database_edition | str | def database_edition(self) -> str:
"""
Edition of the metadata database for the App Service Environment, e.g. "Standard".
"""
return pulumi.get(self, "database_edition") |
Edition of the metadata database for the App Service Environment, e.g. "Standard".
| Edition of the metadata database for the App Service Environment, e.g. "Standard". | [
"Edition",
"of",
"the",
"metadata",
"database",
"for",
"the",
"App",
"Service",
"Environment",
"e",
".",
"g",
".",
"\"",
"Standard",
"\"",
"."
] | def database_edition(self) -> str:
return pulumi.get(self, "database_edition") | [
"def",
"database_edition",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"database_edition\"",
")"
] | Edition of the metadata database for the App Service Environment, e.g. | [
"Edition",
"of",
"the",
"metadata",
"database",
"for",
"the",
"App",
"Service",
"Environment",
"e",
".",
"g",
"."
] | [
"\"\"\"\n Edition of the metadata database for the App Service Environment, e.g. \"Standard\".\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | database_service_objective | str | def database_service_objective(self) -> str:
"""
Service objective of the metadata database for the App Service Environment, e.g. "S0".
"""
return pulumi.get(self, "database_service_objective") |
Service objective of the metadata database for the App Service Environment, e.g. "S0".
| Service objective of the metadata database for the App Service Environment, e.g. "S0". | [
"Service",
"objective",
"of",
"the",
"metadata",
"database",
"for",
"the",
"App",
"Service",
"Environment",
"e",
".",
"g",
".",
"\"",
"S0",
"\"",
"."
] | def database_service_objective(self) -> str:
return pulumi.get(self, "database_service_objective") | [
"def",
"database_service_objective",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"database_service_objective\"",
")"
] | Service objective of the metadata database for the App Service Environment, e.g. | [
"Service",
"objective",
"of",
"the",
"metadata",
"database",
"for",
"the",
"App",
"Service",
"Environment",
"e",
".",
"g",
"."
] | [
"\"\"\"\n Service objective of the metadata database for the App Service Environment, e.g. \"S0\".\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | default_front_end_scale_factor | int | def default_front_end_scale_factor(self) -> int:
"""
Default Scale Factor for FrontEnds.
"""
return pulumi.get(self, "default_front_end_scale_factor") |
Default Scale Factor for FrontEnds.
| Default Scale Factor for FrontEnds. | [
"Default",
"Scale",
"Factor",
"for",
"FrontEnds",
"."
] | def default_front_end_scale_factor(self) -> int:
return pulumi.get(self, "default_front_end_scale_factor") | [
"def",
"default_front_end_scale_factor",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_front_end_scale_factor\"",
")"
] | Default Scale Factor for FrontEnds. | [
"Default",
"Scale",
"Factor",
"for",
"FrontEnds",
"."
] | [
"\"\"\"\n Default Scale Factor for FrontEnds.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | environment_capacities | Sequence['outputs.StampCapacityResponse'] | def environment_capacities(self) -> Sequence['outputs.StampCapacityResponse']:
"""
Current total, used, and available worker capacities.
"""
return pulumi.get(self, "environment_capacities") |
Current total, used, and available worker capacities.
| Current total, used, and available worker capacities. | [
"Current",
"total",
"used",
"and",
"available",
"worker",
"capacities",
"."
] | def environment_capacities(self) -> Sequence['outputs.StampCapacityResponse']:
return pulumi.get(self, "environment_capacities") | [
"def",
"environment_capacities",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.StampCapacityResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"environment_capacities\"",
")"
] | Current total, used, and available worker capacities. | [
"Current",
"total",
"used",
"and",
"available",
"worker",
"capacities",
"."
] | [
"\"\"\"\n Current total, used, and available worker capacities.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | environment_is_healthy | bool | def environment_is_healthy(self) -> bool:
"""
True/false indicating whether the App Service Environment is healthy.
"""
return pulumi.get(self, "environment_is_healthy") |
True/false indicating whether the App Service Environment is healthy.
| True/false indicating whether the App Service Environment is healthy. | [
"True",
"/",
"false",
"indicating",
"whether",
"the",
"App",
"Service",
"Environment",
"is",
"healthy",
"."
] | def environment_is_healthy(self) -> bool:
return pulumi.get(self, "environment_is_healthy") | [
"def",
"environment_is_healthy",
"(",
"self",
")",
"->",
"bool",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"environment_is_healthy\"",
")"
] | True/false indicating whether the App Service Environment is healthy. | [
"True",
"/",
"false",
"indicating",
"whether",
"the",
"App",
"Service",
"Environment",
"is",
"healthy",
"."
] | [
"\"\"\"\n True/false indicating whether the App Service Environment is healthy.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | environment_status | str | def environment_status(self) -> str:
"""
Detailed message about with results of the last check of the App Service Environment.
"""
return pulumi.get(self, "environment_status") |
Detailed message about with results of the last check of the App Service Environment.
| Detailed message about with results of the last check of the App Service Environment. | [
"Detailed",
"message",
"about",
"with",
"results",
"of",
"the",
"last",
"check",
"of",
"the",
"App",
"Service",
"Environment",
"."
] | def environment_status(self) -> str:
return pulumi.get(self, "environment_status") | [
"def",
"environment_status",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"environment_status\"",
")"
] | Detailed message about with results of the last check of the App Service Environment. | [
"Detailed",
"message",
"about",
"with",
"results",
"of",
"the",
"last",
"check",
"of",
"the",
"App",
"Service",
"Environment",
"."
] | [
"\"\"\"\n Detailed message about with results of the last check of the App Service 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": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | front_end_scale_factor | Optional[int] | def front_end_scale_factor(self) -> Optional[int]:
"""
Scale factor for front-ends.
"""
return pulumi.get(self, "front_end_scale_factor") |
Scale factor for front-ends.
| Scale factor for front-ends. | [
"Scale",
"factor",
"for",
"front",
"-",
"ends",
"."
] | def front_end_scale_factor(self) -> Optional[int]:
return pulumi.get(self, "front_end_scale_factor") | [
"def",
"front_end_scale_factor",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"front_end_scale_factor\"",
")"
] | Scale factor for front-ends. | [
"Scale",
"factor",
"for",
"front",
"-",
"ends",
"."
] | [
"\"\"\"\n Scale factor for front-ends.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | internal_load_balancing_mode | Optional[str] | def internal_load_balancing_mode(self) -> Optional[str]:
"""
Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.
"""
return pulumi.get(self, "internal_load_balancing_mode") |
Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.
| Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. | [
"Specifies",
"which",
"endpoints",
"to",
"serve",
"internally",
"in",
"the",
"Virtual",
"Network",
"for",
"the",
"App",
"Service",
"Environment",
"."
] | def internal_load_balancing_mode(self) -> Optional[str]:
return pulumi.get(self, "internal_load_balancing_mode") | [
"def",
"internal_load_balancing_mode",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"internal_load_balancing_mode\"",
")"
] | Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment. | [
"Specifies",
"which",
"endpoints",
"to",
"serve",
"internally",
"in",
"the",
"Virtual",
"Network",
"for",
"the",
"App",
"Service",
"Environment",
"."
] | [
"\"\"\"\n Specifies which endpoints to serve internally in the Virtual Network for the App Service 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": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | last_action_result | str | def last_action_result(self) -> str:
"""
Result of the last deployment action on the App Service Environment.
"""
return pulumi.get(self, "last_action_result") |
Result of the last deployment action on the App Service Environment.
| Result of the last deployment action on the App Service Environment. | [
"Result",
"of",
"the",
"last",
"deployment",
"action",
"on",
"the",
"App",
"Service",
"Environment",
"."
] | def last_action_result(self) -> str:
return pulumi.get(self, "last_action_result") | [
"def",
"last_action_result",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_action_result\"",
")"
] | Result of the last deployment action on the App Service Environment. | [
"Result",
"of",
"the",
"last",
"deployment",
"action",
"on",
"the",
"App",
"Service",
"Environment",
"."
] | [
"\"\"\"\n Result of the last deployment action on the App Service 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": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | maximum_number_of_machines | int | def maximum_number_of_machines(self) -> int:
"""
Maximum number of VMs in the App Service Environment.
"""
return pulumi.get(self, "maximum_number_of_machines") |
Maximum number of VMs in the App Service Environment.
| Maximum number of VMs in the App Service Environment. | [
"Maximum",
"number",
"of",
"VMs",
"in",
"the",
"App",
"Service",
"Environment",
"."
] | def maximum_number_of_machines(self) -> int:
return pulumi.get(self, "maximum_number_of_machines") | [
"def",
"maximum_number_of_machines",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"maximum_number_of_machines\"",
")"
] | Maximum number of VMs in the App Service Environment. | [
"Maximum",
"number",
"of",
"VMs",
"in",
"the",
"App",
"Service",
"Environment",
"."
] | [
"\"\"\"\n Maximum number of VMs in the App Service 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": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | multi_role_count | Optional[int] | def multi_role_count(self) -> Optional[int]:
"""
Number of front-end instances.
"""
return pulumi.get(self, "multi_role_count") |
Number of front-end instances.
| Number of front-end instances. | [
"Number",
"of",
"front",
"-",
"end",
"instances",
"."
] | def multi_role_count(self) -> Optional[int]:
return pulumi.get(self, "multi_role_count") | [
"def",
"multi_role_count",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"multi_role_count\"",
")"
] | Number of front-end instances. | [
"Number",
"of",
"front",
"-",
"end",
"instances",
"."
] | [
"\"\"\"\n Number of front-end instances.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | network_access_control_list | Optional[Sequence['outputs.NetworkAccessControlEntryResponse']] | def network_access_control_list(self) -> Optional[Sequence['outputs.NetworkAccessControlEntryResponse']]:
"""
Access control list for controlling traffic to the App Service Environment.
"""
return pulumi.get(self, "network_access_control_list") |
Access control list for controlling traffic to the App Service Environment.
| Access control list for controlling traffic to the App Service Environment. | [
"Access",
"control",
"list",
"for",
"controlling",
"traffic",
"to",
"the",
"App",
"Service",
"Environment",
"."
] | def network_access_control_list(self) -> Optional[Sequence['outputs.NetworkAccessControlEntryResponse']]:
return pulumi.get(self, "network_access_control_list") | [
"def",
"network_access_control_list",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.NetworkAccessControlEntryResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_access_control_list\"",
")"
] | Access control list for controlling traffic to the App Service Environment. | [
"Access",
"control",
"list",
"for",
"controlling",
"traffic",
"to",
"the",
"App",
"Service",
"Environment",
"."
] | [
"\"\"\"\n Access control list for controlling traffic to the App Service 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": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | upgrade_domains | int | def upgrade_domains(self) -> int:
"""
Number of upgrade domains of the App Service Environment.
"""
return pulumi.get(self, "upgrade_domains") |
Number of upgrade domains of the App Service Environment.
| Number of upgrade domains of the App Service Environment. | [
"Number",
"of",
"upgrade",
"domains",
"of",
"the",
"App",
"Service",
"Environment",
"."
] | def upgrade_domains(self) -> int:
return pulumi.get(self, "upgrade_domains") | [
"def",
"upgrade_domains",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"upgrade_domains\"",
")"
] | Number of upgrade domains of the App Service Environment. | [
"Number",
"of",
"upgrade",
"domains",
"of",
"the",
"App",
"Service",
"Environment",
"."
] | [
"\"\"\"\n Number of upgrade domains of the App Service 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": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | user_whitelisted_ip_ranges | Optional[Sequence[str]] | def user_whitelisted_ip_ranges(self) -> Optional[Sequence[str]]:
"""
User added ip ranges to whitelist on ASE db
"""
return pulumi.get(self, "user_whitelisted_ip_ranges") |
User added ip ranges to whitelist on ASE db
| User added ip ranges to whitelist on ASE db | [
"User",
"added",
"ip",
"ranges",
"to",
"whitelist",
"on",
"ASE",
"db"
] | def user_whitelisted_ip_ranges(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "user_whitelisted_ip_ranges") | [
"def",
"user_whitelisted_ip_ranges",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"user_whitelisted_ip_ranges\"",
")"
] | User added ip ranges to whitelist on ASE db | [
"User",
"added",
"ip",
"ranges",
"to",
"whitelist",
"on",
"ASE",
"db"
] | [
"\"\"\"\n User added ip ranges to whitelist on ASE db\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | vip_mappings | Sequence['outputs.VirtualIPMappingResponse'] | def vip_mappings(self) -> Sequence['outputs.VirtualIPMappingResponse']:
"""
Description of IP SSL mapping for the App Service Environment.
"""
return pulumi.get(self, "vip_mappings") |
Description of IP SSL mapping for the App Service Environment.
| Description of IP SSL mapping for the App Service Environment. | [
"Description",
"of",
"IP",
"SSL",
"mapping",
"for",
"the",
"App",
"Service",
"Environment",
"."
] | def vip_mappings(self) -> Sequence['outputs.VirtualIPMappingResponse']:
return pulumi.get(self, "vip_mappings") | [
"def",
"vip_mappings",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.VirtualIPMappingResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vip_mappings\"",
")"
] | Description of IP SSL mapping for the App Service Environment. | [
"Description",
"of",
"IP",
"SSL",
"mapping",
"for",
"the",
"App",
"Service",
"Environment",
"."
] | [
"\"\"\"\n Description of IP SSL mapping for the App Service 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": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | virtual_network | 'outputs.VirtualNetworkProfileResponse' | def virtual_network(self) -> 'outputs.VirtualNetworkProfileResponse':
"""
Description of the Virtual Network.
"""
return pulumi.get(self, "virtual_network") |
Description of the Virtual Network.
| Description of the Virtual Network. | [
"Description",
"of",
"the",
"Virtual",
"Network",
"."
] | def virtual_network(self) -> 'outputs.VirtualNetworkProfileResponse':
return pulumi.get(self, "virtual_network") | [
"def",
"virtual_network",
"(",
"self",
")",
"->",
"'outputs.VirtualNetworkProfileResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_network\"",
")"
] | Description of the Virtual Network. | [
"Description",
"of",
"the",
"Virtual",
"Network",
"."
] | [
"\"\"\"\n Description of the Virtual Network.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | vnet_resource_group_name | Optional[str] | def vnet_resource_group_name(self) -> Optional[str]:
"""
Resource group of the Virtual Network.
"""
return pulumi.get(self, "vnet_resource_group_name") |
Resource group of the Virtual Network.
| Resource group of the Virtual Network. | [
"Resource",
"group",
"of",
"the",
"Virtual",
"Network",
"."
] | def vnet_resource_group_name(self) -> Optional[str]:
return pulumi.get(self, "vnet_resource_group_name") | [
"def",
"vnet_resource_group_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vnet_resource_group_name\"",
")"
] | Resource group of the Virtual Network. | [
"Resource",
"group",
"of",
"the",
"Virtual",
"Network",
"."
] | [
"\"\"\"\n Resource group of the Virtual Network.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | vnet_subnet_name | Optional[str] | def vnet_subnet_name(self) -> Optional[str]:
"""
Subnet of the Virtual Network.
"""
return pulumi.get(self, "vnet_subnet_name") |
Subnet of the Virtual Network.
| Subnet of the Virtual Network. | [
"Subnet",
"of",
"the",
"Virtual",
"Network",
"."
] | def vnet_subnet_name(self) -> Optional[str]:
return pulumi.get(self, "vnet_subnet_name") | [
"def",
"vnet_subnet_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vnet_subnet_name\"",
")"
] | Subnet of the Virtual Network. | [
"Subnet",
"of",
"the",
"Virtual",
"Network",
"."
] | [
"\"\"\"\n Subnet of the Virtual Network.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
042e6ee4bac13b4497dfbb6a6a0a3eb7b54e1eba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/get_app_service_environment.py | [
"Apache-2.0"
] | Python | worker_pools | Sequence['outputs.WorkerPoolResponse'] | def worker_pools(self) -> Sequence['outputs.WorkerPoolResponse']:
"""
Description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.
"""
return pulumi.get(self, "worker_pools") |
Description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.
| Description of worker pools with worker size IDs, VM sizes, and number of workers in each pool. | [
"Description",
"of",
"worker",
"pools",
"with",
"worker",
"size",
"IDs",
"VM",
"sizes",
"and",
"number",
"of",
"workers",
"in",
"each",
"pool",
"."
] | def worker_pools(self) -> Sequence['outputs.WorkerPoolResponse']:
return pulumi.get(self, "worker_pools") | [
"def",
"worker_pools",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.WorkerPoolResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"worker_pools\"",
")"
] | Description of worker pools with worker size IDs, VM sizes, and number of workers in each pool. | [
"Description",
"of",
"worker",
"pools",
"with",
"worker",
"size",
"IDs",
"VM",
"sizes",
"and",
"number",
"of",
"workers",
"in",
"each",
"pool",
"."
] | [
"\"\"\"\n Description of worker pools with worker size IDs, VM sizes, and number of workers in each 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": []
} |
04683749df8062dc8a408f9b09f52df08412179b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_hosting_environment.py | [
"Apache-2.0"
] | Python | allowed_multi_sizes | Optional[str] | def allowed_multi_sizes(self) -> Optional[str]:
"""
List of comma separated strings describing which VM sizes are allowed for front-ends
"""
return pulumi.get(self, "allowed_multi_sizes") |
List of comma separated strings describing which VM sizes are allowed for front-ends
| List of comma separated strings describing which VM sizes are allowed for front-ends | [
"List",
"of",
"comma",
"separated",
"strings",
"describing",
"which",
"VM",
"sizes",
"are",
"allowed",
"for",
"front",
"-",
"ends"
] | def allowed_multi_sizes(self) -> Optional[str]:
return pulumi.get(self, "allowed_multi_sizes") | [
"def",
"allowed_multi_sizes",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allowed_multi_sizes\"",
")"
] | List of comma separated strings describing which VM sizes are allowed for front-ends | [
"List",
"of",
"comma",
"separated",
"strings",
"describing",
"which",
"VM",
"sizes",
"are",
"allowed",
"for",
"front",
"-",
"ends"
] | [
"\"\"\"\n List of comma separated strings describing which VM sizes are allowed for front-ends\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
04683749df8062dc8a408f9b09f52df08412179b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_hosting_environment.py | [
"Apache-2.0"
] | Python | allowed_worker_sizes | Optional[str] | def allowed_worker_sizes(self) -> Optional[str]:
"""
List of comma separated strings describing which VM sizes are allowed for workers
"""
return pulumi.get(self, "allowed_worker_sizes") |
List of comma separated strings describing which VM sizes are allowed for workers
| List of comma separated strings describing which VM sizes are allowed for workers | [
"List",
"of",
"comma",
"separated",
"strings",
"describing",
"which",
"VM",
"sizes",
"are",
"allowed",
"for",
"workers"
] | def allowed_worker_sizes(self) -> Optional[str]:
return pulumi.get(self, "allowed_worker_sizes") | [
"def",
"allowed_worker_sizes",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allowed_worker_sizes\"",
")"
] | List of comma separated strings describing which VM sizes are allowed for workers | [
"List",
"of",
"comma",
"separated",
"strings",
"describing",
"which",
"VM",
"sizes",
"are",
"allowed",
"for",
"workers"
] | [
"\"\"\"\n List of comma separated strings describing which VM sizes are allowed for workers\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
04683749df8062dc8a408f9b09f52df08412179b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_hosting_environment.py | [
"Apache-2.0"
] | Python | database_edition | Optional[str] | def database_edition(self) -> Optional[str]:
"""
Edition of the metadata database for the hostingEnvironment (App Service Environment) e.g. "Standard"
"""
return pulumi.get(self, "database_edition") |
Edition of the metadata database for the hostingEnvironment (App Service Environment) e.g. "Standard"
| Edition of the metadata database for the hostingEnvironment (App Service Environment) e.g. "Standard" | [
"Edition",
"of",
"the",
"metadata",
"database",
"for",
"the",
"hostingEnvironment",
"(",
"App",
"Service",
"Environment",
")",
"e",
".",
"g",
".",
"\"",
"Standard",
"\""
] | def database_edition(self) -> Optional[str]:
return pulumi.get(self, "database_edition") | [
"def",
"database_edition",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"database_edition\"",
")"
] | Edition of the metadata database for the hostingEnvironment (App Service Environment) e.g. | [
"Edition",
"of",
"the",
"metadata",
"database",
"for",
"the",
"hostingEnvironment",
"(",
"App",
"Service",
"Environment",
")",
"e",
".",
"g",
"."
] | [
"\"\"\"\n Edition of the metadata database for the hostingEnvironment (App Service Environment) e.g. \"Standard\"\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
04683749df8062dc8a408f9b09f52df08412179b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_hosting_environment.py | [
"Apache-2.0"
] | Python | database_service_objective | Optional[str] | def database_service_objective(self) -> Optional[str]:
"""
Service objective of the metadata database for the hostingEnvironment (App Service Environment) e.g. "S0"
"""
return pulumi.get(self, "database_service_objective") |
Service objective of the metadata database for the hostingEnvironment (App Service Environment) e.g. "S0"
| Service objective of the metadata database for the hostingEnvironment (App Service Environment) e.g. "S0" | [
"Service",
"objective",
"of",
"the",
"metadata",
"database",
"for",
"the",
"hostingEnvironment",
"(",
"App",
"Service",
"Environment",
")",
"e",
".",
"g",
".",
"\"",
"S0",
"\""
] | def database_service_objective(self) -> Optional[str]:
return pulumi.get(self, "database_service_objective") | [
"def",
"database_service_objective",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"database_service_objective\"",
")"
] | Service objective of the metadata database for the hostingEnvironment (App Service Environment) e.g. | [
"Service",
"objective",
"of",
"the",
"metadata",
"database",
"for",
"the",
"hostingEnvironment",
"(",
"App",
"Service",
"Environment",
")",
"e",
".",
"g",
"."
] | [
"\"\"\"\n Service objective of the metadata database for the hostingEnvironment (App Service Environment) e.g. \"S0\"\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
04683749df8062dc8a408f9b09f52df08412179b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_hosting_environment.py | [
"Apache-2.0"
] | Python | environment_capacities | Optional[Sequence['outputs.StampCapacityResponse']] | def environment_capacities(self) -> Optional[Sequence['outputs.StampCapacityResponse']]:
"""
Current total, used, and available worker capacities
"""
return pulumi.get(self, "environment_capacities") |
Current total, used, and available worker capacities
| Current total, used, and available worker capacities | [
"Current",
"total",
"used",
"and",
"available",
"worker",
"capacities"
] | def environment_capacities(self) -> Optional[Sequence['outputs.StampCapacityResponse']]:
return pulumi.get(self, "environment_capacities") | [
"def",
"environment_capacities",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.StampCapacityResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"environment_capacities\"",
")"
] | Current total, used, and available worker capacities | [
"Current",
"total",
"used",
"and",
"available",
"worker",
"capacities"
] | [
"\"\"\"\n Current total, used, and available worker capacities\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
04683749df8062dc8a408f9b09f52df08412179b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_hosting_environment.py | [
"Apache-2.0"
] | Python | last_action | Optional[str] | def last_action(self) -> Optional[str]:
"""
Last deployment action on this hostingEnvironment (App Service Environment)
"""
return pulumi.get(self, "last_action") |
Last deployment action on this hostingEnvironment (App Service Environment)
| Last deployment action on this hostingEnvironment (App Service Environment) | [
"Last",
"deployment",
"action",
"on",
"this",
"hostingEnvironment",
"(",
"App",
"Service",
"Environment",
")"
] | def last_action(self) -> Optional[str]:
return pulumi.get(self, "last_action") | [
"def",
"last_action",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_action\"",
")"
] | Last deployment action on this hostingEnvironment (App Service Environment) | [
"Last",
"deployment",
"action",
"on",
"this",
"hostingEnvironment",
"(",
"App",
"Service",
"Environment",
")"
] | [
"\"\"\"\n Last deployment action on this hostingEnvironment (App Service 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": []
} |
04683749df8062dc8a408f9b09f52df08412179b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_hosting_environment.py | [
"Apache-2.0"
] | Python | last_action_result | Optional[str] | def last_action_result(self) -> Optional[str]:
"""
Result of the last deployment action on this hostingEnvironment (App Service Environment)
"""
return pulumi.get(self, "last_action_result") |
Result of the last deployment action on this hostingEnvironment (App Service Environment)
| Result of the last deployment action on this hostingEnvironment (App Service Environment) | [
"Result",
"of",
"the",
"last",
"deployment",
"action",
"on",
"this",
"hostingEnvironment",
"(",
"App",
"Service",
"Environment",
")"
] | def last_action_result(self) -> Optional[str]:
return pulumi.get(self, "last_action_result") | [
"def",
"last_action_result",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_action_result\"",
")"
] | Result of the last deployment action on this hostingEnvironment (App Service Environment) | [
"Result",
"of",
"the",
"last",
"deployment",
"action",
"on",
"this",
"hostingEnvironment",
"(",
"App",
"Service",
"Environment",
")"
] | [
"\"\"\"\n Result of the last deployment action on this hostingEnvironment (App Service 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": []
} |
04683749df8062dc8a408f9b09f52df08412179b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_hosting_environment.py | [
"Apache-2.0"
] | Python | maximum_number_of_machines | Optional[int] | def maximum_number_of_machines(self) -> Optional[int]:
"""
Maximum number of VMs in this hostingEnvironment (App Service Environment)
"""
return pulumi.get(self, "maximum_number_of_machines") |
Maximum number of VMs in this hostingEnvironment (App Service Environment)
| Maximum number of VMs in this hostingEnvironment (App Service Environment) | [
"Maximum",
"number",
"of",
"VMs",
"in",
"this",
"hostingEnvironment",
"(",
"App",
"Service",
"Environment",
")"
] | def maximum_number_of_machines(self) -> Optional[int]:
return pulumi.get(self, "maximum_number_of_machines") | [
"def",
"maximum_number_of_machines",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"maximum_number_of_machines\"",
")"
] | Maximum number of VMs in this hostingEnvironment (App Service Environment) | [
"Maximum",
"number",
"of",
"VMs",
"in",
"this",
"hostingEnvironment",
"(",
"App",
"Service",
"Environment",
")"
] | [
"\"\"\"\n Maximum number of VMs in this hostingEnvironment (App Service 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": []
} |
04683749df8062dc8a408f9b09f52df08412179b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_hosting_environment.py | [
"Apache-2.0"
] | Python | upgrade_domains | Optional[int] | def upgrade_domains(self) -> Optional[int]:
"""
Number of upgrade domains of this hostingEnvironment (App Service Environment)
"""
return pulumi.get(self, "upgrade_domains") |
Number of upgrade domains of this hostingEnvironment (App Service Environment)
| Number of upgrade domains of this hostingEnvironment (App Service Environment) | [
"Number",
"of",
"upgrade",
"domains",
"of",
"this",
"hostingEnvironment",
"(",
"App",
"Service",
"Environment",
")"
] | def upgrade_domains(self) -> Optional[int]:
return pulumi.get(self, "upgrade_domains") | [
"def",
"upgrade_domains",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"upgrade_domains\"",
")"
] | Number of upgrade domains of this hostingEnvironment (App Service Environment) | [
"Number",
"of",
"upgrade",
"domains",
"of",
"this",
"hostingEnvironment",
"(",
"App",
"Service",
"Environment",
")"
] | [
"\"\"\"\n Number of upgrade domains of this hostingEnvironment (App Service 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": []
} |
04683749df8062dc8a408f9b09f52df08412179b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_hosting_environment.py | [
"Apache-2.0"
] | Python | vip_mappings | Optional[Sequence['outputs.VirtualIPMappingResponse']] | def vip_mappings(self) -> Optional[Sequence['outputs.VirtualIPMappingResponse']]:
"""
Description of IP SSL mapping for this hostingEnvironment (App Service Environment)
"""
return pulumi.get(self, "vip_mappings") |
Description of IP SSL mapping for this hostingEnvironment (App Service Environment)
| Description of IP SSL mapping for this hostingEnvironment (App Service Environment) | [
"Description",
"of",
"IP",
"SSL",
"mapping",
"for",
"this",
"hostingEnvironment",
"(",
"App",
"Service",
"Environment",
")"
] | def vip_mappings(self) -> Optional[Sequence['outputs.VirtualIPMappingResponse']]:
return pulumi.get(self, "vip_mappings") | [
"def",
"vip_mappings",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VirtualIPMappingResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vip_mappings\"",
")"
] | Description of IP SSL mapping for this hostingEnvironment (App Service Environment) | [
"Description",
"of",
"IP",
"SSL",
"mapping",
"for",
"this",
"hostingEnvironment",
"(",
"App",
"Service",
"Environment",
")"
] | [
"\"\"\"\n Description of IP SSL mapping for this hostingEnvironment (App Service 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": []
} |
04683749df8062dc8a408f9b09f52df08412179b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_hosting_environment.py | [
"Apache-2.0"
] | Python | worker_pools | Optional[Sequence['outputs.WorkerPoolResponse']] | def worker_pools(self) -> Optional[Sequence['outputs.WorkerPoolResponse']]:
"""
Description of worker pools with worker size ids, VM sizes, and number of workers in each pool
"""
return pulumi.get(self, "worker_pools") |
Description of worker pools with worker size ids, VM sizes, and number of workers in each pool
| Description of worker pools with worker size ids, VM sizes, and number of workers in each pool | [
"Description",
"of",
"worker",
"pools",
"with",
"worker",
"size",
"ids",
"VM",
"sizes",
"and",
"number",
"of",
"workers",
"in",
"each",
"pool"
] | def worker_pools(self) -> Optional[Sequence['outputs.WorkerPoolResponse']]:
return pulumi.get(self, "worker_pools") | [
"def",
"worker_pools",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.WorkerPoolResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"worker_pools\"",
")"
] | Description of worker pools with worker size ids, VM sizes, and number of workers in each pool | [
"Description",
"of",
"worker",
"pools",
"with",
"worker",
"size",
"ids",
"VM",
"sizes",
"and",
"number",
"of",
"workers",
"in",
"each",
"pool"
] | [
"\"\"\"\n Description of worker pools with worker size ids, VM sizes, and number of workers in each 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": []
} |
ff4663ce58996ac4738955d407c5561d706ccdac | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20160707/get_api_management_service.py | [
"Apache-2.0"
] | Python | additional_locations | Optional[Sequence['outputs.AdditionalRegionResponse']] | def additional_locations(self) -> Optional[Sequence['outputs.AdditionalRegionResponse']]:
"""
Additional datacenter locations of the API Management service.
"""
return pulumi.get(self, "additional_locations") |
Additional datacenter locations of the API Management service.
| Additional datacenter locations of the API Management service. | [
"Additional",
"datacenter",
"locations",
"of",
"the",
"API",
"Management",
"service",
"."
] | def additional_locations(self) -> Optional[Sequence['outputs.AdditionalRegionResponse']]:
return pulumi.get(self, "additional_locations") | [
"def",
"additional_locations",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.AdditionalRegionResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"additional_locations\"",
")"
] | Additional datacenter locations of the API Management service. | [
"Additional",
"datacenter",
"locations",
"of",
"the",
"API",
"Management",
"service",
"."
] | [
"\"\"\"\n Additional datacenter locations of the API Management 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": []
} |
ff4663ce58996ac4738955d407c5561d706ccdac | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20160707/get_api_management_service.py | [
"Apache-2.0"
] | Python | created_at_utc | str | def created_at_utc(self) -> str:
"""
Creation UTC date of the API Management service.The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
"""
return pulumi.get(self, "created_at_utc") |
Creation UTC date of the API Management service.The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
| Creation UTC date of the API Management service.The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard. | [
"Creation",
"UTC",
"date",
"of",
"the",
"API",
"Management",
"service",
".",
"The",
"date",
"conforms",
"to",
"the",
"following",
"format",
":",
"`",
"yyyy",
"-",
"MM",
"-",
"ddTHH",
":",
"mm",
":",
"ssZ",
"`",
"as",
"specified",
"by",
"the",
"ISO",
... | def created_at_utc(self) -> str:
return pulumi.get(self, "created_at_utc") | [
"def",
"created_at_utc",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"created_at_utc\"",
")"
] | Creation UTC date of the API Management service.The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard. | [
"Creation",
"UTC",
"date",
"of",
"the",
"API",
"Management",
"service",
".",
"The",
"date",
"conforms",
"to",
"the",
"following",
"format",
":",
"`",
"yyyy",
"-",
"MM",
"-",
"ddTHH",
":",
"mm",
":",
"ssZ",
"`",
"as",
"specified",
"by",
"the",
"ISO",
... | [
"\"\"\"\n Creation UTC date of the API Management service.The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ff4663ce58996ac4738955d407c5561d706ccdac | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20160707/get_api_management_service.py | [
"Apache-2.0"
] | Python | custom_properties | Optional[Mapping[str, str]] | def custom_properties(self) -> Optional[Mapping[str, str]]:
"""
Custom properties of the API Management service, like disabling TLS 1.0.
"""
return pulumi.get(self, "custom_properties") |
Custom properties of the API Management service, like disabling TLS 1.0.
| Custom properties of the API Management service, like disabling TLS 1.0. | [
"Custom",
"properties",
"of",
"the",
"API",
"Management",
"service",
"like",
"disabling",
"TLS",
"1",
".",
"0",
"."
] | def custom_properties(self) -> Optional[Mapping[str, str]]:
return pulumi.get(self, "custom_properties") | [
"def",
"custom_properties",
"(",
"self",
")",
"->",
"Optional",
"[",
"Mapping",
"[",
"str",
",",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_properties\"",
")"
] | Custom properties of the API Management service, like disabling TLS 1.0. | [
"Custom",
"properties",
"of",
"the",
"API",
"Management",
"service",
"like",
"disabling",
"TLS",
"1",
".",
"0",
"."
] | [
"\"\"\"\n Custom properties of the API Management service, like disabling TLS 1.0.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ff4663ce58996ac4738955d407c5561d706ccdac | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20160707/get_api_management_service.py | [
"Apache-2.0"
] | Python | hostname_configurations | Optional[Sequence['outputs.HostnameConfigurationResponse']] | def hostname_configurations(self) -> Optional[Sequence['outputs.HostnameConfigurationResponse']]:
"""
Custom hostname configuration of the API Management service.
"""
return pulumi.get(self, "hostname_configurations") |
Custom hostname configuration of the API Management service.
| Custom hostname configuration of the API Management service. | [
"Custom",
"hostname",
"configuration",
"of",
"the",
"API",
"Management",
"service",
"."
] | def hostname_configurations(self) -> Optional[Sequence['outputs.HostnameConfigurationResponse']]:
return pulumi.get(self, "hostname_configurations") | [
"def",
"hostname_configurations",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.HostnameConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"hostname_configurations\"",
")"
] | Custom hostname configuration of the API Management service. | [
"Custom",
"hostname",
"configuration",
"of",
"the",
"API",
"Management",
"service",
"."
] | [
"\"\"\"\n Custom hostname configuration of the API Management 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": []
} |
ff4663ce58996ac4738955d407c5561d706ccdac | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20160707/get_api_management_service.py | [
"Apache-2.0"
] | Python | runtime_url | str | def runtime_url(self) -> str:
"""
Proxy endpoint URL of the API Management service.
"""
return pulumi.get(self, "runtime_url") |
Proxy endpoint URL of the API Management service.
| Proxy endpoint URL of the API Management service. | [
"Proxy",
"endpoint",
"URL",
"of",
"the",
"API",
"Management",
"service",
"."
] | def runtime_url(self) -> str:
return pulumi.get(self, "runtime_url") | [
"def",
"runtime_url",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"runtime_url\"",
")"
] | Proxy endpoint URL of the API Management service. | [
"Proxy",
"endpoint",
"URL",
"of",
"the",
"API",
"Management",
"service",
"."
] | [
"\"\"\"\n Proxy endpoint URL of the API Management 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": []
} |
ff4663ce58996ac4738955d407c5561d706ccdac | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20160707/get_api_management_service.py | [
"Apache-2.0"
] | Python | target_provisioning_state | str | def target_provisioning_state(self) -> str:
"""
The provisioning state of the API Management service, which is targeted by the long running operation started on the service.
"""
return pulumi.get(self, "target_provisioning_state") |
The provisioning state of the API Management service, which is targeted by the long running operation started on the service.
| The provisioning state of the API Management service, which is targeted by the long running operation started on the service. | [
"The",
"provisioning",
"state",
"of",
"the",
"API",
"Management",
"service",
"which",
"is",
"targeted",
"by",
"the",
"long",
"running",
"operation",
"started",
"on",
"the",
"service",
"."
] | def target_provisioning_state(self) -> str:
return pulumi.get(self, "target_provisioning_state") | [
"def",
"target_provisioning_state",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_provisioning_state\"",
")"
] | The provisioning state of the API Management service, which is targeted by the long running operation started on the service. | [
"The",
"provisioning",
"state",
"of",
"the",
"API",
"Management",
"service",
"which",
"is",
"targeted",
"by",
"the",
"long",
"running",
"operation",
"started",
"on",
"the",
"service",
"."
] | [
"\"\"\"\n The provisioning state of the API Management service, which is targeted by the long running operation started on the service.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ff7752fe6b820a5b7be7bec0c655382503b8e3a9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/mixedreality/latest/list_spatial_anchors_account_keys.py | [
"Apache-2.0"
] | Python | list_spatial_anchors_account_keys | AwaitableListSpatialAnchorsAccountKeysResult | def list_spatial_anchors_account_keys(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListSpatialAnchorsAccountKeysResult:
"""
Developer Keys of acc... |
Developer Keys of account
Latest API Version: 2021-01-01.
:param str account_name: Name of an Mixed Reality Account.
:param str resource_group_name: Name of an Azure resource group.
| Developer Keys of account
Latest API Version: 2021-01-01. | [
"Developer",
"Keys",
"of",
"account",
"Latest",
"API",
"Version",
":",
"2021",
"-",
"01",
"-",
"01",
"."
] | def list_spatial_anchors_account_keys(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListSpatialAnchorsAccountKeysResult:
pulumi.log.warn("list_spatial... | [
"def",
"list_spatial_anchors_account_keys",
"(",
"account_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
... | Developer Keys of account
Latest API Version: 2021-01-01. | [
"Developer",
"Keys",
"of",
"account",
"Latest",
"API",
"Version",
":",
"2021",
"-",
"01",
"-",
"01",
"."
] | [
"\"\"\"\n Developer Keys of account\n Latest API Version: 2021-01-01.\n\n\n :param str account_name: Name of an Mixed Reality Account.\n :param str resource_group_name: Name of an Azure resource group.\n \"\"\""
] | [
{
"param": "account_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "account_name",
"type": "Optional[str]",
"docstring": "Name of an Mixed Reality Account.",
"docstring_tokens": [
"Name",
"of",
"an",
"Mixed",
"Reality",
"Account",
"."
... |
ff7ab1ba5bda23212178d2a7b3d17fbf1fd3ecc2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20170831/managed_cluster.py | [
"Apache-2.0"
] | Python | agent_pool_profiles | pulumi.Output[Optional[Sequence['outputs.ContainerServiceAgentPoolProfileResponse']]] | def agent_pool_profiles(self) -> pulumi.Output[Optional[Sequence['outputs.ContainerServiceAgentPoolProfileResponse']]]:
"""
Properties of the agent pool.
"""
return pulumi.get(self, "agent_pool_profiles") |
Properties of the agent pool.
| Properties of the agent pool. | [
"Properties",
"of",
"the",
"agent",
"pool",
"."
] | def agent_pool_profiles(self) -> pulumi.Output[Optional[Sequence['outputs.ContainerServiceAgentPoolProfileResponse']]]:
return pulumi.get(self, "agent_pool_profiles") | [
"def",
"agent_pool_profiles",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ContainerServiceAgentPoolProfileResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"agent_pool_profiles... | Properties of the agent pool. | [
"Properties",
"of",
"the",
"agent",
"pool",
"."
] | [
"\"\"\"\n Properties of the agent 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": []
} |
25eed8f997f0483fc771f438a40af88641be9b9f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/solutions/v20190701/application.py | [
"Apache-2.0"
] | Python | application_definition_id | pulumi.Output[Optional[str]] | def application_definition_id(self) -> pulumi.Output[Optional[str]]:
"""
The fully qualified path of managed application definition Id.
"""
return pulumi.get(self, "application_definition_id") |
The fully qualified path of managed application definition Id.
| The fully qualified path of managed application definition Id. | [
"The",
"fully",
"qualified",
"path",
"of",
"managed",
"application",
"definition",
"Id",
"."
] | def application_definition_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "application_definition_id") | [
"def",
"application_definition_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"application_definition_id\"",
")"
] | The fully qualified path of managed application definition Id. | [
"The",
"fully",
"qualified",
"path",
"of",
"managed",
"application",
"definition",
"Id",
"."
] | [
"\"\"\"\n The fully qualified path of managed application definition Id.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
25eed8f997f0483fc771f438a40af88641be9b9f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/solutions/v20190701/application.py | [
"Apache-2.0"
] | Python | artifacts | pulumi.Output[Sequence['outputs.ApplicationArtifactResponse']] | def artifacts(self) -> pulumi.Output[Sequence['outputs.ApplicationArtifactResponse']]:
"""
The collection of managed application artifacts.
"""
return pulumi.get(self, "artifacts") |
The collection of managed application artifacts.
| The collection of managed application artifacts. | [
"The",
"collection",
"of",
"managed",
"application",
"artifacts",
"."
] | def artifacts(self) -> pulumi.Output[Sequence['outputs.ApplicationArtifactResponse']]:
return pulumi.get(self, "artifacts") | [
"def",
"artifacts",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.ApplicationArtifactResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"artifacts\"",
")"
] | The collection of managed application artifacts. | [
"The",
"collection",
"of",
"managed",
"application",
"artifacts",
"."
] | [
"\"\"\"\n The collection of managed application artifacts.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
25eed8f997f0483fc771f438a40af88641be9b9f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/solutions/v20190701/application.py | [
"Apache-2.0"
] | Python | authorizations | pulumi.Output[Sequence['outputs.ApplicationAuthorizationResponse']] | def authorizations(self) -> pulumi.Output[Sequence['outputs.ApplicationAuthorizationResponse']]:
"""
The read-only authorizations property that is retrieved from the application package.
"""
return pulumi.get(self, "authorizations") |
The read-only authorizations property that is retrieved from the application package.
| The read-only authorizations property that is retrieved from the application package. | [
"The",
"read",
"-",
"only",
"authorizations",
"property",
"that",
"is",
"retrieved",
"from",
"the",
"application",
"package",
"."
] | def authorizations(self) -> pulumi.Output[Sequence['outputs.ApplicationAuthorizationResponse']]:
return pulumi.get(self, "authorizations") | [
"def",
"authorizations",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.ApplicationAuthorizationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"authorizations\"",
")"
] | The read-only authorizations property that is retrieved from the application package. | [
"The",
"read",
"-",
"only",
"authorizations",
"property",
"that",
"is",
"retrieved",
"from",
"the",
"application",
"package",
"."
] | [
"\"\"\"\n The read-only authorizations property that is retrieved from the application package.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
25eed8f997f0483fc771f438a40af88641be9b9f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/solutions/v20190701/application.py | [
"Apache-2.0"
] | Python | billing_details | pulumi.Output['outputs.ApplicationBillingDetailsDefinitionResponse'] | def billing_details(self) -> pulumi.Output['outputs.ApplicationBillingDetailsDefinitionResponse']:
"""
The managed application billing details.
"""
return pulumi.get(self, "billing_details") |
The managed application billing details.
| The managed application billing details. | [
"The",
"managed",
"application",
"billing",
"details",
"."
] | def billing_details(self) -> pulumi.Output['outputs.ApplicationBillingDetailsDefinitionResponse']:
return pulumi.get(self, "billing_details") | [
"def",
"billing_details",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ApplicationBillingDetailsDefinitionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"billing_details\"",
")"
] | The managed application billing details. | [
"The",
"managed",
"application",
"billing",
"details",
"."
] | [
"\"\"\"\n The managed application billing details.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
25eed8f997f0483fc771f438a40af88641be9b9f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/solutions/v20190701/application.py | [
"Apache-2.0"
] | Python | customer_support | pulumi.Output['outputs.ApplicationPackageContactResponse'] | def customer_support(self) -> pulumi.Output['outputs.ApplicationPackageContactResponse']:
"""
The read-only customer support property that is retrieved from the application package.
"""
return pulumi.get(self, "customer_support") |
The read-only customer support property that is retrieved from the application package.
| The read-only customer support property that is retrieved from the application package. | [
"The",
"read",
"-",
"only",
"customer",
"support",
"property",
"that",
"is",
"retrieved",
"from",
"the",
"application",
"package",
"."
] | def customer_support(self) -> pulumi.Output['outputs.ApplicationPackageContactResponse']:
return pulumi.get(self, "customer_support") | [
"def",
"customer_support",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ApplicationPackageContactResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"customer_support\"",
")"
] | The read-only customer support property that is retrieved from the application package. | [
"The",
"read",
"-",
"only",
"customer",
"support",
"property",
"that",
"is",
"retrieved",
"from",
"the",
"application",
"package",
"."
] | [
"\"\"\"\n The read-only customer support property that is retrieved from the application package.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
25eed8f997f0483fc771f438a40af88641be9b9f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/solutions/v20190701/application.py | [
"Apache-2.0"
] | Python | jit_access_policy | pulumi.Output[Optional['outputs.ApplicationJitAccessPolicyResponse']] | def jit_access_policy(self) -> pulumi.Output[Optional['outputs.ApplicationJitAccessPolicyResponse']]:
"""
The managed application Jit access policy.
"""
return pulumi.get(self, "jit_access_policy") |
The managed application Jit access policy.
| The managed application Jit access policy. | [
"The",
"managed",
"application",
"Jit",
"access",
"policy",
"."
] | def jit_access_policy(self) -> pulumi.Output[Optional['outputs.ApplicationJitAccessPolicyResponse']]:
return pulumi.get(self, "jit_access_policy") | [
"def",
"jit_access_policy",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.ApplicationJitAccessPolicyResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"jit_access_policy\"",
")"
] | The managed application Jit access policy. | [
"The",
"managed",
"application",
"Jit",
"access",
"policy",
"."
] | [
"\"\"\"\n The managed application Jit access policy.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
25eed8f997f0483fc771f438a40af88641be9b9f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/solutions/v20190701/application.py | [
"Apache-2.0"
] | Python | managed_resource_group_id | pulumi.Output[Optional[str]] | def managed_resource_group_id(self) -> pulumi.Output[Optional[str]]:
"""
The managed resource group Id.
"""
return pulumi.get(self, "managed_resource_group_id") |
The managed resource group Id.
| The managed resource group Id. | [
"The",
"managed",
"resource",
"group",
"Id",
"."
] | def managed_resource_group_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "managed_resource_group_id") | [
"def",
"managed_resource_group_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"managed_resource_group_id\"",
")"
] | The managed resource group Id. | [
"The",
"managed",
"resource",
"group",
"Id",
"."
] | [
"\"\"\"\n The managed resource group Id.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
25eed8f997f0483fc771f438a40af88641be9b9f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/solutions/v20190701/application.py | [
"Apache-2.0"
] | Python | management_mode | pulumi.Output[str] | def management_mode(self) -> pulumi.Output[str]:
"""
The managed application management mode.
"""
return pulumi.get(self, "management_mode") |
The managed application management mode.
| The managed application management mode. | [
"The",
"managed",
"application",
"management",
"mode",
"."
] | def management_mode(self) -> pulumi.Output[str]:
return pulumi.get(self, "management_mode") | [
"def",
"management_mode",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"management_mode\"",
")"
] | The managed application management mode. | [
"The",
"managed",
"application",
"management",
"mode",
"."
] | [
"\"\"\"\n The managed application management mode.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
25eed8f997f0483fc771f438a40af88641be9b9f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/solutions/v20190701/application.py | [
"Apache-2.0"
] | Python | support_urls | pulumi.Output['outputs.ApplicationPackageSupportUrlsResponse'] | def support_urls(self) -> pulumi.Output['outputs.ApplicationPackageSupportUrlsResponse']:
"""
The read-only support URLs property that is retrieved from the application package.
"""
return pulumi.get(self, "support_urls") |
The read-only support URLs property that is retrieved from the application package.
| The read-only support URLs property that is retrieved from the application package. | [
"The",
"read",
"-",
"only",
"support",
"URLs",
"property",
"that",
"is",
"retrieved",
"from",
"the",
"application",
"package",
"."
] | def support_urls(self) -> pulumi.Output['outputs.ApplicationPackageSupportUrlsResponse']:
return pulumi.get(self, "support_urls") | [
"def",
"support_urls",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ApplicationPackageSupportUrlsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"support_urls\"",
")"
] | The read-only support URLs property that is retrieved from the application package. | [
"The",
"read",
"-",
"only",
"support",
"URLs",
"property",
"that",
"is",
"retrieved",
"from",
"the",
"application",
"package",
"."
] | [
"\"\"\"\n The read-only support URLs property that is retrieved from the application package.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1e1c52e7a6cc1e86eb01b28511ab5f48930d5602 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/v20161001/get_manager.py | [
"Apache-2.0"
] | Python | cis_intrinsic_settings | Optional['outputs.ManagerIntrinsicSettingsResponse'] | def cis_intrinsic_settings(self) -> Optional['outputs.ManagerIntrinsicSettingsResponse']:
"""
Specifies if the Manager is Garda or Helsinki
"""
return pulumi.get(self, "cis_intrinsic_settings") |
Specifies if the Manager is Garda or Helsinki
| Specifies if the Manager is Garda or Helsinki | [
"Specifies",
"if",
"the",
"Manager",
"is",
"Garda",
"or",
"Helsinki"
] | def cis_intrinsic_settings(self) -> Optional['outputs.ManagerIntrinsicSettingsResponse']:
return pulumi.get(self, "cis_intrinsic_settings") | [
"def",
"cis_intrinsic_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ManagerIntrinsicSettingsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cis_intrinsic_settings\"",
")"
] | Specifies if the Manager is Garda or Helsinki | [
"Specifies",
"if",
"the",
"Manager",
"is",
"Garda",
"or",
"Helsinki"
] | [
"\"\"\"\n Specifies if the Manager is Garda or Helsinki\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
354a2e3df705a5fe9b23b4b47994d5182e27f8bf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20150401/get_autoscale_setting.py | [
"Apache-2.0"
] | Python | profiles | Sequence['outputs.AutoscaleProfileResponse'] | def profiles(self) -> Sequence['outputs.AutoscaleProfileResponse']:
"""
the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.
"""
return pulumi.get(self, "profiles") |
the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.
| the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified. | [
"the",
"collection",
"of",
"automatic",
"scaling",
"profiles",
"that",
"specify",
"different",
"scaling",
"parameters",
"for",
"different",
"time",
"periods",
".",
"A",
"maximum",
"of",
"20",
"profiles",
"can",
"be",
"specified",
"."
] | def profiles(self) -> Sequence['outputs.AutoscaleProfileResponse']:
return pulumi.get(self, "profiles") | [
"def",
"profiles",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.AutoscaleProfileResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"profiles\"",
")"
] | the collection of automatic scaling profiles that specify different scaling parameters for different time periods. | [
"the",
"collection",
"of",
"automatic",
"scaling",
"profiles",
"that",
"specify",
"different",
"scaling",
"parameters",
"for",
"different",
"time",
"periods",
"."
] | [
"\"\"\"\n the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
354a2e3df705a5fe9b23b4b47994d5182e27f8bf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20150401/get_autoscale_setting.py | [
"Apache-2.0"
] | Python | target_resource_uri | Optional[str] | def target_resource_uri(self) -> Optional[str]:
"""
the resource identifier of the resource that the autoscale setting should be added to.
"""
return pulumi.get(self, "target_resource_uri") |
the resource identifier of the resource that the autoscale setting should be added to.
| the resource identifier of the resource that the autoscale setting should be added to. | [
"the",
"resource",
"identifier",
"of",
"the",
"resource",
"that",
"the",
"autoscale",
"setting",
"should",
"be",
"added",
"to",
"."
] | def target_resource_uri(self) -> Optional[str]:
return pulumi.get(self, "target_resource_uri") | [
"def",
"target_resource_uri",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_resource_uri\"",
")"
] | the resource identifier of the resource that the autoscale setting should be added to. | [
"the",
"resource",
"identifier",
"of",
"the",
"resource",
"that",
"the",
"autoscale",
"setting",
"should",
"be",
"added",
"to",
"."
] | [
"\"\"\"\n the resource identifier of the resource that the autoscale setting should be added to.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
cd4c5030ac23e4fd8cfda2b028dc0f72af08b351 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/get_private_dns_zone_group.py | [
"Apache-2.0"
] | Python | private_dns_zone_configs | Optional[Sequence['outputs.PrivateDnsZoneConfigResponse']] | def private_dns_zone_configs(self) -> Optional[Sequence['outputs.PrivateDnsZoneConfigResponse']]:
"""
A collection of private dns zone configurations of the private dns zone group.
"""
return pulumi.get(self, "private_dns_zone_configs") |
A collection of private dns zone configurations of the private dns zone group.
| A collection of private dns zone configurations of the private dns zone group. | [
"A",
"collection",
"of",
"private",
"dns",
"zone",
"configurations",
"of",
"the",
"private",
"dns",
"zone",
"group",
"."
] | def private_dns_zone_configs(self) -> Optional[Sequence['outputs.PrivateDnsZoneConfigResponse']]:
return pulumi.get(self, "private_dns_zone_configs") | [
"def",
"private_dns_zone_configs",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.PrivateDnsZoneConfigResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_dns_zone_configs\"",
")"
] | A collection of private dns zone configurations of the private dns zone group. | [
"A",
"collection",
"of",
"private",
"dns",
"zone",
"configurations",
"of",
"the",
"private",
"dns",
"zone",
"group",
"."
] | [
"\"\"\"\n A collection of private dns zone configurations of the private dns zone 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": []
} |
a3c02eb21b3a8f7814f796ac5da40a9e0082b180 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/get_data_collection_rule.py | [
"Apache-2.0"
] | Python | data_flows | Sequence['outputs.DataFlowResponse'] | def data_flows(self) -> Sequence['outputs.DataFlowResponse']:
"""
The specification of data flows.
"""
return pulumi.get(self, "data_flows") |
The specification of data flows.
| The specification of data flows. | [
"The",
"specification",
"of",
"data",
"flows",
"."
] | def data_flows(self) -> Sequence['outputs.DataFlowResponse']:
return pulumi.get(self, "data_flows") | [
"def",
"data_flows",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.DataFlowResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_flows\"",
")"
] | The specification of data flows. | [
"The",
"specification",
"of",
"data",
"flows",
"."
] | [
"\"\"\"\n The specification of data flows.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a3c2644c40a624eb7fa71251edf80ddf9f67a9df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hybridnetwork/vendor.py | [
"Apache-2.0"
] | Python | skus | pulumi.Output[Sequence['outputs.SubResourceResponse']] | def skus(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
"""
A list of IDs of the vendor skus offered by the vendor.
"""
return pulumi.get(self, "skus") |
A list of IDs of the vendor skus offered by the vendor.
| A list of IDs of the vendor skus offered by the vendor. | [
"A",
"list",
"of",
"IDs",
"of",
"the",
"vendor",
"skus",
"offered",
"by",
"the",
"vendor",
"."
] | def skus(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
return pulumi.get(self, "skus") | [
"def",
"skus",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"skus\"",
")"
] | A list of IDs of the vendor skus offered by the vendor. | [
"A",
"list",
"of",
"IDs",
"of",
"the",
"vendor",
"skus",
"offered",
"by",
"the",
"vendor",
"."
] | [
"\"\"\"\n A list of IDs of the vendor skus offered by the vendor.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
86c29f9e1deeb087424fa1581683244f88d7efba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/edgeorder/get_order_by_name.py | [
"Apache-2.0"
] | Python | order_collection_id | str | def order_collection_id(self) -> str:
"""
Id of the order collection to which order belongs to
"""
return pulumi.get(self, "order_collection_id") |
Id of the order collection to which order belongs to
| Id of the order collection to which order belongs to | [
"Id",
"of",
"the",
"order",
"collection",
"to",
"which",
"order",
"belongs",
"to"
] | def order_collection_id(self) -> str:
return pulumi.get(self, "order_collection_id") | [
"def",
"order_collection_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"order_collection_id\"",
")"
] | Id of the order collection to which order belongs to | [
"Id",
"of",
"the",
"order",
"collection",
"to",
"which",
"order",
"belongs",
"to"
] | [
"\"\"\"\n Id of the order collection to which order belongs to\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
71dc37923b194534662ce0b371ee50dc11367d95 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_instance_pool.py | [
"Apache-2.0"
] | Python | v_cores | int | def v_cores(self) -> int:
"""
Count of vCores belonging to this instance pool.
"""
return pulumi.get(self, "v_cores") |
Count of vCores belonging to this instance pool.
| Count of vCores belonging to this instance pool. | [
"Count",
"of",
"vCores",
"belonging",
"to",
"this",
"instance",
"pool",
"."
] | def v_cores(self) -> int:
return pulumi.get(self, "v_cores") | [
"def",
"v_cores",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"v_cores\"",
")"
] | Count of vCores belonging to this instance pool. | [
"Count",
"of",
"vCores",
"belonging",
"to",
"this",
"instance",
"pool",
"."
] | [
"\"\"\"\n Count of vCores belonging to this instance 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": []
} |
27059a8a55361e2298a0956c25fb3c4ccb357ffb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/v20200401/database_account.py | [
"Apache-2.0"
] | Python | cors | pulumi.Output[Optional[Sequence['outputs.CorsPolicyResponse']]] | def cors(self) -> pulumi.Output[Optional[Sequence['outputs.CorsPolicyResponse']]]:
"""
The CORS policy for the Cosmos DB database account.
"""
return pulumi.get(self, "cors") |
The CORS policy for the Cosmos DB database account.
| The CORS policy for the Cosmos DB database account. | [
"The",
"CORS",
"policy",
"for",
"the",
"Cosmos",
"DB",
"database",
"account",
"."
] | def cors(self) -> pulumi.Output[Optional[Sequence['outputs.CorsPolicyResponse']]]:
return pulumi.get(self, "cors") | [
"def",
"cors",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.CorsPolicyResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cors\"",
")"
] | The CORS policy for the Cosmos DB database account. | [
"The",
"CORS",
"policy",
"for",
"the",
"Cosmos",
"DB",
"database",
"account",
"."
] | [
"\"\"\"\n The CORS policy for the Cosmos DB database 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": []
} |
27059a8a55361e2298a0956c25fb3c4ccb357ffb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/v20200401/database_account.py | [
"Apache-2.0"
] | Python | enable_analytical_storage | pulumi.Output[Optional[bool]] | def enable_analytical_storage(self) -> pulumi.Output[Optional[bool]]:
"""
Flag to indicate whether to enable storage analytics.
"""
return pulumi.get(self, "enable_analytical_storage") |
Flag to indicate whether to enable storage analytics.
| Flag to indicate whether to enable storage analytics. | [
"Flag",
"to",
"indicate",
"whether",
"to",
"enable",
"storage",
"analytics",
"."
] | def enable_analytical_storage(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "enable_analytical_storage") | [
"def",
"enable_analytical_storage",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_analytical_storage\"",
")"
] | Flag to indicate whether to enable storage analytics. | [
"Flag",
"to",
"indicate",
"whether",
"to",
"enable",
"storage",
"analytics",
"."
] | [
"\"\"\"\n Flag to indicate whether to enable storage analytics.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
270aaa4024beb7006dfefe0e449e2a677632c78e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/get_api_operation.py | [
"Apache-2.0"
] | Python | request | Optional['outputs.RequestContractResponse'] | def request(self) -> Optional['outputs.RequestContractResponse']:
"""
An entity containing request details.
"""
return pulumi.get(self, "request") |
An entity containing request details.
| An entity containing request details. | [
"An",
"entity",
"containing",
"request",
"details",
"."
] | def request(self) -> Optional['outputs.RequestContractResponse']:
return pulumi.get(self, "request") | [
"def",
"request",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.RequestContractResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"request\"",
")"
] | An entity containing request details. | [
"An",
"entity",
"containing",
"request",
"details",
"."
] | [
"\"\"\"\n An entity containing request details.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
270aaa4024beb7006dfefe0e449e2a677632c78e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/get_api_operation.py | [
"Apache-2.0"
] | Python | template_parameters | Optional[Sequence['outputs.ParameterContractResponse']] | def template_parameters(self) -> Optional[Sequence['outputs.ParameterContractResponse']]:
"""
Collection of URL template parameters.
"""
return pulumi.get(self, "template_parameters") |
Collection of URL template parameters.
| Collection of URL template parameters. | [
"Collection",
"of",
"URL",
"template",
"parameters",
"."
] | def template_parameters(self) -> Optional[Sequence['outputs.ParameterContractResponse']]:
return pulumi.get(self, "template_parameters") | [
"def",
"template_parameters",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ParameterContractResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"template_parameters\"",
")"
] | Collection of URL template parameters. | [
"Collection",
"of",
"URL",
"template",
"parameters",
"."
] | [
"\"\"\"\n Collection of URL template parameters.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e111ec17e7a9e4bc441537452dddf2ce1a65a69d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/synapse/v20201201/workspace.py | [
"Apache-2.0"
] | Python | default_data_lake_storage | pulumi.Output[Optional['outputs.DataLakeStorageAccountDetailsResponse']] | def default_data_lake_storage(self) -> pulumi.Output[Optional['outputs.DataLakeStorageAccountDetailsResponse']]:
"""
Workspace default data lake storage account details
"""
return pulumi.get(self, "default_data_lake_storage") |
Workspace default data lake storage account details
| Workspace default data lake storage account details | [
"Workspace",
"default",
"data",
"lake",
"storage",
"account",
"details"
] | def default_data_lake_storage(self) -> pulumi.Output[Optional['outputs.DataLakeStorageAccountDetailsResponse']]:
return pulumi.get(self, "default_data_lake_storage") | [
"def",
"default_data_lake_storage",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.DataLakeStorageAccountDetailsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_data_lake_storage\"",
")"
] | Workspace default data lake storage account details | [
"Workspace",
"default",
"data",
"lake",
"storage",
"account",
"details"
] | [
"\"\"\"\n Workspace default data lake storage account details\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e111ec17e7a9e4bc441537452dddf2ce1a65a69d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/synapse/v20201201/workspace.py | [
"Apache-2.0"
] | Python | encryption | pulumi.Output[Optional['outputs.EncryptionDetailsResponse']] | def encryption(self) -> pulumi.Output[Optional['outputs.EncryptionDetailsResponse']]:
"""
The encryption details of the workspace
"""
return pulumi.get(self, "encryption") |
The encryption details of the workspace
| The encryption details of the workspace | [
"The",
"encryption",
"details",
"of",
"the",
"workspace"
] | def encryption(self) -> pulumi.Output[Optional['outputs.EncryptionDetailsResponse']]:
return pulumi.get(self, "encryption") | [
"def",
"encryption",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.EncryptionDetailsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption\"",
")"
] | The encryption details of the workspace | [
"The",
"encryption",
"details",
"of",
"the",
"workspace"
] | [
"\"\"\"\n The encryption details of the workspace\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e111ec17e7a9e4bc441537452dddf2ce1a65a69d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/synapse/v20201201/workspace.py | [
"Apache-2.0"
] | Python | managed_virtual_network | pulumi.Output[Optional[str]] | def managed_virtual_network(self) -> pulumi.Output[Optional[str]]:
"""
Setting this to 'default' will ensure that all compute for this workspace is in a virtual network managed on behalf of the user.
"""
return pulumi.get(self, "managed_virtual_network") |
Setting this to 'default' will ensure that all compute for this workspace is in a virtual network managed on behalf of the user.
| Setting this to 'default' will ensure that all compute for this workspace is in a virtual network managed on behalf of the user. | [
"Setting",
"this",
"to",
"'",
"default",
"'",
"will",
"ensure",
"that",
"all",
"compute",
"for",
"this",
"workspace",
"is",
"in",
"a",
"virtual",
"network",
"managed",
"on",
"behalf",
"of",
"the",
"user",
"."
] | def managed_virtual_network(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "managed_virtual_network") | [
"def",
"managed_virtual_network",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"managed_virtual_network\"",
")"
] | Setting this to 'default' will ensure that all compute for this workspace is in a virtual network managed on behalf of the user. | [
"Setting",
"this",
"to",
"'",
"default",
"'",
"will",
"ensure",
"that",
"all",
"compute",
"for",
"this",
"workspace",
"is",
"in",
"a",
"virtual",
"network",
"managed",
"on",
"behalf",
"of",
"the",
"user",
"."
] | [
"\"\"\"\n Setting this to 'default' will ensure that all compute for this workspace is in a virtual network managed on behalf of the user.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e111ec17e7a9e4bc441537452dddf2ce1a65a69d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/synapse/v20201201/workspace.py | [
"Apache-2.0"
] | Python | sql_administrator_login | pulumi.Output[Optional[str]] | def sql_administrator_login(self) -> pulumi.Output[Optional[str]]:
"""
Login for workspace SQL active directory administrator
"""
return pulumi.get(self, "sql_administrator_login") |
Login for workspace SQL active directory administrator
| Login for workspace SQL active directory administrator | [
"Login",
"for",
"workspace",
"SQL",
"active",
"directory",
"administrator"
] | def sql_administrator_login(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "sql_administrator_login") | [
"def",
"sql_administrator_login",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sql_administrator_login\"",
")"
] | Login for workspace SQL active directory administrator | [
"Login",
"for",
"workspace",
"SQL",
"active",
"directory",
"administrator"
] | [
"\"\"\"\n Login for workspace SQL active directory administrator\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e12bbe28ecdf82866f9df250a503e0cf0e13316a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20190601/get_blob_inventory_policy.py | [
"Apache-2.0"
] | Python | policy | 'outputs.BlobInventoryPolicySchemaResponse' | def policy(self) -> 'outputs.BlobInventoryPolicySchemaResponse':
"""
The storage account blob inventory policy object. It is composed of policy rules.
"""
return pulumi.get(self, "policy") |
The storage account blob inventory policy object. It is composed of policy rules.
| The storage account blob inventory policy object. It is composed of policy rules. | [
"The",
"storage",
"account",
"blob",
"inventory",
"policy",
"object",
".",
"It",
"is",
"composed",
"of",
"policy",
"rules",
"."
] | def policy(self) -> 'outputs.BlobInventoryPolicySchemaResponse':
return pulumi.get(self, "policy") | [
"def",
"policy",
"(",
"self",
")",
"->",
"'outputs.BlobInventoryPolicySchemaResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"policy\"",
")"
] | The storage account blob inventory policy object. | [
"The",
"storage",
"account",
"blob",
"inventory",
"policy",
"object",
"."
] | [
"\"\"\"\n The storage account blob inventory policy object. It is composed of policy rules.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
956dfd64182ff9223bc5e79a69c59f83232d11f7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/get_pipeline_run.py | [
"Apache-2.0"
] | Python | request | Optional['outputs.PipelineRunRequestResponse'] | def request(self) -> Optional['outputs.PipelineRunRequestResponse']:
"""
The request parameters for a pipeline run.
"""
return pulumi.get(self, "request") |
The request parameters for a pipeline run.
| The request parameters for a pipeline run. | [
"The",
"request",
"parameters",
"for",
"a",
"pipeline",
"run",
"."
] | def request(self) -> Optional['outputs.PipelineRunRequestResponse']:
return pulumi.get(self, "request") | [
"def",
"request",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.PipelineRunRequestResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"request\"",
")"
] | The request parameters for a pipeline run. | [
"The",
"request",
"parameters",
"for",
"a",
"pipeline",
"run",
"."
] | [
"\"\"\"\n The request parameters for a pipeline run.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
956dfd64182ff9223bc5e79a69c59f83232d11f7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/get_pipeline_run.py | [
"Apache-2.0"
] | Python | response | 'outputs.PipelineRunResponseResponse' | def response(self) -> 'outputs.PipelineRunResponseResponse':
"""
The response of a pipeline run.
"""
return pulumi.get(self, "response") |
The response of a pipeline run.
| The response of a pipeline run. | [
"The",
"response",
"of",
"a",
"pipeline",
"run",
"."
] | def response(self) -> 'outputs.PipelineRunResponseResponse':
return pulumi.get(self, "response") | [
"def",
"response",
"(",
"self",
")",
"->",
"'outputs.PipelineRunResponseResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"response\"",
")"
] | The response of a pipeline run. | [
"The",
"response",
"of",
"a",
"pipeline",
"run",
"."
] | [
"\"\"\"\n The response of a pipeline run.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c6cbc08678c51b27ae1780f3c033af0335697b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_nat_rule.py | [
"Apache-2.0"
] | Python | external_mappings | Optional[Sequence['outputs.VpnNatRuleMappingResponse']] | def external_mappings(self) -> Optional[Sequence['outputs.VpnNatRuleMappingResponse']]:
"""
The private IP address external mapping for NAT.
"""
return pulumi.get(self, "external_mappings") |
The private IP address external mapping for NAT.
| The private IP address external mapping for NAT. | [
"The",
"private",
"IP",
"address",
"external",
"mapping",
"for",
"NAT",
"."
] | def external_mappings(self) -> Optional[Sequence['outputs.VpnNatRuleMappingResponse']]:
return pulumi.get(self, "external_mappings") | [
"def",
"external_mappings",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VpnNatRuleMappingResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"external_mappings\"",
")"
] | The private IP address external mapping for NAT. | [
"The",
"private",
"IP",
"address",
"external",
"mapping",
"for",
"NAT",
"."
] | [
"\"\"\"\n The private IP address external mapping for NAT.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c6cbc08678c51b27ae1780f3c033af0335697b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_nat_rule.py | [
"Apache-2.0"
] | Python | internal_mappings | Optional[Sequence['outputs.VpnNatRuleMappingResponse']] | def internal_mappings(self) -> Optional[Sequence['outputs.VpnNatRuleMappingResponse']]:
"""
The private IP address internal mapping for NAT.
"""
return pulumi.get(self, "internal_mappings") |
The private IP address internal mapping for NAT.
| The private IP address internal mapping for NAT. | [
"The",
"private",
"IP",
"address",
"internal",
"mapping",
"for",
"NAT",
"."
] | def internal_mappings(self) -> Optional[Sequence['outputs.VpnNatRuleMappingResponse']]:
return pulumi.get(self, "internal_mappings") | [
"def",
"internal_mappings",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VpnNatRuleMappingResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"internal_mappings\"",
")"
] | The private IP address internal mapping for NAT. | [
"The",
"private",
"IP",
"address",
"internal",
"mapping",
"for",
"NAT",
"."
] | [
"\"\"\"\n The private IP address internal mapping for NAT.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5c16cb11a3211d81ef843d297b5faa0c228a1f15 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/managednetwork/v20190601preview/get_managed_network_group.py | [
"Apache-2.0"
] | Python | management_groups | Optional[Sequence['outputs.ResourceIdResponse']] | def management_groups(self) -> Optional[Sequence['outputs.ResourceIdResponse']]:
"""
The collection of management groups covered by the Managed Network
"""
return pulumi.get(self, "management_groups") |
The collection of management groups covered by the Managed Network
| The collection of management groups covered by the Managed Network | [
"The",
"collection",
"of",
"management",
"groups",
"covered",
"by",
"the",
"Managed",
"Network"
] | def management_groups(self) -> Optional[Sequence['outputs.ResourceIdResponse']]:
return pulumi.get(self, "management_groups") | [
"def",
"management_groups",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ResourceIdResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"management_groups\"",
")"
] | The collection of management groups covered by the Managed Network | [
"The",
"collection",
"of",
"management",
"groups",
"covered",
"by",
"the",
"Managed",
"Network"
] | [
"\"\"\"\n The collection of management groups covered by the Managed Network\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5c16cb11a3211d81ef843d297b5faa0c228a1f15 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/managednetwork/v20190601preview/get_managed_network_group.py | [
"Apache-2.0"
] | Python | subnets | Optional[Sequence['outputs.ResourceIdResponse']] | def subnets(self) -> Optional[Sequence['outputs.ResourceIdResponse']]:
"""
The collection of subnets covered by the Managed Network
"""
return pulumi.get(self, "subnets") |
The collection of subnets covered by the Managed Network
| The collection of subnets covered by the Managed Network | [
"The",
"collection",
"of",
"subnets",
"covered",
"by",
"the",
"Managed",
"Network"
] | def subnets(self) -> Optional[Sequence['outputs.ResourceIdResponse']]:
return pulumi.get(self, "subnets") | [
"def",
"subnets",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ResourceIdResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"subnets\"",
")"
] | The collection of subnets covered by the Managed Network | [
"The",
"collection",
"of",
"subnets",
"covered",
"by",
"the",
"Managed",
"Network"
] | [
"\"\"\"\n The collection of subnets covered by the Managed Network\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5c16cb11a3211d81ef843d297b5faa0c228a1f15 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/managednetwork/v20190601preview/get_managed_network_group.py | [
"Apache-2.0"
] | Python | subscriptions | Optional[Sequence['outputs.ResourceIdResponse']] | def subscriptions(self) -> Optional[Sequence['outputs.ResourceIdResponse']]:
"""
The collection of subscriptions covered by the Managed Network
"""
return pulumi.get(self, "subscriptions") |
The collection of subscriptions covered by the Managed Network
| The collection of subscriptions covered by the Managed Network | [
"The",
"collection",
"of",
"subscriptions",
"covered",
"by",
"the",
"Managed",
"Network"
] | def subscriptions(self) -> Optional[Sequence['outputs.ResourceIdResponse']]:
return pulumi.get(self, "subscriptions") | [
"def",
"subscriptions",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ResourceIdResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"subscriptions\"",
")"
] | The collection of subscriptions covered by the Managed Network | [
"The",
"collection",
"of",
"subscriptions",
"covered",
"by",
"the",
"Managed",
"Network"
] | [
"\"\"\"\n The collection of subscriptions covered by the Managed Network\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5c16cb11a3211d81ef843d297b5faa0c228a1f15 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/managednetwork/v20190601preview/get_managed_network_group.py | [
"Apache-2.0"
] | Python | virtual_networks | Optional[Sequence['outputs.ResourceIdResponse']] | def virtual_networks(self) -> Optional[Sequence['outputs.ResourceIdResponse']]:
"""
The collection of virtual nets covered by the Managed Network
"""
return pulumi.get(self, "virtual_networks") |
The collection of virtual nets covered by the Managed Network
| The collection of virtual nets covered by the Managed Network | [
"The",
"collection",
"of",
"virtual",
"nets",
"covered",
"by",
"the",
"Managed",
"Network"
] | def virtual_networks(self) -> Optional[Sequence['outputs.ResourceIdResponse']]:
return pulumi.get(self, "virtual_networks") | [
"def",
"virtual_networks",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ResourceIdResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_networks\"",
")"
] | The collection of virtual nets covered by the Managed Network | [
"The",
"collection",
"of",
"virtual",
"nets",
"covered",
"by",
"the",
"Managed",
"Network"
] | [
"\"\"\"\n The collection of virtual nets covered by the Managed Network\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
64ed48810d0e87a62becf71e053502f198540b26 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/latest/list_device_failover_sets.py | [
"Apache-2.0"
] | Python | list_device_failover_sets | AwaitableListDeviceFailoverSetsResult | def list_device_failover_sets(device_name: Optional[str] = None,
manager_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDeviceFailoverSetsResult:... |
The list of failover sets.
Latest API Version: 2017-06-01.
:param str device_name: The device name
:param str manager_name: The manager name
:param str resource_group_name: The resource group name
| The list of failover sets. | [
"The",
"list",
"of",
"failover",
"sets",
"."
] | def list_device_failover_sets(device_name: Optional[str] = None,
manager_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDeviceFailoverSetsResult:... | [
"def",
"list_device_failover_sets",
"(",
"device_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"manager_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts... | The list of failover sets. | [
"The",
"list",
"of",
"failover",
"sets",
"."
] | [
"\"\"\"\n The list of failover sets.\n Latest API Version: 2017-06-01.\n\n\n :param str device_name: The device name\n :param str manager_name: The manager name\n :param str resource_group_name: The resource group name\n \"\"\""
] | [
{
"param": "device_name",
"type": "Optional[str]"
},
{
"param": "manager_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "device_name",
"type": "Optional[str]",
"docstring": "The device name",
"docstring_tokens": [
"The",
"device",
"name"
],
"default": null,
"is_optional": false
},
{
"identi... |
a711b4eaae42f39fbf64a5a1deb7d83adb9c6af7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/latest/autoscale_setting.py | [
"Apache-2.0"
] | Python | profiles | pulumi.Output[Sequence['outputs.AutoscaleProfileResponse']] | def profiles(self) -> pulumi.Output[Sequence['outputs.AutoscaleProfileResponse']]:
"""
the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.
"""
return pulumi.get(self, "profiles") |
the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.
| the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified. | [
"the",
"collection",
"of",
"automatic",
"scaling",
"profiles",
"that",
"specify",
"different",
"scaling",
"parameters",
"for",
"different",
"time",
"periods",
".",
"A",
"maximum",
"of",
"20",
"profiles",
"can",
"be",
"specified",
"."
] | def profiles(self) -> pulumi.Output[Sequence['outputs.AutoscaleProfileResponse']]:
return pulumi.get(self, "profiles") | [
"def",
"profiles",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.AutoscaleProfileResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"profiles\"",
")"
] | the collection of automatic scaling profiles that specify different scaling parameters for different time periods. | [
"the",
"collection",
"of",
"automatic",
"scaling",
"profiles",
"that",
"specify",
"different",
"scaling",
"parameters",
"for",
"different",
"time",
"periods",
"."
] | [
"\"\"\"\n the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a711b4eaae42f39fbf64a5a1deb7d83adb9c6af7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/latest/autoscale_setting.py | [
"Apache-2.0"
] | Python | target_resource_uri | pulumi.Output[Optional[str]] | def target_resource_uri(self) -> pulumi.Output[Optional[str]]:
"""
the resource identifier of the resource that the autoscale setting should be added to.
"""
return pulumi.get(self, "target_resource_uri") |
the resource identifier of the resource that the autoscale setting should be added to.
| the resource identifier of the resource that the autoscale setting should be added to. | [
"the",
"resource",
"identifier",
"of",
"the",
"resource",
"that",
"the",
"autoscale",
"setting",
"should",
"be",
"added",
"to",
"."
] | def target_resource_uri(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "target_resource_uri") | [
"def",
"target_resource_uri",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_resource_uri\"",
")"
] | the resource identifier of the resource that the autoscale setting should be added to. | [
"the",
"resource",
"identifier",
"of",
"the",
"resource",
"that",
"the",
"autoscale",
"setting",
"should",
"be",
"added",
"to",
"."
] | [
"\"\"\"\n the resource identifier of the resource that the autoscale setting should be added to.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dd3ae46a72e7926fae341f7319b4cf3eb1cce6a4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20160330/load_balancer.py | [
"Apache-2.0"
] | Python | outbound_nat_rules | pulumi.Output[Optional[Sequence['outputs.OutboundNatRuleResponse']]] | def outbound_nat_rules(self) -> pulumi.Output[Optional[Sequence['outputs.OutboundNatRuleResponse']]]:
"""
Gets or sets outbound NAT rules
"""
return pulumi.get(self, "outbound_nat_rules") |
Gets or sets outbound NAT rules
| Gets or sets outbound NAT rules | [
"Gets",
"or",
"sets",
"outbound",
"NAT",
"rules"
] | def outbound_nat_rules(self) -> pulumi.Output[Optional[Sequence['outputs.OutboundNatRuleResponse']]]:
return pulumi.get(self, "outbound_nat_rules") | [
"def",
"outbound_nat_rules",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.OutboundNatRuleResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"outbound_nat_rules\"",
")"
] | Gets or sets outbound NAT rules | [
"Gets",
"or",
"sets",
"outbound",
"NAT",
"rules"
] | [
"\"\"\"\n Gets or sets outbound NAT rules\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py | [
"Apache-2.0"
] | Python | additional_login_params | pulumi.Output[Optional[Sequence[str]]] | def additional_login_params(self) -> pulumi.Output[Optional[Sequence[str]]]:
"""
Login parameters to send to the OpenID Connect authorization endpoint when
a user logs in. Each parameter must be in the form "key=value".
"""
return pulumi.get(self, "additional_login_params") |
Login parameters to send to the OpenID Connect authorization endpoint when
a user logs in. Each parameter must be in the form "key=value".
| Login parameters to send to the OpenID Connect authorization endpoint when
a user logs in. Each parameter must be in the form "key=value". | [
"Login",
"parameters",
"to",
"send",
"to",
"the",
"OpenID",
"Connect",
"authorization",
"endpoint",
"when",
"a",
"user",
"logs",
"in",
".",
"Each",
"parameter",
"must",
"be",
"in",
"the",
"form",
"\"",
"key",
"=",
"value",
"\"",
"."
] | def additional_login_params(self) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "additional_login_params") | [
"def",
"additional_login_params",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"additional_login_params\"",
")"
] | Login parameters to send to the OpenID Connect authorization endpoint when
a user logs in. | [
"Login",
"parameters",
"to",
"send",
"to",
"the",
"OpenID",
"Connect",
"authorization",
"endpoint",
"when",
"a",
"user",
"logs",
"in",
"."
] | [
"\"\"\"\n Login parameters to send to the OpenID Connect authorization endpoint when\n a user logs in. Each parameter must be in the form \"key=value\".\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py | [
"Apache-2.0"
] | Python | allowed_audiences | pulumi.Output[Optional[Sequence[str]]] | def allowed_audiences(self) -> pulumi.Output[Optional[Sequence[str]]]:
"""
Allowed audience values to consider when validating JWTs issued by
Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
allowed audience, regardless of this setting.
"... |
Allowed audience values to consider when validating JWTs issued by
Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
allowed audience, regardless of this setting.
| Allowed audience values to consider when validating JWTs issued by
Azure Active Directory. Note that the ClientID value is always considered an
allowed audience, regardless of this setting. | [
"Allowed",
"audience",
"values",
"to",
"consider",
"when",
"validating",
"JWTs",
"issued",
"by",
"Azure",
"Active",
"Directory",
".",
"Note",
"that",
"the",
"ClientID",
"value",
"is",
"always",
"considered",
"an",
"allowed",
"audience",
"regardless",
"of",
"this... | def allowed_audiences(self) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "allowed_audiences") | [
"def",
"allowed_audiences",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allowed_audiences\"",
")"
] | Allowed audience values to consider when validating JWTs issued by
Azure Active Directory. | [
"Allowed",
"audience",
"values",
"to",
"consider",
"when",
"validating",
"JWTs",
"issued",
"by",
"Azure",
"Active",
"Directory",
"."
] | [
"\"\"\"\n Allowed audience values to consider when validating JWTs issued by \n Azure Active Directory. Note that the <code>ClientID</code> value is always considered an\n allowed audience, regardless of this setting.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py | [
"Apache-2.0"
] | Python | allowed_external_redirect_urls | pulumi.Output[Optional[Sequence[str]]] | def allowed_external_redirect_urls(self) -> pulumi.Output[Optional[Sequence[str]]]:
"""
External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
This is an advanced setting typically only needed by Windows Sto... |
External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
This is an advanced setting typically only needed by Windows Store application backends.
Note that URLs within the current domain are always implicitly... | External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
This is an advanced setting typically only needed by Windows Store application backends.
Note that URLs within the current domain are always implicitly allowed. | [
"External",
"URLs",
"that",
"can",
"be",
"redirected",
"to",
"as",
"part",
"of",
"logging",
"in",
"or",
"logging",
"out",
"of",
"the",
"app",
".",
"Note",
"that",
"the",
"query",
"string",
"part",
"of",
"the",
"URL",
"is",
"ignored",
".",
"This",
"is",... | def allowed_external_redirect_urls(self) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "allowed_external_redirect_urls") | [
"def",
"allowed_external_redirect_urls",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allowed_external_redirect_urls\"",
")"
] | External URLs that can be redirected to as part of logging in or logging out of the app. | [
"External",
"URLs",
"that",
"can",
"be",
"redirected",
"to",
"as",
"part",
"of",
"logging",
"in",
"or",
"logging",
"out",
"of",
"the",
"app",
"."
] | [
"\"\"\"\n External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.\n This is an advanced setting typically only needed by Windows Store application backends.\n Note that URLs within the current domain are alw... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py | [
"Apache-2.0"
] | Python | client_secret_certificate_thumbprint | pulumi.Output[Optional[str]] | def client_secret_certificate_thumbprint(self) -> pulumi.Output[Optional[str]]:
"""
An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
a replacement for the Client Secret. It is also optional.
"""
return p... |
An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
a replacement for the Client Secret. It is also optional.
| An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
a replacement for the Client Secret. It is also optional. | [
"An",
"alternative",
"to",
"the",
"client",
"secret",
"that",
"is",
"the",
"thumbprint",
"of",
"a",
"certificate",
"used",
"for",
"signing",
"purposes",
".",
"This",
"property",
"acts",
"as",
"a",
"replacement",
"for",
"the",
"Client",
"Secret",
".",
"It",
... | def client_secret_certificate_thumbprint(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "client_secret_certificate_thumbprint") | [
"def",
"client_secret_certificate_thumbprint",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"client_secret_certificate_thumbprint\"",
")"
] | An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. | [
"An",
"alternative",
"to",
"the",
"client",
"secret",
"that",
"is",
"the",
"thumbprint",
"of",
"a",
"certificate",
"used",
"for",
"signing",
"purposes",
"."
] | [
"\"\"\"\n An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as\n a replacement for the Client Secret. It is also 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": []
} |
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py | [
"Apache-2.0"
] | Python | default_provider | pulumi.Output[Optional[str]] | def default_provider(self) -> pulumi.Output[Optional[str]]:
"""
The default authentication provider to use when multiple providers are configured.
This setting is only needed if multiple providers are configured and the unauthenticated client
action is set to "RedirectToLoginPage".
... |
The default authentication provider to use when multiple providers are configured.
This setting is only needed if multiple providers are configured and the unauthenticated client
action is set to "RedirectToLoginPage".
| The default authentication provider to use when multiple providers are configured.
This setting is only needed if multiple providers are configured and the unauthenticated client
action is set to "RedirectToLoginPage". | [
"The",
"default",
"authentication",
"provider",
"to",
"use",
"when",
"multiple",
"providers",
"are",
"configured",
".",
"This",
"setting",
"is",
"only",
"needed",
"if",
"multiple",
"providers",
"are",
"configured",
"and",
"the",
"unauthenticated",
"client",
"actio... | def default_provider(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "default_provider") | [
"def",
"default_provider",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_provider\"",
")"
] | The default authentication provider to use when multiple providers are configured. | [
"The",
"default",
"authentication",
"provider",
"to",
"use",
"when",
"multiple",
"providers",
"are",
"configured",
"."
] | [
"\"\"\"\n The default authentication provider to use when multiple providers are configured.\n This setting is only needed if multiple providers are configured and the unauthenticated client\n action is set to \"RedirectToLoginPage\".\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py | [
"Apache-2.0"
] | Python | facebook_app_id | pulumi.Output[Optional[str]] | def facebook_app_id(self) -> pulumi.Output[Optional[str]]:
"""
The App ID of the Facebook app used for login.
This setting is required for enabling Facebook Login.
Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
"""
return pulumi.get(self... |
The App ID of the Facebook app used for login.
This setting is required for enabling Facebook Login.
Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
| The App ID of the Facebook app used for login.
This setting is required for enabling Facebook Login. | [
"The",
"App",
"ID",
"of",
"the",
"Facebook",
"app",
"used",
"for",
"login",
".",
"This",
"setting",
"is",
"required",
"for",
"enabling",
"Facebook",
"Login",
"."
] | def facebook_app_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "facebook_app_id") | [
"def",
"facebook_app_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"facebook_app_id\"",
")"
] | The App ID of the Facebook app used for login. | [
"The",
"App",
"ID",
"of",
"the",
"Facebook",
"app",
"used",
"for",
"login",
"."
] | [
"\"\"\"\n The App ID of the Facebook app used for login.\n This setting is required for enabling Facebook Login.\n Facebook Login documentation: https://developers.facebook.com/docs/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": []
} |
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py | [
"Apache-2.0"
] | Python | facebook_app_secret | pulumi.Output[Optional[str]] | def facebook_app_secret(self) -> pulumi.Output[Optional[str]]:
"""
The App Secret of the Facebook app used for Facebook Login.
This setting is required for enabling Facebook Login.
Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
"""
retur... |
The App Secret of the Facebook app used for Facebook Login.
This setting is required for enabling Facebook Login.
Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
| The App Secret of the Facebook app used for Facebook Login.
This setting is required for enabling Facebook Login. | [
"The",
"App",
"Secret",
"of",
"the",
"Facebook",
"app",
"used",
"for",
"Facebook",
"Login",
".",
"This",
"setting",
"is",
"required",
"for",
"enabling",
"Facebook",
"Login",
"."
] | def facebook_app_secret(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "facebook_app_secret") | [
"def",
"facebook_app_secret",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"facebook_app_secret\"",
")"
] | The App Secret of the Facebook app used for Facebook Login. | [
"The",
"App",
"Secret",
"of",
"the",
"Facebook",
"app",
"used",
"for",
"Facebook",
"Login",
"."
] | [
"\"\"\"\n The App Secret of the Facebook app used for Facebook Login.\n This setting is required for enabling Facebook Login.\n Facebook Login documentation: https://developers.facebook.com/docs/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": []
} |
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py | [
"Apache-2.0"
] | Python | facebook_o_auth_scopes | pulumi.Output[Optional[Sequence[str]]] | def facebook_o_auth_scopes(self) -> pulumi.Output[Optional[Sequence[str]]]:
"""
The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
This setting is optional.
Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
"""
... |
The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
This setting is optional.
Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
| The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
This setting is optional. | [
"The",
"OAuth",
"2",
".",
"0",
"scopes",
"that",
"will",
"be",
"requested",
"as",
"part",
"of",
"Facebook",
"Login",
"authentication",
".",
"This",
"setting",
"is",
"optional",
"."
] | def facebook_o_auth_scopes(self) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "facebook_o_auth_scopes") | [
"def",
"facebook_o_auth_scopes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"facebook_o_auth_scopes\"",
")"
] | The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication. | [
"The",
"OAuth",
"2",
".",
"0",
"scopes",
"that",
"will",
"be",
"requested",
"as",
"part",
"of",
"Facebook",
"Login",
"authentication",
"."
] | [
"\"\"\"\n The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.\n This setting is optional.\n Facebook Login documentation: https://developers.facebook.com/docs/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": []
} |
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py | [
"Apache-2.0"
] | Python | google_client_id | pulumi.Output[Optional[str]] | def google_client_id(self) -> pulumi.Output[Optional[str]]:
"""
The OpenID Connect Client ID for the Google web application.
This setting is required for enabling Google Sign-In.
Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
"""
return ... |
The OpenID Connect Client ID for the Google web application.
This setting is required for enabling Google Sign-In.
Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
| The OpenID Connect Client ID for the Google web application.
This setting is required for enabling Google Sign-In. | [
"The",
"OpenID",
"Connect",
"Client",
"ID",
"for",
"the",
"Google",
"web",
"application",
".",
"This",
"setting",
"is",
"required",
"for",
"enabling",
"Google",
"Sign",
"-",
"In",
"."
] | def google_client_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "google_client_id") | [
"def",
"google_client_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"google_client_id\"",
")"
] | The OpenID Connect Client ID for the Google web application. | [
"The",
"OpenID",
"Connect",
"Client",
"ID",
"for",
"the",
"Google",
"web",
"application",
"."
] | [
"\"\"\"\n The OpenID Connect Client ID for the Google web application.\n This setting is required for enabling Google Sign-In.\n Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py | [
"Apache-2.0"
] | Python | google_client_secret | pulumi.Output[Optional[str]] | def google_client_secret(self) -> pulumi.Output[Optional[str]]:
"""
The client secret associated with the Google web application.
This setting is required for enabling Google Sign-In.
Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
"""
re... |
The client secret associated with the Google web application.
This setting is required for enabling Google Sign-In.
Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
| The client secret associated with the Google web application.
This setting is required for enabling Google Sign-In. | [
"The",
"client",
"secret",
"associated",
"with",
"the",
"Google",
"web",
"application",
".",
"This",
"setting",
"is",
"required",
"for",
"enabling",
"Google",
"Sign",
"-",
"In",
"."
] | def google_client_secret(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "google_client_secret") | [
"def",
"google_client_secret",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"google_client_secret\"",
")"
] | The client secret associated with the Google web application. | [
"The",
"client",
"secret",
"associated",
"with",
"the",
"Google",
"web",
"application",
"."
] | [
"\"\"\"\n The client secret associated with the Google web application.\n This setting is required for enabling Google Sign-In.\n Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dd4d473aeb091ceabaf52f7a4e2bbeaee4d7237b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_auth_settings.py | [
"Apache-2.0"
] | Python | google_o_auth_scopes | pulumi.Output[Optional[Sequence[str]]] | def google_o_auth_scopes(self) -> pulumi.Output[Optional[Sequence[str]]]:
"""
The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
Google Sign-In docu... |
The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
| The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
This setting is optional. | [
"The",
"OAuth",
"2",
".",
"0",
"scopes",
"that",
"will",
"be",
"requested",
"as",
"part",
"of",
"Google",
"Sign",
"-",
"In",
"authentication",
".",
"This",
"setting",
"is",
"optional",
"."
] | def google_o_auth_scopes(self) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "google_o_auth_scopes") | [
"def",
"google_o_auth_scopes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"google_o_auth_scopes\"",
")"
] | The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. | [
"The",
"OAuth",
"2",
".",
"0",
"scopes",
"that",
"will",
"be",
"requested",
"as",
"part",
"of",
"Google",
"Sign",
"-",
"In",
"authentication",
"."
] | [
"\"\"\"\n The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.\n This setting is optional. If not specified, \"openid\", \"profile\", and \"email\" are used as default scopes.\n Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/\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.