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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bf39b4c2d28aa187f727425c607c4387c58bf0c9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datalakestore/latest/get_trusted_id_provider.py | [
"Apache-2.0"
] | Python | id_provider | str | def id_provider(self) -> str:
"""
The URL of this trusted identity provider.
"""
return pulumi.get(self, "id_provider") |
The URL of this trusted identity provider.
| The URL of this trusted identity provider. | [
"The",
"URL",
"of",
"this",
"trusted",
"identity",
"provider",
"."
] | def id_provider(self) -> str:
return pulumi.get(self, "id_provider") | [
"def",
"id_provider",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"id_provider\"",
")"
] | The URL of this trusted identity provider. | [
"The",
"URL",
"of",
"this",
"trusted",
"identity",
"provider",
"."
] | [
"\"\"\"\n The URL of this trusted identity provider.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
baa551e6e500dc333d8c43158d8fbe0e52615a95 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160801/list_web_app_publishing_credentials_slot.py | [
"Apache-2.0"
] | Python | list_web_app_publishing_credentials_slot | AwaitableListWebAppPublishingCredentialsSlotResult | def list_web_app_publishing_credentials_slot(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
slot: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = No... |
User credentials used for publishing activity.
:param str name: Name of the app.
:param str resource_group_name: Name of the resource group to which the resource belongs.
:param str slot: Name of the deployment slot. If a slot is not specified, the API will get the publishing credentials for the prod... | User credentials used for publishing activity. | [
"User",
"credentials",
"used",
"for",
"publishing",
"activity",
"."
] | def list_web_app_publishing_credentials_slot(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
slot: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = No... | [
"def",
"list_web_app_publishing_credentials_slot",
"(",
"name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"slot",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts... | User credentials used for publishing activity. | [
"User",
"credentials",
"used",
"for",
"publishing",
"activity",
"."
] | [
"\"\"\"\n User credentials used for publishing activity.\n\n\n :param str name: Name of the app.\n :param str resource_group_name: Name of the resource group to which the resource belongs.\n :param str slot: Name of the deployment slot. If a slot is not specified, the API will get the publishing credent... | [
{
"param": "name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "slot",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "name",
"type": "Optional[str]",
"docstring": "Name of the app.",
"docstring_tokens": [
"Name",
"of",
"the",
"app",
"."
],
"default": null,
"is_optional": false
},
... |
baac5da5c75651148810019bae7baef8febc7975 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20201001/activity_log_alert.py | [
"Apache-2.0"
] | Python | actions | pulumi.Output['outputs.ActionListResponse'] | def actions(self) -> pulumi.Output['outputs.ActionListResponse']:
"""
The actions that will activate when the condition is met.
"""
return pulumi.get(self, "actions") |
The actions that will activate when the condition is met.
| The actions that will activate when the condition is met. | [
"The",
"actions",
"that",
"will",
"activate",
"when",
"the",
"condition",
"is",
"met",
"."
] | def actions(self) -> pulumi.Output['outputs.ActionListResponse']:
return pulumi.get(self, "actions") | [
"def",
"actions",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ActionListResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"actions\"",
")"
] | The actions that will activate when the condition is met. | [
"The",
"actions",
"that",
"will",
"activate",
"when",
"the",
"condition",
"is",
"met",
"."
] | [
"\"\"\"\n The actions that will activate when the condition is met.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
baac5da5c75651148810019bae7baef8febc7975 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20201001/activity_log_alert.py | [
"Apache-2.0"
] | Python | condition | pulumi.Output['outputs.AlertRuleAllOfConditionResponse'] | def condition(self) -> pulumi.Output['outputs.AlertRuleAllOfConditionResponse']:
"""
The condition that will cause this alert to activate.
"""
return pulumi.get(self, "condition") |
The condition that will cause this alert to activate.
| The condition that will cause this alert to activate. | [
"The",
"condition",
"that",
"will",
"cause",
"this",
"alert",
"to",
"activate",
"."
] | def condition(self) -> pulumi.Output['outputs.AlertRuleAllOfConditionResponse']:
return pulumi.get(self, "condition") | [
"def",
"condition",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.AlertRuleAllOfConditionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"condition\"",
")"
] | The condition that will cause this alert to activate. | [
"The",
"condition",
"that",
"will",
"cause",
"this",
"alert",
"to",
"activate",
"."
] | [
"\"\"\"\n The condition that will cause this alert to activate.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bad3196f5058b68af4bedfc05689a80361a13afe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/get_firewall_policy.py | [
"Apache-2.0"
] | Python | base_policy | Optional['outputs.SubResourceResponse'] | def base_policy(self) -> Optional['outputs.SubResourceResponse']:
"""
The parent firewall policy from which rules are inherited.
"""
return pulumi.get(self, "base_policy") |
The parent firewall policy from which rules are inherited.
| The parent firewall policy from which rules are inherited. | [
"The",
"parent",
"firewall",
"policy",
"from",
"which",
"rules",
"are",
"inherited",
"."
] | def base_policy(self) -> Optional['outputs.SubResourceResponse']:
return pulumi.get(self, "base_policy") | [
"def",
"base_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"base_policy\"",
")"
] | The parent firewall policy from which rules are inherited. | [
"The",
"parent",
"firewall",
"policy",
"from",
"which",
"rules",
"are",
"inherited",
"."
] | [
"\"\"\"\n The parent firewall policy from which rules are inherited.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bad3196f5058b68af4bedfc05689a80361a13afe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/get_firewall_policy.py | [
"Apache-2.0"
] | Python | child_policies | Sequence['outputs.SubResourceResponse'] | def child_policies(self) -> Sequence['outputs.SubResourceResponse']:
"""
List of references to Child Firewall Policies.
"""
return pulumi.get(self, "child_policies") |
List of references to Child Firewall Policies.
| List of references to Child Firewall Policies. | [
"List",
"of",
"references",
"to",
"Child",
"Firewall",
"Policies",
"."
] | def child_policies(self) -> Sequence['outputs.SubResourceResponse']:
return pulumi.get(self, "child_policies") | [
"def",
"child_policies",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"child_policies\"",
")"
] | List of references to Child Firewall Policies. | [
"List",
"of",
"references",
"to",
"Child",
"Firewall",
"Policies",
"."
] | [
"\"\"\"\n List of references to Child Firewall Policies.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bad3196f5058b68af4bedfc05689a80361a13afe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/get_firewall_policy.py | [
"Apache-2.0"
] | Python | firewalls | Sequence['outputs.SubResourceResponse'] | def firewalls(self) -> Sequence['outputs.SubResourceResponse']:
"""
List of references to Azure Firewalls that this Firewall Policy is associated with.
"""
return pulumi.get(self, "firewalls") |
List of references to Azure Firewalls that this Firewall Policy is associated with.
| List of references to Azure Firewalls that this Firewall Policy is associated with. | [
"List",
"of",
"references",
"to",
"Azure",
"Firewalls",
"that",
"this",
"Firewall",
"Policy",
"is",
"associated",
"with",
"."
] | def firewalls(self) -> Sequence['outputs.SubResourceResponse']:
return pulumi.get(self, "firewalls") | [
"def",
"firewalls",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"firewalls\"",
")"
] | List of references to Azure Firewalls that this Firewall Policy is associated with. | [
"List",
"of",
"references",
"to",
"Azure",
"Firewalls",
"that",
"this",
"Firewall",
"Policy",
"is",
"associated",
"with",
"."
] | [
"\"\"\"\n List of references to Azure Firewalls that this Firewall Policy is associated with.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bad3196f5058b68af4bedfc05689a80361a13afe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/get_firewall_policy.py | [
"Apache-2.0"
] | Python | intrusion_detection | Optional['outputs.FirewallPolicyIntrusionDetectionResponse'] | def intrusion_detection(self) -> Optional['outputs.FirewallPolicyIntrusionDetectionResponse']:
"""
The configuration for Intrusion detection.
"""
return pulumi.get(self, "intrusion_detection") |
The configuration for Intrusion detection.
| The configuration for Intrusion detection. | [
"The",
"configuration",
"for",
"Intrusion",
"detection",
"."
] | def intrusion_detection(self) -> Optional['outputs.FirewallPolicyIntrusionDetectionResponse']:
return pulumi.get(self, "intrusion_detection") | [
"def",
"intrusion_detection",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.FirewallPolicyIntrusionDetectionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"intrusion_detection\"",
")"
] | The configuration for Intrusion detection. | [
"The",
"configuration",
"for",
"Intrusion",
"detection",
"."
] | [
"\"\"\"\n The configuration for Intrusion detection.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bad3196f5058b68af4bedfc05689a80361a13afe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/get_firewall_policy.py | [
"Apache-2.0"
] | Python | rule_collection_groups | Sequence['outputs.SubResourceResponse'] | def rule_collection_groups(self) -> Sequence['outputs.SubResourceResponse']:
"""
List of references to FirewallPolicyRuleCollectionGroups.
"""
return pulumi.get(self, "rule_collection_groups") |
List of references to FirewallPolicyRuleCollectionGroups.
| List of references to FirewallPolicyRuleCollectionGroups. | [
"List",
"of",
"references",
"to",
"FirewallPolicyRuleCollectionGroups",
"."
] | def rule_collection_groups(self) -> Sequence['outputs.SubResourceResponse']:
return pulumi.get(self, "rule_collection_groups") | [
"def",
"rule_collection_groups",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"rule_collection_groups\"",
")"
] | List of references to FirewallPolicyRuleCollectionGroups. | [
"List",
"of",
"references",
"to",
"FirewallPolicyRuleCollectionGroups",
"."
] | [
"\"\"\"\n List of references to FirewallPolicyRuleCollectionGroups.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bad3196f5058b68af4bedfc05689a80361a13afe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/get_firewall_policy.py | [
"Apache-2.0"
] | Python | threat_intel_whitelist | Optional['outputs.FirewallPolicyThreatIntelWhitelistResponse'] | def threat_intel_whitelist(self) -> Optional['outputs.FirewallPolicyThreatIntelWhitelistResponse']:
"""
ThreatIntel Whitelist for Firewall Policy.
"""
return pulumi.get(self, "threat_intel_whitelist") |
ThreatIntel Whitelist for Firewall Policy.
| ThreatIntel Whitelist for Firewall Policy. | [
"ThreatIntel",
"Whitelist",
"for",
"Firewall",
"Policy",
"."
] | def threat_intel_whitelist(self) -> Optional['outputs.FirewallPolicyThreatIntelWhitelistResponse']:
return pulumi.get(self, "threat_intel_whitelist") | [
"def",
"threat_intel_whitelist",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.FirewallPolicyThreatIntelWhitelistResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"threat_intel_whitelist\"",
")"
] | ThreatIntel Whitelist for Firewall Policy. | [
"ThreatIntel",
"Whitelist",
"for",
"Firewall",
"Policy",
"."
] | [
"\"\"\"\n ThreatIntel Whitelist for Firewall 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": []
} |
f5738813839508535c0332dd8e9e3d491c0017c3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/get_gateway_certificate_authority.py | [
"Apache-2.0"
] | Python | is_trusted | Optional[bool] | def is_trusted(self) -> Optional[bool]:
"""
Determines whether certificate authority is trusted.
"""
return pulumi.get(self, "is_trusted") |
Determines whether certificate authority is trusted.
| Determines whether certificate authority is trusted. | [
"Determines",
"whether",
"certificate",
"authority",
"is",
"trusted",
"."
] | def is_trusted(self) -> Optional[bool]:
return pulumi.get(self, "is_trusted") | [
"def",
"is_trusted",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_trusted\"",
")"
] | Determines whether certificate authority is trusted. | [
"Determines",
"whether",
"certificate",
"authority",
"is",
"trusted",
"."
] | [
"\"\"\"\n Determines whether certificate authority is trusted.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f599a12d5d8e2e80df8b05284ff2c5fa1eff0495 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kusto/v20200614/get_attached_database_configuration.py | [
"Apache-2.0"
] | Python | attached_database_names | Sequence[str] | def attached_database_names(self) -> Sequence[str]:
"""
The list of databases from the clusterResourceId which are currently attached to the cluster.
"""
return pulumi.get(self, "attached_database_names") |
The list of databases from the clusterResourceId which are currently attached to the cluster.
| The list of databases from the clusterResourceId which are currently attached to the cluster. | [
"The",
"list",
"of",
"databases",
"from",
"the",
"clusterResourceId",
"which",
"are",
"currently",
"attached",
"to",
"the",
"cluster",
"."
] | def attached_database_names(self) -> Sequence[str]:
return pulumi.get(self, "attached_database_names") | [
"def",
"attached_database_names",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"attached_database_names\"",
")"
] | The list of databases from the clusterResourceId which are currently attached to the cluster. | [
"The",
"list",
"of",
"databases",
"from",
"the",
"clusterResourceId",
"which",
"are",
"currently",
"attached",
"to",
"the",
"cluster",
"."
] | [
"\"\"\"\n The list of databases from the clusterResourceId which are currently attached to the cluster.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f599a12d5d8e2e80df8b05284ff2c5fa1eff0495 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kusto/v20200614/get_attached_database_configuration.py | [
"Apache-2.0"
] | Python | cluster_resource_id | str | def cluster_resource_id(self) -> str:
"""
The resource id of the cluster where the databases you would like to attach reside.
"""
return pulumi.get(self, "cluster_resource_id") |
The resource id of the cluster where the databases you would like to attach reside.
| The resource id of the cluster where the databases you would like to attach reside. | [
"The",
"resource",
"id",
"of",
"the",
"cluster",
"where",
"the",
"databases",
"you",
"would",
"like",
"to",
"attach",
"reside",
"."
] | def cluster_resource_id(self) -> str:
return pulumi.get(self, "cluster_resource_id") | [
"def",
"cluster_resource_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cluster_resource_id\"",
")"
] | The resource id of the cluster where the databases you would like to attach reside. | [
"The",
"resource",
"id",
"of",
"the",
"cluster",
"where",
"the",
"databases",
"you",
"would",
"like",
"to",
"attach",
"reside",
"."
] | [
"\"\"\"\n The resource id of the cluster where the databases you would like to attach reside.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f59ec3b58446409f6702be1043f3e29fc572d372 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/blockchain/list_blockchain_member_api_keys.py | [
"Apache-2.0"
] | Python | keys | Optional[Sequence['outputs.ApiKeyResponseResult']] | def keys(self) -> Optional[Sequence['outputs.ApiKeyResponseResult']]:
"""
Gets or sets the collection of API key.
"""
return pulumi.get(self, "keys") |
Gets or sets the collection of API key.
| Gets or sets the collection of API key. | [
"Gets",
"or",
"sets",
"the",
"collection",
"of",
"API",
"key",
"."
] | def keys(self) -> Optional[Sequence['outputs.ApiKeyResponseResult']]:
return pulumi.get(self, "keys") | [
"def",
"keys",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApiKeyResponseResult'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"keys\"",
")"
] | Gets or sets the collection of API key. | [
"Gets",
"or",
"sets",
"the",
"collection",
"of",
"API",
"key",
"."
] | [
"\"\"\"\n Gets or sets the collection of API key.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f59ec3b58446409f6702be1043f3e29fc572d372 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/blockchain/list_blockchain_member_api_keys.py | [
"Apache-2.0"
] | Python | list_blockchain_member_api_keys | AwaitableListBlockchainMemberApiKeysResult | def list_blockchain_member_api_keys(blockchain_member_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListBlockchainMemberApiKeysResult:
"""
Collection of the A... |
Collection of the API key payload which is exposed in the response of the resource provider.
API Version: 2018-06-01-preview.
:param str blockchain_member_name: Blockchain member name.
:param str resource_group_name: The name of the resource group that contains the resource. You can obtain this value... | Collection of the API key payload which is exposed in the response of the resource provider. | [
"Collection",
"of",
"the",
"API",
"key",
"payload",
"which",
"is",
"exposed",
"in",
"the",
"response",
"of",
"the",
"resource",
"provider",
"."
] | def list_blockchain_member_api_keys(blockchain_member_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListBlockchainMemberApiKeysResult:
__args__ = dict()
__arg... | [
"def",
"list_blockchain_member_api_keys",
"(",
"blockchain_member_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
... | Collection of the API key payload which is exposed in the response of the resource provider. | [
"Collection",
"of",
"the",
"API",
"key",
"payload",
"which",
"is",
"exposed",
"in",
"the",
"response",
"of",
"the",
"resource",
"provider",
"."
] | [
"\"\"\"\n Collection of the API key payload which is exposed in the response of the resource provider.\n API Version: 2018-06-01-preview.\n\n\n :param str blockchain_member_name: Blockchain member name.\n :param str resource_group_name: The name of the resource group that contains the resource. You can ... | [
{
"param": "blockchain_member_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "blockchain_member_name",
"type": "Optional[str]",
"docstring": "Blockchain member name.",
"docstring_tokens": [
"Blockchain",
"member",
"name",
"."
],
"default": null,
"is_opti... |
dacf79f35370c4f10f880deadb4469116c508a2e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20171201/outputs.py | [
"Apache-2.0"
] | Python | disable_auto_rollback | Optional[bool] | def disable_auto_rollback(self) -> Optional[bool]:
"""
Whether OS image rollback feature should be disabled. Default value is false.
"""
return pulumi.get(self, "disable_auto_rollback") |
Whether OS image rollback feature should be disabled. Default value is false.
| Whether OS image rollback feature should be disabled. Default value is false. | [
"Whether",
"OS",
"image",
"rollback",
"feature",
"should",
"be",
"disabled",
".",
"Default",
"value",
"is",
"false",
"."
] | def disable_auto_rollback(self) -> Optional[bool]:
return pulumi.get(self, "disable_auto_rollback") | [
"def",
"disable_auto_rollback",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disable_auto_rollback\"",
")"
] | Whether OS image rollback feature should be disabled. | [
"Whether",
"OS",
"image",
"rollback",
"feature",
"should",
"be",
"disabled",
"."
] | [
"\"\"\"\n Whether OS image rollback feature should be disabled. Default value is false.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dacf79f35370c4f10f880deadb4469116c508a2e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20171201/outputs.py | [
"Apache-2.0"
] | Python | errordetail | Optional[str] | def errordetail(self) -> Optional[str]:
"""
The internal error message or exception dump.
"""
return pulumi.get(self, "errordetail") |
The internal error message or exception dump.
| The internal error message or exception dump. | [
"The",
"internal",
"error",
"message",
"or",
"exception",
"dump",
"."
] | def errordetail(self) -> Optional[str]:
return pulumi.get(self, "errordetail") | [
"def",
"errordetail",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"errordetail\"",
")"
] | The internal error message or exception dump. | [
"The",
"internal",
"error",
"message",
"or",
"exception",
"dump",
"."
] | [
"\"\"\"\n The internal error message or exception dump.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dacf79f35370c4f10f880deadb4469116c508a2e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20171201/outputs.py | [
"Apache-2.0"
] | Python | auto_os_upgrade_policy | Optional['outputs.AutoOSUpgradePolicyResponse'] | def auto_os_upgrade_policy(self) -> Optional['outputs.AutoOSUpgradePolicyResponse']:
"""
Configuration parameters used for performing automatic OS Upgrade.
"""
return pulumi.get(self, "auto_os_upgrade_policy") |
Configuration parameters used for performing automatic OS Upgrade.
| Configuration parameters used for performing automatic OS Upgrade. | [
"Configuration",
"parameters",
"used",
"for",
"performing",
"automatic",
"OS",
"Upgrade",
"."
] | def auto_os_upgrade_policy(self) -> Optional['outputs.AutoOSUpgradePolicyResponse']:
return pulumi.get(self, "auto_os_upgrade_policy") | [
"def",
"auto_os_upgrade_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.AutoOSUpgradePolicyResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"auto_os_upgrade_policy\"",
")"
] | Configuration parameters used for performing automatic OS Upgrade. | [
"Configuration",
"parameters",
"used",
"for",
"performing",
"automatic",
"OS",
"Upgrade",
"."
] | [
"\"\"\"\n Configuration parameters used for performing automatic OS Upgrade.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dacf79f35370c4f10f880deadb4469116c508a2e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20171201/outputs.py | [
"Apache-2.0"
] | Python | automatic_os_upgrade | Optional[bool] | def automatic_os_upgrade(self) -> Optional[bool]:
"""
Whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the image becomes available.
"""
return pulumi.get(self, "automatic_os_upgrade") |
Whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the image becomes available.
| Whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the image becomes available. | [
"Whether",
"OS",
"upgrades",
"should",
"automatically",
"be",
"applied",
"to",
"scale",
"set",
"instances",
"in",
"a",
"rolling",
"fashion",
"when",
"a",
"newer",
"version",
"of",
"the",
"image",
"becomes",
"available",
"."
] | def automatic_os_upgrade(self) -> Optional[bool]:
return pulumi.get(self, "automatic_os_upgrade") | [
"def",
"automatic_os_upgrade",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"automatic_os_upgrade\"",
")"
] | Whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the image becomes available. | [
"Whether",
"OS",
"upgrades",
"should",
"automatically",
"be",
"applied",
"to",
"scale",
"set",
"instances",
"in",
"a",
"rolling",
"fashion",
"when",
"a",
"newer",
"version",
"of",
"the",
"image",
"becomes",
"available",
"."
] | [
"\"\"\"\n Whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the image becomes available.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dadd45d77b2475683aa057985b8c3429838b4781 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20191201/get_gallery_application.py | [
"Apache-2.0"
] | Python | eula | Optional[str] | def eula(self) -> Optional[str]:
"""
The Eula agreement for the gallery Application Definition.
"""
return pulumi.get(self, "eula") |
The Eula agreement for the gallery Application Definition.
| The Eula agreement for the gallery Application Definition. | [
"The",
"Eula",
"agreement",
"for",
"the",
"gallery",
"Application",
"Definition",
"."
] | def eula(self) -> Optional[str]:
return pulumi.get(self, "eula") | [
"def",
"eula",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"eula\"",
")"
] | The Eula agreement for the gallery Application Definition. | [
"The",
"Eula",
"agreement",
"for",
"the",
"gallery",
"Application",
"Definition",
"."
] | [
"\"\"\"\n The Eula agreement for the gallery Application Definition.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dadd45d77b2475683aa057985b8c3429838b4781 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20191201/get_gallery_application.py | [
"Apache-2.0"
] | Python | supported_os_type | str | def supported_os_type(self) -> str:
"""
This property allows you to specify the supported type of the OS that application is built for. <br><br> Possible values are: <br><br> **Windows** <br><br> **Linux**
"""
return pulumi.get(self, "supported_os_type") |
This property allows you to specify the supported type of the OS that application is built for. <br><br> Possible values are: <br><br> **Windows** <br><br> **Linux**
| This property allows you to specify the supported type of the OS that application is built for. | [
"This",
"property",
"allows",
"you",
"to",
"specify",
"the",
"supported",
"type",
"of",
"the",
"OS",
"that",
"application",
"is",
"built",
"for",
"."
] | def supported_os_type(self) -> str:
return pulumi.get(self, "supported_os_type") | [
"def",
"supported_os_type",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"supported_os_type\"",
")"
] | This property allows you to specify the supported type of the OS that application is built for. | [
"This",
"property",
"allows",
"you",
"to",
"specify",
"the",
"supported",
"type",
"of",
"the",
"OS",
"that",
"application",
"is",
"built",
"for",
"."
] | [
"\"\"\"\n This property allows you to specify the supported type of the OS that application is built for. <br><br> Possible values are: <br><br> **Windows** <br><br> **Linux**\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | additional_locations | pulumi.Output[Optional[Sequence['outputs.AdditionalLocationResponse']]] | def additional_locations(self) -> pulumi.Output[Optional[Sequence['outputs.AdditionalLocationResponse']]]:
"""
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) -> pulumi.Output[Optional[Sequence['outputs.AdditionalLocationResponse']]]:
return pulumi.get(self, "additional_locations") | [
"def",
"additional_locations",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.AdditionalLocationResponse'",
"]",
"]",
"]",
":",
"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": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | api_version_constraint | pulumi.Output[Optional['outputs.ApiVersionConstraintResponse']] | def api_version_constraint(self) -> pulumi.Output[Optional['outputs.ApiVersionConstraintResponse']]:
"""
Control Plane Apis version constraint for the API Management service.
"""
return pulumi.get(self, "api_version_constraint") |
Control Plane Apis version constraint for the API Management service.
| Control Plane Apis version constraint for the API Management service. | [
"Control",
"Plane",
"Apis",
"version",
"constraint",
"for",
"the",
"API",
"Management",
"service",
"."
] | def api_version_constraint(self) -> pulumi.Output[Optional['outputs.ApiVersionConstraintResponse']]:
return pulumi.get(self, "api_version_constraint") | [
"def",
"api_version_constraint",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.ApiVersionConstraintResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"api_version_constraint\"",
")"
] | Control Plane Apis version constraint for the API Management service. | [
"Control",
"Plane",
"Apis",
"version",
"constraint",
"for",
"the",
"API",
"Management",
"service",
"."
] | [
"\"\"\"\n Control Plane Apis version constraint for 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": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | certificates | pulumi.Output[Optional[Sequence['outputs.CertificateConfigurationResponse']]] | def certificates(self) -> pulumi.Output[Optional[Sequence['outputs.CertificateConfigurationResponse']]]:
"""
List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.
"""
return pulumi.get(self, "certificates") |
List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.
| List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10. | [
"List",
"of",
"Certificates",
"that",
"need",
"to",
"be",
"installed",
"in",
"the",
"API",
"Management",
"service",
".",
"Max",
"supported",
"certificates",
"that",
"can",
"be",
"installed",
"is",
"10",
"."
] | def certificates(self) -> pulumi.Output[Optional[Sequence['outputs.CertificateConfigurationResponse']]]:
return pulumi.get(self, "certificates") | [
"def",
"certificates",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.CertificateConfigurationResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"certificates\"",
")"
] | List of Certificates that need to be installed in the API Management service. | [
"List",
"of",
"Certificates",
"that",
"need",
"to",
"be",
"installed",
"in",
"the",
"API",
"Management",
"service",
"."
] | [
"\"\"\"\n List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | created_at_utc | pulumi.Output[str] | def created_at_utc(self) -> pulumi.Output[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) -> pulumi.Output[str]:
return pulumi.get(self, "created_at_utc") | [
"def",
"created_at_utc",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"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": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | developer_portal_url | pulumi.Output[str] | def developer_portal_url(self) -> pulumi.Output[str]:
"""
DEveloper Portal endpoint URL of the API Management service.
"""
return pulumi.get(self, "developer_portal_url") |
DEveloper Portal endpoint URL of the API Management service.
| DEveloper Portal endpoint URL of the API Management service. | [
"DEveloper",
"Portal",
"endpoint",
"URL",
"of",
"the",
"API",
"Management",
"service",
"."
] | def developer_portal_url(self) -> pulumi.Output[str]:
return pulumi.get(self, "developer_portal_url") | [
"def",
"developer_portal_url",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"developer_portal_url\"",
")"
] | DEveloper Portal endpoint URL of the API Management service. | [
"DEveloper",
"Portal",
"endpoint",
"URL",
"of",
"the",
"API",
"Management",
"service",
"."
] | [
"\"\"\"\n DEveloper Portal 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": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | disable_gateway | pulumi.Output[Optional[bool]] | def disable_gateway(self) -> pulumi.Output[Optional[bool]]:
"""
Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region.
"""
return pulumi.get(self, "disable_gateway") |
Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region.
| Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region. | [
"Property",
"only",
"valid",
"for",
"an",
"Api",
"Management",
"service",
"deployed",
"in",
"multiple",
"locations",
".",
"This",
"can",
"be",
"used",
"to",
"disable",
"the",
"gateway",
"in",
"master",
"region",
"."
] | def disable_gateway(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "disable_gateway") | [
"def",
"disable_gateway",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disable_gateway\"",
")"
] | Property only valid for an Api Management service deployed in multiple locations. | [
"Property",
"only",
"valid",
"for",
"an",
"Api",
"Management",
"service",
"deployed",
"in",
"multiple",
"locations",
"."
] | [
"\"\"\"\n Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | enable_client_certificate | pulumi.Output[Optional[bool]] | def enable_client_certificate(self) -> pulumi.Output[Optional[bool]]:
"""
Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gate... |
Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.
| Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway. | [
"Property",
"only",
"meant",
"to",
"be",
"used",
"for",
"Consumption",
"SKU",
"Service",
".",
"This",
"enforces",
"a",
"client",
"certificate",
"to",
"be",
"presented",
"on",
"each",
"request",
"to",
"the",
"gateway",
".",
"This",
"also",
"enables",
"the",
... | def enable_client_certificate(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "enable_client_certificate") | [
"def",
"enable_client_certificate",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_client_certificate\"",
")"
] | Property only meant to be used for Consumption SKU Service. | [
"Property",
"only",
"meant",
"to",
"be",
"used",
"for",
"Consumption",
"SKU",
"Service",
"."
] | [
"\"\"\"\n Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | gateway_regional_url | pulumi.Output[str] | def gateway_regional_url(self) -> pulumi.Output[str]:
"""
Gateway URL of the API Management service in the Default Region.
"""
return pulumi.get(self, "gateway_regional_url") |
Gateway URL of the API Management service in the Default Region.
| Gateway URL of the API Management service in the Default Region. | [
"Gateway",
"URL",
"of",
"the",
"API",
"Management",
"service",
"in",
"the",
"Default",
"Region",
"."
] | def gateway_regional_url(self) -> pulumi.Output[str]:
return pulumi.get(self, "gateway_regional_url") | [
"def",
"gateway_regional_url",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"gateway_regional_url\"",
")"
] | Gateway URL of the API Management service in the Default Region. | [
"Gateway",
"URL",
"of",
"the",
"API",
"Management",
"service",
"in",
"the",
"Default",
"Region",
"."
] | [
"\"\"\"\n Gateway URL of the API Management service in the Default Region.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | gateway_url | pulumi.Output[str] | def gateway_url(self) -> pulumi.Output[str]:
"""
Gateway URL of the API Management service.
"""
return pulumi.get(self, "gateway_url") |
Gateway URL of the API Management service.
| Gateway URL of the API Management service. | [
"Gateway",
"URL",
"of",
"the",
"API",
"Management",
"service",
"."
] | def gateway_url(self) -> pulumi.Output[str]:
return pulumi.get(self, "gateway_url") | [
"def",
"gateway_url",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"gateway_url\"",
")"
] | Gateway URL of the API Management service. | [
"Gateway",
"URL",
"of",
"the",
"API",
"Management",
"service",
"."
] | [
"\"\"\"\n Gateway 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": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | hostname_configurations | pulumi.Output[Optional[Sequence['outputs.HostnameConfigurationResponse']]] | def hostname_configurations(self) -> pulumi.Output[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) -> pulumi.Output[Optional[Sequence['outputs.HostnameConfigurationResponse']]]:
return pulumi.get(self, "hostname_configurations") | [
"def",
"hostname_configurations",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"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": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | identity | pulumi.Output[Optional['outputs.ApiManagementServiceIdentityResponse']] | def identity(self) -> pulumi.Output[Optional['outputs.ApiManagementServiceIdentityResponse']]:
"""
Managed service identity of the Api Management service.
"""
return pulumi.get(self, "identity") |
Managed service identity of the Api Management service.
| Managed service identity of the Api Management service. | [
"Managed",
"service",
"identity",
"of",
"the",
"Api",
"Management",
"service",
"."
] | def identity(self) -> pulumi.Output[Optional['outputs.ApiManagementServiceIdentityResponse']]:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.ApiManagementServiceIdentityResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | Managed service identity of the Api Management service. | [
"Managed",
"service",
"identity",
"of",
"the",
"Api",
"Management",
"service",
"."
] | [
"\"\"\"\n Managed service identity 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": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | management_api_url | pulumi.Output[str] | def management_api_url(self) -> pulumi.Output[str]:
"""
Management API endpoint URL of the API Management service.
"""
return pulumi.get(self, "management_api_url") |
Management API endpoint URL of the API Management service.
| Management API endpoint URL of the API Management service. | [
"Management",
"API",
"endpoint",
"URL",
"of",
"the",
"API",
"Management",
"service",
"."
] | def management_api_url(self) -> pulumi.Output[str]:
return pulumi.get(self, "management_api_url") | [
"def",
"management_api_url",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"management_api_url\"",
")"
] | Management API endpoint URL of the API Management service. | [
"Management",
"API",
"endpoint",
"URL",
"of",
"the",
"API",
"Management",
"service",
"."
] | [
"\"\"\"\n Management API 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": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | notification_sender_email | pulumi.Output[Optional[str]] | def notification_sender_email(self) -> pulumi.Output[Optional[str]]:
"""
Email address from which the notification will be sent.
"""
return pulumi.get(self, "notification_sender_email") |
Email address from which the notification will be sent.
| Email address from which the notification will be sent. | [
"Email",
"address",
"from",
"which",
"the",
"notification",
"will",
"be",
"sent",
"."
] | def notification_sender_email(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "notification_sender_email") | [
"def",
"notification_sender_email",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"notification_sender_email\"",
")"
] | Email address from which the notification will be sent. | [
"Email",
"address",
"from",
"which",
"the",
"notification",
"will",
"be",
"sent",
"."
] | [
"\"\"\"\n Email address from which the notification will be sent.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | portal_url | pulumi.Output[str] | def portal_url(self) -> pulumi.Output[str]:
"""
Publisher portal endpoint Url of the API Management service.
"""
return pulumi.get(self, "portal_url") |
Publisher portal endpoint Url of the API Management service.
| Publisher portal endpoint Url of the API Management service. | [
"Publisher",
"portal",
"endpoint",
"Url",
"of",
"the",
"API",
"Management",
"service",
"."
] | def portal_url(self) -> pulumi.Output[str]:
return pulumi.get(self, "portal_url") | [
"def",
"portal_url",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"portal_url\"",
")"
] | Publisher portal endpoint Url of the API Management service. | [
"Publisher",
"portal",
"endpoint",
"Url",
"of",
"the",
"API",
"Management",
"service",
"."
] | [
"\"\"\"\n Publisher portal 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": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | private_ip_addresses | pulumi.Output[Sequence[str]] | def private_ip_addresses(self) -> pulumi.Output[Sequence[str]]:
"""
Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. Available only for Basic, Standard and Premium SKU.
"""
return pulumi.get(self, ... |
Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. Available only for Basic, Standard and Premium SKU.
| Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. Available only for Basic, Standard and Premium SKU. | [
"Private",
"Static",
"Load",
"Balanced",
"IP",
"addresses",
"of",
"the",
"API",
"Management",
"service",
"in",
"Primary",
"region",
"which",
"is",
"deployed",
"in",
"an",
"Internal",
"Virtual",
"Network",
".",
"Available",
"only",
"for",
"Basic",
"Standard",
"... | def private_ip_addresses(self) -> pulumi.Output[Sequence[str]]:
return pulumi.get(self, "private_ip_addresses") | [
"def",
"private_ip_addresses",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_ip_addresses\"",
")"
] | Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. | [
"Private",
"Static",
"Load",
"Balanced",
"IP",
"addresses",
"of",
"the",
"API",
"Management",
"service",
"in",
"Primary",
"region",
"which",
"is",
"deployed",
"in",
"an",
"Internal",
"Virtual",
"Network",
"."
] | [
"\"\"\"\n Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. Available only for Basic, Standard and Premium SKU.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | public_ip_addresses | pulumi.Output[Sequence[str]] | def public_ip_addresses(self) -> pulumi.Output[Sequence[str]]:
"""
Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard and Premium SKU.
"""
return pulumi.get(self, "public_ip_addresses") |
Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard and Premium SKU.
| Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard and Premium SKU. | [
"Public",
"Static",
"Load",
"Balanced",
"IP",
"addresses",
"of",
"the",
"API",
"Management",
"service",
"in",
"Primary",
"region",
".",
"Available",
"only",
"for",
"Basic",
"Standard",
"and",
"Premium",
"SKU",
"."
] | def public_ip_addresses(self) -> pulumi.Output[Sequence[str]]:
return pulumi.get(self, "public_ip_addresses") | [
"def",
"public_ip_addresses",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_ip_addresses\"",
")"
] | Public Static Load Balanced IP addresses of the API Management service in Primary region. | [
"Public",
"Static",
"Load",
"Balanced",
"IP",
"addresses",
"of",
"the",
"API",
"Management",
"service",
"in",
"Primary",
"region",
"."
] | [
"\"\"\"\n Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard and Premium SKU.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | scm_url | pulumi.Output[str] | def scm_url(self) -> pulumi.Output[str]:
"""
SCM endpoint URL of the API Management service.
"""
return pulumi.get(self, "scm_url") |
SCM endpoint URL of the API Management service.
| SCM endpoint URL of the API Management service. | [
"SCM",
"endpoint",
"URL",
"of",
"the",
"API",
"Management",
"service",
"."
] | def scm_url(self) -> pulumi.Output[str]:
return pulumi.get(self, "scm_url") | [
"def",
"scm_url",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"scm_url\"",
")"
] | SCM endpoint URL of the API Management service. | [
"SCM",
"endpoint",
"URL",
"of",
"the",
"API",
"Management",
"service",
"."
] | [
"\"\"\"\n SCM 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": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | sku | pulumi.Output['outputs.ApiManagementServiceSkuPropertiesResponse'] | def sku(self) -> pulumi.Output['outputs.ApiManagementServiceSkuPropertiesResponse']:
"""
SKU properties of the API Management service.
"""
return pulumi.get(self, "sku") |
SKU properties of the API Management service.
| SKU properties of the API Management service. | [
"SKU",
"properties",
"of",
"the",
"API",
"Management",
"service",
"."
] | def sku(self) -> pulumi.Output['outputs.ApiManagementServiceSkuPropertiesResponse']:
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ApiManagementServiceSkuPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | SKU properties of the API Management service. | [
"SKU",
"properties",
"of",
"the",
"API",
"Management",
"service",
"."
] | [
"\"\"\"\n SKU properties 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": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | target_provisioning_state | pulumi.Output[str] | def target_provisioning_state(self) -> pulumi.Output[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) -> pulumi.Output[str]:
return pulumi.get(self, "target_provisioning_state") | [
"def",
"target_provisioning_state",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"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": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | virtual_network_configuration | pulumi.Output[Optional['outputs.VirtualNetworkConfigurationResponse']] | def virtual_network_configuration(self) -> pulumi.Output[Optional['outputs.VirtualNetworkConfigurationResponse']]:
"""
Virtual network configuration of the API Management service.
"""
return pulumi.get(self, "virtual_network_configuration") |
Virtual network configuration of the API Management service.
| Virtual network configuration of the API Management service. | [
"Virtual",
"network",
"configuration",
"of",
"the",
"API",
"Management",
"service",
"."
] | def virtual_network_configuration(self) -> pulumi.Output[Optional['outputs.VirtualNetworkConfigurationResponse']]:
return pulumi.get(self, "virtual_network_configuration") | [
"def",
"virtual_network_configuration",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.VirtualNetworkConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_network_configuration\"",
")"
] | Virtual network configuration of the API Management service. | [
"Virtual",
"network",
"configuration",
"of",
"the",
"API",
"Management",
"service",
"."
] | [
"\"\"\"\n Virtual network 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": []
} |
4c89919e01813c7d2590569e1e4fc600ca8de9e1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/api_management_service.py | [
"Apache-2.0"
] | Python | virtual_network_type | pulumi.Output[Optional[str]] | def virtual_network_type(self) -> pulumi.Output[Optional[str]]:
"""
The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual... |
The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Ma... | The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management ... | [
"The",
"type",
"of",
"VPN",
"in",
"which",
"API",
"Management",
"service",
"needs",
"to",
"be",
"configured",
"in",
".",
"None",
"(",
"Default",
"Value",
")",
"means",
"the",
"API",
"Management",
"service",
"is",
"not",
"part",
"of",
"any",
"Virtual",
"N... | def virtual_network_type(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "virtual_network_type") | [
"def",
"virtual_network_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_network_type\"",
")"
] | The type of VPN in which API Management service needs to be configured in. | [
"The",
"type",
"of",
"VPN",
"in",
"which",
"API",
"Management",
"service",
"needs",
"to",
"be",
"configured",
"in",
"."
] | [
"\"\"\"\n The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | max_surge | Optional[pulumi.Input[str]] | def max_surge(self) -> Optional[pulumi.Input[str]]:
"""
Count or percentage of additional nodes to be added during upgrade. If empty uses AKS default
"""
return pulumi.get(self, "max_surge") |
Count or percentage of additional nodes to be added during upgrade. If empty uses AKS default
| Count or percentage of additional nodes to be added during upgrade. If empty uses AKS default | [
"Count",
"or",
"percentage",
"of",
"additional",
"nodes",
"to",
"be",
"added",
"during",
"upgrade",
".",
"If",
"empty",
"uses",
"AKS",
"default"
] | def max_surge(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "max_surge") | [
"def",
"max_surge",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_surge\"",
")"
] | Count or percentage of additional nodes to be added during upgrade. | [
"Count",
"or",
"percentage",
"of",
"additional",
"nodes",
"to",
"be",
"added",
"during",
"upgrade",
"."
] | [
"\"\"\"\n Count or percentage of additional nodes to be added during upgrade. If empty uses AKS default\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | dns_prefix | pulumi.Input[str] | def dns_prefix(self) -> pulumi.Input[str]:
"""
DNS prefix to be used to create the FQDN for the agent pool.
"""
return pulumi.get(self, "dns_prefix") |
DNS prefix to be used to create the FQDN for the agent pool.
| DNS prefix to be used to create the FQDN for the agent pool. | [
"DNS",
"prefix",
"to",
"be",
"used",
"to",
"create",
"the",
"FQDN",
"for",
"the",
"agent",
"pool",
"."
] | def dns_prefix(self) -> pulumi.Input[str]:
return pulumi.get(self, "dns_prefix") | [
"def",
"dns_prefix",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dns_prefix\"",
")"
] | DNS prefix to be used to create the FQDN for the agent pool. | [
"DNS",
"prefix",
"to",
"be",
"used",
"to",
"create",
"the",
"FQDN",
"for",
"the",
"agent",
"pool",
"."
] | [
"\"\"\"\n DNS prefix to be used to create the FQDN for 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": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | orchestrator | pulumi.Input[str] | def orchestrator(self) -> pulumi.Input[str]:
"""
The name of the custom orchestrator to use.
"""
return pulumi.get(self, "orchestrator") |
The name of the custom orchestrator to use.
| The name of the custom orchestrator to use. | [
"The",
"name",
"of",
"the",
"custom",
"orchestrator",
"to",
"use",
"."
] | def orchestrator(self) -> pulumi.Input[str]:
return pulumi.get(self, "orchestrator") | [
"def",
"orchestrator",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"orchestrator\"",
")"
] | The name of the custom orchestrator to use. | [
"The",
"name",
"of",
"the",
"custom",
"orchestrator",
"to",
"use",
"."
] | [
"\"\"\"\n The name of the custom orchestrator to use.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | vm_diagnostics | pulumi.Input['ContainerServiceVMDiagnosticsArgs'] | def vm_diagnostics(self) -> pulumi.Input['ContainerServiceVMDiagnosticsArgs']:
"""
Profile for the container service VM diagnostic agent.
"""
return pulumi.get(self, "vm_diagnostics") |
Profile for the container service VM diagnostic agent.
| Profile for the container service VM diagnostic agent. | [
"Profile",
"for",
"the",
"container",
"service",
"VM",
"diagnostic",
"agent",
"."
] | def vm_diagnostics(self) -> pulumi.Input['ContainerServiceVMDiagnosticsArgs']:
return pulumi.get(self, "vm_diagnostics") | [
"def",
"vm_diagnostics",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"'ContainerServiceVMDiagnosticsArgs'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vm_diagnostics\"",
")"
] | Profile for the container service VM diagnostic agent. | [
"Profile",
"for",
"the",
"container",
"service",
"VM",
"diagnostic",
"agent",
"."
] | [
"\"\"\"\n Profile for the container service VM diagnostic agent.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | network_mode | Optional[pulumi.Input[Union[str, 'NetworkMode']]] | def network_mode(self) -> Optional[pulumi.Input[Union[str, 'NetworkMode']]]:
"""
Network mode used for building Kubernetes network.
"""
return pulumi.get(self, "network_mode") |
Network mode used for building Kubernetes network.
| Network mode used for building Kubernetes network. | [
"Network",
"mode",
"used",
"for",
"building",
"Kubernetes",
"network",
"."
] | def network_mode(self) -> Optional[pulumi.Input[Union[str, 'NetworkMode']]]:
return pulumi.get(self, "network_mode") | [
"def",
"network_mode",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'NetworkMode'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_mode\"",
")"
] | Network mode used for building Kubernetes network. | [
"Network",
"mode",
"used",
"for",
"building",
"Kubernetes",
"network",
"."
] | [
"\"\"\"\n Network mode used for building Kubernetes 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": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | orchestrator_type | pulumi.Input['ContainerServiceOrchestratorTypes'] | def orchestrator_type(self) -> pulumi.Input['ContainerServiceOrchestratorTypes']:
"""
The orchestrator to use to manage container service cluster resources. Valid values are Swarm, DCOS, and Custom.
"""
return pulumi.get(self, "orchestrator_type") |
The orchestrator to use to manage container service cluster resources. Valid values are Swarm, DCOS, and Custom.
| The orchestrator to use to manage container service cluster resources. Valid values are Swarm, DCOS, and Custom. | [
"The",
"orchestrator",
"to",
"use",
"to",
"manage",
"container",
"service",
"cluster",
"resources",
".",
"Valid",
"values",
"are",
"Swarm",
"DCOS",
"and",
"Custom",
"."
] | def orchestrator_type(self) -> pulumi.Input['ContainerServiceOrchestratorTypes']:
return pulumi.get(self, "orchestrator_type") | [
"def",
"orchestrator_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"'ContainerServiceOrchestratorTypes'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"orchestrator_type\"",
")"
] | The orchestrator to use to manage container service cluster resources. | [
"The",
"orchestrator",
"to",
"use",
"to",
"manage",
"container",
"service",
"cluster",
"resources",
"."
] | [
"\"\"\"\n The orchestrator to use to manage container service cluster resources. Valid values are Swarm, DCOS, and Custom.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | secret | pulumi.Input[str] | def secret(self) -> pulumi.Input[str]:
"""
The secret password associated with the service principal.
"""
return pulumi.get(self, "secret") |
The secret password associated with the service principal.
| The secret password associated with the service principal. | [
"The",
"secret",
"password",
"associated",
"with",
"the",
"service",
"principal",
"."
] | def secret(self) -> pulumi.Input[str]:
return pulumi.get(self, "secret") | [
"def",
"secret",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"secret\"",
")"
] | The secret password associated with the service principal. | [
"The",
"secret",
"password",
"associated",
"with",
"the",
"service",
"principal",
"."
] | [
"\"\"\"\n The secret password associated with the service principal.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | container_log_max_size_mb | Optional[pulumi.Input[int]] | def container_log_max_size_mb(self) -> Optional[pulumi.Input[int]]:
"""
The maximum size (e.g. 10Mi) of container log file before it is rotated.
"""
return pulumi.get(self, "container_log_max_size_mb") |
The maximum size (e.g. 10Mi) of container log file before it is rotated.
| The maximum size of container log file before it is rotated. | [
"The",
"maximum",
"size",
"of",
"container",
"log",
"file",
"before",
"it",
"is",
"rotated",
"."
] | def container_log_max_size_mb(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "container_log_max_size_mb") | [
"def",
"container_log_max_size_mb",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"container_log_max_size_mb\"",
")"
] | The maximum size (e.g. | [
"The",
"maximum",
"size",
"(",
"e",
".",
"g",
"."
] | [
"\"\"\"\n The maximum size (e.g. 10Mi) of container log file before it is rotated.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | cpu_cfs_quota | Optional[pulumi.Input[bool]] | def cpu_cfs_quota(self) -> Optional[pulumi.Input[bool]]:
"""
Enable CPU CFS quota enforcement for containers that specify CPU limits.
"""
return pulumi.get(self, "cpu_cfs_quota") |
Enable CPU CFS quota enforcement for containers that specify CPU limits.
| Enable CPU CFS quota enforcement for containers that specify CPU limits. | [
"Enable",
"CPU",
"CFS",
"quota",
"enforcement",
"for",
"containers",
"that",
"specify",
"CPU",
"limits",
"."
] | def cpu_cfs_quota(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "cpu_cfs_quota") | [
"def",
"cpu_cfs_quota",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cpu_cfs_quota\"",
")"
] | Enable CPU CFS quota enforcement for containers that specify CPU limits. | [
"Enable",
"CPU",
"CFS",
"quota",
"enforcement",
"for",
"containers",
"that",
"specify",
"CPU",
"limits",
"."
] | [
"\"\"\"\n Enable CPU CFS quota enforcement for containers that specify CPU limits.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | cpu_cfs_quota_period | Optional[pulumi.Input[str]] | def cpu_cfs_quota_period(self) -> Optional[pulumi.Input[str]]:
"""
Sets CPU CFS quota period value.
"""
return pulumi.get(self, "cpu_cfs_quota_period") |
Sets CPU CFS quota period value.
| Sets CPU CFS quota period value. | [
"Sets",
"CPU",
"CFS",
"quota",
"period",
"value",
"."
] | def cpu_cfs_quota_period(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "cpu_cfs_quota_period") | [
"def",
"cpu_cfs_quota_period",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cpu_cfs_quota_period\"",
")"
] | Sets CPU CFS quota period value. | [
"Sets",
"CPU",
"CFS",
"quota",
"period",
"value",
"."
] | [
"\"\"\"\n Sets CPU CFS quota period 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": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | cpu_manager_policy | Optional[pulumi.Input[str]] | def cpu_manager_policy(self) -> Optional[pulumi.Input[str]]:
"""
CPU Manager policy to use.
"""
return pulumi.get(self, "cpu_manager_policy") |
CPU Manager policy to use.
| CPU Manager policy to use. | [
"CPU",
"Manager",
"policy",
"to",
"use",
"."
] | def cpu_manager_policy(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "cpu_manager_policy") | [
"def",
"cpu_manager_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cpu_manager_policy\"",
")"
] | CPU Manager policy to use. | [
"CPU",
"Manager",
"policy",
"to",
"use",
"."
] | [
"\"\"\"\n CPU Manager policy to use.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | fail_swap_on | Optional[pulumi.Input[bool]] | def fail_swap_on(self) -> Optional[pulumi.Input[bool]]:
"""
If set to true it will make the Kubelet fail to start if swap is enabled on the node.
"""
return pulumi.get(self, "fail_swap_on") |
If set to true it will make the Kubelet fail to start if swap is enabled on the node.
| If set to true it will make the Kubelet fail to start if swap is enabled on the node. | [
"If",
"set",
"to",
"true",
"it",
"will",
"make",
"the",
"Kubelet",
"fail",
"to",
"start",
"if",
"swap",
"is",
"enabled",
"on",
"the",
"node",
"."
] | def fail_swap_on(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "fail_swap_on") | [
"def",
"fail_swap_on",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"fail_swap_on\"",
")"
] | If set to true it will make the Kubelet fail to start if swap is enabled on the node. | [
"If",
"set",
"to",
"true",
"it",
"will",
"make",
"the",
"Kubelet",
"fail",
"to",
"start",
"if",
"swap",
"is",
"enabled",
"on",
"the",
"node",
"."
] | [
"\"\"\"\n If set to true it will make the Kubelet fail to start if swap is enabled on the node.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | image_gc_high_threshold | Optional[pulumi.Input[int]] | def image_gc_high_threshold(self) -> Optional[pulumi.Input[int]]:
"""
The percent of disk usage after which image garbage collection is always run.
"""
return pulumi.get(self, "image_gc_high_threshold") |
The percent of disk usage after which image garbage collection is always run.
| The percent of disk usage after which image garbage collection is always run. | [
"The",
"percent",
"of",
"disk",
"usage",
"after",
"which",
"image",
"garbage",
"collection",
"is",
"always",
"run",
"."
] | def image_gc_high_threshold(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "image_gc_high_threshold") | [
"def",
"image_gc_high_threshold",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"image_gc_high_threshold\"",
")"
] | The percent of disk usage after which image garbage collection is always run. | [
"The",
"percent",
"of",
"disk",
"usage",
"after",
"which",
"image",
"garbage",
"collection",
"is",
"always",
"run",
"."
] | [
"\"\"\"\n The percent of disk usage after which image garbage collection is always 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": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | image_gc_low_threshold | Optional[pulumi.Input[int]] | def image_gc_low_threshold(self) -> Optional[pulumi.Input[int]]:
"""
The percent of disk usage before which image garbage collection is never run.
"""
return pulumi.get(self, "image_gc_low_threshold") |
The percent of disk usage before which image garbage collection is never run.
| The percent of disk usage before which image garbage collection is never run. | [
"The",
"percent",
"of",
"disk",
"usage",
"before",
"which",
"image",
"garbage",
"collection",
"is",
"never",
"run",
"."
] | def image_gc_low_threshold(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "image_gc_low_threshold") | [
"def",
"image_gc_low_threshold",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"image_gc_low_threshold\"",
")"
] | The percent of disk usage before which image garbage collection is never run. | [
"The",
"percent",
"of",
"disk",
"usage",
"before",
"which",
"image",
"garbage",
"collection",
"is",
"never",
"run",
"."
] | [
"\"\"\"\n The percent of disk usage before which image garbage collection is never 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": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | pod_max_pids | Optional[pulumi.Input[int]] | def pod_max_pids(self) -> Optional[pulumi.Input[int]]:
"""
The maximum number of processes per pod.
"""
return pulumi.get(self, "pod_max_pids") |
The maximum number of processes per pod.
| The maximum number of processes per pod. | [
"The",
"maximum",
"number",
"of",
"processes",
"per",
"pod",
"."
] | def pod_max_pids(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "pod_max_pids") | [
"def",
"pod_max_pids",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"pod_max_pids\"",
")"
] | The maximum number of processes per pod. | [
"The",
"maximum",
"number",
"of",
"processes",
"per",
"pod",
"."
] | [
"\"\"\"\n The maximum number of processes per pod.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | topology_manager_policy | Optional[pulumi.Input[str]] | def topology_manager_policy(self) -> Optional[pulumi.Input[str]]:
"""
Topology Manager policy to use.
"""
return pulumi.get(self, "topology_manager_policy") |
Topology Manager policy to use.
| Topology Manager policy to use. | [
"Topology",
"Manager",
"policy",
"to",
"use",
"."
] | def topology_manager_policy(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "topology_manager_policy") | [
"def",
"topology_manager_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"topology_manager_policy\"",
")"
] | Topology Manager policy to use. | [
"Topology",
"Manager",
"policy",
"to",
"use",
"."
] | [
"\"\"\"\n Topology Manager policy to use.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | swap_file_size_mb | Optional[pulumi.Input[int]] | def swap_file_size_mb(self) -> Optional[pulumi.Input[int]]:
"""
SwapFileSizeMB specifies size in MB of a swap file will be created on each node.
"""
return pulumi.get(self, "swap_file_size_mb") |
SwapFileSizeMB specifies size in MB of a swap file will be created on each node.
| SwapFileSizeMB specifies size in MB of a swap file will be created on each node. | [
"SwapFileSizeMB",
"specifies",
"size",
"in",
"MB",
"of",
"a",
"swap",
"file",
"will",
"be",
"created",
"on",
"each",
"node",
"."
] | def swap_file_size_mb(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "swap_file_size_mb") | [
"def",
"swap_file_size_mb",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"swap_file_size_mb\"",
")"
] | SwapFileSizeMB specifies size in MB of a swap file will be created on each node. | [
"SwapFileSizeMB",
"specifies",
"size",
"in",
"MB",
"of",
"a",
"swap",
"file",
"will",
"be",
"created",
"on",
"each",
"node",
"."
] | [
"\"\"\"\n SwapFileSizeMB specifies size in MB of a swap file will be created on each node.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | sysctls | Optional[pulumi.Input['SysctlConfigArgs']] | def sysctls(self) -> Optional[pulumi.Input['SysctlConfigArgs']]:
"""
Sysctl settings for Linux agent nodes.
"""
return pulumi.get(self, "sysctls") |
Sysctl settings for Linux agent nodes.
| Sysctl settings for Linux agent nodes. | [
"Sysctl",
"settings",
"for",
"Linux",
"agent",
"nodes",
"."
] | def sysctls(self) -> Optional[pulumi.Input['SysctlConfigArgs']]:
return pulumi.get(self, "sysctls") | [
"def",
"sysctls",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'SysctlConfigArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sysctls\"",
")"
] | Sysctl settings for Linux agent nodes. | [
"Sysctl",
"settings",
"for",
"Linux",
"agent",
"nodes",
"."
] | [
"\"\"\"\n Sysctl settings for Linux agent nodes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | transparent_huge_page_defrag | Optional[pulumi.Input[str]] | def transparent_huge_page_defrag(self) -> Optional[pulumi.Input[str]]:
"""
Transparent Huge Page defrag configuration.
"""
return pulumi.get(self, "transparent_huge_page_defrag") |
Transparent Huge Page defrag configuration.
| Transparent Huge Page defrag configuration. | [
"Transparent",
"Huge",
"Page",
"defrag",
"configuration",
"."
] | def transparent_huge_page_defrag(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "transparent_huge_page_defrag") | [
"def",
"transparent_huge_page_defrag",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"transparent_huge_page_defrag\"",
")"
] | Transparent Huge Page defrag configuration. | [
"Transparent",
"Huge",
"Page",
"defrag",
"configuration",
"."
] | [
"\"\"\"\n Transparent Huge Page defrag configuration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | transparent_huge_page_enabled | Optional[pulumi.Input[str]] | def transparent_huge_page_enabled(self) -> Optional[pulumi.Input[str]]:
"""
Transparent Huge Page enabled configuration.
"""
return pulumi.get(self, "transparent_huge_page_enabled") |
Transparent Huge Page enabled configuration.
| Transparent Huge Page enabled configuration. | [
"Transparent",
"Huge",
"Page",
"enabled",
"configuration",
"."
] | def transparent_huge_page_enabled(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "transparent_huge_page_enabled") | [
"def",
"transparent_huge_page_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"transparent_huge_page_enabled\"",
")"
] | Transparent Huge Page enabled configuration. | [
"Transparent",
"Huge",
"Page",
"enabled",
"configuration",
"."
] | [
"\"\"\"\n Transparent Huge Page enabled configuration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | admin_group_object_ids | Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] | def admin_group_object_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
"""
AAD group object IDs that will have admin role of the cluster.
"""
return pulumi.get(self, "admin_group_object_ids") |
AAD group object IDs that will have admin role of the cluster.
| AAD group object IDs that will have admin role of the cluster. | [
"AAD",
"group",
"object",
"IDs",
"that",
"will",
"have",
"admin",
"role",
"of",
"the",
"cluster",
"."
] | def admin_group_object_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
return pulumi.get(self, "admin_group_object_ids") | [
"def",
"admin_group_object_ids",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"admin_group_object_i... | AAD group object IDs that will have admin role of the cluster. | [
"AAD",
"group",
"object",
"IDs",
"that",
"will",
"have",
"admin",
"role",
"of",
"the",
"cluster",
"."
] | [
"\"\"\"\n AAD group object IDs that will have admin role of the cluster.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | client_app_id | Optional[pulumi.Input[str]] | def client_app_id(self) -> Optional[pulumi.Input[str]]:
"""
The client AAD application ID.
"""
return pulumi.get(self, "client_app_id") |
The client AAD application ID.
| The client AAD application ID. | [
"The",
"client",
"AAD",
"application",
"ID",
"."
] | def client_app_id(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "client_app_id") | [
"def",
"client_app_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"client_app_id\"",
")"
] | The client AAD application ID. | [
"The",
"client",
"AAD",
"application",
"ID",
"."
] | [
"\"\"\"\n The client AAD application 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": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | enable_azure_rbac | Optional[pulumi.Input[bool]] | def enable_azure_rbac(self) -> Optional[pulumi.Input[bool]]:
"""
Whether to enable Azure RBAC for Kubernetes authorization.
"""
return pulumi.get(self, "enable_azure_rbac") |
Whether to enable Azure RBAC for Kubernetes authorization.
| Whether to enable Azure RBAC for Kubernetes authorization. | [
"Whether",
"to",
"enable",
"Azure",
"RBAC",
"for",
"Kubernetes",
"authorization",
"."
] | def enable_azure_rbac(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "enable_azure_rbac") | [
"def",
"enable_azure_rbac",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_azure_rbac\"",
")"
] | Whether to enable Azure RBAC for Kubernetes authorization. | [
"Whether",
"to",
"enable",
"Azure",
"RBAC",
"for",
"Kubernetes",
"authorization",
"."
] | [
"\"\"\"\n Whether to enable Azure RBAC for Kubernetes authorization.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | managed | Optional[pulumi.Input[bool]] | def managed(self) -> Optional[pulumi.Input[bool]]:
"""
Whether to enable managed AAD.
"""
return pulumi.get(self, "managed") |
Whether to enable managed AAD.
| Whether to enable managed AAD. | [
"Whether",
"to",
"enable",
"managed",
"AAD",
"."
] | def managed(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "managed") | [
"def",
"managed",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"managed\"",
")"
] | Whether to enable managed AAD. | [
"Whether",
"to",
"enable",
"managed",
"AAD",
"."
] | [
"\"\"\"\n Whether to enable managed AAD.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | server_app_id | Optional[pulumi.Input[str]] | def server_app_id(self) -> Optional[pulumi.Input[str]]:
"""
The server AAD application ID.
"""
return pulumi.get(self, "server_app_id") |
The server AAD application ID.
| The server AAD application ID. | [
"The",
"server",
"AAD",
"application",
"ID",
"."
] | def server_app_id(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "server_app_id") | [
"def",
"server_app_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"server_app_id\"",
")"
] | The server AAD application ID. | [
"The",
"server",
"AAD",
"application",
"ID",
"."
] | [
"\"\"\"\n The server AAD application 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": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | private_dns_zone | Optional[pulumi.Input[str]] | def private_dns_zone(self) -> Optional[pulumi.Input[str]]:
"""
Private dns zone mode for private cluster.
"""
return pulumi.get(self, "private_dns_zone") |
Private dns zone mode for private cluster.
| Private dns zone mode for private cluster. | [
"Private",
"dns",
"zone",
"mode",
"for",
"private",
"cluster",
"."
] | def private_dns_zone(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "private_dns_zone") | [
"def",
"private_dns_zone",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_dns_zone\"",
")"
] | Private dns zone mode for private cluster. | [
"Private",
"dns",
"zone",
"mode",
"for",
"private",
"cluster",
"."
] | [
"\"\"\"\n Private dns zone mode for private cluster. \n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | kubelet_config | Optional[pulumi.Input['KubeletConfigArgs']] | def kubelet_config(self) -> Optional[pulumi.Input['KubeletConfigArgs']]:
"""
KubeletConfig specifies the configuration of kubelet on agent nodes.
"""
return pulumi.get(self, "kubelet_config") |
KubeletConfig specifies the configuration of kubelet on agent nodes.
| KubeletConfig specifies the configuration of kubelet on agent nodes. | [
"KubeletConfig",
"specifies",
"the",
"configuration",
"of",
"kubelet",
"on",
"agent",
"nodes",
"."
] | def kubelet_config(self) -> Optional[pulumi.Input['KubeletConfigArgs']]:
return pulumi.get(self, "kubelet_config") | [
"def",
"kubelet_config",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'KubeletConfigArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"kubelet_config\"",
")"
] | KubeletConfig specifies the configuration of kubelet on agent nodes. | [
"KubeletConfig",
"specifies",
"the",
"configuration",
"of",
"kubelet",
"on",
"agent",
"nodes",
"."
] | [
"\"\"\"\n KubeletConfig specifies the configuration of kubelet on agent nodes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | kubelet_disk_type | Optional[pulumi.Input[Union[str, 'KubeletDiskType']]] | def kubelet_disk_type(self) -> Optional[pulumi.Input[Union[str, 'KubeletDiskType']]]:
"""
KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS disk for data.
"""... |
KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS disk for data.
| KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS disk for data. | [
"KubeletDiskType",
"determines",
"the",
"placement",
"of",
"emptyDir",
"volumes",
"container",
"runtime",
"data",
"root",
"and",
"Kubelet",
"ephemeral",
"storage",
".",
"Currently",
"allows",
"one",
"value",
"OS",
"resulting",
"in",
"Kubelet",
"using",
"the",
"OS"... | def kubelet_disk_type(self) -> Optional[pulumi.Input[Union[str, 'KubeletDiskType']]]:
return pulumi.get(self, "kubelet_disk_type") | [
"def",
"kubelet_disk_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'KubeletDiskType'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"kubelet_disk_type\"",
")"
] | KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. | [
"KubeletDiskType",
"determines",
"the",
"placement",
"of",
"emptyDir",
"volumes",
"container",
"runtime",
"data",
"root",
"and",
"Kubelet",
"ephemeral",
"storage",
"."
] | [
"\"\"\"\n KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS disk for data.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | linux_os_config | Optional[pulumi.Input['LinuxOSConfigArgs']] | def linux_os_config(self) -> Optional[pulumi.Input['LinuxOSConfigArgs']]:
"""
LinuxOSConfig specifies the OS configuration of linux agent nodes.
"""
return pulumi.get(self, "linux_os_config") |
LinuxOSConfig specifies the OS configuration of linux agent nodes.
| LinuxOSConfig specifies the OS configuration of linux agent nodes. | [
"LinuxOSConfig",
"specifies",
"the",
"OS",
"configuration",
"of",
"linux",
"agent",
"nodes",
"."
] | def linux_os_config(self) -> Optional[pulumi.Input['LinuxOSConfigArgs']]:
return pulumi.get(self, "linux_os_config") | [
"def",
"linux_os_config",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'LinuxOSConfigArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"linux_os_config\"",
")"
] | LinuxOSConfig specifies the OS configuration of linux agent nodes. | [
"LinuxOSConfig",
"specifies",
"the",
"OS",
"configuration",
"of",
"linux",
"agent",
"nodes",
"."
] | [
"\"\"\"\n LinuxOSConfig specifies the OS configuration of linux agent nodes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | mode | Optional[pulumi.Input[Union[str, 'AgentPoolMode']]] | def mode(self) -> Optional[pulumi.Input[Union[str, 'AgentPoolMode']]]:
"""
AgentPoolMode represents mode of an agent pool
"""
return pulumi.get(self, "mode") |
AgentPoolMode represents mode of an agent pool
| AgentPoolMode represents mode of an agent pool | [
"AgentPoolMode",
"represents",
"mode",
"of",
"an",
"agent",
"pool"
] | def mode(self) -> Optional[pulumi.Input[Union[str, 'AgentPoolMode']]]:
return pulumi.get(self, "mode") | [
"def",
"mode",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'AgentPoolMode'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"mode\"",
")"
] | AgentPoolMode represents mode of an agent pool | [
"AgentPoolMode",
"represents",
"mode",
"of",
"an",
"agent",
"pool"
] | [
"\"\"\"\n AgentPoolMode represents mode of an 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": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | os_disk_type | Optional[pulumi.Input[Union[str, 'OSDiskType']]] | def os_disk_type(self) -> Optional[pulumi.Input[Union[str, 'OSDiskType']]]:
"""
OS disk type to be used for machines in a given agent pool. Allowed values are 'Ephemeral' and 'Managed'. Defaults to 'Managed'. May not be changed after creation.
"""
return pulumi.get(self, "os_disk_type") |
OS disk type to be used for machines in a given agent pool. Allowed values are 'Ephemeral' and 'Managed'. Defaults to 'Managed'. May not be changed after creation.
| OS disk type to be used for machines in a given agent pool. Allowed values are 'Ephemeral' and 'Managed'. Defaults to 'Managed'. May not be changed after creation. | [
"OS",
"disk",
"type",
"to",
"be",
"used",
"for",
"machines",
"in",
"a",
"given",
"agent",
"pool",
".",
"Allowed",
"values",
"are",
"'",
"Ephemeral",
"'",
"and",
"'",
"Managed",
"'",
".",
"Defaults",
"to",
"'",
"Managed",
"'",
".",
"May",
"not",
"be",... | def os_disk_type(self) -> Optional[pulumi.Input[Union[str, 'OSDiskType']]]:
return pulumi.get(self, "os_disk_type") | [
"def",
"os_disk_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'OSDiskType'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"os_disk_type\"",
")"
] | OS disk type to be used for machines in a given agent pool. | [
"OS",
"disk",
"type",
"to",
"be",
"used",
"for",
"machines",
"in",
"a",
"given",
"agent",
"pool",
"."
] | [
"\"\"\"\n OS disk type to be used for machines in a given agent pool. Allowed values are 'Ephemeral' and 'Managed'. Defaults to 'Managed'. May not be changed after creation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | upgrade_channel | Optional[pulumi.Input[Union[str, 'UpgradeChannel']]] | def upgrade_channel(self) -> Optional[pulumi.Input[Union[str, 'UpgradeChannel']]]:
"""
upgrade channel for auto upgrade.
"""
return pulumi.get(self, "upgrade_channel") |
upgrade channel for auto upgrade.
| upgrade channel for auto upgrade. | [
"upgrade",
"channel",
"for",
"auto",
"upgrade",
"."
] | def upgrade_channel(self) -> Optional[pulumi.Input[Union[str, 'UpgradeChannel']]]:
return pulumi.get(self, "upgrade_channel") | [
"def",
"upgrade_channel",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'UpgradeChannel'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"upgrade_channel\"",
")"
] | upgrade channel for auto upgrade. | [
"upgrade",
"channel",
"for",
"auto",
"upgrade",
"."
] | [
"\"\"\"\n upgrade channel for auto upgrade.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | identity | pulumi.Input['UserAssignedIdentityArgs'] | def identity(self) -> pulumi.Input['UserAssignedIdentityArgs']:
"""
Information of the user assigned identity.
"""
return pulumi.get(self, "identity") |
Information of the user assigned identity.
| Information of the user assigned identity. | [
"Information",
"of",
"the",
"user",
"assigned",
"identity",
"."
] | def identity(self) -> pulumi.Input['UserAssignedIdentityArgs']:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"'UserAssignedIdentityArgs'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | Information of the user assigned identity. | [
"Information",
"of",
"the",
"user",
"assigned",
"identity",
"."
] | [
"\"\"\"\n Information of the user assigned identity.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | user_assigned_identities | Optional[pulumi.Input[Sequence[pulumi.Input['ManagedClusterPodIdentityArgs']]]] | def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedClusterPodIdentityArgs']]]]:
"""
User assigned pod identity settings.
"""
return pulumi.get(self, "user_assigned_identities") |
User assigned pod identity settings.
| User assigned pod identity settings. | [
"User",
"assigned",
"pod",
"identity",
"settings",
"."
] | def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedClusterPodIdentityArgs']]]]:
return pulumi.get(self, "user_assigned_identities") | [
"def",
"user_assigned_identities",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'ManagedClusterPodIdentityArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
... | User assigned pod identity settings. | [
"User",
"assigned",
"pod",
"identity",
"settings",
"."
] | [
"\"\"\"\n User assigned pod identity settings.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | user_assigned_identity_exceptions | Optional[pulumi.Input[Sequence[pulumi.Input['ManagedClusterPodIdentityExceptionArgs']]]] | def user_assigned_identity_exceptions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedClusterPodIdentityExceptionArgs']]]]:
"""
User assigned pod identity exception settings.
"""
return pulumi.get(self, "user_assigned_identity_exceptions") |
User assigned pod identity exception settings.
| User assigned pod identity exception settings. | [
"User",
"assigned",
"pod",
"identity",
"exception",
"settings",
"."
] | def user_assigned_identity_exceptions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagedClusterPodIdentityExceptionArgs']]]]:
return pulumi.get(self, "user_assigned_identity_exceptions") | [
"def",
"user_assigned_identity_exceptions",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'ManagedClusterPodIdentityExceptionArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
... | User assigned pod identity exception settings. | [
"User",
"assigned",
"pod",
"identity",
"exception",
"settings",
"."
] | [
"\"\"\"\n User assigned pod identity exception settings.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | name | Optional[pulumi.Input[Union[str, 'ManagedClusterSKUName']]] | def name(self) -> Optional[pulumi.Input[Union[str, 'ManagedClusterSKUName']]]:
"""
Name of a managed cluster SKU.
"""
return pulumi.get(self, "name") |
Name of a managed cluster SKU.
| Name of a managed cluster SKU. | [
"Name",
"of",
"a",
"managed",
"cluster",
"SKU",
"."
] | def name(self) -> Optional[pulumi.Input[Union[str, 'ManagedClusterSKUName']]]:
return pulumi.get(self, "name") | [
"def",
"name",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'ManagedClusterSKUName'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"name\"",
")"
] | Name of a managed cluster SKU. | [
"Name",
"of",
"a",
"managed",
"cluster",
"SKU",
"."
] | [
"\"\"\"\n Name of a managed cluster SKU.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | tier | Optional[pulumi.Input[Union[str, 'ManagedClusterSKUTier']]] | def tier(self) -> Optional[pulumi.Input[Union[str, 'ManagedClusterSKUTier']]]:
"""
Tier of a managed cluster SKU.
"""
return pulumi.get(self, "tier") |
Tier of a managed cluster SKU.
| Tier of a managed cluster SKU. | [
"Tier",
"of",
"a",
"managed",
"cluster",
"SKU",
"."
] | def tier(self) -> Optional[pulumi.Input[Union[str, 'ManagedClusterSKUTier']]]:
return pulumi.get(self, "tier") | [
"def",
"tier",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'ManagedClusterSKUTier'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tier\"",
")"
] | Tier of a managed cluster SKU. | [
"Tier",
"of",
"a",
"managed",
"cluster",
"SKU",
"."
] | [
"\"\"\"\n Tier of a managed cluster SKU.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | license_type | Optional[pulumi.Input[Union[str, 'LicenseType']]] | def license_type(self) -> Optional[pulumi.Input[Union[str, 'LicenseType']]]:
"""
The licenseType to use for Windows VMs. Windows_Server is used to enable Azure Hybrid User Benefits for Windows VMs.
"""
return pulumi.get(self, "license_type") |
The licenseType to use for Windows VMs. Windows_Server is used to enable Azure Hybrid User Benefits for Windows VMs.
| The licenseType to use for Windows VMs. Windows_Server is used to enable Azure Hybrid User Benefits for Windows VMs. | [
"The",
"licenseType",
"to",
"use",
"for",
"Windows",
"VMs",
".",
"Windows_Server",
"is",
"used",
"to",
"enable",
"Azure",
"Hybrid",
"User",
"Benefits",
"for",
"Windows",
"VMs",
"."
] | def license_type(self) -> Optional[pulumi.Input[Union[str, 'LicenseType']]]:
return pulumi.get(self, "license_type") | [
"def",
"license_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'LicenseType'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"license_type\"",
")"
] | The licenseType to use for Windows VMs. | [
"The",
"licenseType",
"to",
"use",
"for",
"Windows",
"VMs",
"."
] | [
"\"\"\"\n The licenseType to use for Windows VMs. Windows_Server is used to enable Azure Hybrid User Benefits for Windows VMs.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | day | Optional[pulumi.Input[Union[str, 'WeekDay']]] | def day(self) -> Optional[pulumi.Input[Union[str, 'WeekDay']]]:
"""
A day in a week.
"""
return pulumi.get(self, "day") |
A day in a week.
| A day in a week. | [
"A",
"day",
"in",
"a",
"week",
"."
] | def day(self) -> Optional[pulumi.Input[Union[str, 'WeekDay']]]:
return pulumi.get(self, "day") | [
"def",
"day",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'WeekDay'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"day\"",
")"
] | A day in a week. | [
"A",
"day",
"in",
"a",
"week",
"."
] | [
"\"\"\"\n A day in a week.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c8b38b00c5624e6033b2031959081d10791f587 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/_inputs.py | [
"Apache-2.0"
] | Python | hour_slots | Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] | def hour_slots(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
"""
hour slots in a day.
"""
return pulumi.get(self, "hour_slots") |
hour slots in a day.
| hour slots in a day. | [
"hour",
"slots",
"in",
"a",
"day",
"."
] | def hour_slots(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
return pulumi.get(self, "hour_slots") | [
"def",
"hour_slots",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"hour_slots\"",
")"
] | hour slots in a day. | [
"hour",
"slots",
"in",
"a",
"day",
"."
] | [
"\"\"\"\n hour slots in a day.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c9c2424af54f476339ec726a948942649684437 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20180201/list_web_app_auth_settings.py | [
"Apache-2.0"
] | Python | additional_login_params | Optional[Sequence[str]] | def additional_login_params(self) -> 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) -> Optional[Sequence[str]]:
return pulumi.get(self, "additional_login_params") | [
"def",
"additional_login_params",
"(",
"self",
")",
"->",
"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": []
} |
4c9c2424af54f476339ec726a948942649684437 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20180201/list_web_app_auth_settings.py | [
"Apache-2.0"
] | Python | default_provider | Optional[str] | def default_provider(self) -> 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) -> Optional[str]:
return pulumi.get(self, "default_provider") | [
"def",
"default_provider",
"(",
"self",
")",
"->",
"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": []
} |
4c9c2424af54f476339ec726a948942649684437 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20180201/list_web_app_auth_settings.py | [
"Apache-2.0"
] | Python | facebook_app_id | Optional[str] | def facebook_app_id(self) -> 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, "facebook_app... |
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) -> Optional[str]:
return pulumi.get(self, "facebook_app_id") | [
"def",
"facebook_app_id",
"(",
"self",
")",
"->",
"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": []
} |
4c9c2424af54f476339ec726a948942649684437 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20180201/list_web_app_auth_settings.py | [
"Apache-2.0"
] | Python | facebook_app_secret | Optional[str] | def facebook_app_secret(self) -> 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
"""
return pulumi.get(se... |
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) -> Optional[str]:
return pulumi.get(self, "facebook_app_secret") | [
"def",
"facebook_app_secret",
"(",
"self",
")",
"->",
"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": []
} |
4c9c2424af54f476339ec726a948942649684437 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20180201/list_web_app_auth_settings.py | [
"Apache-2.0"
] | Python | facebook_o_auth_scopes | Optional[Sequence[str]] | def facebook_o_auth_scopes(self) -> 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
"""
return pu... |
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) -> Optional[Sequence[str]]:
return pulumi.get(self, "facebook_o_auth_scopes") | [
"def",
"facebook_o_auth_scopes",
"(",
"self",
")",
"->",
"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": []
} |
4c9c2424af54f476339ec726a948942649684437 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20180201/list_web_app_auth_settings.py | [
"Apache-2.0"
] | Python | google_client_id | Optional[str] | def google_client_id(self) -> 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 pulumi.get(self... |
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) -> Optional[str]:
return pulumi.get(self, "google_client_id") | [
"def",
"google_client_id",
"(",
"self",
")",
"->",
"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": []
} |
4c9c2424af54f476339ec726a948942649684437 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20180201/list_web_app_auth_settings.py | [
"Apache-2.0"
] | Python | google_client_secret | Optional[str] | def google_client_secret(self) -> 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/
"""
return pulumi.get... |
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) -> Optional[str]:
return pulumi.get(self, "google_client_secret") | [
"def",
"google_client_secret",
"(",
"self",
")",
"->",
"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": []
} |
4c9c2424af54f476339ec726a948942649684437 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20180201/list_web_app_auth_settings.py | [
"Apache-2.0"
] | Python | google_o_auth_scopes | Optional[Sequence[str]] | def google_o_auth_scopes(self) -> 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 documentation: http... |
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) -> Optional[Sequence[str]]:
return pulumi.get(self, "google_o_auth_scopes") | [
"def",
"google_o_auth_scopes",
"(",
"self",
")",
"->",
"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": []
} |
4c9c2424af54f476339ec726a948942649684437 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20180201/list_web_app_auth_settings.py | [
"Apache-2.0"
] | Python | microsoft_account_client_id | Optional[str] | def microsoft_account_client_id(self) -> Optional[str]:
"""
The OAuth 2.0 client ID that was created for the app used for authentication.
This setting is required for enabling Microsoft Account authentication.
Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth... |
The OAuth 2.0 client ID that was created for the app used for authentication.
This setting is required for enabling Microsoft Account authentication.
Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
| The OAuth 2.0 client ID that was created for the app used for authentication.
This setting is required for enabling Microsoft Account authentication. | [
"The",
"OAuth",
"2",
".",
"0",
"client",
"ID",
"that",
"was",
"created",
"for",
"the",
"app",
"used",
"for",
"authentication",
".",
"This",
"setting",
"is",
"required",
"for",
"enabling",
"Microsoft",
"Account",
"authentication",
"."
] | def microsoft_account_client_id(self) -> Optional[str]:
return pulumi.get(self, "microsoft_account_client_id") | [
"def",
"microsoft_account_client_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"microsoft_account_client_id\"",
")"
] | The OAuth 2.0 client ID that was created for the app used for authentication. | [
"The",
"OAuth",
"2",
".",
"0",
"client",
"ID",
"that",
"was",
"created",
"for",
"the",
"app",
"used",
"for",
"authentication",
"."
] | [
"\"\"\"\n The OAuth 2.0 client ID that was created for the app used for authentication.\n This setting is required for enabling Microsoft Account authentication.\n Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c9c2424af54f476339ec726a948942649684437 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20180201/list_web_app_auth_settings.py | [
"Apache-2.0"
] | Python | microsoft_account_client_secret | Optional[str] | def microsoft_account_client_secret(self) -> Optional[str]:
"""
The OAuth 2.0 client secret that was created for the app used for authentication.
This setting is required for enabling Microsoft Account authentication.
Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/m... |
The OAuth 2.0 client secret that was created for the app used for authentication.
This setting is required for enabling Microsoft Account authentication.
Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
| The OAuth 2.0 client secret that was created for the app used for authentication.
This setting is required for enabling Microsoft Account authentication. | [
"The",
"OAuth",
"2",
".",
"0",
"client",
"secret",
"that",
"was",
"created",
"for",
"the",
"app",
"used",
"for",
"authentication",
".",
"This",
"setting",
"is",
"required",
"for",
"enabling",
"Microsoft",
"Account",
"authentication",
"."
] | def microsoft_account_client_secret(self) -> Optional[str]:
return pulumi.get(self, "microsoft_account_client_secret") | [
"def",
"microsoft_account_client_secret",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"microsoft_account_client_secret\"",
")"
] | The OAuth 2.0 client secret that was created for the app used for authentication. | [
"The",
"OAuth",
"2",
".",
"0",
"client",
"secret",
"that",
"was",
"created",
"for",
"the",
"app",
"used",
"for",
"authentication",
"."
] | [
"\"\"\"\n The OAuth 2.0 client secret that was created for the app used for authentication.\n This setting is required for enabling Microsoft Account authentication.\n Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c9c2424af54f476339ec726a948942649684437 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20180201/list_web_app_auth_settings.py | [
"Apache-2.0"
] | Python | microsoft_account_o_auth_scopes | Optional[Sequence[str]] | def microsoft_account_o_auth_scopes(self) -> Optional[Sequence[str]]:
"""
The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
This setting is optional. If not specified, "wl.basic" is used as the default scope.
Microsoft Account Scopes and permissions... |
The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
This setting is optional. If not specified, "wl.basic" is used as the default scope.
Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
| The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
This setting is optional. If not specified, "wl.basic" is used as the default scope. | [
"The",
"OAuth",
"2",
".",
"0",
"scopes",
"that",
"will",
"be",
"requested",
"as",
"part",
"of",
"Microsoft",
"Account",
"authentication",
".",
"This",
"setting",
"is",
"optional",
".",
"If",
"not",
"specified",
"\"",
"wl",
".",
"basic",
"\"",
"is",
"used... | def microsoft_account_o_auth_scopes(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "microsoft_account_o_auth_scopes") | [
"def",
"microsoft_account_o_auth_scopes",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"microsoft_account_o_auth_scopes\"",
")"
] | The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication. | [
"The",
"OAuth",
"2",
".",
"0",
"scopes",
"that",
"will",
"be",
"requested",
"as",
"part",
"of",
"Microsoft",
"Account",
"authentication",
"."
] | [
"\"\"\"\n The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.\n This setting is optional. If not specified, \"wl.basic\" is used as the default scope.\n Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c9c2424af54f476339ec726a948942649684437 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20180201/list_web_app_auth_settings.py | [
"Apache-2.0"
] | Python | token_store_enabled | Optional[bool] | def token_store_enabled(self) -> Optional[bool]:
"""
<code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
The default is <code>false</code>.
"""
return pulumi.get(self, "token_store_enabled") |
<code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
The default is <code>false</code>.
| true to durably store platform-specific security tokens that are obtained during login flows; otherwise, false.
The default is false. | [
"true",
"to",
"durably",
"store",
"platform",
"-",
"specific",
"security",
"tokens",
"that",
"are",
"obtained",
"during",
"login",
"flows",
";",
"otherwise",
"false",
".",
"The",
"default",
"is",
"false",
"."
] | def token_store_enabled(self) -> Optional[bool]:
return pulumi.get(self, "token_store_enabled") | [
"def",
"token_store_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"token_store_enabled\"",
")"
] | <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>. | [
"<code",
">",
"true<",
"/",
"code",
">",
"to",
"durably",
"store",
"platform",
"-",
"specific",
"security",
"tokens",
"that",
"are",
"obtained",
"during",
"login",
"flows",
";",
"otherwise",
"<code",
">",
"false<",
"/",
"code",
">",
"."
] | [
"\"\"\"\n <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.\n The default is <code>false</code>.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c9c2424af54f476339ec726a948942649684437 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20180201/list_web_app_auth_settings.py | [
"Apache-2.0"
] | Python | twitter_consumer_key | Optional[str] | def twitter_consumer_key(self) -> Optional[str]:
"""
The OAuth 1.0a consumer key of the Twitter application used for sign-in.
This setting is required for enabling Twitter Sign-In.
Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
"""
return pulumi.get(se... |
The OAuth 1.0a consumer key of the Twitter application used for sign-in.
This setting is required for enabling Twitter Sign-In.
Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
| The OAuth 1.0a consumer key of the Twitter application used for sign-in.
This setting is required for enabling Twitter Sign-In. | [
"The",
"OAuth",
"1",
".",
"0a",
"consumer",
"key",
"of",
"the",
"Twitter",
"application",
"used",
"for",
"sign",
"-",
"in",
".",
"This",
"setting",
"is",
"required",
"for",
"enabling",
"Twitter",
"Sign",
"-",
"In",
"."
] | def twitter_consumer_key(self) -> Optional[str]:
return pulumi.get(self, "twitter_consumer_key") | [
"def",
"twitter_consumer_key",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"twitter_consumer_key\"",
")"
] | The OAuth 1.0a consumer key of the Twitter application used for sign-in. | [
"The",
"OAuth",
"1",
".",
"0a",
"consumer",
"key",
"of",
"the",
"Twitter",
"application",
"used",
"for",
"sign",
"-",
"in",
"."
] | [
"\"\"\"\n The OAuth 1.0a consumer key of the Twitter application used for sign-in.\n This setting is required for enabling Twitter Sign-In.\n Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c9c2424af54f476339ec726a948942649684437 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20180201/list_web_app_auth_settings.py | [
"Apache-2.0"
] | Python | twitter_consumer_secret | Optional[str] | def twitter_consumer_secret(self) -> Optional[str]:
"""
The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
This setting is required for enabling Twitter Sign-In.
Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
"""
return pulumi.... |
The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
This setting is required for enabling Twitter Sign-In.
Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
| The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
This setting is required for enabling Twitter Sign-In. | [
"The",
"OAuth",
"1",
".",
"0a",
"consumer",
"secret",
"of",
"the",
"Twitter",
"application",
"used",
"for",
"sign",
"-",
"in",
".",
"This",
"setting",
"is",
"required",
"for",
"enabling",
"Twitter",
"Sign",
"-",
"In",
"."
] | def twitter_consumer_secret(self) -> Optional[str]:
return pulumi.get(self, "twitter_consumer_secret") | [
"def",
"twitter_consumer_secret",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"twitter_consumer_secret\"",
")"
] | The OAuth 1.0a consumer secret of the Twitter application used for sign-in. | [
"The",
"OAuth",
"1",
".",
"0a",
"consumer",
"secret",
"of",
"the",
"Twitter",
"application",
"used",
"for",
"sign",
"-",
"in",
"."
] | [
"\"\"\"\n The OAuth 1.0a consumer secret of the Twitter application used for sign-in.\n This setting is required for enabling Twitter Sign-In.\n Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c9c2424af54f476339ec726a948942649684437 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20180201/list_web_app_auth_settings.py | [
"Apache-2.0"
] | Python | validate_issuer | Optional[bool] | def validate_issuer(self) -> Optional[bool]:
"""
Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
"""
return pulumi.get(self, "validate_issuer") |
Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
| Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such. | [
"Gets",
"a",
"value",
"indicating",
"whether",
"the",
"issuer",
"should",
"be",
"a",
"valid",
"HTTPS",
"url",
"and",
"be",
"validated",
"as",
"such",
"."
] | def validate_issuer(self) -> Optional[bool]:
return pulumi.get(self, "validate_issuer") | [
"def",
"validate_issuer",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"validate_issuer\"",
")"
] | Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such. | [
"Gets",
"a",
"value",
"indicating",
"whether",
"the",
"issuer",
"should",
"be",
"a",
"valid",
"HTTPS",
"url",
"and",
"be",
"validated",
"as",
"such",
"."
] | [
"\"\"\"\n Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4c9c2424af54f476339ec726a948942649684437 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20180201/list_web_app_auth_settings.py | [
"Apache-2.0"
] | Python | list_web_app_auth_settings | AwaitableListWebAppAuthSettingsResult | def list_web_app_auth_settings(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebAppAuthSettingsResult:
"""
Configuration settings for the Azure App Service Authenti... |
Configuration settings for the Azure App Service Authentication / Authorization feature.
:param str name: Name of the app.
:param str resource_group_name: Name of the resource group to which the resource belongs.
| Configuration settings for the Azure App Service Authentication / Authorization feature. | [
"Configuration",
"settings",
"for",
"the",
"Azure",
"App",
"Service",
"Authentication",
"/",
"Authorization",
"feature",
"."
] | def list_web_app_auth_settings(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebAppAuthSettingsResult:
__args__ = dict()
__args__['name'] = name
__args__['resou... | [
"def",
"list_web_app_auth_settings",
"(",
"name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
"None",... | Configuration settings for the Azure App Service Authentication / Authorization feature. | [
"Configuration",
"settings",
"for",
"the",
"Azure",
"App",
"Service",
"Authentication",
"/",
"Authorization",
"feature",
"."
] | [
"\"\"\"\n Configuration settings for the Azure App Service Authentication / Authorization feature.\n\n\n :param str name: Name of the app.\n :param str resource_group_name: Name of the resource group to which the resource belongs.\n \"\"\""
] | [
{
"param": "name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "name",
"type": "Optional[str]",
"docstring": "Name of the app.",
"docstring_tokens": [
"Name",
"of",
"the",
"app",
"."
],
"default": null,
"is_optional": false
},
... |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | allowed_multi_sizes | pulumi.Output[str] | def allowed_multi_sizes(self) -> pulumi.Output[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) -> pulumi.Output[str]:
return pulumi.get(self, "allowed_multi_sizes") | [
"def",
"allowed_multi_sizes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"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": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | allowed_worker_sizes | pulumi.Output[str] | def allowed_worker_sizes(self) -> pulumi.Output[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) -> pulumi.Output[str]:
return pulumi.get(self, "allowed_worker_sizes") | [
"def",
"allowed_worker_sizes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"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": []
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.