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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a4b00ea1c383e14ee8bf804e034abe0d882e3331 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170426/get_kpi.py | [
"Apache-2.0"
] | Python | calculation_window_field_name | Optional[str] | def calculation_window_field_name(self) -> Optional[str]:
"""
Name of calculation window field.
"""
return pulumi.get(self, "calculation_window_field_name") |
Name of calculation window field.
| Name of calculation window field. | [
"Name",
"of",
"calculation",
"window",
"field",
"."
] | def calculation_window_field_name(self) -> Optional[str]:
return pulumi.get(self, "calculation_window_field_name") | [
"def",
"calculation_window_field_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"calculation_window_field_name\"",
")"
] | Name of calculation window field. | [
"Name",
"of",
"calculation",
"window",
"field",
"."
] | [
"\"\"\"\n Name of calculation window field.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4b00ea1c383e14ee8bf804e034abe0d882e3331 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170426/get_kpi.py | [
"Apache-2.0"
] | Python | group_by | Optional[Sequence[str]] | def group_by(self) -> Optional[Sequence[str]]:
"""
the group by properties for the KPI.
"""
return pulumi.get(self, "group_by") |
the group by properties for the KPI.
| the group by properties for the KPI. | [
"the",
"group",
"by",
"properties",
"for",
"the",
"KPI",
"."
] | def group_by(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "group_by") | [
"def",
"group_by",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"group_by\"",
")"
] | the group by properties for the KPI. | [
"the",
"group",
"by",
"properties",
"for",
"the",
"KPI",
"."
] | [
"\"\"\"\n the group by properties for the KPI.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4b332dbac6c06f80c5c1aead4f180df93849d4b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20140901/get_topic_authorization_rule.py | [
"Apache-2.0"
] | Python | rights | Sequence[str] | def rights(self) -> Sequence[str]:
"""
The rights associated with the rule.
"""
return pulumi.get(self, "rights") |
The rights associated with the rule.
| The rights associated with the rule. | [
"The",
"rights",
"associated",
"with",
"the",
"rule",
"."
] | def rights(self) -> Sequence[str]:
return pulumi.get(self, "rights") | [
"def",
"rights",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"rights\"",
")"
] | The rights associated with the rule. | [
"The",
"rights",
"associated",
"with",
"the",
"rule",
"."
] | [
"\"\"\"\n The rights associated with the rule.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4b5b701ef5b06f9f2571464ed8169f1292c6049 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20180601preview/application.py | [
"Apache-2.0"
] | Python | properties | pulumi.Output['outputs.ApplicationPropertiesResponse'] | def properties(self) -> pulumi.Output['outputs.ApplicationPropertiesResponse']:
"""
The properties of the application.
"""
return pulumi.get(self, "properties") |
The properties of the application.
| The properties of the application. | [
"The",
"properties",
"of",
"the",
"application",
"."
] | def properties(self) -> pulumi.Output['outputs.ApplicationPropertiesResponse']:
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ApplicationPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | The properties of the application. | [
"The",
"properties",
"of",
"the",
"application",
"."
] | [
"\"\"\"\n The properties of the application.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4bddecaf3bf4ea41285f6349a4e979a0aa31180 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/confluent/v20200301/get_organization.py | [
"Apache-2.0"
] | Python | sso_url | str | def sso_url(self) -> str:
"""
SSO url for the Confluent organization.
"""
return pulumi.get(self, "sso_url") |
SSO url for the Confluent organization.
| SSO url for the Confluent organization. | [
"SSO",
"url",
"for",
"the",
"Confluent",
"organization",
"."
] | def sso_url(self) -> str:
return pulumi.get(self, "sso_url") | [
"def",
"sso_url",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sso_url\"",
")"
] | SSO url for the Confluent organization. | [
"SSO",
"url",
"for",
"the",
"Confluent",
"organization",
"."
] | [
"\"\"\"\n SSO url for the Confluent organization.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4bdf70af35aa7db6ecb0d96a806015f121f2365 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/analysisservices/v20170801/get_server_details.py | [
"Apache-2.0"
] | Python | as_administrators | Optional['outputs.ServerAdministratorsResponse'] | def as_administrators(self) -> Optional['outputs.ServerAdministratorsResponse']:
"""
A collection of AS server administrators
"""
return pulumi.get(self, "as_administrators") |
A collection of AS server administrators
| A collection of AS server administrators | [
"A",
"collection",
"of",
"AS",
"server",
"administrators"
] | def as_administrators(self) -> Optional['outputs.ServerAdministratorsResponse']:
return pulumi.get(self, "as_administrators") | [
"def",
"as_administrators",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ServerAdministratorsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"as_administrators\"",
")"
] | A collection of AS server administrators | [
"A",
"collection",
"of",
"AS",
"server",
"administrators"
] | [
"\"\"\"\n A collection of AS server administrators\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4bdf70af35aa7db6ecb0d96a806015f121f2365 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/analysisservices/v20170801/get_server_details.py | [
"Apache-2.0"
] | Python | backup_blob_container_uri | Optional[str] | def backup_blob_container_uri(self) -> Optional[str]:
"""
The SAS container URI to the backup container.
"""
return pulumi.get(self, "backup_blob_container_uri") |
The SAS container URI to the backup container.
| The SAS container URI to the backup container. | [
"The",
"SAS",
"container",
"URI",
"to",
"the",
"backup",
"container",
"."
] | def backup_blob_container_uri(self) -> Optional[str]:
return pulumi.get(self, "backup_blob_container_uri") | [
"def",
"backup_blob_container_uri",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"backup_blob_container_uri\"",
")"
] | The SAS container URI to the backup container. | [
"The",
"SAS",
"container",
"URI",
"to",
"the",
"backup",
"container",
"."
] | [
"\"\"\"\n The SAS container URI to the backup container.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4bdf70af35aa7db6ecb0d96a806015f121f2365 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/analysisservices/v20170801/get_server_details.py | [
"Apache-2.0"
] | Python | gateway_details | Optional['outputs.GatewayDetailsResponse'] | def gateway_details(self) -> Optional['outputs.GatewayDetailsResponse']:
"""
The gateway details configured for the AS server.
"""
return pulumi.get(self, "gateway_details") |
The gateway details configured for the AS server.
| The gateway details configured for the AS server. | [
"The",
"gateway",
"details",
"configured",
"for",
"the",
"AS",
"server",
"."
] | def gateway_details(self) -> Optional['outputs.GatewayDetailsResponse']:
return pulumi.get(self, "gateway_details") | [
"def",
"gateway_details",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.GatewayDetailsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"gateway_details\"",
")"
] | The gateway details configured for the AS server. | [
"The",
"gateway",
"details",
"configured",
"for",
"the",
"AS",
"server",
"."
] | [
"\"\"\"\n The gateway details configured for the AS server.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4bdf70af35aa7db6ecb0d96a806015f121f2365 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/analysisservices/v20170801/get_server_details.py | [
"Apache-2.0"
] | Python | ip_v4_firewall_settings | Optional['outputs.IPv4FirewallSettingsResponse'] | def ip_v4_firewall_settings(self) -> Optional['outputs.IPv4FirewallSettingsResponse']:
"""
The firewall settings for the AS server.
"""
return pulumi.get(self, "ip_v4_firewall_settings") |
The firewall settings for the AS server.
| The firewall settings for the AS server. | [
"The",
"firewall",
"settings",
"for",
"the",
"AS",
"server",
"."
] | def ip_v4_firewall_settings(self) -> Optional['outputs.IPv4FirewallSettingsResponse']:
return pulumi.get(self, "ip_v4_firewall_settings") | [
"def",
"ip_v4_firewall_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.IPv4FirewallSettingsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ip_v4_firewall_settings\"",
")"
] | The firewall settings for the AS server. | [
"The",
"firewall",
"settings",
"for",
"the",
"AS",
"server",
"."
] | [
"\"\"\"\n The firewall settings for the AS server.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4bdf70af35aa7db6ecb0d96a806015f121f2365 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/analysisservices/v20170801/get_server_details.py | [
"Apache-2.0"
] | Python | server_full_name | str | def server_full_name(self) -> str:
"""
The full name of the Analysis Services resource.
"""
return pulumi.get(self, "server_full_name") |
The full name of the Analysis Services resource.
| The full name of the Analysis Services resource. | [
"The",
"full",
"name",
"of",
"the",
"Analysis",
"Services",
"resource",
"."
] | def server_full_name(self) -> str:
return pulumi.get(self, "server_full_name") | [
"def",
"server_full_name",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"server_full_name\"",
")"
] | The full name of the Analysis Services resource. | [
"The",
"full",
"name",
"of",
"the",
"Analysis",
"Services",
"resource",
"."
] | [
"\"\"\"\n The full name of the Analysis Services resource.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4bdf70af35aa7db6ecb0d96a806015f121f2365 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/analysisservices/v20170801/get_server_details.py | [
"Apache-2.0"
] | Python | server_monitor_mode | Optional[int] | def server_monitor_mode(self) -> Optional[int]:
"""
The server monitor mode for AS server
"""
return pulumi.get(self, "server_monitor_mode") |
The server monitor mode for AS server
| The server monitor mode for AS server | [
"The",
"server",
"monitor",
"mode",
"for",
"AS",
"server"
] | def server_monitor_mode(self) -> Optional[int]:
return pulumi.get(self, "server_monitor_mode") | [
"def",
"server_monitor_mode",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"server_monitor_mode\"",
")"
] | The server monitor mode for AS server | [
"The",
"server",
"monitor",
"mode",
"for",
"AS",
"server"
] | [
"\"\"\"\n The server monitor mode for AS server\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4bdf70af35aa7db6ecb0d96a806015f121f2365 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/analysisservices/v20170801/get_server_details.py | [
"Apache-2.0"
] | Python | sku | 'outputs.ResourceSkuResponse' | def sku(self) -> 'outputs.ResourceSkuResponse':
"""
The SKU of the Analysis Services resource.
"""
return pulumi.get(self, "sku") |
The SKU of the Analysis Services resource.
| The SKU of the Analysis Services resource. | [
"The",
"SKU",
"of",
"the",
"Analysis",
"Services",
"resource",
"."
] | def sku(self) -> 'outputs.ResourceSkuResponse':
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"'outputs.ResourceSkuResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | The SKU of the Analysis Services resource. | [
"The",
"SKU",
"of",
"the",
"Analysis",
"Services",
"resource",
"."
] | [
"\"\"\"\n The SKU of the Analysis Services resource.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4c3f466539633ce8f676b631974cec51bc77e06 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devices/v20200801/get_certificate.py | [
"Apache-2.0"
] | Python | properties | 'outputs.CertificatePropertiesResponse' | def properties(self) -> 'outputs.CertificatePropertiesResponse':
"""
The description of an X509 CA Certificate.
"""
return pulumi.get(self, "properties") |
The description of an X509 CA Certificate.
| The description of an X509 CA Certificate. | [
"The",
"description",
"of",
"an",
"X509",
"CA",
"Certificate",
"."
] | def properties(self) -> 'outputs.CertificatePropertiesResponse':
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"'outputs.CertificatePropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | The description of an X509 CA Certificate. | [
"The",
"description",
"of",
"an",
"X509",
"CA",
"Certificate",
"."
] | [
"\"\"\"\n The description of an X509 CA Certificate.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4cc6a25702de4f0365d87be1349cff7ca1bb1cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_hybrid_connection_slot.py | [
"Apache-2.0"
] | Python | relay_arm_uri | Optional[str] | def relay_arm_uri(self) -> Optional[str]:
"""
The ARM URI to the Service Bus relay.
"""
return pulumi.get(self, "relay_arm_uri") |
The ARM URI to the Service Bus relay.
| The ARM URI to the Service Bus relay. | [
"The",
"ARM",
"URI",
"to",
"the",
"Service",
"Bus",
"relay",
"."
] | def relay_arm_uri(self) -> Optional[str]:
return pulumi.get(self, "relay_arm_uri") | [
"def",
"relay_arm_uri",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"relay_arm_uri\"",
")"
] | The ARM URI to the Service Bus relay. | [
"The",
"ARM",
"URI",
"to",
"the",
"Service",
"Bus",
"relay",
"."
] | [
"\"\"\"\n The ARM URI to the Service Bus relay.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4cc6a25702de4f0365d87be1349cff7ca1bb1cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_hybrid_connection_slot.py | [
"Apache-2.0"
] | Python | relay_name | Optional[str] | def relay_name(self) -> Optional[str]:
"""
The name of the Service Bus relay.
"""
return pulumi.get(self, "relay_name") |
The name of the Service Bus relay.
| The name of the Service Bus relay. | [
"The",
"name",
"of",
"the",
"Service",
"Bus",
"relay",
"."
] | def relay_name(self) -> Optional[str]:
return pulumi.get(self, "relay_name") | [
"def",
"relay_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"relay_name\"",
")"
] | The name of the Service Bus relay. | [
"The",
"name",
"of",
"the",
"Service",
"Bus",
"relay",
"."
] | [
"\"\"\"\n The name of the Service Bus relay.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4cc6a25702de4f0365d87be1349cff7ca1bb1cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_hybrid_connection_slot.py | [
"Apache-2.0"
] | Python | send_key_name | Optional[str] | def send_key_name(self) -> Optional[str]:
"""
The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
"""
return pulumi.get(self, "send_key_name") |
The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
| The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus. | [
"The",
"name",
"of",
"the",
"Service",
"Bus",
"key",
"which",
"has",
"Send",
"permissions",
".",
"This",
"is",
"used",
"to",
"authenticate",
"to",
"Service",
"Bus",
"."
] | def send_key_name(self) -> Optional[str]:
return pulumi.get(self, "send_key_name") | [
"def",
"send_key_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"send_key_name\"",
")"
] | The name of the Service Bus key which has Send permissions. | [
"The",
"name",
"of",
"the",
"Service",
"Bus",
"key",
"which",
"has",
"Send",
"permissions",
"."
] | [
"\"\"\"\n The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4cc6a25702de4f0365d87be1349cff7ca1bb1cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_hybrid_connection_slot.py | [
"Apache-2.0"
] | Python | send_key_value | Optional[str] | def send_key_value(self) -> Optional[str]:
"""
The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned
normally, use the POST /listKeys API instead.
"""
return pulumi.get(self, "send_key_value") |
The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned
normally, use the POST /listKeys API instead.
| The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned
normally, use the POST /listKeys API instead. | [
"The",
"value",
"of",
"the",
"Service",
"Bus",
"key",
".",
"This",
"is",
"used",
"to",
"authenticate",
"to",
"Service",
"Bus",
".",
"In",
"ARM",
"this",
"key",
"will",
"not",
"be",
"returned",
"normally",
"use",
"the",
"POST",
"/",
"listKeys",
"API",
"... | def send_key_value(self) -> Optional[str]:
return pulumi.get(self, "send_key_value") | [
"def",
"send_key_value",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"send_key_value\"",
")"
] | The value of the Service Bus key. | [
"The",
"value",
"of",
"the",
"Service",
"Bus",
"key",
"."
] | [
"\"\"\"\n The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned\n normally, use the POST /listKeys API instead.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4cc6a25702de4f0365d87be1349cff7ca1bb1cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_hybrid_connection_slot.py | [
"Apache-2.0"
] | Python | service_bus_namespace | Optional[str] | def service_bus_namespace(self) -> Optional[str]:
"""
The name of the Service Bus namespace.
"""
return pulumi.get(self, "service_bus_namespace") |
The name of the Service Bus namespace.
| The name of the Service Bus namespace. | [
"The",
"name",
"of",
"the",
"Service",
"Bus",
"namespace",
"."
] | def service_bus_namespace(self) -> Optional[str]:
return pulumi.get(self, "service_bus_namespace") | [
"def",
"service_bus_namespace",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"service_bus_namespace\"",
")"
] | The name of the Service Bus namespace. | [
"The",
"name",
"of",
"the",
"Service",
"Bus",
"namespace",
"."
] | [
"\"\"\"\n The name of the Service Bus namespace.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4cc6a25702de4f0365d87be1349cff7ca1bb1cf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_hybrid_connection_slot.py | [
"Apache-2.0"
] | Python | service_bus_suffix | Optional[str] | def service_bus_suffix(self) -> Optional[str]:
"""
The suffix for the service bus endpoint. By default this is .servicebus.windows.net
"""
return pulumi.get(self, "service_bus_suffix") |
The suffix for the service bus endpoint. By default this is .servicebus.windows.net
| The suffix for the service bus endpoint. By default this is .servicebus.windows.net | [
"The",
"suffix",
"for",
"the",
"service",
"bus",
"endpoint",
".",
"By",
"default",
"this",
"is",
".",
"servicebus",
".",
"windows",
".",
"net"
] | def service_bus_suffix(self) -> Optional[str]:
return pulumi.get(self, "service_bus_suffix") | [
"def",
"service_bus_suffix",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"service_bus_suffix\"",
")"
] | The suffix for the service bus endpoint. | [
"The",
"suffix",
"for",
"the",
"service",
"bus",
"endpoint",
"."
] | [
"\"\"\"\n The suffix for the service bus endpoint. By default this is .servicebus.windows.net\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ec9819e69aee5814e3daf27d627f3ed8d1b13674 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/get_managed_instance_private_endpoint_connection.py | [
"Apache-2.0"
] | Python | private_endpoint | Optional['outputs.ManagedInstancePrivateEndpointPropertyResponse'] | def private_endpoint(self) -> Optional['outputs.ManagedInstancePrivateEndpointPropertyResponse']:
"""
Private endpoint which the connection belongs to.
"""
return pulumi.get(self, "private_endpoint") |
Private endpoint which the connection belongs to.
| Private endpoint which the connection belongs to. | [
"Private",
"endpoint",
"which",
"the",
"connection",
"belongs",
"to",
"."
] | def private_endpoint(self) -> Optional['outputs.ManagedInstancePrivateEndpointPropertyResponse']:
return pulumi.get(self, "private_endpoint") | [
"def",
"private_endpoint",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ManagedInstancePrivateEndpointPropertyResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_endpoint\"",
")"
] | Private endpoint which the connection belongs to. | [
"Private",
"endpoint",
"which",
"the",
"connection",
"belongs",
"to",
"."
] | [
"\"\"\"\n Private endpoint which the connection belongs to.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ec9819e69aee5814e3daf27d627f3ed8d1b13674 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/get_managed_instance_private_endpoint_connection.py | [
"Apache-2.0"
] | Python | private_link_service_connection_state | Optional['outputs.ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse'] | def private_link_service_connection_state(self) -> Optional['outputs.ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse']:
"""
Connection State of the Private Endpoint Connection.
"""
return pulumi.get(self, "private_link_service_connection_state") |
Connection State of the Private Endpoint Connection.
| Connection State of the Private Endpoint Connection. | [
"Connection",
"State",
"of",
"the",
"Private",
"Endpoint",
"Connection",
"."
] | def private_link_service_connection_state(self) -> Optional['outputs.ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse']:
return pulumi.get(self, "private_link_service_connection_state") | [
"def",
"private_link_service_connection_state",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ManagedInstancePrivateLinkServiceConnectionStatePropertyResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_link_service_connection_state\"",
")"
] | Connection State of the Private Endpoint Connection. | [
"Connection",
"State",
"of",
"the",
"Private",
"Endpoint",
"Connection",
"."
] | [
"\"\"\"\n Connection State of the Private Endpoint Connection.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
eca76ea836ce3c19a6051e597e2f983138709838 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/netapp/v20200801/get_backup.py | [
"Apache-2.0"
] | Python | backup_id | str | def backup_id(self) -> str:
"""
UUID v4 used to identify the Backup
"""
return pulumi.get(self, "backup_id") |
UUID v4 used to identify the Backup
| UUID v4 used to identify the Backup | [
"UUID",
"v4",
"used",
"to",
"identify",
"the",
"Backup"
] | def backup_id(self) -> str:
return pulumi.get(self, "backup_id") | [
"def",
"backup_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"backup_id\"",
")"
] | UUID v4 used to identify the Backup | [
"UUID",
"v4",
"used",
"to",
"identify",
"the",
"Backup"
] | [
"\"\"\"\n UUID v4 used to identify the Backup\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
eca76ea836ce3c19a6051e597e2f983138709838 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/netapp/v20200801/get_backup.py | [
"Apache-2.0"
] | Python | backup_type | str | def backup_type(self) -> str:
"""
Type of backup adhoc or scheduled
"""
return pulumi.get(self, "backup_type") |
Type of backup adhoc or scheduled
| Type of backup adhoc or scheduled | [
"Type",
"of",
"backup",
"adhoc",
"or",
"scheduled"
] | def backup_type(self) -> str:
return pulumi.get(self, "backup_type") | [
"def",
"backup_type",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"backup_type\"",
")"
] | Type of backup adhoc or scheduled | [
"Type",
"of",
"backup",
"adhoc",
"or",
"scheduled"
] | [
"\"\"\"\n Type of backup adhoc or scheduled\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ecad2a03e6c634c9f053a5b089ff9ac53afe9638 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/virtual_hub.py | [
"Apache-2.0"
] | Python | azure_firewall | pulumi.Output[Optional['outputs.SubResourceResponse']] | def azure_firewall(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
"""
The azureFirewall associated with this VirtualHub.
"""
return pulumi.get(self, "azure_firewall") |
The azureFirewall associated with this VirtualHub.
| The azureFirewall associated with this VirtualHub. | [
"The",
"azureFirewall",
"associated",
"with",
"this",
"VirtualHub",
"."
] | def azure_firewall(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
return pulumi.get(self, "azure_firewall") | [
"def",
"azure_firewall",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"azure_firewall\"",
")"
] | The azureFirewall associated with this VirtualHub. | [
"The",
"azureFirewall",
"associated",
"with",
"this",
"VirtualHub",
"."
] | [
"\"\"\"\n The azureFirewall associated with this VirtualHub.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ecad2a03e6c634c9f053a5b089ff9ac53afe9638 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/virtual_hub.py | [
"Apache-2.0"
] | Python | bgp_connections | pulumi.Output[Sequence['outputs.SubResourceResponse']] | def bgp_connections(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
"""
List of references to Bgp Connections.
"""
return pulumi.get(self, "bgp_connections") |
List of references to Bgp Connections.
| List of references to Bgp Connections. | [
"List",
"of",
"references",
"to",
"Bgp",
"Connections",
"."
] | def bgp_connections(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
return pulumi.get(self, "bgp_connections") | [
"def",
"bgp_connections",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"bgp_connections\"",
")"
] | List of references to Bgp Connections. | [
"List",
"of",
"references",
"to",
"Bgp",
"Connections",
"."
] | [
"\"\"\"\n List of references to Bgp Connections.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ecad2a03e6c634c9f053a5b089ff9ac53afe9638 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/virtual_hub.py | [
"Apache-2.0"
] | Python | ip_configurations | pulumi.Output[Sequence['outputs.SubResourceResponse']] | def ip_configurations(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
"""
List of references to IpConfigurations.
"""
return pulumi.get(self, "ip_configurations") |
List of references to IpConfigurations.
| List of references to IpConfigurations. | [
"List",
"of",
"references",
"to",
"IpConfigurations",
"."
] | def ip_configurations(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
return pulumi.get(self, "ip_configurations") | [
"def",
"ip_configurations",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ip_configurations\"",
")"
] | List of references to IpConfigurations. | [
"List",
"of",
"references",
"to",
"IpConfigurations",
"."
] | [
"\"\"\"\n List of references to IpConfigurations.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ecad2a03e6c634c9f053a5b089ff9ac53afe9638 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/virtual_hub.py | [
"Apache-2.0"
] | Python | route_table | pulumi.Output[Optional['outputs.VirtualHubRouteTableResponse']] | def route_table(self) -> pulumi.Output[Optional['outputs.VirtualHubRouteTableResponse']]:
"""
The routeTable associated with this virtual hub.
"""
return pulumi.get(self, "route_table") |
The routeTable associated with this virtual hub.
| The routeTable associated with this virtual hub. | [
"The",
"routeTable",
"associated",
"with",
"this",
"virtual",
"hub",
"."
] | def route_table(self) -> pulumi.Output[Optional['outputs.VirtualHubRouteTableResponse']]:
return pulumi.get(self, "route_table") | [
"def",
"route_table",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.VirtualHubRouteTableResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"route_table\"",
")"
] | The routeTable associated with this virtual hub. | [
"The",
"routeTable",
"associated",
"with",
"this",
"virtual",
"hub",
"."
] | [
"\"\"\"\n The routeTable associated with this virtual hub.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ecad2a03e6c634c9f053a5b089ff9ac53afe9638 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/virtual_hub.py | [
"Apache-2.0"
] | Python | sku | pulumi.Output[Optional[str]] | def sku(self) -> pulumi.Output[Optional[str]]:
"""
The sku of this VirtualHub.
"""
return pulumi.get(self, "sku") |
The sku of this VirtualHub.
| The sku of this VirtualHub. | [
"The",
"sku",
"of",
"this",
"VirtualHub",
"."
] | def sku(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | The sku of this VirtualHub. | [
"The",
"sku",
"of",
"this",
"VirtualHub",
"."
] | [
"\"\"\"\n The sku of this VirtualHub.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ecad2a03e6c634c9f053a5b089ff9ac53afe9638 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/virtual_hub.py | [
"Apache-2.0"
] | Python | virtual_hub_route_table_v2s | pulumi.Output[Optional[Sequence['outputs.VirtualHubRouteTableV2Response']]] | def virtual_hub_route_table_v2s(self) -> pulumi.Output[Optional[Sequence['outputs.VirtualHubRouteTableV2Response']]]:
"""
List of all virtual hub route table v2s associated with this VirtualHub.
"""
return pulumi.get(self, "virtual_hub_route_table_v2s") |
List of all virtual hub route table v2s associated with this VirtualHub.
| List of all virtual hub route table v2s associated with this VirtualHub. | [
"List",
"of",
"all",
"virtual",
"hub",
"route",
"table",
"v2s",
"associated",
"with",
"this",
"VirtualHub",
"."
] | def virtual_hub_route_table_v2s(self) -> pulumi.Output[Optional[Sequence['outputs.VirtualHubRouteTableV2Response']]]:
return pulumi.get(self, "virtual_hub_route_table_v2s") | [
"def",
"virtual_hub_route_table_v2s",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VirtualHubRouteTableV2Response'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_hub_route_tab... | List of all virtual hub route table v2s associated with this VirtualHub. | [
"List",
"of",
"all",
"virtual",
"hub",
"route",
"table",
"v2s",
"associated",
"with",
"this",
"VirtualHub",
"."
] | [
"\"\"\"\n List of all virtual hub route table v2s associated with this VirtualHub.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ecad6577288c47e7d0a4d529c5474cb4041b2e9b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/express_route_cross_connection_peering.py | [
"Apache-2.0"
] | Python | last_modified_by | pulumi.Output[str] | def last_modified_by(self) -> pulumi.Output[str]:
"""
Who was the last to modify the peering.
"""
return pulumi.get(self, "last_modified_by") |
Who was the last to modify the peering.
| Who was the last to modify the peering. | [
"Who",
"was",
"the",
"last",
"to",
"modify",
"the",
"peering",
"."
] | def last_modified_by(self) -> pulumi.Output[str]:
return pulumi.get(self, "last_modified_by") | [
"def",
"last_modified_by",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_modified_by\"",
")"
] | Who was the last to modify the peering. | [
"Who",
"was",
"the",
"last",
"to",
"modify",
"the",
"peering",
"."
] | [
"\"\"\"\n Who was the last to modify the peering.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7f498c1b011a814f0cf485283001a9e33c96b58d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20171001preview/get_role_assignment.py | [
"Apache-2.0"
] | Python | can_delegate | Optional[bool] | def can_delegate(self) -> Optional[bool]:
"""
The Delegation flag for the role assignment
"""
return pulumi.get(self, "can_delegate") |
The Delegation flag for the role assignment
| The Delegation flag for the role assignment | [
"The",
"Delegation",
"flag",
"for",
"the",
"role",
"assignment"
] | def can_delegate(self) -> Optional[bool]:
return pulumi.get(self, "can_delegate") | [
"def",
"can_delegate",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"can_delegate\"",
")"
] | The Delegation flag for the role assignment | [
"The",
"Delegation",
"flag",
"for",
"the",
"role",
"assignment"
] | [
"\"\"\"\n The Delegation flag for the role assignment\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7f4edee11349fb4986557671c9c1a6e9eaf0bf21 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabric/v20200301/get_application.py | [
"Apache-2.0"
] | Python | maximum_nodes | Optional[float] | def maximum_nodes(self) -> Optional[float]:
"""
The maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is zero and it mean... |
The maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is zero and it means that the services can be placed on any node.
| The maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is zero and it means that the services can be placed on any node. | [
"The",
"maximum",
"number",
"of",
"nodes",
"where",
"Service",
"Fabric",
"will",
"reserve",
"capacity",
"for",
"this",
"application",
".",
"Note",
"that",
"this",
"does",
"not",
"mean",
"that",
"the",
"services",
"of",
"this",
"application",
"will",
"be",
"p... | def maximum_nodes(self) -> Optional[float]:
return pulumi.get(self, "maximum_nodes") | [
"def",
"maximum_nodes",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"maximum_nodes\"",
")"
] | The maximum number of nodes where Service Fabric will reserve capacity for this application. | [
"The",
"maximum",
"number",
"of",
"nodes",
"where",
"Service",
"Fabric",
"will",
"reserve",
"capacity",
"for",
"this",
"application",
"."
] | [
"\"\"\"\n The maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is zero and it means that the services can be placed on any no... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7f4edee11349fb4986557671c9c1a6e9eaf0bf21 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabric/v20200301/get_application.py | [
"Apache-2.0"
] | Python | metrics | Optional[Sequence['outputs.ApplicationMetricDescriptionResponse']] | def metrics(self) -> Optional[Sequence['outputs.ApplicationMetricDescriptionResponse']]:
"""
List of application capacity metric description.
"""
return pulumi.get(self, "metrics") |
List of application capacity metric description.
| List of application capacity metric description. | [
"List",
"of",
"application",
"capacity",
"metric",
"description",
"."
] | def metrics(self) -> Optional[Sequence['outputs.ApplicationMetricDescriptionResponse']]:
return pulumi.get(self, "metrics") | [
"def",
"metrics",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationMetricDescriptionResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"metrics\"",
")"
] | List of application capacity metric description. | [
"List",
"of",
"application",
"capacity",
"metric",
"description",
"."
] | [
"\"\"\"\n List of application capacity metric description.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7f4edee11349fb4986557671c9c1a6e9eaf0bf21 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabric/v20200301/get_application.py | [
"Apache-2.0"
] | Python | minimum_nodes | Optional[float] | def minimum_nodes(self) -> Optional[float]:
"""
The minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacity will be reser... |
The minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacity will be reserved. The value of this property cannot be more than the... | The minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacity will be reserved. The value of this property cannot be more than the value of... | [
"The",
"minimum",
"number",
"of",
"nodes",
"where",
"Service",
"Fabric",
"will",
"reserve",
"capacity",
"for",
"this",
"application",
".",
"Note",
"that",
"this",
"does",
"not",
"mean",
"that",
"the",
"services",
"of",
"this",
"application",
"will",
"be",
"p... | def minimum_nodes(self) -> Optional[float]:
return pulumi.get(self, "minimum_nodes") | [
"def",
"minimum_nodes",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"minimum_nodes\"",
")"
] | The minimum number of nodes where Service Fabric will reserve capacity for this application. | [
"The",
"minimum",
"number",
"of",
"nodes",
"where",
"Service",
"Fabric",
"will",
"reserve",
"capacity",
"for",
"this",
"application",
"."
] | [
"\"\"\"\n The minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacity will be reserved. The value of this property cannot be m... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7f4edee11349fb4986557671c9c1a6e9eaf0bf21 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabric/v20200301/get_application.py | [
"Apache-2.0"
] | Python | remove_application_capacity | Optional[bool] | def remove_application_capacity(self) -> Optional[bool]:
"""
Remove the current application capacity settings.
"""
return pulumi.get(self, "remove_application_capacity") |
Remove the current application capacity settings.
| Remove the current application capacity settings. | [
"Remove",
"the",
"current",
"application",
"capacity",
"settings",
"."
] | def remove_application_capacity(self) -> Optional[bool]:
return pulumi.get(self, "remove_application_capacity") | [
"def",
"remove_application_capacity",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"remove_application_capacity\"",
")"
] | Remove the current application capacity settings. | [
"Remove",
"the",
"current",
"application",
"capacity",
"settings",
"."
] | [
"\"\"\"\n Remove the current application capacity 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": []
} |
7f4edee11349fb4986557671c9c1a6e9eaf0bf21 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabric/v20200301/get_application.py | [
"Apache-2.0"
] | Python | type_name | Optional[str] | def type_name(self) -> Optional[str]:
"""
The application type name as defined in the application manifest.
"""
return pulumi.get(self, "type_name") |
The application type name as defined in the application manifest.
| The application type name as defined in the application manifest. | [
"The",
"application",
"type",
"name",
"as",
"defined",
"in",
"the",
"application",
"manifest",
"."
] | def type_name(self) -> Optional[str]:
return pulumi.get(self, "type_name") | [
"def",
"type_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"type_name\"",
")"
] | The application type name as defined in the application manifest. | [
"The",
"application",
"type",
"name",
"as",
"defined",
"in",
"the",
"application",
"manifest",
"."
] | [
"\"\"\"\n The application type name as defined in the application manifest.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7f4edee11349fb4986557671c9c1a6e9eaf0bf21 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabric/v20200301/get_application.py | [
"Apache-2.0"
] | Python | type_version | Optional[str] | def type_version(self) -> Optional[str]:
"""
The version of the application type as defined in the application manifest.
"""
return pulumi.get(self, "type_version") |
The version of the application type as defined in the application manifest.
| The version of the application type as defined in the application manifest. | [
"The",
"version",
"of",
"the",
"application",
"type",
"as",
"defined",
"in",
"the",
"application",
"manifest",
"."
] | def type_version(self) -> Optional[str]:
return pulumi.get(self, "type_version") | [
"def",
"type_version",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"type_version\"",
")"
] | The version of the application type as defined in the application manifest. | [
"The",
"version",
"of",
"the",
"application",
"type",
"as",
"defined",
"in",
"the",
"application",
"manifest",
"."
] | [
"\"\"\"\n The version of the application type as defined in the application manifest.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e40ae9de2fac686e2a524206e3c3fcd494ed381b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/virtual_machine_resource.py | [
"Apache-2.0"
] | Python | artifact_deployment_status | pulumi.Output[Optional['outputs.ArtifactDeploymentStatusPropertiesResponse']] | def artifact_deployment_status(self) -> pulumi.Output[Optional['outputs.ArtifactDeploymentStatusPropertiesResponse']]:
"""
The artifact deployment status for the virtual machine.
"""
return pulumi.get(self, "artifact_deployment_status") |
The artifact deployment status for the virtual machine.
| The artifact deployment status for the virtual machine. | [
"The",
"artifact",
"deployment",
"status",
"for",
"the",
"virtual",
"machine",
"."
] | def artifact_deployment_status(self) -> pulumi.Output[Optional['outputs.ArtifactDeploymentStatusPropertiesResponse']]:
return pulumi.get(self, "artifact_deployment_status") | [
"def",
"artifact_deployment_status",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.ArtifactDeploymentStatusPropertiesResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"artifact_deployment_status\"",
")"
] | The artifact deployment status for the virtual machine. | [
"The",
"artifact",
"deployment",
"status",
"for",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n The artifact deployment status for the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e40ae9de2fac686e2a524206e3c3fcd494ed381b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/virtual_machine_resource.py | [
"Apache-2.0"
] | Python | artifacts | pulumi.Output[Optional[Sequence['outputs.ArtifactInstallPropertiesResponse']]] | def artifacts(self) -> pulumi.Output[Optional[Sequence['outputs.ArtifactInstallPropertiesResponse']]]:
"""
The artifacts to be installed on the virtual machine.
"""
return pulumi.get(self, "artifacts") |
The artifacts to be installed on the virtual machine.
| The artifacts to be installed on the virtual machine. | [
"The",
"artifacts",
"to",
"be",
"installed",
"on",
"the",
"virtual",
"machine",
"."
] | def artifacts(self) -> pulumi.Output[Optional[Sequence['outputs.ArtifactInstallPropertiesResponse']]]:
return pulumi.get(self, "artifacts") | [
"def",
"artifacts",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ArtifactInstallPropertiesResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"artifacts\"",
")"
] | The artifacts to be installed on the virtual machine. | [
"The",
"artifacts",
"to",
"be",
"installed",
"on",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n The artifacts to be installed on the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e40ae9de2fac686e2a524206e3c3fcd494ed381b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/virtual_machine_resource.py | [
"Apache-2.0"
] | Python | compute_id | pulumi.Output[Optional[str]] | def compute_id(self) -> pulumi.Output[Optional[str]]:
"""
The resource identifier (Microsoft.Compute) of the virtual machine.
"""
return pulumi.get(self, "compute_id") |
The resource identifier (Microsoft.Compute) of the virtual machine.
| The resource identifier (Microsoft.Compute) of the virtual machine. | [
"The",
"resource",
"identifier",
"(",
"Microsoft",
".",
"Compute",
")",
"of",
"the",
"virtual",
"machine",
"."
] | def compute_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "compute_id") | [
"def",
"compute_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"compute_id\"",
")"
] | The resource identifier (Microsoft.Compute) of the virtual machine. | [
"The",
"resource",
"identifier",
"(",
"Microsoft",
".",
"Compute",
")",
"of",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n The resource identifier (Microsoft.Compute) of the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e40ae9de2fac686e2a524206e3c3fcd494ed381b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/virtual_machine_resource.py | [
"Apache-2.0"
] | Python | created_by_user | pulumi.Output[Optional[str]] | def created_by_user(self) -> pulumi.Output[Optional[str]]:
"""
The email address of creator of the virtual machine.
"""
return pulumi.get(self, "created_by_user") |
The email address of creator of the virtual machine.
| The email address of creator of the virtual machine. | [
"The",
"email",
"address",
"of",
"creator",
"of",
"the",
"virtual",
"machine",
"."
] | def created_by_user(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "created_by_user") | [
"def",
"created_by_user",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"created_by_user\"",
")"
] | The email address of creator of the virtual machine. | [
"The",
"email",
"address",
"of",
"creator",
"of",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n The email address of creator of the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e40ae9de2fac686e2a524206e3c3fcd494ed381b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/virtual_machine_resource.py | [
"Apache-2.0"
] | Python | created_by_user_id | pulumi.Output[Optional[str]] | def created_by_user_id(self) -> pulumi.Output[Optional[str]]:
"""
The object identifier of the creator of the virtual machine.
"""
return pulumi.get(self, "created_by_user_id") |
The object identifier of the creator of the virtual machine.
| The object identifier of the creator of the virtual machine. | [
"The",
"object",
"identifier",
"of",
"the",
"creator",
"of",
"the",
"virtual",
"machine",
"."
] | def created_by_user_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "created_by_user_id") | [
"def",
"created_by_user_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"created_by_user_id\"",
")"
] | The object identifier of the creator of the virtual machine. | [
"The",
"object",
"identifier",
"of",
"the",
"creator",
"of",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n The object identifier of the creator of the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e40ae9de2fac686e2a524206e3c3fcd494ed381b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/virtual_machine_resource.py | [
"Apache-2.0"
] | Python | custom_image_id | pulumi.Output[Optional[str]] | def custom_image_id(self) -> pulumi.Output[Optional[str]]:
"""
The custom image identifier of the virtual machine.
"""
return pulumi.get(self, "custom_image_id") |
The custom image identifier of the virtual machine.
| The custom image identifier of the virtual machine. | [
"The",
"custom",
"image",
"identifier",
"of",
"the",
"virtual",
"machine",
"."
] | def custom_image_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "custom_image_id") | [
"def",
"custom_image_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_image_id\"",
")"
] | The custom image identifier of the virtual machine. | [
"The",
"custom",
"image",
"identifier",
"of",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n The custom image identifier of the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e40ae9de2fac686e2a524206e3c3fcd494ed381b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/virtual_machine_resource.py | [
"Apache-2.0"
] | Python | disallow_public_ip_address | pulumi.Output[Optional[bool]] | def disallow_public_ip_address(self) -> pulumi.Output[Optional[bool]]:
"""
Indicates whether the virtual machine is to be created without a public IP address.
"""
return pulumi.get(self, "disallow_public_ip_address") |
Indicates whether the virtual machine is to be created without a public IP address.
| Indicates whether the virtual machine is to be created without a public IP address. | [
"Indicates",
"whether",
"the",
"virtual",
"machine",
"is",
"to",
"be",
"created",
"without",
"a",
"public",
"IP",
"address",
"."
] | def disallow_public_ip_address(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "disallow_public_ip_address") | [
"def",
"disallow_public_ip_address",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disallow_public_ip_address\"",
")"
] | Indicates whether the virtual machine is to be created without a public IP address. | [
"Indicates",
"whether",
"the",
"virtual",
"machine",
"is",
"to",
"be",
"created",
"without",
"a",
"public",
"IP",
"address",
"."
] | [
"\"\"\"\n Indicates whether the virtual machine is to be created without a public IP address.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e40ae9de2fac686e2a524206e3c3fcd494ed381b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/virtual_machine_resource.py | [
"Apache-2.0"
] | Python | fqdn | pulumi.Output[Optional[str]] | def fqdn(self) -> pulumi.Output[Optional[str]]:
"""
The fully-qualified domain name of the virtual machine.
"""
return pulumi.get(self, "fqdn") |
The fully-qualified domain name of the virtual machine.
| The fully-qualified domain name of the virtual machine. | [
"The",
"fully",
"-",
"qualified",
"domain",
"name",
"of",
"the",
"virtual",
"machine",
"."
] | def fqdn(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "fqdn") | [
"def",
"fqdn",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"fqdn\"",
")"
] | The fully-qualified domain name of the virtual machine. | [
"The",
"fully",
"-",
"qualified",
"domain",
"name",
"of",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n The fully-qualified domain name of the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e40ae9de2fac686e2a524206e3c3fcd494ed381b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/virtual_machine_resource.py | [
"Apache-2.0"
] | Python | gallery_image_reference | pulumi.Output[Optional['outputs.GalleryImageReferenceResponse']] | def gallery_image_reference(self) -> pulumi.Output[Optional['outputs.GalleryImageReferenceResponse']]:
"""
The Microsoft Azure Marketplace image reference of the virtual machine.
"""
return pulumi.get(self, "gallery_image_reference") |
The Microsoft Azure Marketplace image reference of the virtual machine.
| The Microsoft Azure Marketplace image reference of the virtual machine. | [
"The",
"Microsoft",
"Azure",
"Marketplace",
"image",
"reference",
"of",
"the",
"virtual",
"machine",
"."
] | def gallery_image_reference(self) -> pulumi.Output[Optional['outputs.GalleryImageReferenceResponse']]:
return pulumi.get(self, "gallery_image_reference") | [
"def",
"gallery_image_reference",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.GalleryImageReferenceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"gallery_image_reference\"",
")"
] | The Microsoft Azure Marketplace image reference of the virtual machine. | [
"The",
"Microsoft",
"Azure",
"Marketplace",
"image",
"reference",
"of",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n The Microsoft Azure Marketplace image reference of the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e40ae9de2fac686e2a524206e3c3fcd494ed381b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/virtual_machine_resource.py | [
"Apache-2.0"
] | Python | is_authentication_with_ssh_key | pulumi.Output[Optional[bool]] | def is_authentication_with_ssh_key(self) -> pulumi.Output[Optional[bool]]:
"""
A value indicating whether this virtual machine uses an SSH key for authentication.
"""
return pulumi.get(self, "is_authentication_with_ssh_key") |
A value indicating whether this virtual machine uses an SSH key for authentication.
| A value indicating whether this virtual machine uses an SSH key for authentication. | [
"A",
"value",
"indicating",
"whether",
"this",
"virtual",
"machine",
"uses",
"an",
"SSH",
"key",
"for",
"authentication",
"."
] | def is_authentication_with_ssh_key(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "is_authentication_with_ssh_key") | [
"def",
"is_authentication_with_ssh_key",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_authentication_with_ssh_key\"",
")"
] | A value indicating whether this virtual machine uses an SSH key for authentication. | [
"A",
"value",
"indicating",
"whether",
"this",
"virtual",
"machine",
"uses",
"an",
"SSH",
"key",
"for",
"authentication",
"."
] | [
"\"\"\"\n A value indicating whether this virtual machine uses an SSH key for authentication.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e40ae9de2fac686e2a524206e3c3fcd494ed381b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/virtual_machine_resource.py | [
"Apache-2.0"
] | Python | lab_subnet_name | pulumi.Output[Optional[str]] | def lab_subnet_name(self) -> pulumi.Output[Optional[str]]:
"""
The lab subnet name of the virtual machine.
"""
return pulumi.get(self, "lab_subnet_name") |
The lab subnet name of the virtual machine.
| The lab subnet name of the virtual machine. | [
"The",
"lab",
"subnet",
"name",
"of",
"the",
"virtual",
"machine",
"."
] | def lab_subnet_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "lab_subnet_name") | [
"def",
"lab_subnet_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"lab_subnet_name\"",
")"
] | The lab subnet name of the virtual machine. | [
"The",
"lab",
"subnet",
"name",
"of",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n The lab subnet name of the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e40ae9de2fac686e2a524206e3c3fcd494ed381b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/virtual_machine_resource.py | [
"Apache-2.0"
] | Python | lab_virtual_network_id | pulumi.Output[Optional[str]] | def lab_virtual_network_id(self) -> pulumi.Output[Optional[str]]:
"""
The lab virtual network identifier of the virtual machine.
"""
return pulumi.get(self, "lab_virtual_network_id") |
The lab virtual network identifier of the virtual machine.
| The lab virtual network identifier of the virtual machine. | [
"The",
"lab",
"virtual",
"network",
"identifier",
"of",
"the",
"virtual",
"machine",
"."
] | def lab_virtual_network_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "lab_virtual_network_id") | [
"def",
"lab_virtual_network_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"lab_virtual_network_id\"",
")"
] | The lab virtual network identifier of the virtual machine. | [
"The",
"lab",
"virtual",
"network",
"identifier",
"of",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n The lab virtual network identifier of the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e40ae9de2fac686e2a524206e3c3fcd494ed381b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/virtual_machine_resource.py | [
"Apache-2.0"
] | Python | owner_object_id | pulumi.Output[Optional[str]] | def owner_object_id(self) -> pulumi.Output[Optional[str]]:
"""
The object identifier of the owner of the virtual machine.
"""
return pulumi.get(self, "owner_object_id") |
The object identifier of the owner of the virtual machine.
| The object identifier of the owner of the virtual machine. | [
"The",
"object",
"identifier",
"of",
"the",
"owner",
"of",
"the",
"virtual",
"machine",
"."
] | def owner_object_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "owner_object_id") | [
"def",
"owner_object_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"owner_object_id\"",
")"
] | The object identifier of the owner of the virtual machine. | [
"The",
"object",
"identifier",
"of",
"the",
"owner",
"of",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n The object identifier of the owner of the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e40ae9de2fac686e2a524206e3c3fcd494ed381b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/virtual_machine_resource.py | [
"Apache-2.0"
] | Python | size | pulumi.Output[Optional[str]] | def size(self) -> pulumi.Output[Optional[str]]:
"""
The size of the virtual machine.
"""
return pulumi.get(self, "size") |
The size of the virtual machine.
| The size of the virtual machine. | [
"The",
"size",
"of",
"the",
"virtual",
"machine",
"."
] | def size(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "size") | [
"def",
"size",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"size\"",
")"
] | The size of the virtual machine. | [
"The",
"size",
"of",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n The size of the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e40ae9de2fac686e2a524206e3c3fcd494ed381b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/virtual_machine_resource.py | [
"Apache-2.0"
] | Python | ssh_key | pulumi.Output[Optional[str]] | def ssh_key(self) -> pulumi.Output[Optional[str]]:
"""
The SSH key of the virtual machine administrator.
"""
return pulumi.get(self, "ssh_key") |
The SSH key of the virtual machine administrator.
| The SSH key of the virtual machine administrator. | [
"The",
"SSH",
"key",
"of",
"the",
"virtual",
"machine",
"administrator",
"."
] | def ssh_key(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "ssh_key") | [
"def",
"ssh_key",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ssh_key\"",
")"
] | The SSH key of the virtual machine administrator. | [
"The",
"SSH",
"key",
"of",
"the",
"virtual",
"machine",
"administrator",
"."
] | [
"\"\"\"\n The SSH key of the virtual machine administrator.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e41354a01b014bb6d6385b5dded68947c37e4143 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20191231/origin.py | [
"Apache-2.0"
] | Python | http_port | pulumi.Output[Optional[int]] | def http_port(self) -> pulumi.Output[Optional[int]]:
"""
The value of the HTTP port. Must be between 1 and 65535.
"""
return pulumi.get(self, "http_port") |
The value of the HTTP port. Must be between 1 and 65535.
| The value of the HTTP port. Must be between 1 and 65535. | [
"The",
"value",
"of",
"the",
"HTTP",
"port",
".",
"Must",
"be",
"between",
"1",
"and",
"65535",
"."
] | def http_port(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "http_port") | [
"def",
"http_port",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"http_port\"",
")"
] | The value of the HTTP port. | [
"The",
"value",
"of",
"the",
"HTTP",
"port",
"."
] | [
"\"\"\"\n The value of the HTTP port. Must be between 1 and 65535.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e41354a01b014bb6d6385b5dded68947c37e4143 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20191231/origin.py | [
"Apache-2.0"
] | Python | https_port | pulumi.Output[Optional[int]] | def https_port(self) -> pulumi.Output[Optional[int]]:
"""
The value of the HTTPS port. Must be between 1 and 65535.
"""
return pulumi.get(self, "https_port") |
The value of the HTTPS port. Must be between 1 and 65535.
| The value of the HTTPS port. Must be between 1 and 65535. | [
"The",
"value",
"of",
"the",
"HTTPS",
"port",
".",
"Must",
"be",
"between",
"1",
"and",
"65535",
"."
] | def https_port(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "https_port") | [
"def",
"https_port",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"https_port\"",
")"
] | The value of the HTTPS port. | [
"The",
"value",
"of",
"the",
"HTTPS",
"port",
"."
] | [
"\"\"\"\n The value of the HTTPS port. Must be between 1 and 65535.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e41354a01b014bb6d6385b5dded68947c37e4143 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20191231/origin.py | [
"Apache-2.0"
] | Python | origin_host_header | pulumi.Output[Optional[str]] | def origin_host_header(self) -> pulumi.Output[Optional[str]]:
"""
The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match... |
The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. If endpoint uses multiple origins for lo... | The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. If endpoint uses multiple origins for load balanc... | [
"The",
"host",
"header",
"value",
"sent",
"to",
"the",
"origin",
"with",
"each",
"request",
".",
"If",
"you",
"leave",
"this",
"blank",
"the",
"request",
"hostname",
"determines",
"this",
"value",
".",
"Azure",
"CDN",
"origins",
"such",
"as",
"Web",
"Apps"... | def origin_host_header(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "origin_host_header") | [
"def",
"origin_host_header",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"origin_host_header\"",
")"
] | The host header value sent to the origin with each request. | [
"The",
"host",
"header",
"value",
"sent",
"to",
"the",
"origin",
"with",
"each",
"request",
"."
] | [
"\"\"\"\n The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. If endpoint uses multiple or... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e41354a01b014bb6d6385b5dded68947c37e4143 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20191231/origin.py | [
"Apache-2.0"
] | Python | weight | pulumi.Output[Optional[int]] | def weight(self) -> pulumi.Output[Optional[int]]:
"""
Weight of the origin in given origin group for load balancing. Must be between 1 and 1000
"""
return pulumi.get(self, "weight") |
Weight of the origin in given origin group for load balancing. Must be between 1 and 1000
| Weight of the origin in given origin group for load balancing. Must be between 1 and 1000 | [
"Weight",
"of",
"the",
"origin",
"in",
"given",
"origin",
"group",
"for",
"load",
"balancing",
".",
"Must",
"be",
"between",
"1",
"and",
"1000"
] | def weight(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "weight") | [
"def",
"weight",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"weight\"",
")"
] | Weight of the origin in given origin group for load balancing. | [
"Weight",
"of",
"the",
"origin",
"in",
"given",
"origin",
"group",
"for",
"load",
"balancing",
"."
] | [
"\"\"\"\n Weight of the origin in given origin group for load balancing. Must be between 1 and 1000\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e43abfe15dc9c9328ceccf9aef666dcfebe371ab | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/synapse/get_workspace_managed_sql_server_vulnerability_assessment.py | [
"Apache-2.0"
] | Python | storage_container_path | str | def storage_container_path(self) -> str:
"""
A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/).
"""
return pulumi.get(self, "storage_container_path") |
A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/).
| A blob storage container path to hold the scan results . | [
"A",
"blob",
"storage",
"container",
"path",
"to",
"hold",
"the",
"scan",
"results",
"."
] | def storage_container_path(self) -> str:
return pulumi.get(self, "storage_container_path") | [
"def",
"storage_container_path",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_container_path\"",
")"
] | A blob storage container path to hold the scan results (e.g. | [
"A",
"blob",
"storage",
"container",
"path",
"to",
"hold",
"the",
"scan",
"results",
"(",
"e",
".",
"g",
"."
] | [
"\"\"\"\n A blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e43abfe15dc9c9328ceccf9aef666dcfebe371ab | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/synapse/get_workspace_managed_sql_server_vulnerability_assessment.py | [
"Apache-2.0"
] | Python | storage_container_sas_key | Optional[str] | def storage_container_sas_key(self) -> Optional[str]:
"""
A shared access signature (SAS Key) that has read and write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required.
"""
return p... |
A shared access signature (SAS Key) that has read and write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required.
| A shared access signature (SAS Key) that has read and write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required. | [
"A",
"shared",
"access",
"signature",
"(",
"SAS",
"Key",
")",
"that",
"has",
"read",
"and",
"write",
"access",
"to",
"the",
"blob",
"container",
"specified",
"in",
"'",
"storageContainerPath",
"'",
"parameter",
".",
"If",
"'",
"storageAccountAccessKey",
"'",
... | def storage_container_sas_key(self) -> Optional[str]:
return pulumi.get(self, "storage_container_sas_key") | [
"def",
"storage_container_sas_key",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_container_sas_key\"",
")"
] | A shared access signature (SAS Key) that has read and write access to the blob container specified in 'storageContainerPath' parameter. | [
"A",
"shared",
"access",
"signature",
"(",
"SAS",
"Key",
")",
"that",
"has",
"read",
"and",
"write",
"access",
"to",
"the",
"blob",
"container",
"specified",
"in",
"'",
"storageContainerPath",
"'",
"parameter",
"."
] | [
"\"\"\"\n A shared access signature (SAS Key) that has read and write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3c14ea177d16716e7534885106ce2e92d79763cb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automanage/v20200630preview/get_configuration_profile_preference.py | [
"Apache-2.0"
] | Python | properties | 'outputs.ConfigurationProfilePreferencePropertiesResponse' | def properties(self) -> 'outputs.ConfigurationProfilePreferencePropertiesResponse':
"""
Properties of the configuration profile preference.
"""
return pulumi.get(self, "properties") |
Properties of the configuration profile preference.
| Properties of the configuration profile preference. | [
"Properties",
"of",
"the",
"configuration",
"profile",
"preference",
"."
] | def properties(self) -> 'outputs.ConfigurationProfilePreferencePropertiesResponse':
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"'outputs.ConfigurationProfilePreferencePropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Properties of the configuration profile preference. | [
"Properties",
"of",
"the",
"configuration",
"profile",
"preference",
"."
] | [
"\"\"\"\n Properties of the configuration profile preference.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3c23ede707bd26c64a4fb3acb05f41261594583e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/v20181015/get_global_user_personal_preferences.py | [
"Apache-2.0"
] | Python | favorite_lab_resource_ids | Optional[Sequence[str]] | def favorite_lab_resource_ids(self) -> Optional[Sequence[str]]:
"""
Array of favorite lab resource ids
"""
return pulumi.get(self, "favorite_lab_resource_ids") |
Array of favorite lab resource ids
| Array of favorite lab resource ids | [
"Array",
"of",
"favorite",
"lab",
"resource",
"ids"
] | def favorite_lab_resource_ids(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "favorite_lab_resource_ids") | [
"def",
"favorite_lab_resource_ids",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"favorite_lab_resource_ids\"",
")"
] | Array of favorite lab resource ids | [
"Array",
"of",
"favorite",
"lab",
"resource",
"ids"
] | [
"\"\"\"\n Array of favorite lab resource ids\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3c3f3da0fd57d7256639e98afd362eeccf0a6f45 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/v20191101/get_storage_target.py | [
"Apache-2.0"
] | Python | clfs | Optional['outputs.ClfsTargetResponse'] | def clfs(self) -> Optional['outputs.ClfsTargetResponse']:
"""
Properties when targetType is clfs.
"""
return pulumi.get(self, "clfs") |
Properties when targetType is clfs.
| Properties when targetType is clfs. | [
"Properties",
"when",
"targetType",
"is",
"clfs",
"."
] | def clfs(self) -> Optional['outputs.ClfsTargetResponse']:
return pulumi.get(self, "clfs") | [
"def",
"clfs",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ClfsTargetResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"clfs\"",
")"
] | Properties when targetType is clfs. | [
"Properties",
"when",
"targetType",
"is",
"clfs",
"."
] | [
"\"\"\"\n Properties when targetType is clfs.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3c3f3da0fd57d7256639e98afd362eeccf0a6f45 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/v20191101/get_storage_target.py | [
"Apache-2.0"
] | Python | junctions | Optional[Sequence['outputs.NamespaceJunctionResponse']] | def junctions(self) -> Optional[Sequence['outputs.NamespaceJunctionResponse']]:
"""
List of Cache namespace junctions to target for namespace associations.
"""
return pulumi.get(self, "junctions") |
List of Cache namespace junctions to target for namespace associations.
| List of Cache namespace junctions to target for namespace associations. | [
"List",
"of",
"Cache",
"namespace",
"junctions",
"to",
"target",
"for",
"namespace",
"associations",
"."
] | def junctions(self) -> Optional[Sequence['outputs.NamespaceJunctionResponse']]:
return pulumi.get(self, "junctions") | [
"def",
"junctions",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.NamespaceJunctionResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"junctions\"",
")"
] | List of Cache namespace junctions to target for namespace associations. | [
"List",
"of",
"Cache",
"namespace",
"junctions",
"to",
"target",
"for",
"namespace",
"associations",
"."
] | [
"\"\"\"\n List of Cache namespace junctions to target for namespace associations.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3c3f3da0fd57d7256639e98afd362eeccf0a6f45 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/v20191101/get_storage_target.py | [
"Apache-2.0"
] | Python | nfs3 | Optional['outputs.Nfs3TargetResponse'] | def nfs3(self) -> Optional['outputs.Nfs3TargetResponse']:
"""
Properties when targetType is nfs3.
"""
return pulumi.get(self, "nfs3") |
Properties when targetType is nfs3.
| Properties when targetType is nfs3. | [
"Properties",
"when",
"targetType",
"is",
"nfs3",
"."
] | def nfs3(self) -> Optional['outputs.Nfs3TargetResponse']:
return pulumi.get(self, "nfs3") | [
"def",
"nfs3",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.Nfs3TargetResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"nfs3\"",
")"
] | Properties when targetType is nfs3. | [
"Properties",
"when",
"targetType",
"is",
"nfs3",
"."
] | [
"\"\"\"\n Properties when targetType is nfs3.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3c3f3da0fd57d7256639e98afd362eeccf0a6f45 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/v20191101/get_storage_target.py | [
"Apache-2.0"
] | Python | target_type | Optional[str] | def target_type(self) -> Optional[str]:
"""
Type of the Storage Target.
"""
return pulumi.get(self, "target_type") |
Type of the Storage Target.
| Type of the Storage Target. | [
"Type",
"of",
"the",
"Storage",
"Target",
"."
] | def target_type(self) -> Optional[str]:
return pulumi.get(self, "target_type") | [
"def",
"target_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_type\"",
")"
] | Type of the Storage Target. | [
"Type",
"of",
"the",
"Storage",
"Target",
"."
] | [
"\"\"\"\n Type of the Storage Target.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3c3f3da0fd57d7256639e98afd362eeccf0a6f45 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/v20191101/get_storage_target.py | [
"Apache-2.0"
] | Python | unknown | Optional['outputs.UnknownTargetResponse'] | def unknown(self) -> Optional['outputs.UnknownTargetResponse']:
"""
Properties when targetType is unknown.
"""
return pulumi.get(self, "unknown") |
Properties when targetType is unknown.
| Properties when targetType is unknown. | [
"Properties",
"when",
"targetType",
"is",
"unknown",
"."
] | def unknown(self) -> Optional['outputs.UnknownTargetResponse']:
return pulumi.get(self, "unknown") | [
"def",
"unknown",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.UnknownTargetResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"unknown\"",
")"
] | Properties when targetType is unknown. | [
"Properties",
"when",
"targetType",
"is",
"unknown",
"."
] | [
"\"\"\"\n Properties when targetType is unknown.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3c450391d51dddbee5166bbda656e91a7287bc2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20170101/batch_account.py | [
"Apache-2.0"
] | Python | account_endpoint | pulumi.Output[str] | def account_endpoint(self) -> pulumi.Output[str]:
"""
The endpoint used by this account to interact with the Batch services.
"""
return pulumi.get(self, "account_endpoint") |
The endpoint used by this account to interact with the Batch services.
| The endpoint used by this account to interact with the Batch services. | [
"The",
"endpoint",
"used",
"by",
"this",
"account",
"to",
"interact",
"with",
"the",
"Batch",
"services",
"."
] | def account_endpoint(self) -> pulumi.Output[str]:
return pulumi.get(self, "account_endpoint") | [
"def",
"account_endpoint",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"account_endpoint\"",
")"
] | The endpoint used by this account to interact with the Batch services. | [
"The",
"endpoint",
"used",
"by",
"this",
"account",
"to",
"interact",
"with",
"the",
"Batch",
"services",
"."
] | [
"\"\"\"\n The endpoint used by this account to interact with the Batch services.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3c450391d51dddbee5166bbda656e91a7287bc2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20170101/batch_account.py | [
"Apache-2.0"
] | Python | auto_storage | pulumi.Output['outputs.AutoStoragePropertiesResponse'] | def auto_storage(self) -> pulumi.Output['outputs.AutoStoragePropertiesResponse']:
"""
Contains information about the auto storage account associated with a Batch account.
"""
return pulumi.get(self, "auto_storage") |
Contains information about the auto storage account associated with a Batch account.
| Contains information about the auto storage account associated with a Batch account. | [
"Contains",
"information",
"about",
"the",
"auto",
"storage",
"account",
"associated",
"with",
"a",
"Batch",
"account",
"."
] | def auto_storage(self) -> pulumi.Output['outputs.AutoStoragePropertiesResponse']:
return pulumi.get(self, "auto_storage") | [
"def",
"auto_storage",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.AutoStoragePropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"auto_storage\"",
")"
] | Contains information about the auto storage account associated with a Batch account. | [
"Contains",
"information",
"about",
"the",
"auto",
"storage",
"account",
"associated",
"with",
"a",
"Batch",
"account",
"."
] | [
"\"\"\"\n Contains information about the auto storage account associated with a Batch account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3c450391d51dddbee5166bbda656e91a7287bc2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20170101/batch_account.py | [
"Apache-2.0"
] | Python | key_vault_reference | pulumi.Output['outputs.KeyVaultReferenceResponse'] | def key_vault_reference(self) -> pulumi.Output['outputs.KeyVaultReferenceResponse']:
"""
Identifies the Azure key vault associated with a Batch account.
"""
return pulumi.get(self, "key_vault_reference") |
Identifies the Azure key vault associated with a Batch account.
| Identifies the Azure key vault associated with a Batch account. | [
"Identifies",
"the",
"Azure",
"key",
"vault",
"associated",
"with",
"a",
"Batch",
"account",
"."
] | def key_vault_reference(self) -> pulumi.Output['outputs.KeyVaultReferenceResponse']:
return pulumi.get(self, "key_vault_reference") | [
"def",
"key_vault_reference",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.KeyVaultReferenceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"key_vault_reference\"",
")"
] | Identifies the Azure key vault associated with a Batch account. | [
"Identifies",
"the",
"Azure",
"key",
"vault",
"associated",
"with",
"a",
"Batch",
"account",
"."
] | [
"\"\"\"\n Identifies the Azure key vault associated with a Batch account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3c450391d51dddbee5166bbda656e91a7287bc2f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20170101/batch_account.py | [
"Apache-2.0"
] | Python | pool_allocation_mode | pulumi.Output[str] | def pool_allocation_mode(self) -> pulumi.Output[str]:
"""
The allocation mode for creating pools in the Batch account.
"""
return pulumi.get(self, "pool_allocation_mode") |
The allocation mode for creating pools in the Batch account.
| The allocation mode for creating pools in the Batch account. | [
"The",
"allocation",
"mode",
"for",
"creating",
"pools",
"in",
"the",
"Batch",
"account",
"."
] | def pool_allocation_mode(self) -> pulumi.Output[str]:
return pulumi.get(self, "pool_allocation_mode") | [
"def",
"pool_allocation_mode",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"pool_allocation_mode\"",
")"
] | The allocation mode for creating pools in the Batch account. | [
"The",
"allocation",
"mode",
"for",
"creating",
"pools",
"in",
"the",
"Batch",
"account",
"."
] | [
"\"\"\"\n The allocation mode for creating pools in the Batch account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3c47107dc719a5ca5aa4164efda924567efaf6d7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/managementpartner/get_partner.py | [
"Apache-2.0"
] | Python | created_time | Optional[str] | def created_time(self) -> Optional[str]:
"""
This is the DateTime when the partner was created.
"""
return pulumi.get(self, "created_time") |
This is the DateTime when the partner was created.
| This is the DateTime when the partner was created. | [
"This",
"is",
"the",
"DateTime",
"when",
"the",
"partner",
"was",
"created",
"."
] | def created_time(self) -> Optional[str]:
return pulumi.get(self, "created_time") | [
"def",
"created_time",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"created_time\"",
")"
] | This is the DateTime when the partner was created. | [
"This",
"is",
"the",
"DateTime",
"when",
"the",
"partner",
"was",
"created",
"."
] | [
"\"\"\"\n This is the DateTime when the partner was created.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3c47107dc719a5ca5aa4164efda924567efaf6d7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/managementpartner/get_partner.py | [
"Apache-2.0"
] | Python | updated_time | Optional[str] | def updated_time(self) -> Optional[str]:
"""
This is the DateTime when the partner was updated.
"""
return pulumi.get(self, "updated_time") |
This is the DateTime when the partner was updated.
| This is the DateTime when the partner was updated. | [
"This",
"is",
"the",
"DateTime",
"when",
"the",
"partner",
"was",
"updated",
"."
] | def updated_time(self) -> Optional[str]:
return pulumi.get(self, "updated_time") | [
"def",
"updated_time",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"updated_time\"",
")"
] | This is the DateTime when the partner was updated. | [
"This",
"is",
"the",
"DateTime",
"when",
"the",
"partner",
"was",
"updated",
"."
] | [
"\"\"\"\n This is the DateTime when the partner was updated.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e099fe264d49d620cbf571aa2ed91cac530e5c93 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20191101preview/data_collection_rule_association.py | [
"Apache-2.0"
] | Python | data_collection_rule_id | pulumi.Output[str] | def data_collection_rule_id(self) -> pulumi.Output[str]:
"""
The resource ID of the data collection rule that is to be associated.
"""
return pulumi.get(self, "data_collection_rule_id") |
The resource ID of the data collection rule that is to be associated.
| The resource ID of the data collection rule that is to be associated. | [
"The",
"resource",
"ID",
"of",
"the",
"data",
"collection",
"rule",
"that",
"is",
"to",
"be",
"associated",
"."
] | def data_collection_rule_id(self) -> pulumi.Output[str]:
return pulumi.get(self, "data_collection_rule_id") | [
"def",
"data_collection_rule_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_collection_rule_id\"",
")"
] | The resource ID of the data collection rule that is to be associated. | [
"The",
"resource",
"ID",
"of",
"the",
"data",
"collection",
"rule",
"that",
"is",
"to",
"be",
"associated",
"."
] | [
"\"\"\"\n The resource ID of the data collection rule that is to be associated.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e0a11bc0679c6cdbd0973b2517f780e85ce6bca4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/avs/latest/get_authorization.py | [
"Apache-2.0"
] | Python | express_route_authorization_id | str | def express_route_authorization_id(self) -> str:
"""
The ID of the ExpressRoute Circuit Authorization
"""
return pulumi.get(self, "express_route_authorization_id") |
The ID of the ExpressRoute Circuit Authorization
| The ID of the ExpressRoute Circuit Authorization | [
"The",
"ID",
"of",
"the",
"ExpressRoute",
"Circuit",
"Authorization"
] | def express_route_authorization_id(self) -> str:
return pulumi.get(self, "express_route_authorization_id") | [
"def",
"express_route_authorization_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"express_route_authorization_id\"",
")"
] | The ID of the ExpressRoute Circuit Authorization | [
"The",
"ID",
"of",
"the",
"ExpressRoute",
"Circuit",
"Authorization"
] | [
"\"\"\"\n The ID of the ExpressRoute Circuit 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": []
} |
e0a11bc0679c6cdbd0973b2517f780e85ce6bca4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/avs/latest/get_authorization.py | [
"Apache-2.0"
] | Python | express_route_authorization_key | str | def express_route_authorization_key(self) -> str:
"""
The key of the ExpressRoute Circuit Authorization
"""
return pulumi.get(self, "express_route_authorization_key") |
The key of the ExpressRoute Circuit Authorization
| The key of the ExpressRoute Circuit Authorization | [
"The",
"key",
"of",
"the",
"ExpressRoute",
"Circuit",
"Authorization"
] | def express_route_authorization_key(self) -> str:
return pulumi.get(self, "express_route_authorization_key") | [
"def",
"express_route_authorization_key",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"express_route_authorization_key\"",
")"
] | The key of the ExpressRoute Circuit Authorization | [
"The",
"key",
"of",
"the",
"ExpressRoute",
"Circuit",
"Authorization"
] | [
"\"\"\"\n The key of the ExpressRoute Circuit 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": []
} |
e0a2652aae744d0a410821632537a173284ed8ba | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170426/get_prediction_training_results.py | [
"Apache-2.0"
] | Python | primary_profile_instance_count | float | def primary_profile_instance_count(self) -> float:
"""
Instance count of the primary profile.
"""
return pulumi.get(self, "primary_profile_instance_count") |
Instance count of the primary profile.
| Instance count of the primary profile. | [
"Instance",
"count",
"of",
"the",
"primary",
"profile",
"."
] | def primary_profile_instance_count(self) -> float:
return pulumi.get(self, "primary_profile_instance_count") | [
"def",
"primary_profile_instance_count",
"(",
"self",
")",
"->",
"float",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"primary_profile_instance_count\"",
")"
] | Instance count of the primary profile. | [
"Instance",
"count",
"of",
"the",
"primary",
"profile",
"."
] | [
"\"\"\"\n Instance count of the primary profile.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e0b28e996fcd4ad9f02c5197759727e36244098c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20170501preview/get_subscription_diagnostic_setting.py | [
"Apache-2.0"
] | Python | event_hub_authorization_rule_id | Optional[str] | def event_hub_authorization_rule_id(self) -> Optional[str]:
"""
The resource Id for the event hub authorization rule.
"""
return pulumi.get(self, "event_hub_authorization_rule_id") |
The resource Id for the event hub authorization rule.
| The resource Id for the event hub authorization rule. | [
"The",
"resource",
"Id",
"for",
"the",
"event",
"hub",
"authorization",
"rule",
"."
] | def event_hub_authorization_rule_id(self) -> Optional[str]:
return pulumi.get(self, "event_hub_authorization_rule_id") | [
"def",
"event_hub_authorization_rule_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"event_hub_authorization_rule_id\"",
")"
] | The resource Id for the event hub authorization rule. | [
"The",
"resource",
"Id",
"for",
"the",
"event",
"hub",
"authorization",
"rule",
"."
] | [
"\"\"\"\n The resource Id for the event hub authorization rule.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e0b28e996fcd4ad9f02c5197759727e36244098c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20170501preview/get_subscription_diagnostic_setting.py | [
"Apache-2.0"
] | Python | logs | Optional[Sequence['outputs.SubscriptionLogSettingsResponse']] | def logs(self) -> Optional[Sequence['outputs.SubscriptionLogSettingsResponse']]:
"""
The list of logs settings.
"""
return pulumi.get(self, "logs") |
The list of logs settings.
| The list of logs settings. | [
"The",
"list",
"of",
"logs",
"settings",
"."
] | def logs(self) -> Optional[Sequence['outputs.SubscriptionLogSettingsResponse']]:
return pulumi.get(self, "logs") | [
"def",
"logs",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.SubscriptionLogSettingsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"logs\"",
")"
] | The list of logs settings. | [
"The",
"list",
"of",
"logs",
"settings",
"."
] | [
"\"\"\"\n The list of logs 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": []
} |
e0b28e996fcd4ad9f02c5197759727e36244098c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20170501preview/get_subscription_diagnostic_setting.py | [
"Apache-2.0"
] | Python | service_bus_rule_id | Optional[str] | def service_bus_rule_id(self) -> Optional[str]:
"""
The service bus rule Id of the diagnostic setting. This is here to maintain backwards compatibility.
"""
return pulumi.get(self, "service_bus_rule_id") |
The service bus rule Id of the diagnostic setting. This is here to maintain backwards compatibility.
| The service bus rule Id of the diagnostic setting. This is here to maintain backwards compatibility. | [
"The",
"service",
"bus",
"rule",
"Id",
"of",
"the",
"diagnostic",
"setting",
".",
"This",
"is",
"here",
"to",
"maintain",
"backwards",
"compatibility",
"."
] | def service_bus_rule_id(self) -> Optional[str]:
return pulumi.get(self, "service_bus_rule_id") | [
"def",
"service_bus_rule_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"service_bus_rule_id\"",
")"
] | The service bus rule Id of the diagnostic setting. | [
"The",
"service",
"bus",
"rule",
"Id",
"of",
"the",
"diagnostic",
"setting",
"."
] | [
"\"\"\"\n The service bus rule Id of the diagnostic setting. This is here to maintain backwards compatibility.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4aa1f9784073f7d2a7837ff2e37a131f2d78dc43 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/get_custom_image.py | [
"Apache-2.0"
] | Python | author | Optional[str] | def author(self) -> Optional[str]:
"""
The author of the custom image.
"""
return pulumi.get(self, "author") |
The author of the custom image.
| The author of the custom image. | [
"The",
"author",
"of",
"the",
"custom",
"image",
"."
] | def author(self) -> Optional[str]:
return pulumi.get(self, "author") | [
"def",
"author",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"author\"",
")"
] | The author of the custom image. | [
"The",
"author",
"of",
"the",
"custom",
"image",
"."
] | [
"\"\"\"\n The author of the custom image.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4aa1f9784073f7d2a7837ff2e37a131f2d78dc43 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/get_custom_image.py | [
"Apache-2.0"
] | Python | managed_image_id | Optional[str] | def managed_image_id(self) -> Optional[str]:
"""
The Managed Image Id backing the custom image.
"""
return pulumi.get(self, "managed_image_id") |
The Managed Image Id backing the custom image.
| The Managed Image Id backing the custom image. | [
"The",
"Managed",
"Image",
"Id",
"backing",
"the",
"custom",
"image",
"."
] | def managed_image_id(self) -> Optional[str]:
return pulumi.get(self, "managed_image_id") | [
"def",
"managed_image_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"managed_image_id\"",
")"
] | The Managed Image Id backing the custom image. | [
"The",
"Managed",
"Image",
"Id",
"backing",
"the",
"custom",
"image",
"."
] | [
"\"\"\"\n The Managed Image Id backing the custom image.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4aa1f9784073f7d2a7837ff2e37a131f2d78dc43 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/get_custom_image.py | [
"Apache-2.0"
] | Python | vhd | Optional['outputs.CustomImagePropertiesCustomResponse'] | def vhd(self) -> Optional['outputs.CustomImagePropertiesCustomResponse']:
"""
The VHD from which the image is to be created.
"""
return pulumi.get(self, "vhd") |
The VHD from which the image is to be created.
| The VHD from which the image is to be created. | [
"The",
"VHD",
"from",
"which",
"the",
"image",
"is",
"to",
"be",
"created",
"."
] | def vhd(self) -> Optional['outputs.CustomImagePropertiesCustomResponse']:
return pulumi.get(self, "vhd") | [
"def",
"vhd",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.CustomImagePropertiesCustomResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vhd\"",
")"
] | The VHD from which the image is to be created. | [
"The",
"VHD",
"from",
"which",
"the",
"image",
"is",
"to",
"be",
"created",
"."
] | [
"\"\"\"\n The VHD from which the image is to be created.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4aa1f9784073f7d2a7837ff2e37a131f2d78dc43 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/get_custom_image.py | [
"Apache-2.0"
] | Python | vm | Optional['outputs.CustomImagePropertiesFromVmResponse'] | def vm(self) -> Optional['outputs.CustomImagePropertiesFromVmResponse']:
"""
The virtual machine from which the image is to be created.
"""
return pulumi.get(self, "vm") |
The virtual machine from which the image is to be created.
| The virtual machine from which the image is to be created. | [
"The",
"virtual",
"machine",
"from",
"which",
"the",
"image",
"is",
"to",
"be",
"created",
"."
] | def vm(self) -> Optional['outputs.CustomImagePropertiesFromVmResponse']:
return pulumi.get(self, "vm") | [
"def",
"vm",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.CustomImagePropertiesFromVmResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vm\"",
")"
] | The virtual machine from which the image is to be created. | [
"The",
"virtual",
"machine",
"from",
"which",
"the",
"image",
"is",
"to",
"be",
"created",
"."
] | [
"\"\"\"\n The virtual machine from which the image is to be created.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
05497138f20ec75e6e0a2138bfcdf9658792f11f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170426/connector.py | [
"Apache-2.0"
] | Python | is_internal | pulumi.Output[Optional[bool]] | def is_internal(self) -> pulumi.Output[Optional[bool]]:
"""
If this is an internal connector.
"""
return pulumi.get(self, "is_internal") |
If this is an internal connector.
| If this is an internal connector. | [
"If",
"this",
"is",
"an",
"internal",
"connector",
"."
] | def is_internal(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "is_internal") | [
"def",
"is_internal",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_internal\"",
")"
] | If this is an internal connector. | [
"If",
"this",
"is",
"an",
"internal",
"connector",
"."
] | [
"\"\"\"\n If this is an internal connector.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0549fe69e358ff9b6b91d5fec7cc4e5b83f04809 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/netapp/v20191101/get_snapshot.py | [
"Apache-2.0"
] | Python | file_system_id | Optional[str] | def file_system_id(self) -> Optional[str]:
"""
UUID v4 used to identify the FileSystem
"""
return pulumi.get(self, "file_system_id") |
UUID v4 used to identify the FileSystem
| UUID v4 used to identify the FileSystem | [
"UUID",
"v4",
"used",
"to",
"identify",
"the",
"FileSystem"
] | def file_system_id(self) -> Optional[str]:
return pulumi.get(self, "file_system_id") | [
"def",
"file_system_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"file_system_id\"",
")"
] | UUID v4 used to identify the FileSystem | [
"UUID",
"v4",
"used",
"to",
"identify",
"the",
"FileSystem"
] | [
"\"\"\"\n UUID v4 used to identify the FileSystem\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0549fe69e358ff9b6b91d5fec7cc4e5b83f04809 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/netapp/v20191101/get_snapshot.py | [
"Apache-2.0"
] | Python | snapshot_id | str | def snapshot_id(self) -> str:
"""
UUID v4 used to identify the Snapshot
"""
return pulumi.get(self, "snapshot_id") |
UUID v4 used to identify the Snapshot
| UUID v4 used to identify the Snapshot | [
"UUID",
"v4",
"used",
"to",
"identify",
"the",
"Snapshot"
] | def snapshot_id(self) -> str:
return pulumi.get(self, "snapshot_id") | [
"def",
"snapshot_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"snapshot_id\"",
")"
] | UUID v4 used to identify the Snapshot | [
"UUID",
"v4",
"used",
"to",
"identify",
"the",
"Snapshot"
] | [
"\"\"\"\n UUID v4 used to identify the Snapshot\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0562b703b314f4111b2d709f45c0e76d06044ef9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/synapse/latest/sql_pool_workload_classifier.py | [
"Apache-2.0"
] | Python | end_time | pulumi.Output[Optional[str]] | def end_time(self) -> pulumi.Output[Optional[str]]:
"""
The workload classifier end time for classification.
"""
return pulumi.get(self, "end_time") |
The workload classifier end time for classification.
| The workload classifier end time for classification. | [
"The",
"workload",
"classifier",
"end",
"time",
"for",
"classification",
"."
] | def end_time(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "end_time") | [
"def",
"end_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"end_time\"",
")"
] | The workload classifier end time for classification. | [
"The",
"workload",
"classifier",
"end",
"time",
"for",
"classification",
"."
] | [
"\"\"\"\n The workload classifier end time for classification.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0562b703b314f4111b2d709f45c0e76d06044ef9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/synapse/latest/sql_pool_workload_classifier.py | [
"Apache-2.0"
] | Python | member_name | pulumi.Output[str] | def member_name(self) -> pulumi.Output[str]:
"""
The workload classifier member name.
"""
return pulumi.get(self, "member_name") |
The workload classifier member name.
| The workload classifier member name. | [
"The",
"workload",
"classifier",
"member",
"name",
"."
] | def member_name(self) -> pulumi.Output[str]:
return pulumi.get(self, "member_name") | [
"def",
"member_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"member_name\"",
")"
] | The workload classifier member name. | [
"The",
"workload",
"classifier",
"member",
"name",
"."
] | [
"\"\"\"\n The workload classifier member name.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
056623a0291ec3552c3605705da280b10c33988f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/latest/get_dsc_node_configuration.py | [
"Apache-2.0"
] | Python | configuration | Optional['outputs.DscConfigurationAssociationPropertyResponse'] | def configuration(self) -> Optional['outputs.DscConfigurationAssociationPropertyResponse']:
"""
Gets or sets the configuration of the node.
"""
return pulumi.get(self, "configuration") |
Gets or sets the configuration of the node.
| Gets or sets the configuration of the node. | [
"Gets",
"or",
"sets",
"the",
"configuration",
"of",
"the",
"node",
"."
] | def configuration(self) -> Optional['outputs.DscConfigurationAssociationPropertyResponse']:
return pulumi.get(self, "configuration") | [
"def",
"configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.DscConfigurationAssociationPropertyResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"configuration\"",
")"
] | Gets or sets the configuration of the node. | [
"Gets",
"or",
"sets",
"the",
"configuration",
"of",
"the",
"node",
"."
] | [
"\"\"\"\n Gets or sets the configuration of 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": []
} |
056623a0291ec3552c3605705da280b10c33988f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/latest/get_dsc_node_configuration.py | [
"Apache-2.0"
] | Python | increment_node_configuration_build | Optional[bool] | def increment_node_configuration_build(self) -> Optional[bool]:
"""
If a new build version of NodeConfiguration is required.
"""
return pulumi.get(self, "increment_node_configuration_build") |
If a new build version of NodeConfiguration is required.
| If a new build version of NodeConfiguration is required. | [
"If",
"a",
"new",
"build",
"version",
"of",
"NodeConfiguration",
"is",
"required",
"."
] | def increment_node_configuration_build(self) -> Optional[bool]:
return pulumi.get(self, "increment_node_configuration_build") | [
"def",
"increment_node_configuration_build",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"increment_node_configuration_build\"",
")"
] | If a new build version of NodeConfiguration is required. | [
"If",
"a",
"new",
"build",
"version",
"of",
"NodeConfiguration",
"is",
"required",
"."
] | [
"\"\"\"\n If a new build version of NodeConfiguration is required.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
056623a0291ec3552c3605705da280b10c33988f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/latest/get_dsc_node_configuration.py | [
"Apache-2.0"
] | Python | last_modified_time | Optional[str] | def last_modified_time(self) -> Optional[str]:
"""
Gets or sets the last modified time.
"""
return pulumi.get(self, "last_modified_time") |
Gets or sets the last modified time.
| Gets or sets the last modified time. | [
"Gets",
"or",
"sets",
"the",
"last",
"modified",
"time",
"."
] | def last_modified_time(self) -> Optional[str]:
return pulumi.get(self, "last_modified_time") | [
"def",
"last_modified_time",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_modified_time\"",
")"
] | Gets or sets the last modified time. | [
"Gets",
"or",
"sets",
"the",
"last",
"modified",
"time",
"."
] | [
"\"\"\"\n Gets or sets the last modified time.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
056623a0291ec3552c3605705da280b10c33988f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/latest/get_dsc_node_configuration.py | [
"Apache-2.0"
] | Python | node_count | Optional[float] | def node_count(self) -> Optional[float]:
"""
Number of nodes with this node configuration assigned
"""
return pulumi.get(self, "node_count") |
Number of nodes with this node configuration assigned
| Number of nodes with this node configuration assigned | [
"Number",
"of",
"nodes",
"with",
"this",
"node",
"configuration",
"assigned"
] | def node_count(self) -> Optional[float]:
return pulumi.get(self, "node_count") | [
"def",
"node_count",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"node_count\"",
")"
] | Number of nodes with this node configuration assigned | [
"Number",
"of",
"nodes",
"with",
"this",
"node",
"configuration",
"assigned"
] | [
"\"\"\"\n Number of nodes with this node configuration assigned\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9761c03aca178f0437e468e6dc1f14be7fad7d0a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hybridcompute/v20190318preview/get_machine.py | [
"Apache-2.0"
] | Python | os_profile | 'outputs.OSProfileResponse' | def os_profile(self) -> 'outputs.OSProfileResponse':
"""
Specifies the operating system settings for the hybrid machine.
"""
return pulumi.get(self, "os_profile") |
Specifies the operating system settings for the hybrid machine.
| Specifies the operating system settings for the hybrid machine. | [
"Specifies",
"the",
"operating",
"system",
"settings",
"for",
"the",
"hybrid",
"machine",
"."
] | def os_profile(self) -> 'outputs.OSProfileResponse':
return pulumi.get(self, "os_profile") | [
"def",
"os_profile",
"(",
"self",
")",
"->",
"'outputs.OSProfileResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"os_profile\"",
")"
] | Specifies the operating system settings for the hybrid machine. | [
"Specifies",
"the",
"operating",
"system",
"settings",
"for",
"the",
"hybrid",
"machine",
"."
] | [
"\"\"\"\n Specifies the operating system settings for the hybrid machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9761c03aca178f0437e468e6dc1f14be7fad7d0a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hybridcompute/v20190318preview/get_machine.py | [
"Apache-2.0"
] | Python | vm_id | str | def vm_id(self) -> str:
"""
Specifies the hybrid machine unique ID.
"""
return pulumi.get(self, "vm_id") |
Specifies the hybrid machine unique ID.
| Specifies the hybrid machine unique ID. | [
"Specifies",
"the",
"hybrid",
"machine",
"unique",
"ID",
"."
] | def vm_id(self) -> str:
return pulumi.get(self, "vm_id") | [
"def",
"vm_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vm_id\"",
")"
] | Specifies the hybrid machine unique ID. | [
"Specifies",
"the",
"hybrid",
"machine",
"unique",
"ID",
"."
] | [
"\"\"\"\n Specifies the hybrid machine unique 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": []
} |
7fc9dda2bdf76436a5e3eaff5da1cb63b3a5699a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_policy.py | [
"Apache-2.0"
] | Python | custom_rules | Optional['outputs.CustomRuleListResponse'] | def custom_rules(self) -> Optional['outputs.CustomRuleListResponse']:
"""
Describes custom rules inside the policy.
"""
return pulumi.get(self, "custom_rules") |
Describes custom rules inside the policy.
| Describes custom rules inside the policy. | [
"Describes",
"custom",
"rules",
"inside",
"the",
"policy",
"."
] | def custom_rules(self) -> Optional['outputs.CustomRuleListResponse']:
return pulumi.get(self, "custom_rules") | [
"def",
"custom_rules",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.CustomRuleListResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_rules\"",
")"
] | Describes custom rules inside the policy. | [
"Describes",
"custom",
"rules",
"inside",
"the",
"policy",
"."
] | [
"\"\"\"\n Describes custom rules inside the 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": []
} |
7fc9dda2bdf76436a5e3eaff5da1cb63b3a5699a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_policy.py | [
"Apache-2.0"
] | Python | frontend_endpoint_links | Sequence['outputs.FrontendEndpointLinkResponse'] | def frontend_endpoint_links(self) -> Sequence['outputs.FrontendEndpointLinkResponse']:
"""
Describes Frontend Endpoints associated with this Web Application Firewall policy.
"""
return pulumi.get(self, "frontend_endpoint_links") |
Describes Frontend Endpoints associated with this Web Application Firewall policy.
| Describes Frontend Endpoints associated with this Web Application Firewall policy. | [
"Describes",
"Frontend",
"Endpoints",
"associated",
"with",
"this",
"Web",
"Application",
"Firewall",
"policy",
"."
] | def frontend_endpoint_links(self) -> Sequence['outputs.FrontendEndpointLinkResponse']:
return pulumi.get(self, "frontend_endpoint_links") | [
"def",
"frontend_endpoint_links",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.FrontendEndpointLinkResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"frontend_endpoint_links\"",
")"
] | Describes Frontend Endpoints associated with this Web Application Firewall policy. | [
"Describes",
"Frontend",
"Endpoints",
"associated",
"with",
"this",
"Web",
"Application",
"Firewall",
"policy",
"."
] | [
"\"\"\"\n Describes Frontend Endpoints associated with this Web Application 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": []
} |
7fc9dda2bdf76436a5e3eaff5da1cb63b3a5699a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_policy.py | [
"Apache-2.0"
] | Python | managed_rules | Optional['outputs.ManagedRuleSetListResponse'] | def managed_rules(self) -> Optional['outputs.ManagedRuleSetListResponse']:
"""
Describes managed rules inside the policy.
"""
return pulumi.get(self, "managed_rules") |
Describes managed rules inside the policy.
| Describes managed rules inside the policy. | [
"Describes",
"managed",
"rules",
"inside",
"the",
"policy",
"."
] | def managed_rules(self) -> Optional['outputs.ManagedRuleSetListResponse']:
return pulumi.get(self, "managed_rules") | [
"def",
"managed_rules",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ManagedRuleSetListResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"managed_rules\"",
")"
] | Describes managed rules inside the policy. | [
"Describes",
"managed",
"rules",
"inside",
"the",
"policy",
"."
] | [
"\"\"\"\n Describes managed rules inside the 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": []
} |
7fc9dda2bdf76436a5e3eaff5da1cb63b3a5699a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_policy.py | [
"Apache-2.0"
] | Python | policy_settings | Optional['outputs.PolicySettingsResponse'] | def policy_settings(self) -> Optional['outputs.PolicySettingsResponse']:
"""
Describes settings for the policy.
"""
return pulumi.get(self, "policy_settings") |
Describes settings for the policy.
| Describes settings for the policy. | [
"Describes",
"settings",
"for",
"the",
"policy",
"."
] | def policy_settings(self) -> Optional['outputs.PolicySettingsResponse']:
return pulumi.get(self, "policy_settings") | [
"def",
"policy_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.PolicySettingsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"policy_settings\"",
")"
] | Describes settings for the policy. | [
"Describes",
"settings",
"for",
"the",
"policy",
"."
] | [
"\"\"\"\n Describes settings for the 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": []
} |
7fc9dda2bdf76436a5e3eaff5da1cb63b3a5699a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_policy.py | [
"Apache-2.0"
] | Python | routing_rule_links | Sequence['outputs.RoutingRuleLinkResponse'] | def routing_rule_links(self) -> Sequence['outputs.RoutingRuleLinkResponse']:
"""
Describes Routing Rules associated with this Web Application Firewall policy.
"""
return pulumi.get(self, "routing_rule_links") |
Describes Routing Rules associated with this Web Application Firewall policy.
| Describes Routing Rules associated with this Web Application Firewall policy. | [
"Describes",
"Routing",
"Rules",
"associated",
"with",
"this",
"Web",
"Application",
"Firewall",
"policy",
"."
] | def routing_rule_links(self) -> Sequence['outputs.RoutingRuleLinkResponse']:
return pulumi.get(self, "routing_rule_links") | [
"def",
"routing_rule_links",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.RoutingRuleLinkResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"routing_rule_links\"",
")"
] | Describes Routing Rules associated with this Web Application Firewall policy. | [
"Describes",
"Routing",
"Rules",
"associated",
"with",
"this",
"Web",
"Application",
"Firewall",
"policy",
"."
] | [
"\"\"\"\n Describes Routing Rules associated with this Web Application 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": []
} |
7fc9dda2bdf76436a5e3eaff5da1cb63b3a5699a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_policy.py | [
"Apache-2.0"
] | Python | security_policy_links | Sequence['outputs.SecurityPolicyLinkResponse'] | def security_policy_links(self) -> Sequence['outputs.SecurityPolicyLinkResponse']:
"""
Describes Security Policy associated with this Web Application Firewall policy.
"""
return pulumi.get(self, "security_policy_links") |
Describes Security Policy associated with this Web Application Firewall policy.
| Describes Security Policy associated with this Web Application Firewall policy. | [
"Describes",
"Security",
"Policy",
"associated",
"with",
"this",
"Web",
"Application",
"Firewall",
"policy",
"."
] | def security_policy_links(self) -> Sequence['outputs.SecurityPolicyLinkResponse']:
return pulumi.get(self, "security_policy_links") | [
"def",
"security_policy_links",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.SecurityPolicyLinkResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"security_policy_links\"",
")"
] | Describes Security Policy associated with this Web Application Firewall policy. | [
"Describes",
"Security",
"Policy",
"associated",
"with",
"this",
"Web",
"Application",
"Firewall",
"policy",
"."
] | [
"\"\"\"\n Describes Security Policy associated with this Web Application 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": []
} |
7fd2177f45abc6041f7d8ccbde3ae7a4a66b0108 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/get_system_topic.py | [
"Apache-2.0"
] | Python | metric_resource_id | str | def metric_resource_id(self) -> str:
"""
Metric resource id for the system topic.
"""
return pulumi.get(self, "metric_resource_id") |
Metric resource id for the system topic.
| Metric resource id for the system topic. | [
"Metric",
"resource",
"id",
"for",
"the",
"system",
"topic",
"."
] | def metric_resource_id(self) -> str:
return pulumi.get(self, "metric_resource_id") | [
"def",
"metric_resource_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"metric_resource_id\"",
")"
] | Metric resource id for the system topic. | [
"Metric",
"resource",
"id",
"for",
"the",
"system",
"topic",
"."
] | [
"\"\"\"\n Metric resource id for the system topic.\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.