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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
809918affcf6aa22fa20f2f421c61f932882b378 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/get_blob_container.py | [
"Apache-2.0"
] | Python | lease_state | str | def lease_state(self) -> str:
"""
Lease state of the container.
"""
return pulumi.get(self, "lease_state") |
Lease state of the container.
| Lease state of the container. | [
"Lease",
"state",
"of",
"the",
"container",
"."
] | def lease_state(self) -> str:
return pulumi.get(self, "lease_state") | [
"def",
"lease_state",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"lease_state\"",
")"
] | Lease state of the container. | [
"Lease",
"state",
"of",
"the",
"container",
"."
] | [
"\"\"\"\n Lease state of the 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": []
} |
809918affcf6aa22fa20f2f421c61f932882b378 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/get_blob_container.py | [
"Apache-2.0"
] | Python | lease_status | str | def lease_status(self) -> str:
"""
The lease status of the container.
"""
return pulumi.get(self, "lease_status") |
The lease status of the container.
| The lease status of the container. | [
"The",
"lease",
"status",
"of",
"the",
"container",
"."
] | def lease_status(self) -> str:
return pulumi.get(self, "lease_status") | [
"def",
"lease_status",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"lease_status\"",
")"
] | The lease status of the container. | [
"The",
"lease",
"status",
"of",
"the",
"container",
"."
] | [
"\"\"\"\n The lease status of the 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": []
} |
809918affcf6aa22fa20f2f421c61f932882b378 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/get_blob_container.py | [
"Apache-2.0"
] | Python | legal_hold | 'outputs.LegalHoldPropertiesResponse' | def legal_hold(self) -> 'outputs.LegalHoldPropertiesResponse':
"""
The LegalHold property of the container.
"""
return pulumi.get(self, "legal_hold") |
The LegalHold property of the container.
| The LegalHold property of the container. | [
"The",
"LegalHold",
"property",
"of",
"the",
"container",
"."
] | def legal_hold(self) -> 'outputs.LegalHoldPropertiesResponse':
return pulumi.get(self, "legal_hold") | [
"def",
"legal_hold",
"(",
"self",
")",
"->",
"'outputs.LegalHoldPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"legal_hold\"",
")"
] | The LegalHold property of the container. | [
"The",
"LegalHold",
"property",
"of",
"the",
"container",
"."
] | [
"\"\"\"\n The LegalHold property of the 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": []
} |
809918affcf6aa22fa20f2f421c61f932882b378 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/get_blob_container.py | [
"Apache-2.0"
] | Python | public_access | Optional[str] | def public_access(self) -> Optional[str]:
"""
Specifies whether data in the container may be accessed publicly and the level of access.
"""
return pulumi.get(self, "public_access") |
Specifies whether data in the container may be accessed publicly and the level of access.
| Specifies whether data in the container may be accessed publicly and the level of access. | [
"Specifies",
"whether",
"data",
"in",
"the",
"container",
"may",
"be",
"accessed",
"publicly",
"and",
"the",
"level",
"of",
"access",
"."
] | def public_access(self) -> Optional[str]:
return pulumi.get(self, "public_access") | [
"def",
"public_access",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_access\"",
")"
] | Specifies whether data in the container may be accessed publicly and the level of access. | [
"Specifies",
"whether",
"data",
"in",
"the",
"container",
"may",
"be",
"accessed",
"publicly",
"and",
"the",
"level",
"of",
"access",
"."
] | [
"\"\"\"\n Specifies whether data in the container may be accessed publicly and the level of access.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
809918affcf6aa22fa20f2f421c61f932882b378 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/get_blob_container.py | [
"Apache-2.0"
] | Python | remaining_retention_days | int | def remaining_retention_days(self) -> int:
"""
Remaining retention days for soft deleted blob container.
"""
return pulumi.get(self, "remaining_retention_days") |
Remaining retention days for soft deleted blob container.
| Remaining retention days for soft deleted blob container. | [
"Remaining",
"retention",
"days",
"for",
"soft",
"deleted",
"blob",
"container",
"."
] | def remaining_retention_days(self) -> int:
return pulumi.get(self, "remaining_retention_days") | [
"def",
"remaining_retention_days",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"remaining_retention_days\"",
")"
] | Remaining retention days for soft deleted blob container. | [
"Remaining",
"retention",
"days",
"for",
"soft",
"deleted",
"blob",
"container",
"."
] | [
"\"\"\"\n Remaining retention days for soft deleted blob 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": []
} |
80a6ae40749dc514ac9759b59fc4b651ecdeac93 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/database.py | [
"Apache-2.0"
] | Python | containment_state | pulumi.Output[float] | def containment_state(self) -> pulumi.Output[float]:
"""
The containment state of the database.
"""
return pulumi.get(self, "containment_state") |
The containment state of the database.
| The containment state of the database. | [
"The",
"containment",
"state",
"of",
"the",
"database",
"."
] | def containment_state(self) -> pulumi.Output[float]:
return pulumi.get(self, "containment_state") | [
"def",
"containment_state",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"containment_state\"",
")"
] | The containment state of the database. | [
"The",
"containment",
"state",
"of",
"the",
"database",
"."
] | [
"\"\"\"\n The containment state of the database.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80a6ae40749dc514ac9759b59fc4b651ecdeac93 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/database.py | [
"Apache-2.0"
] | Python | current_service_objective_id | pulumi.Output[str] | def current_service_objective_id(self) -> pulumi.Output[str]:
"""
The current service level objective ID of the database. This is the ID of the service level objective that is currently active.
"""
return pulumi.get(self, "current_service_objective_id") |
The current service level objective ID of the database. This is the ID of the service level objective that is currently active.
| The current service level objective ID of the database. This is the ID of the service level objective that is currently active. | [
"The",
"current",
"service",
"level",
"objective",
"ID",
"of",
"the",
"database",
".",
"This",
"is",
"the",
"ID",
"of",
"the",
"service",
"level",
"objective",
"that",
"is",
"currently",
"active",
"."
] | def current_service_objective_id(self) -> pulumi.Output[str]:
return pulumi.get(self, "current_service_objective_id") | [
"def",
"current_service_objective_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"current_service_objective_id\"",
")"
] | The current service level objective ID of the database. | [
"The",
"current",
"service",
"level",
"objective",
"ID",
"of",
"the",
"database",
"."
] | [
"\"\"\"\n The current service level objective ID of the database. This is the ID of the service level objective that is currently active.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80a6ae40749dc514ac9759b59fc4b651ecdeac93 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/database.py | [
"Apache-2.0"
] | Python | edition | pulumi.Output[Optional[str]] | def edition(self) -> pulumi.Output[Optional[str]]:
"""
The edition of the database. The DatabaseEditions enumeration contains all the valid editions. If createMode is NonReadableSecondary or OnlineSecondary, this value is ignored.
The list of SKUs may vary by region and support offer.... |
The edition of the database. The DatabaseEditions enumeration contains all the valid editions. If createMode is NonReadableSecondary or OnlineSecondary, this value is ignored.
The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, ... | The edition of the database. The DatabaseEditions enumeration contains all the valid editions. If createMode is NonReadableSecondary or OnlineSecondary, this value is ignored.
The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name, tier/edition, family, and capacity) that a... | [
"The",
"edition",
"of",
"the",
"database",
".",
"The",
"DatabaseEditions",
"enumeration",
"contains",
"all",
"the",
"valid",
"editions",
".",
"If",
"createMode",
"is",
"NonReadableSecondary",
"or",
"OnlineSecondary",
"this",
"value",
"is",
"ignored",
".",
"The",
... | def edition(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "edition") | [
"def",
"edition",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"edition\"",
")"
] | The edition of the database. | [
"The",
"edition",
"of",
"the",
"database",
"."
] | [
"\"\"\"\n The edition of the database. The DatabaseEditions enumeration contains all the valid editions. If createMode is NonReadableSecondary or OnlineSecondary, this value is ignored.\r\n \r\n The list of SKUs may vary by region and support offer. To determine the SKUs (including the SKU name... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80a6ae40749dc514ac9759b59fc4b651ecdeac93 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/database.py | [
"Apache-2.0"
] | Python | elastic_pool_name | pulumi.Output[Optional[str]] | def elastic_pool_name(self) -> pulumi.Output[Optional[str]]:
"""
The name of the elastic pool the database is in. If elasticPoolName and requestedServiceObjectiveName are both updated, the value of requestedServiceObjectiveName is ignored. Not supported for DataWarehouse edition.
"""
ret... |
The name of the elastic pool the database is in. If elasticPoolName and requestedServiceObjectiveName are both updated, the value of requestedServiceObjectiveName is ignored. Not supported for DataWarehouse edition.
| The name of the elastic pool the database is in. If elasticPoolName and requestedServiceObjectiveName are both updated, the value of requestedServiceObjectiveName is ignored. Not supported for DataWarehouse edition. | [
"The",
"name",
"of",
"the",
"elastic",
"pool",
"the",
"database",
"is",
"in",
".",
"If",
"elasticPoolName",
"and",
"requestedServiceObjectiveName",
"are",
"both",
"updated",
"the",
"value",
"of",
"requestedServiceObjectiveName",
"is",
"ignored",
".",
"Not",
"suppo... | def elastic_pool_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "elastic_pool_name") | [
"def",
"elastic_pool_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"elastic_pool_name\"",
")"
] | The name of the elastic pool the database is in. | [
"The",
"name",
"of",
"the",
"elastic",
"pool",
"the",
"database",
"is",
"in",
"."
] | [
"\"\"\"\n The name of the elastic pool the database is in. If elasticPoolName and requestedServiceObjectiveName are both updated, the value of requestedServiceObjectiveName is ignored. Not supported for DataWarehouse edition.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80a6ae40749dc514ac9759b59fc4b651ecdeac93 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/database.py | [
"Apache-2.0"
] | Python | max_size_bytes | pulumi.Output[Optional[str]] | def max_size_bytes(self) -> pulumi.Output[Optional[str]]:
"""
The max size of the database expressed in bytes. If createMode is not Default, this value is ignored. To see possible values, query the capabilities API (/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationID}/capabilit... |
The max size of the database expressed in bytes. If createMode is not Default, this value is ignored. To see possible values, query the capabilities API (/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationID}/capabilities) referred to by operationId: "Capabilities_ListByLocation."
... | The max size of the database expressed in bytes. If createMode is not Default, this value is ignored. | [
"The",
"max",
"size",
"of",
"the",
"database",
"expressed",
"in",
"bytes",
".",
"If",
"createMode",
"is",
"not",
"Default",
"this",
"value",
"is",
"ignored",
"."
] | def max_size_bytes(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "max_size_bytes") | [
"def",
"max_size_bytes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_size_bytes\"",
")"
] | The max size of the database expressed in bytes. | [
"The",
"max",
"size",
"of",
"the",
"database",
"expressed",
"in",
"bytes",
"."
] | [
"\"\"\"\n The max size of the database expressed in bytes. If createMode is not Default, this value is ignored. To see possible values, query the capabilities API (/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationID}/capabilities) referred to by operationId: \"Capabilities_ListByLoc... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80a6ae40749dc514ac9759b59fc4b651ecdeac93 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/database.py | [
"Apache-2.0"
] | Python | recommended_index | pulumi.Output[Sequence['outputs.RecommendedIndexResponse']] | def recommended_index(self) -> pulumi.Output[Sequence['outputs.RecommendedIndexResponse']]:
"""
The recommended indices for this database.
"""
return pulumi.get(self, "recommended_index") |
The recommended indices for this database.
| The recommended indices for this database. | [
"The",
"recommended",
"indices",
"for",
"this",
"database",
"."
] | def recommended_index(self) -> pulumi.Output[Sequence['outputs.RecommendedIndexResponse']]:
return pulumi.get(self, "recommended_index") | [
"def",
"recommended_index",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.RecommendedIndexResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"recommended_index\"",
")"
] | The recommended indices for this database. | [
"The",
"recommended",
"indices",
"for",
"this",
"database",
"."
] | [
"\"\"\"\n The recommended indices for this database.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80a6ae40749dc514ac9759b59fc4b651ecdeac93 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/database.py | [
"Apache-2.0"
] | Python | recovery_services_recovery_point_resource_id | pulumi.Output[Optional[str]] | def recovery_services_recovery_point_resource_id(self) -> pulumi.Output[Optional[str]]:
"""
Conditional. If createMode is RestoreLongTermRetentionBackup, then this value is required. Specifies the resource ID of the recovery point to restore from.
"""
return pulumi.get(self, "recovery_se... |
Conditional. If createMode is RestoreLongTermRetentionBackup, then this value is required. Specifies the resource ID of the recovery point to restore from.
| Conditional. If createMode is RestoreLongTermRetentionBackup, then this value is required. Specifies the resource ID of the recovery point to restore from. | [
"Conditional",
".",
"If",
"createMode",
"is",
"RestoreLongTermRetentionBackup",
"then",
"this",
"value",
"is",
"required",
".",
"Specifies",
"the",
"resource",
"ID",
"of",
"the",
"recovery",
"point",
"to",
"restore",
"from",
"."
] | def recovery_services_recovery_point_resource_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "recovery_services_recovery_point_resource_id") | [
"def",
"recovery_services_recovery_point_resource_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"recovery_services_recovery_point_resource_id\"",
")"
] | Conditional. | [
"Conditional",
"."
] | [
"\"\"\"\n Conditional. If createMode is RestoreLongTermRetentionBackup, then this value is required. Specifies the resource ID of the recovery point to restore from.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80a6ae40749dc514ac9759b59fc4b651ecdeac93 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/database.py | [
"Apache-2.0"
] | Python | requested_service_objective_id | pulumi.Output[Optional[str]] | def requested_service_objective_id(self) -> pulumi.Output[Optional[str]]:
"""
The configured service level objective ID of the database. This is the service level objective that is in the process of being applied to the database. Once successfully updated, it will match the value of currentServiceObject... |
The configured service level objective ID of the database. This is the service level objective that is in the process of being applied to the database. Once successfully updated, it will match the value of currentServiceObjectiveId property. If requestedServiceObjectiveId and requestedServiceObjectiveName are ... | The configured service level objective ID of the database. This is the service level objective that is in the process of being applied to the database. Once successfully updated, it will match the value of currentServiceObjectiveId property. If requestedServiceObjectiveId and requestedServiceObjectiveName are both upda... | [
"The",
"configured",
"service",
"level",
"objective",
"ID",
"of",
"the",
"database",
".",
"This",
"is",
"the",
"service",
"level",
"objective",
"that",
"is",
"in",
"the",
"process",
"of",
"being",
"applied",
"to",
"the",
"database",
".",
"Once",
"successfull... | def requested_service_objective_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "requested_service_objective_id") | [
"def",
"requested_service_objective_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"requested_service_objective_id\"",
")"
] | The configured service level objective ID of the database. | [
"The",
"configured",
"service",
"level",
"objective",
"ID",
"of",
"the",
"database",
"."
] | [
"\"\"\"\n The configured service level objective ID of the database. This is the service level objective that is in the process of being applied to the database. Once successfully updated, it will match the value of currentServiceObjectiveId property. If requestedServiceObjectiveId and requestedServiceObject... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80a6ae40749dc514ac9759b59fc4b651ecdeac93 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/database.py | [
"Apache-2.0"
] | Python | requested_service_objective_name | pulumi.Output[Optional[str]] | def requested_service_objective_name(self) -> pulumi.Output[Optional[str]]:
"""
The name of the configured service level objective of the database. This is the service level objective that is in the process of being applied to the database. Once successfully updated, it will match the value of serviceLe... |
The name of the configured service level objective of the database. This is the service level objective that is in the process of being applied to the database. Once successfully updated, it will match the value of serviceLevelObjective property.
The list of SKUs may vary by region and supp... | The name of the configured service level objective of the database. This is the service level objective that is in the process of being applied to the database. Once successfully updated, it will match the value of serviceLevelObjective property.
The list of SKUs may vary by region and support offer. To determine the S... | [
"The",
"name",
"of",
"the",
"configured",
"service",
"level",
"objective",
"of",
"the",
"database",
".",
"This",
"is",
"the",
"service",
"level",
"objective",
"that",
"is",
"in",
"the",
"process",
"of",
"being",
"applied",
"to",
"the",
"database",
".",
"On... | def requested_service_objective_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "requested_service_objective_name") | [
"def",
"requested_service_objective_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"requested_service_objective_name\"",
")"
] | The name of the configured service level objective of the database. | [
"The",
"name",
"of",
"the",
"configured",
"service",
"level",
"objective",
"of",
"the",
"database",
"."
] | [
"\"\"\"\n The name of the configured service level objective of the database. This is the service level objective that is in the process of being applied to the database. Once successfully updated, it will match the value of serviceLevelObjective property. \r\n \r\n The list of SKUs may vary by... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80a6ae40749dc514ac9759b59fc4b651ecdeac93 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/database.py | [
"Apache-2.0"
] | Python | service_level_objective | pulumi.Output[str] | def service_level_objective(self) -> pulumi.Output[str]:
"""
The current service level objective of the database.
"""
return pulumi.get(self, "service_level_objective") |
The current service level objective of the database.
| The current service level objective of the database. | [
"The",
"current",
"service",
"level",
"objective",
"of",
"the",
"database",
"."
] | def service_level_objective(self) -> pulumi.Output[str]:
return pulumi.get(self, "service_level_objective") | [
"def",
"service_level_objective",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"service_level_objective\"",
")"
] | The current service level objective of the database. | [
"The",
"current",
"service",
"level",
"objective",
"of",
"the",
"database",
"."
] | [
"\"\"\"\n The current service level objective of the database.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80a6ae40749dc514ac9759b59fc4b651ecdeac93 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/database.py | [
"Apache-2.0"
] | Python | service_tier_advisors | pulumi.Output[Sequence['outputs.ServiceTierAdvisorResponse']] | def service_tier_advisors(self) -> pulumi.Output[Sequence['outputs.ServiceTierAdvisorResponse']]:
"""
The list of service tier advisors for this database. Expanded property
"""
return pulumi.get(self, "service_tier_advisors") |
The list of service tier advisors for this database. Expanded property
| The list of service tier advisors for this database. Expanded property | [
"The",
"list",
"of",
"service",
"tier",
"advisors",
"for",
"this",
"database",
".",
"Expanded",
"property"
] | def service_tier_advisors(self) -> pulumi.Output[Sequence['outputs.ServiceTierAdvisorResponse']]:
return pulumi.get(self, "service_tier_advisors") | [
"def",
"service_tier_advisors",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.ServiceTierAdvisorResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"service_tier_advisors\"",
")"
] | The list of service tier advisors for this database. | [
"The",
"list",
"of",
"service",
"tier",
"advisors",
"for",
"this",
"database",
"."
] | [
"\"\"\"\n The list of service tier advisors for this database. Expanded property\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80a6ae40749dc514ac9759b59fc4b651ecdeac93 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/database.py | [
"Apache-2.0"
] | Python | transparent_data_encryption | pulumi.Output[Sequence['outputs.TransparentDataEncryptionResponse']] | def transparent_data_encryption(self) -> pulumi.Output[Sequence['outputs.TransparentDataEncryptionResponse']]:
"""
The transparent data encryption info for this database.
"""
return pulumi.get(self, "transparent_data_encryption") |
The transparent data encryption info for this database.
| The transparent data encryption info for this database. | [
"The",
"transparent",
"data",
"encryption",
"info",
"for",
"this",
"database",
"."
] | def transparent_data_encryption(self) -> pulumi.Output[Sequence['outputs.TransparentDataEncryptionResponse']]:
return pulumi.get(self, "transparent_data_encryption") | [
"def",
"transparent_data_encryption",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.TransparentDataEncryptionResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"transparent_data_encryption\"",
")"
] | The transparent data encryption info for this database. | [
"The",
"transparent",
"data",
"encryption",
"info",
"for",
"this",
"database",
"."
] | [
"\"\"\"\n The transparent data encryption info for this database.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80a910e32ad5285362680428527191a5740c6649 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20190615/get_custom_domain.py | [
"Apache-2.0"
] | Python | custom_https_parameters | Optional[Any] | def custom_https_parameters(self) -> Optional[Any]:
"""
Certificate parameters for securing custom HTTPS
"""
return pulumi.get(self, "custom_https_parameters") |
Certificate parameters for securing custom HTTPS
| Certificate parameters for securing custom HTTPS | [
"Certificate",
"parameters",
"for",
"securing",
"custom",
"HTTPS"
] | def custom_https_parameters(self) -> Optional[Any]:
return pulumi.get(self, "custom_https_parameters") | [
"def",
"custom_https_parameters",
"(",
"self",
")",
"->",
"Optional",
"[",
"Any",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_https_parameters\"",
")"
] | Certificate parameters for securing custom HTTPS | [
"Certificate",
"parameters",
"for",
"securing",
"custom",
"HTTPS"
] | [
"\"\"\"\n Certificate parameters for securing custom HTTPS\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80a910e32ad5285362680428527191a5740c6649 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20190615/get_custom_domain.py | [
"Apache-2.0"
] | Python | custom_https_provisioning_state | str | def custom_https_provisioning_state(self) -> str:
"""
Provisioning status of Custom Https of the custom domain.
"""
return pulumi.get(self, "custom_https_provisioning_state") |
Provisioning status of Custom Https of the custom domain.
| Provisioning status of Custom Https of the custom domain. | [
"Provisioning",
"status",
"of",
"Custom",
"Https",
"of",
"the",
"custom",
"domain",
"."
] | def custom_https_provisioning_state(self) -> str:
return pulumi.get(self, "custom_https_provisioning_state") | [
"def",
"custom_https_provisioning_state",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_https_provisioning_state\"",
")"
] | Provisioning status of Custom Https of the custom domain. | [
"Provisioning",
"status",
"of",
"Custom",
"Https",
"of",
"the",
"custom",
"domain",
"."
] | [
"\"\"\"\n Provisioning status of Custom Https of the custom domain.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80a910e32ad5285362680428527191a5740c6649 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20190615/get_custom_domain.py | [
"Apache-2.0"
] | Python | custom_https_provisioning_substate | str | def custom_https_provisioning_substate(self) -> str:
"""
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step.
"""
return pulumi.get(self, "custom_https_provisioning_substate") |
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step.
| Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. | [
"Provisioning",
"substate",
"shows",
"the",
"progress",
"of",
"custom",
"HTTPS",
"enabling",
"/",
"disabling",
"process",
"step",
"by",
"step",
"."
] | def custom_https_provisioning_substate(self) -> str:
return pulumi.get(self, "custom_https_provisioning_substate") | [
"def",
"custom_https_provisioning_substate",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_https_provisioning_substate\"",
")"
] | Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. | [
"Provisioning",
"substate",
"shows",
"the",
"progress",
"of",
"custom",
"HTTPS",
"enabling",
"/",
"disabling",
"process",
"step",
"by",
"step",
"."
] | [
"\"\"\"\n Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80a910e32ad5285362680428527191a5740c6649 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20190615/get_custom_domain.py | [
"Apache-2.0"
] | Python | validation_data | Optional[str] | def validation_data(self) -> Optional[str]:
"""
Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.
"""
return pulumi.get(self, "validation_data... |
Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.
| Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. | [
"Special",
"validation",
"or",
"data",
"may",
"be",
"required",
"when",
"delivering",
"CDN",
"to",
"some",
"regions",
"due",
"to",
"local",
"compliance",
"reasons",
"."
] | def validation_data(self) -> Optional[str]:
return pulumi.get(self, "validation_data") | [
"def",
"validation_data",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"validation_data\"",
")"
] | Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. | [
"Special",
"validation",
"or",
"data",
"may",
"be",
"required",
"when",
"delivering",
"CDN",
"to",
"some",
"regions",
"due",
"to",
"local",
"compliance",
"reasons",
"."
] | [
"\"\"\"\n Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80b08de7392f270d0d8abdfdcc8eccbed69f9b33 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190201/get_ddos_custom_policy.py | [
"Apache-2.0"
] | Python | protocol_custom_settings | Optional[Sequence['outputs.ProtocolCustomSettingsFormatResponse']] | def protocol_custom_settings(self) -> Optional[Sequence['outputs.ProtocolCustomSettingsFormatResponse']]:
"""
The protocol-specific DDoS policy customization parameters.
"""
return pulumi.get(self, "protocol_custom_settings") |
The protocol-specific DDoS policy customization parameters.
| The protocol-specific DDoS policy customization parameters. | [
"The",
"protocol",
"-",
"specific",
"DDoS",
"policy",
"customization",
"parameters",
"."
] | def protocol_custom_settings(self) -> Optional[Sequence['outputs.ProtocolCustomSettingsFormatResponse']]:
return pulumi.get(self, "protocol_custom_settings") | [
"def",
"protocol_custom_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ProtocolCustomSettingsFormatResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"protocol_custom_settings\"",
")"
] | The protocol-specific DDoS policy customization parameters. | [
"The",
"protocol",
"-",
"specific",
"DDoS",
"policy",
"customization",
"parameters",
"."
] | [
"\"\"\"\n The protocol-specific DDoS policy customization parameters.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80b08de7392f270d0d8abdfdcc8eccbed69f9b33 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190201/get_ddos_custom_policy.py | [
"Apache-2.0"
] | Python | public_ip_addresses | Sequence['outputs.SubResourceResponse'] | def public_ip_addresses(self) -> Sequence['outputs.SubResourceResponse']:
"""
The list of public IPs associated with the DDoS custom policy resource. This list is read-only.
"""
return pulumi.get(self, "public_ip_addresses") |
The list of public IPs associated with the DDoS custom policy resource. This list is read-only.
| The list of public IPs associated with the DDoS custom policy resource. This list is read-only. | [
"The",
"list",
"of",
"public",
"IPs",
"associated",
"with",
"the",
"DDoS",
"custom",
"policy",
"resource",
".",
"This",
"list",
"is",
"read",
"-",
"only",
"."
] | def public_ip_addresses(self) -> Sequence['outputs.SubResourceResponse']:
return pulumi.get(self, "public_ip_addresses") | [
"def",
"public_ip_addresses",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_ip_addresses\"",
")"
] | The list of public IPs associated with the DDoS custom policy resource. | [
"The",
"list",
"of",
"public",
"IPs",
"associated",
"with",
"the",
"DDoS",
"custom",
"policy",
"resource",
"."
] | [
"\"\"\"\n The list of public IPs associated with the DDoS custom policy resource. This list is read-only.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6d680dd8be13a69974faf27186c0aa897b371eb4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/task.py | [
"Apache-2.0"
] | Python | platform | pulumi.Output['outputs.PlatformPropertiesResponse'] | def platform(self) -> pulumi.Output['outputs.PlatformPropertiesResponse']:
"""
The platform properties against which the run has to happen.
"""
return pulumi.get(self, "platform") |
The platform properties against which the run has to happen.
| The platform properties against which the run has to happen. | [
"The",
"platform",
"properties",
"against",
"which",
"the",
"run",
"has",
"to",
"happen",
"."
] | def platform(self) -> pulumi.Output['outputs.PlatformPropertiesResponse']:
return pulumi.get(self, "platform") | [
"def",
"platform",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.PlatformPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"platform\"",
")"
] | The platform properties against which the run has to happen. | [
"The",
"platform",
"properties",
"against",
"which",
"the",
"run",
"has",
"to",
"happen",
"."
] | [
"\"\"\"\n The platform properties against which the run has to happen.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6d680dd8be13a69974faf27186c0aa897b371eb4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/task.py | [
"Apache-2.0"
] | Python | step | pulumi.Output[Any] | def step(self) -> pulumi.Output[Any]:
"""
The properties of a task step.
"""
return pulumi.get(self, "step") |
The properties of a task step.
| The properties of a task step. | [
"The",
"properties",
"of",
"a",
"task",
"step",
"."
] | def step(self) -> pulumi.Output[Any]:
return pulumi.get(self, "step") | [
"def",
"step",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Any",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"step\"",
")"
] | The properties of a task step. | [
"The",
"properties",
"of",
"a",
"task",
"step",
"."
] | [
"\"\"\"\n The properties of a task step.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6d6b0b2717604cde7682f0b87e565890a22ba461 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/portal/latest/get_user_settings.py | [
"Apache-2.0"
] | Python | properties | 'outputs.UserPropertiesResponse' | def properties(self) -> 'outputs.UserPropertiesResponse':
"""
The cloud shell user settings properties.
"""
return pulumi.get(self, "properties") |
The cloud shell user settings properties.
| The cloud shell user settings properties. | [
"The",
"cloud",
"shell",
"user",
"settings",
"properties",
"."
] | def properties(self) -> 'outputs.UserPropertiesResponse':
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"'outputs.UserPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | The cloud shell user settings properties. | [
"The",
"cloud",
"shell",
"user",
"settings",
"properties",
"."
] | [
"\"\"\"\n The cloud shell user settings properties.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6d7ade9600c265e26e1d32216747bd4818e3878f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagesync/v20200301/get_server_endpoint.py | [
"Apache-2.0"
] | Python | cloud_tiering_status | 'outputs.ServerEndpointCloudTieringStatusResponse' | def cloud_tiering_status(self) -> 'outputs.ServerEndpointCloudTieringStatusResponse':
"""
Cloud tiering status. Only populated if cloud tiering is enabled.
"""
return pulumi.get(self, "cloud_tiering_status") |
Cloud tiering status. Only populated if cloud tiering is enabled.
| Cloud tiering status. Only populated if cloud tiering is enabled. | [
"Cloud",
"tiering",
"status",
".",
"Only",
"populated",
"if",
"cloud",
"tiering",
"is",
"enabled",
"."
] | def cloud_tiering_status(self) -> 'outputs.ServerEndpointCloudTieringStatusResponse':
return pulumi.get(self, "cloud_tiering_status") | [
"def",
"cloud_tiering_status",
"(",
"self",
")",
"->",
"'outputs.ServerEndpointCloudTieringStatusResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cloud_tiering_status\"",
")"
] | Cloud tiering status. | [
"Cloud",
"tiering",
"status",
"."
] | [
"\"\"\"\n Cloud tiering status. Only populated if cloud tiering is enabled.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6d7ade9600c265e26e1d32216747bd4818e3878f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagesync/v20200301/get_server_endpoint.py | [
"Apache-2.0"
] | Python | initial_download_policy | Optional[str] | def initial_download_policy(self) -> Optional[str]:
"""
Policy for how namespace and files are recalled during FastDr.
"""
return pulumi.get(self, "initial_download_policy") |
Policy for how namespace and files are recalled during FastDr.
| Policy for how namespace and files are recalled during FastDr. | [
"Policy",
"for",
"how",
"namespace",
"and",
"files",
"are",
"recalled",
"during",
"FastDr",
"."
] | def initial_download_policy(self) -> Optional[str]:
return pulumi.get(self, "initial_download_policy") | [
"def",
"initial_download_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"initial_download_policy\"",
")"
] | Policy for how namespace and files are recalled during FastDr. | [
"Policy",
"for",
"how",
"namespace",
"and",
"files",
"are",
"recalled",
"during",
"FastDr",
"."
] | [
"\"\"\"\n Policy for how namespace and files are recalled during FastDr.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6d7ade9600c265e26e1d32216747bd4818e3878f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagesync/v20200301/get_server_endpoint.py | [
"Apache-2.0"
] | Python | local_cache_mode | Optional[str] | def local_cache_mode(self) -> Optional[str]:
"""
Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
"""
return pulumi.get(self, "local_cache_mode") |
Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.
| Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access. | [
"Policy",
"for",
"enabling",
"follow",
"-",
"the",
"-",
"sun",
"business",
"models",
":",
"link",
"local",
"cache",
"to",
"cloud",
"behavior",
"to",
"pre",
"-",
"populate",
"before",
"local",
"access",
"."
] | def local_cache_mode(self) -> Optional[str]:
return pulumi.get(self, "local_cache_mode") | [
"def",
"local_cache_mode",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"local_cache_mode\"",
")"
] | Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access. | [
"Policy",
"for",
"enabling",
"follow",
"-",
"the",
"-",
"sun",
"business",
"models",
":",
"link",
"local",
"cache",
"to",
"cloud",
"behavior",
"to",
"pre",
"-",
"populate",
"before",
"local",
"access",
"."
] | [
"\"\"\"\n Policy for enabling follow-the-sun business models: link local cache to cloud behavior to pre-populate before local access.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6d7ade9600c265e26e1d32216747bd4818e3878f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagesync/v20200301/get_server_endpoint.py | [
"Apache-2.0"
] | Python | offline_data_transfer_storage_account_resource_id | str | def offline_data_transfer_storage_account_resource_id(self) -> str:
"""
Offline data transfer storage account resource ID
"""
return pulumi.get(self, "offline_data_transfer_storage_account_resource_id") |
Offline data transfer storage account resource ID
| Offline data transfer storage account resource ID | [
"Offline",
"data",
"transfer",
"storage",
"account",
"resource",
"ID"
] | def offline_data_transfer_storage_account_resource_id(self) -> str:
return pulumi.get(self, "offline_data_transfer_storage_account_resource_id") | [
"def",
"offline_data_transfer_storage_account_resource_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"offline_data_transfer_storage_account_resource_id\"",
")"
] | Offline data transfer storage account resource ID | [
"Offline",
"data",
"transfer",
"storage",
"account",
"resource",
"ID"
] | [
"\"\"\"\n Offline data transfer storage account resource ID\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6d7ade9600c265e26e1d32216747bd4818e3878f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagesync/v20200301/get_server_endpoint.py | [
"Apache-2.0"
] | Python | offline_data_transfer_storage_account_tenant_id | str | def offline_data_transfer_storage_account_tenant_id(self) -> str:
"""
Offline data transfer storage account tenant ID
"""
return pulumi.get(self, "offline_data_transfer_storage_account_tenant_id") |
Offline data transfer storage account tenant ID
| Offline data transfer storage account tenant ID | [
"Offline",
"data",
"transfer",
"storage",
"account",
"tenant",
"ID"
] | def offline_data_transfer_storage_account_tenant_id(self) -> str:
return pulumi.get(self, "offline_data_transfer_storage_account_tenant_id") | [
"def",
"offline_data_transfer_storage_account_tenant_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"offline_data_transfer_storage_account_tenant_id\"",
")"
] | Offline data transfer storage account tenant ID | [
"Offline",
"data",
"transfer",
"storage",
"account",
"tenant",
"ID"
] | [
"\"\"\"\n Offline data transfer storage account tenant 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": []
} |
6d7ade9600c265e26e1d32216747bd4818e3878f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagesync/v20200301/get_server_endpoint.py | [
"Apache-2.0"
] | Python | recall_status | 'outputs.ServerEndpointRecallStatusResponse' | def recall_status(self) -> 'outputs.ServerEndpointRecallStatusResponse':
"""
Recall status. Only populated if cloud tiering is enabled.
"""
return pulumi.get(self, "recall_status") |
Recall status. Only populated if cloud tiering is enabled.
| Recall status. Only populated if cloud tiering is enabled. | [
"Recall",
"status",
".",
"Only",
"populated",
"if",
"cloud",
"tiering",
"is",
"enabled",
"."
] | def recall_status(self) -> 'outputs.ServerEndpointRecallStatusResponse':
return pulumi.get(self, "recall_status") | [
"def",
"recall_status",
"(",
"self",
")",
"->",
"'outputs.ServerEndpointRecallStatusResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"recall_status\"",
")"
] | Recall status. | [
"Recall",
"status",
"."
] | [
"\"\"\"\n Recall status. Only populated if cloud tiering is enabled.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6d7ade9600c265e26e1d32216747bd4818e3878f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagesync/v20200301/get_server_endpoint.py | [
"Apache-2.0"
] | Python | tier_files_older_than_days | Optional[int] | def tier_files_older_than_days(self) -> Optional[int]:
"""
Tier files older than days.
"""
return pulumi.get(self, "tier_files_older_than_days") |
Tier files older than days.
| Tier files older than days. | [
"Tier",
"files",
"older",
"than",
"days",
"."
] | def tier_files_older_than_days(self) -> Optional[int]:
return pulumi.get(self, "tier_files_older_than_days") | [
"def",
"tier_files_older_than_days",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tier_files_older_than_days\"",
")"
] | Tier files older than days. | [
"Tier",
"files",
"older",
"than",
"days",
"."
] | [
"\"\"\"\n Tier files older than days.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6d7ade9600c265e26e1d32216747bd4818e3878f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagesync/v20200301/get_server_endpoint.py | [
"Apache-2.0"
] | Python | volume_free_space_percent | Optional[int] | def volume_free_space_percent(self) -> Optional[int]:
"""
Level of free space to be maintained by Cloud Tiering if it is enabled.
"""
return pulumi.get(self, "volume_free_space_percent") |
Level of free space to be maintained by Cloud Tiering if it is enabled.
| Level of free space to be maintained by Cloud Tiering if it is enabled. | [
"Level",
"of",
"free",
"space",
"to",
"be",
"maintained",
"by",
"Cloud",
"Tiering",
"if",
"it",
"is",
"enabled",
"."
] | def volume_free_space_percent(self) -> Optional[int]:
return pulumi.get(self, "volume_free_space_percent") | [
"def",
"volume_free_space_percent",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"volume_free_space_percent\"",
")"
] | Level of free space to be maintained by Cloud Tiering if it is enabled. | [
"Level",
"of",
"free",
"space",
"to",
"be",
"maintained",
"by",
"Cloud",
"Tiering",
"if",
"it",
"is",
"enabled",
"."
] | [
"\"\"\"\n Level of free space to be maintained by Cloud Tiering if it is enabled.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6d7c195c91a7371022fe5838a78d153df31b4e35 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/get_sql_resource_sql_role_assignment.py | [
"Apache-2.0"
] | Python | role_definition_id | Optional[str] | def role_definition_id(self) -> Optional[str]:
"""
The unique identifier for the associated Role Definition.
"""
return pulumi.get(self, "role_definition_id") |
The unique identifier for the associated Role Definition.
| The unique identifier for the associated Role Definition. | [
"The",
"unique",
"identifier",
"for",
"the",
"associated",
"Role",
"Definition",
"."
] | def role_definition_id(self) -> Optional[str]:
return pulumi.get(self, "role_definition_id") | [
"def",
"role_definition_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"role_definition_id\"",
")"
] | The unique identifier for the associated Role Definition. | [
"The",
"unique",
"identifier",
"for",
"the",
"associated",
"Role",
"Definition",
"."
] | [
"\"\"\"\n The unique identifier for the associated Role Definition.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6d89cd9fe8af7b9fdf09fb7a9bbf7d594ff04615 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batchai/latest/get_workspace.py | [
"Apache-2.0"
] | Python | provisioning_state_transition_time | str | def provisioning_state_transition_time(self) -> str:
"""
The time at which the workspace entered its current provisioning state.
"""
return pulumi.get(self, "provisioning_state_transition_time") |
The time at which the workspace entered its current provisioning state.
| The time at which the workspace entered its current provisioning state. | [
"The",
"time",
"at",
"which",
"the",
"workspace",
"entered",
"its",
"current",
"provisioning",
"state",
"."
] | def provisioning_state_transition_time(self) -> str:
return pulumi.get(self, "provisioning_state_transition_time") | [
"def",
"provisioning_state_transition_time",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"provisioning_state_transition_time\"",
")"
] | The time at which the workspace entered its current provisioning state. | [
"The",
"time",
"at",
"which",
"the",
"workspace",
"entered",
"its",
"current",
"provisioning",
"state",
"."
] | [
"\"\"\"\n The time at which the workspace entered its current provisioning state.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6d9d1fd419f6f2fd21537fe30c4ba3443d51a10a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/token.py | [
"Apache-2.0"
] | Python | credentials | pulumi.Output[Optional['outputs.TokenCredentialsPropertiesResponse']] | def credentials(self) -> pulumi.Output[Optional['outputs.TokenCredentialsPropertiesResponse']]:
"""
The credentials that can be used for authenticating the token.
"""
return pulumi.get(self, "credentials") |
The credentials that can be used for authenticating the token.
| The credentials that can be used for authenticating the token. | [
"The",
"credentials",
"that",
"can",
"be",
"used",
"for",
"authenticating",
"the",
"token",
"."
] | def credentials(self) -> pulumi.Output[Optional['outputs.TokenCredentialsPropertiesResponse']]:
return pulumi.get(self, "credentials") | [
"def",
"credentials",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.TokenCredentialsPropertiesResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"credentials\"",
")"
] | The credentials that can be used for authenticating the token. | [
"The",
"credentials",
"that",
"can",
"be",
"used",
"for",
"authenticating",
"the",
"token",
"."
] | [
"\"\"\"\n The credentials that can be used for authenticating the token.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6d9d1fd419f6f2fd21537fe30c4ba3443d51a10a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/token.py | [
"Apache-2.0"
] | Python | scope_map_id | pulumi.Output[Optional[str]] | def scope_map_id(self) -> pulumi.Output[Optional[str]]:
"""
The resource ID of the scope map to which the token will be associated with.
"""
return pulumi.get(self, "scope_map_id") |
The resource ID of the scope map to which the token will be associated with.
| The resource ID of the scope map to which the token will be associated with. | [
"The",
"resource",
"ID",
"of",
"the",
"scope",
"map",
"to",
"which",
"the",
"token",
"will",
"be",
"associated",
"with",
"."
] | def scope_map_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "scope_map_id") | [
"def",
"scope_map_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"scope_map_id\"",
")"
] | The resource ID of the scope map to which the token will be associated with. | [
"The",
"resource",
"ID",
"of",
"the",
"scope",
"map",
"to",
"which",
"the",
"token",
"will",
"be",
"associated",
"with",
"."
] | [
"\"\"\"\n The resource ID of the scope map to which the token will be associated with.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
15f3e6524fe8f91c32b751a205df870cce7bbbb3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appconfiguration/get_configuration_store.py | [
"Apache-2.0"
] | Python | encryption | Optional['outputs.EncryptionPropertiesResponse'] | def encryption(self) -> Optional['outputs.EncryptionPropertiesResponse']:
"""
The encryption settings of the configuration store.
"""
return pulumi.get(self, "encryption") |
The encryption settings of the configuration store.
| The encryption settings of the configuration store. | [
"The",
"encryption",
"settings",
"of",
"the",
"configuration",
"store",
"."
] | def encryption(self) -> Optional['outputs.EncryptionPropertiesResponse']:
return pulumi.get(self, "encryption") | [
"def",
"encryption",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.EncryptionPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption\"",
")"
] | The encryption settings of the configuration store. | [
"The",
"encryption",
"settings",
"of",
"the",
"configuration",
"store",
"."
] | [
"\"\"\"\n The encryption settings of the configuration store.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
15f3e6524fe8f91c32b751a205df870cce7bbbb3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appconfiguration/get_configuration_store.py | [
"Apache-2.0"
] | Python | private_endpoint_connections | Sequence['outputs.PrivateEndpointConnectionReferenceResponse'] | def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionReferenceResponse']:
"""
The list of private endpoint connections that are set up for this resource.
"""
return pulumi.get(self, "private_endpoint_connections") |
The list of private endpoint connections that are set up for this resource.
| The list of private endpoint connections that are set up for this resource. | [
"The",
"list",
"of",
"private",
"endpoint",
"connections",
"that",
"are",
"set",
"up",
"for",
"this",
"resource",
"."
] | def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionReferenceResponse']:
return pulumi.get(self, "private_endpoint_connections") | [
"def",
"private_endpoint_connections",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.PrivateEndpointConnectionReferenceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_endpoint_connections\"",
")"
] | The list of private endpoint connections that are set up for this resource. | [
"The",
"list",
"of",
"private",
"endpoint",
"connections",
"that",
"are",
"set",
"up",
"for",
"this",
"resource",
"."
] | [
"\"\"\"\n The list of private endpoint connections that are set up for this 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": []
} |
15fa627e40b69fc2ac432952784920dfd14811d7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batchai/latest/file_server.py | [
"Apache-2.0"
] | Python | data_disks | pulumi.Output[Optional['outputs.DataDisksResponse']] | def data_disks(self) -> pulumi.Output[Optional['outputs.DataDisksResponse']]:
"""
Information about disks attached to File Server VM.
"""
return pulumi.get(self, "data_disks") |
Information about disks attached to File Server VM.
| Information about disks attached to File Server VM. | [
"Information",
"about",
"disks",
"attached",
"to",
"File",
"Server",
"VM",
"."
] | def data_disks(self) -> pulumi.Output[Optional['outputs.DataDisksResponse']]:
return pulumi.get(self, "data_disks") | [
"def",
"data_disks",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.DataDisksResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_disks\"",
")"
] | Information about disks attached to File Server VM. | [
"Information",
"about",
"disks",
"attached",
"to",
"File",
"Server",
"VM",
"."
] | [
"\"\"\"\n Information about disks attached to File Server VM.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
15fa627e40b69fc2ac432952784920dfd14811d7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batchai/latest/file_server.py | [
"Apache-2.0"
] | Python | provisioning_state_transition_time | pulumi.Output[str] | def provisioning_state_transition_time(self) -> pulumi.Output[str]:
"""
Time when the provisioning state was changed.
"""
return pulumi.get(self, "provisioning_state_transition_time") |
Time when the provisioning state was changed.
| Time when the provisioning state was changed. | [
"Time",
"when",
"the",
"provisioning",
"state",
"was",
"changed",
"."
] | def provisioning_state_transition_time(self) -> pulumi.Output[str]:
return pulumi.get(self, "provisioning_state_transition_time") | [
"def",
"provisioning_state_transition_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"provisioning_state_transition_time\"",
")"
] | Time when the provisioning state was changed. | [
"Time",
"when",
"the",
"provisioning",
"state",
"was",
"changed",
"."
] | [
"\"\"\"\n Time when the provisioning state was changed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
15fa627e40b69fc2ac432952784920dfd14811d7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batchai/latest/file_server.py | [
"Apache-2.0"
] | Python | ssh_configuration | pulumi.Output[Optional['outputs.SshConfigurationResponse']] | def ssh_configuration(self) -> pulumi.Output[Optional['outputs.SshConfigurationResponse']]:
"""
SSH configuration for accessing the File Server node.
"""
return pulumi.get(self, "ssh_configuration") |
SSH configuration for accessing the File Server node.
| SSH configuration for accessing the File Server node. | [
"SSH",
"configuration",
"for",
"accessing",
"the",
"File",
"Server",
"node",
"."
] | def ssh_configuration(self) -> pulumi.Output[Optional['outputs.SshConfigurationResponse']]:
return pulumi.get(self, "ssh_configuration") | [
"def",
"ssh_configuration",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.SshConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ssh_configuration\"",
")"
] | SSH configuration for accessing the File Server node. | [
"SSH",
"configuration",
"for",
"accessing",
"the",
"File",
"Server",
"node",
"."
] | [
"\"\"\"\n SSH configuration for accessing the File Server 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": []
} |
15faa655c65cd0c51e30f56998a22a17deadcd09 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/v20190101preview/get_alerts_suppression_rule.py | [
"Apache-2.0"
] | Python | expiration_date_utc | Optional[str] | def expiration_date_utc(self) -> Optional[str]:
"""
Expiration date of the rule, if value is not provided or provided as null this field will default to the maximum allowed expiration date.
"""
return pulumi.get(self, "expiration_date_utc") |
Expiration date of the rule, if value is not provided or provided as null this field will default to the maximum allowed expiration date.
| Expiration date of the rule, if value is not provided or provided as null this field will default to the maximum allowed expiration date. | [
"Expiration",
"date",
"of",
"the",
"rule",
"if",
"value",
"is",
"not",
"provided",
"or",
"provided",
"as",
"null",
"this",
"field",
"will",
"default",
"to",
"the",
"maximum",
"allowed",
"expiration",
"date",
"."
] | def expiration_date_utc(self) -> Optional[str]:
return pulumi.get(self, "expiration_date_utc") | [
"def",
"expiration_date_utc",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"expiration_date_utc\"",
")"
] | Expiration date of the rule, if value is not provided or provided as null this field will default to the maximum allowed expiration date. | [
"Expiration",
"date",
"of",
"the",
"rule",
"if",
"value",
"is",
"not",
"provided",
"or",
"provided",
"as",
"null",
"this",
"field",
"will",
"default",
"to",
"the",
"maximum",
"allowed",
"expiration",
"date",
"."
] | [
"\"\"\"\n Expiration date of the rule, if value is not provided or provided as null this field will default to the maximum allowed expiration date.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
15faa655c65cd0c51e30f56998a22a17deadcd09 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/v20190101preview/get_alerts_suppression_rule.py | [
"Apache-2.0"
] | Python | last_modified_utc | str | def last_modified_utc(self) -> str:
"""
The last time this rule was modified
"""
return pulumi.get(self, "last_modified_utc") |
The last time this rule was modified
| The last time this rule was modified | [
"The",
"last",
"time",
"this",
"rule",
"was",
"modified"
] | def last_modified_utc(self) -> str:
return pulumi.get(self, "last_modified_utc") | [
"def",
"last_modified_utc",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_modified_utc\"",
")"
] | The last time this rule was modified | [
"The",
"last",
"time",
"this",
"rule",
"was",
"modified"
] | [
"\"\"\"\n The last time this rule was modified\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1012ee456597cd439d5ac0d165761924ae3889e4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20170501preview/get_diagnostic_setting.py | [
"Apache-2.0"
] | Python | log_analytics_destination_type | Optional[str] | def log_analytics_destination_type(self) -> Optional[str]:
"""
A string indicating whether the export to Log Analytics should use the default destination type, i.e. AzureDiagnostics, or use a destination type constructed as follows: <normalized service identity>_<normalized category name>. Possible valu... |
A string indicating whether the export to Log Analytics should use the default destination type, i.e. AzureDiagnostics, or use a destination type constructed as follows: <normalized service identity>_<normalized category name>. Possible values are: Dedicated and null (null is default.)
| A string indicating whether the export to Log Analytics should use the default destination type, i.e. AzureDiagnostics, or use a destination type constructed as follows: _. Possible values are: Dedicated and null (null is default.) | [
"A",
"string",
"indicating",
"whether",
"the",
"export",
"to",
"Log",
"Analytics",
"should",
"use",
"the",
"default",
"destination",
"type",
"i",
".",
"e",
".",
"AzureDiagnostics",
"or",
"use",
"a",
"destination",
"type",
"constructed",
"as",
"follows",
":",
... | def log_analytics_destination_type(self) -> Optional[str]:
return pulumi.get(self, "log_analytics_destination_type") | [
"def",
"log_analytics_destination_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"log_analytics_destination_type\"",
")"
] | A string indicating whether the export to Log Analytics should use the default destination type, i.e. | [
"A",
"string",
"indicating",
"whether",
"the",
"export",
"to",
"Log",
"Analytics",
"should",
"use",
"the",
"default",
"destination",
"type",
"i",
".",
"e",
"."
] | [
"\"\"\"\n A string indicating whether the export to Log Analytics should use the default destination type, i.e. AzureDiagnostics, or use a destination type constructed as follows: <normalized service identity>_<normalized category name>. Possible values are: Dedicated and null (null is default.)\n \"\... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1012ee456597cd439d5ac0d165761924ae3889e4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20170501preview/get_diagnostic_setting.py | [
"Apache-2.0"
] | Python | metrics | Optional[Sequence['outputs.MetricSettingsResponse']] | def metrics(self) -> Optional[Sequence['outputs.MetricSettingsResponse']]:
"""
The list of metric settings.
"""
return pulumi.get(self, "metrics") |
The list of metric settings.
| The list of metric settings. | [
"The",
"list",
"of",
"metric",
"settings",
"."
] | def metrics(self) -> Optional[Sequence['outputs.MetricSettingsResponse']]:
return pulumi.get(self, "metrics") | [
"def",
"metrics",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.MetricSettingsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"metrics\"",
")"
] | The list of metric settings. | [
"The",
"list",
"of",
"metric",
"settings",
"."
] | [
"\"\"\"\n The list of metric 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": []
} |
5ea6fc2dd4cdd612e31380f37fa43ae4d2dfd0d9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_server_farm.py | [
"Apache-2.0"
] | Python | geo_region | str | def geo_region(self) -> str:
"""
Geographical location for the App Service Plan
"""
return pulumi.get(self, "geo_region") |
Geographical location for the App Service Plan
| Geographical location for the App Service Plan | [
"Geographical",
"location",
"for",
"the",
"App",
"Service",
"Plan"
] | def geo_region(self) -> str:
return pulumi.get(self, "geo_region") | [
"def",
"geo_region",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"geo_region\"",
")"
] | Geographical location for the App Service Plan | [
"Geographical",
"location",
"for",
"the",
"App",
"Service",
"Plan"
] | [
"\"\"\"\n Geographical location for the App Service Plan\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5ea6fc2dd4cdd612e31380f37fa43ae4d2dfd0d9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_server_farm.py | [
"Apache-2.0"
] | Python | maximum_number_of_workers | Optional[int] | def maximum_number_of_workers(self) -> Optional[int]:
"""
Maximum number of instances that can be assigned to this App Service Plan
"""
return pulumi.get(self, "maximum_number_of_workers") |
Maximum number of instances that can be assigned to this App Service Plan
| Maximum number of instances that can be assigned to this App Service Plan | [
"Maximum",
"number",
"of",
"instances",
"that",
"can",
"be",
"assigned",
"to",
"this",
"App",
"Service",
"Plan"
] | def maximum_number_of_workers(self) -> Optional[int]:
return pulumi.get(self, "maximum_number_of_workers") | [
"def",
"maximum_number_of_workers",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"maximum_number_of_workers\"",
")"
] | Maximum number of instances that can be assigned to this App Service Plan | [
"Maximum",
"number",
"of",
"instances",
"that",
"can",
"be",
"assigned",
"to",
"this",
"App",
"Service",
"Plan"
] | [
"\"\"\"\n Maximum number of instances that can be assigned to this App Service Plan\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5ea6fc2dd4cdd612e31380f37fa43ae4d2dfd0d9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_server_farm.py | [
"Apache-2.0"
] | Python | number_of_sites | int | def number_of_sites(self) -> int:
"""
Number of web apps assigned to this App Service Plan
"""
return pulumi.get(self, "number_of_sites") |
Number of web apps assigned to this App Service Plan
| Number of web apps assigned to this App Service Plan | [
"Number",
"of",
"web",
"apps",
"assigned",
"to",
"this",
"App",
"Service",
"Plan"
] | def number_of_sites(self) -> int:
return pulumi.get(self, "number_of_sites") | [
"def",
"number_of_sites",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"number_of_sites\"",
")"
] | Number of web apps assigned to this App Service Plan | [
"Number",
"of",
"web",
"apps",
"assigned",
"to",
"this",
"App",
"Service",
"Plan"
] | [
"\"\"\"\n Number of web apps assigned to this App Service Plan\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5ea6fc2dd4cdd612e31380f37fa43ae4d2dfd0d9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_server_farm.py | [
"Apache-2.0"
] | Python | per_site_scaling | Optional[bool] | def per_site_scaling(self) -> Optional[bool]:
"""
If True apps assigned to this App Service Plan can be scaled independently
If False apps assigned to this App Service Plan will scale to all instances of the plan
"""
return pulumi.get(self, "per_site_scaling") |
If True apps assigned to this App Service Plan can be scaled independently
If False apps assigned to this App Service Plan will scale to all instances of the plan
| If True apps assigned to this App Service Plan can be scaled independently
If False apps assigned to this App Service Plan will scale to all instances of the plan | [
"If",
"True",
"apps",
"assigned",
"to",
"this",
"App",
"Service",
"Plan",
"can",
"be",
"scaled",
"independently",
"If",
"False",
"apps",
"assigned",
"to",
"this",
"App",
"Service",
"Plan",
"will",
"scale",
"to",
"all",
"instances",
"of",
"the",
"plan"
] | def per_site_scaling(self) -> Optional[bool]:
return pulumi.get(self, "per_site_scaling") | [
"def",
"per_site_scaling",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"per_site_scaling\"",
")"
] | If True apps assigned to this App Service Plan can be scaled independently
If False apps assigned to this App Service Plan will scale to all instances of the plan | [
"If",
"True",
"apps",
"assigned",
"to",
"this",
"App",
"Service",
"Plan",
"can",
"be",
"scaled",
"independently",
"If",
"False",
"apps",
"assigned",
"to",
"this",
"App",
"Service",
"Plan",
"will",
"scale",
"to",
"all",
"instances",
"of",
"the",
"plan"
] | [
"\"\"\"\n If True apps assigned to this App Service Plan can be scaled independently\r\n If False apps assigned to this App Service Plan will scale to all instances of the plan\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5ea6fc2dd4cdd612e31380f37fa43ae4d2dfd0d9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_server_farm.py | [
"Apache-2.0"
] | Python | worker_tier_name | Optional[str] | def worker_tier_name(self) -> Optional[str]:
"""
Target worker tier assigned to the App Service Plan
"""
return pulumi.get(self, "worker_tier_name") |
Target worker tier assigned to the App Service Plan
| Target worker tier assigned to the App Service Plan | [
"Target",
"worker",
"tier",
"assigned",
"to",
"the",
"App",
"Service",
"Plan"
] | def worker_tier_name(self) -> Optional[str]:
return pulumi.get(self, "worker_tier_name") | [
"def",
"worker_tier_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"worker_tier_name\"",
")"
] | Target worker tier assigned to the App Service Plan | [
"Target",
"worker",
"tier",
"assigned",
"to",
"the",
"App",
"Service",
"Plan"
] | [
"\"\"\"\n Target worker tier assigned to the App Service Plan\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
889f18309fa3f99735ec79b7a242c7e99c2114bc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/deploymentmanager/v20191101preview/rollout.py | [
"Apache-2.0"
] | Python | artifact_source_id | pulumi.Output[Optional[str]] | def artifact_source_id(self) -> pulumi.Output[Optional[str]]:
"""
The reference to the artifact source resource Id where the payload is located.
"""
return pulumi.get(self, "artifact_source_id") |
The reference to the artifact source resource Id where the payload is located.
| The reference to the artifact source resource Id where the payload is located. | [
"The",
"reference",
"to",
"the",
"artifact",
"source",
"resource",
"Id",
"where",
"the",
"payload",
"is",
"located",
"."
] | def artifact_source_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "artifact_source_id") | [
"def",
"artifact_source_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"artifact_source_id\"",
")"
] | The reference to the artifact source resource Id where the payload is located. | [
"The",
"reference",
"to",
"the",
"artifact",
"source",
"resource",
"Id",
"where",
"the",
"payload",
"is",
"located",
"."
] | [
"\"\"\"\n The reference to the artifact source resource Id where the payload is located.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
889f18309fa3f99735ec79b7a242c7e99c2114bc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/deploymentmanager/v20191101preview/rollout.py | [
"Apache-2.0"
] | Python | build_version | pulumi.Output[str] | def build_version(self) -> pulumi.Output[str]:
"""
The version of the build being deployed.
"""
return pulumi.get(self, "build_version") |
The version of the build being deployed.
| The version of the build being deployed. | [
"The",
"version",
"of",
"the",
"build",
"being",
"deployed",
"."
] | def build_version(self) -> pulumi.Output[str]:
return pulumi.get(self, "build_version") | [
"def",
"build_version",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"build_version\"",
")"
] | The version of the build being deployed. | [
"The",
"version",
"of",
"the",
"build",
"being",
"deployed",
"."
] | [
"\"\"\"\n The version of the build being deployed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
889f18309fa3f99735ec79b7a242c7e99c2114bc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/deploymentmanager/v20191101preview/rollout.py | [
"Apache-2.0"
] | Python | step_groups | pulumi.Output[Sequence['outputs.StepGroupResponse']] | def step_groups(self) -> pulumi.Output[Sequence['outputs.StepGroupResponse']]:
"""
The list of step groups that define the orchestration.
"""
return pulumi.get(self, "step_groups") |
The list of step groups that define the orchestration.
| The list of step groups that define the orchestration. | [
"The",
"list",
"of",
"step",
"groups",
"that",
"define",
"the",
"orchestration",
"."
] | def step_groups(self) -> pulumi.Output[Sequence['outputs.StepGroupResponse']]:
return pulumi.get(self, "step_groups") | [
"def",
"step_groups",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.StepGroupResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"step_groups\"",
")"
] | The list of step groups that define the orchestration. | [
"The",
"list",
"of",
"step",
"groups",
"that",
"define",
"the",
"orchestration",
"."
] | [
"\"\"\"\n The list of step groups that define the orchestration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
889f18309fa3f99735ec79b7a242c7e99c2114bc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/deploymentmanager/v20191101preview/rollout.py | [
"Apache-2.0"
] | Python | target_service_topology_id | pulumi.Output[str] | def target_service_topology_id(self) -> pulumi.Output[str]:
"""
The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
"""
return pulumi.get(self, "target_service_topology_id") |
The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
| The resource Id of the service topology from which service units are being referenced in step groups to be deployed. | [
"The",
"resource",
"Id",
"of",
"the",
"service",
"topology",
"from",
"which",
"service",
"units",
"are",
"being",
"referenced",
"in",
"step",
"groups",
"to",
"be",
"deployed",
"."
] | def target_service_topology_id(self) -> pulumi.Output[str]:
return pulumi.get(self, "target_service_topology_id") | [
"def",
"target_service_topology_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_service_topology_id\"",
")"
] | The resource Id of the service topology from which service units are being referenced in step groups to be deployed. | [
"The",
"resource",
"Id",
"of",
"the",
"service",
"topology",
"from",
"which",
"service",
"units",
"are",
"being",
"referenced",
"in",
"step",
"groups",
"to",
"be",
"deployed",
"."
] | [
"\"\"\"\n The resource Id of the service topology from which service units are being referenced in step groups to be deployed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
88c1609aeda578d6fa12827cb3a7400397d61ad5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/delegatednetwork/get_controller_details.py | [
"Apache-2.0"
] | Python | dnc_app_id | str | def dnc_app_id(self) -> str:
"""
dnc application id should be used by customer to authenticate with dnc gateway.
"""
return pulumi.get(self, "dnc_app_id") |
dnc application id should be used by customer to authenticate with dnc gateway.
| dnc application id should be used by customer to authenticate with dnc gateway. | [
"dnc",
"application",
"id",
"should",
"be",
"used",
"by",
"customer",
"to",
"authenticate",
"with",
"dnc",
"gateway",
"."
] | def dnc_app_id(self) -> str:
return pulumi.get(self, "dnc_app_id") | [
"def",
"dnc_app_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dnc_app_id\"",
")"
] | dnc application id should be used by customer to authenticate with dnc gateway. | [
"dnc",
"application",
"id",
"should",
"be",
"used",
"by",
"customer",
"to",
"authenticate",
"with",
"dnc",
"gateway",
"."
] | [
"\"\"\"\n dnc application id should be used by customer to authenticate with dnc gateway.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
88c1609aeda578d6fa12827cb3a7400397d61ad5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/delegatednetwork/get_controller_details.py | [
"Apache-2.0"
] | Python | dnc_endpoint | str | def dnc_endpoint(self) -> str:
"""
dnc endpoint url that customers can use to connect to
"""
return pulumi.get(self, "dnc_endpoint") |
dnc endpoint url that customers can use to connect to
| dnc endpoint url that customers can use to connect to | [
"dnc",
"endpoint",
"url",
"that",
"customers",
"can",
"use",
"to",
"connect",
"to"
] | def dnc_endpoint(self) -> str:
return pulumi.get(self, "dnc_endpoint") | [
"def",
"dnc_endpoint",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dnc_endpoint\"",
")"
] | dnc endpoint url that customers can use to connect to | [
"dnc",
"endpoint",
"url",
"that",
"customers",
"can",
"use",
"to",
"connect",
"to"
] | [
"\"\"\"\n dnc endpoint url that customers can use to connect 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": []
} |
88c1609aeda578d6fa12827cb3a7400397d61ad5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/delegatednetwork/get_controller_details.py | [
"Apache-2.0"
] | Python | dnc_tenant_id | str | def dnc_tenant_id(self) -> str:
"""
tenant id of dnc application id
"""
return pulumi.get(self, "dnc_tenant_id") |
tenant id of dnc application id
| tenant id of dnc application id | [
"tenant",
"id",
"of",
"dnc",
"application",
"id"
] | def dnc_tenant_id(self) -> str:
return pulumi.get(self, "dnc_tenant_id") | [
"def",
"dnc_tenant_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dnc_tenant_id\"",
")"
] | tenant id of dnc application id | [
"tenant",
"id",
"of",
"dnc",
"application",
"id"
] | [
"\"\"\"\n tenant id of dnc application id\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c8c0f9352dbfbb946ab6aa0c73648cb7175647b2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/latest/get_virtual_hub_bgp_connection.py | [
"Apache-2.0"
] | Python | connection_state | str | def connection_state(self) -> str:
"""
The current state of the VirtualHub to Peer.
"""
return pulumi.get(self, "connection_state") |
The current state of the VirtualHub to Peer.
| The current state of the VirtualHub to Peer. | [
"The",
"current",
"state",
"of",
"the",
"VirtualHub",
"to",
"Peer",
"."
] | def connection_state(self) -> str:
return pulumi.get(self, "connection_state") | [
"def",
"connection_state",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"connection_state\"",
")"
] | The current state of the VirtualHub to Peer. | [
"The",
"current",
"state",
"of",
"the",
"VirtualHub",
"to",
"Peer",
"."
] | [
"\"\"\"\n The current state of the VirtualHub to Peer.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
156575c4f0df06306e0c77b6daaee81f3ce2c691 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datashare/v20191101/list_share_subscription_synchronizations.py | [
"Apache-2.0"
] | Python | list_share_subscription_synchronizations | AwaitableListShareSubscriptionSynchronizationsResult | def list_share_subscription_synchronizations(account_name: Optional[str] = None,
filter: Optional[str] = None,
orderby: Optional[str] = None,
resource_group_name: Optional[str] = None,
... |
A consumer side list of share subscription synchronizations
:param str account_name: The name of the share account.
:param str filter: Filters the results using OData syntax.
:param str orderby: Sorts the results using OData syntax.
:param str resource_group_name: The resource group name.
:pa... | A consumer side list of share subscription synchronizations | [
"A",
"consumer",
"side",
"list",
"of",
"share",
"subscription",
"synchronizations"
] | def list_share_subscription_synchronizations(account_name: Optional[str] = None,
filter: Optional[str] = None,
orderby: Optional[str] = None,
resource_group_name: Optional[str] = None,
... | [
"def",
"list_share_subscription_synchronizations",
"(",
"account_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"filter",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"orderby",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resour... | A consumer side list of share subscription synchronizations | [
"A",
"consumer",
"side",
"list",
"of",
"share",
"subscription",
"synchronizations"
] | [
"\"\"\"\n A consumer side list of share subscription synchronizations\n\n\n :param str account_name: The name of the share account.\n :param str filter: Filters the results using OData syntax.\n :param str orderby: Sorts the results using OData syntax.\n :param str resource_group_name: The resource g... | [
{
"param": "account_name",
"type": "Optional[str]"
},
{
"param": "filter",
"type": "Optional[str]"
},
{
"param": "orderby",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "share_subscription_name",
"type": "O... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "account_name",
"type": "Optional[str]",
"docstring": "The name of the share account.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"share",
"account",
"."
],
... |
15810f39436e5c136f90d5df02e3f4ca2b66184e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/latest/get_policy_set_definition.py | [
"Apache-2.0"
] | Python | parameters | Optional[Mapping[str, 'outputs.ParameterDefinitionsValueResponse']] | def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterDefinitionsValueResponse']]:
"""
The policy set definition parameters that can be used in policy definition references.
"""
return pulumi.get(self, "parameters") |
The policy set definition parameters that can be used in policy definition references.
| The policy set definition parameters that can be used in policy definition references. | [
"The",
"policy",
"set",
"definition",
"parameters",
"that",
"can",
"be",
"used",
"in",
"policy",
"definition",
"references",
"."
] | def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterDefinitionsValueResponse']]:
return pulumi.get(self, "parameters") | [
"def",
"parameters",
"(",
"self",
")",
"->",
"Optional",
"[",
"Mapping",
"[",
"str",
",",
"'outputs.ParameterDefinitionsValueResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"parameters\"",
")"
] | The policy set definition parameters that can be used in policy definition references. | [
"The",
"policy",
"set",
"definition",
"parameters",
"that",
"can",
"be",
"used",
"in",
"policy",
"definition",
"references",
"."
] | [
"\"\"\"\n The policy set definition parameters that can be used in policy definition references.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
15810f39436e5c136f90d5df02e3f4ca2b66184e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/latest/get_policy_set_definition.py | [
"Apache-2.0"
] | Python | policy_definition_groups | Optional[Sequence['outputs.PolicyDefinitionGroupResponse']] | def policy_definition_groups(self) -> Optional[Sequence['outputs.PolicyDefinitionGroupResponse']]:
"""
The metadata describing groups of policy definition references within the policy set definition.
"""
return pulumi.get(self, "policy_definition_groups") |
The metadata describing groups of policy definition references within the policy set definition.
| The metadata describing groups of policy definition references within the policy set definition. | [
"The",
"metadata",
"describing",
"groups",
"of",
"policy",
"definition",
"references",
"within",
"the",
"policy",
"set",
"definition",
"."
] | def policy_definition_groups(self) -> Optional[Sequence['outputs.PolicyDefinitionGroupResponse']]:
return pulumi.get(self, "policy_definition_groups") | [
"def",
"policy_definition_groups",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.PolicyDefinitionGroupResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"policy_definition_groups\"",
")"
] | The metadata describing groups of policy definition references within the policy set definition. | [
"The",
"metadata",
"describing",
"groups",
"of",
"policy",
"definition",
"references",
"within",
"the",
"policy",
"set",
"definition",
"."
] | [
"\"\"\"\n The metadata describing groups of policy definition references within the policy set definition.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
15810f39436e5c136f90d5df02e3f4ca2b66184e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/latest/get_policy_set_definition.py | [
"Apache-2.0"
] | Python | policy_definitions | Sequence['outputs.PolicyDefinitionReferenceResponse'] | def policy_definitions(self) -> Sequence['outputs.PolicyDefinitionReferenceResponse']:
"""
An array of policy definition references.
"""
return pulumi.get(self, "policy_definitions") |
An array of policy definition references.
| An array of policy definition references. | [
"An",
"array",
"of",
"policy",
"definition",
"references",
"."
] | def policy_definitions(self) -> Sequence['outputs.PolicyDefinitionReferenceResponse']:
return pulumi.get(self, "policy_definitions") | [
"def",
"policy_definitions",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.PolicyDefinitionReferenceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"policy_definitions\"",
")"
] | An array of policy definition references. | [
"An",
"array",
"of",
"policy",
"definition",
"references",
"."
] | [
"\"\"\"\n An array of policy definition references.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99f72208bb5c6f88f96a1fbd618754327a775a9a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/v20200901/list_database_account_keys.py | [
"Apache-2.0"
] | Python | primary_master_key | str | def primary_master_key(self) -> str:
"""
Base 64 encoded value of the primary read-write key.
"""
return pulumi.get(self, "primary_master_key") |
Base 64 encoded value of the primary read-write key.
| Base 64 encoded value of the primary read-write key. | [
"Base",
"64",
"encoded",
"value",
"of",
"the",
"primary",
"read",
"-",
"write",
"key",
"."
] | def primary_master_key(self) -> str:
return pulumi.get(self, "primary_master_key") | [
"def",
"primary_master_key",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"primary_master_key\"",
")"
] | Base 64 encoded value of the primary read-write key. | [
"Base",
"64",
"encoded",
"value",
"of",
"the",
"primary",
"read",
"-",
"write",
"key",
"."
] | [
"\"\"\"\n Base 64 encoded value of the primary read-write key.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99f72208bb5c6f88f96a1fbd618754327a775a9a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/v20200901/list_database_account_keys.py | [
"Apache-2.0"
] | Python | primary_readonly_master_key | str | def primary_readonly_master_key(self) -> str:
"""
Base 64 encoded value of the primary read-only key.
"""
return pulumi.get(self, "primary_readonly_master_key") |
Base 64 encoded value of the primary read-only key.
| Base 64 encoded value of the primary read-only key. | [
"Base",
"64",
"encoded",
"value",
"of",
"the",
"primary",
"read",
"-",
"only",
"key",
"."
] | def primary_readonly_master_key(self) -> str:
return pulumi.get(self, "primary_readonly_master_key") | [
"def",
"primary_readonly_master_key",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"primary_readonly_master_key\"",
")"
] | Base 64 encoded value of the primary read-only key. | [
"Base",
"64",
"encoded",
"value",
"of",
"the",
"primary",
"read",
"-",
"only",
"key",
"."
] | [
"\"\"\"\n Base 64 encoded value of the primary read-only key.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99f72208bb5c6f88f96a1fbd618754327a775a9a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/v20200901/list_database_account_keys.py | [
"Apache-2.0"
] | Python | secondary_master_key | str | def secondary_master_key(self) -> str:
"""
Base 64 encoded value of the secondary read-write key.
"""
return pulumi.get(self, "secondary_master_key") |
Base 64 encoded value of the secondary read-write key.
| Base 64 encoded value of the secondary read-write key. | [
"Base",
"64",
"encoded",
"value",
"of",
"the",
"secondary",
"read",
"-",
"write",
"key",
"."
] | def secondary_master_key(self) -> str:
return pulumi.get(self, "secondary_master_key") | [
"def",
"secondary_master_key",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"secondary_master_key\"",
")"
] | Base 64 encoded value of the secondary read-write key. | [
"Base",
"64",
"encoded",
"value",
"of",
"the",
"secondary",
"read",
"-",
"write",
"key",
"."
] | [
"\"\"\"\n Base 64 encoded value of the secondary read-write key.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99f72208bb5c6f88f96a1fbd618754327a775a9a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/v20200901/list_database_account_keys.py | [
"Apache-2.0"
] | Python | secondary_readonly_master_key | str | def secondary_readonly_master_key(self) -> str:
"""
Base 64 encoded value of the secondary read-only key.
"""
return pulumi.get(self, "secondary_readonly_master_key") |
Base 64 encoded value of the secondary read-only key.
| Base 64 encoded value of the secondary read-only key. | [
"Base",
"64",
"encoded",
"value",
"of",
"the",
"secondary",
"read",
"-",
"only",
"key",
"."
] | def secondary_readonly_master_key(self) -> str:
return pulumi.get(self, "secondary_readonly_master_key") | [
"def",
"secondary_readonly_master_key",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"secondary_readonly_master_key\"",
")"
] | Base 64 encoded value of the secondary read-only key. | [
"Base",
"64",
"encoded",
"value",
"of",
"the",
"secondary",
"read",
"-",
"only",
"key",
"."
] | [
"\"\"\"\n Base 64 encoded value of the secondary read-only key.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99f72208bb5c6f88f96a1fbd618754327a775a9a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/v20200901/list_database_account_keys.py | [
"Apache-2.0"
] | Python | list_database_account_keys | AwaitableListDatabaseAccountKeysResult | def list_database_account_keys(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDatabaseAccountKeysResult:
"""
The access keys for the given database account.
... |
The access keys for the given database account.
:param str account_name: Cosmos DB database account name.
:param str resource_group_name: The name of the resource group. The name is case insensitive.
| The access keys for the given database account. | [
"The",
"access",
"keys",
"for",
"the",
"given",
"database",
"account",
"."
] | def list_database_account_keys(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDatabaseAccountKeysResult:
__args__ = dict()
__args__['accountName'] = account_... | [
"def",
"list_database_account_keys",
"(",
"account_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
... | The access keys for the given database account. | [
"The",
"access",
"keys",
"for",
"the",
"given",
"database",
"account",
"."
] | [
"\"\"\"\n The access keys for the given database account.\n\n\n :param str account_name: Cosmos DB database account name.\n :param str resource_group_name: The name of the resource group. The name is case insensitive.\n \"\"\""
] | [
{
"param": "account_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "account_name",
"type": "Optional[str]",
"docstring": "Cosmos DB database account name.",
"docstring_tokens": [
"Cosmos",
"DB",
"database",
"account",
"name",
"."
],
"... |
99fa04de76ee8339b87800146bf4a417c7fae1d2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/get_file_service_properties.py | [
"Apache-2.0"
] | Python | cors | Optional['outputs.CorsRulesResponse'] | def cors(self) -> Optional['outputs.CorsRulesResponse']:
"""
Specifies CORS rules for the File service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the File service.
... |
Specifies CORS rules for the File service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the File service.
| Specifies CORS rules for the File service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the File service. | [
"Specifies",
"CORS",
"rules",
"for",
"the",
"File",
"service",
".",
"You",
"can",
"include",
"up",
"to",
"five",
"CorsRule",
"elements",
"in",
"the",
"request",
".",
"If",
"no",
"CorsRule",
"elements",
"are",
"included",
"in",
"the",
"request",
"body",
"al... | def cors(self) -> Optional['outputs.CorsRulesResponse']:
return pulumi.get(self, "cors") | [
"def",
"cors",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.CorsRulesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cors\"",
")"
] | Specifies CORS rules for the File service. | [
"Specifies",
"CORS",
"rules",
"for",
"the",
"File",
"service",
"."
] | [
"\"\"\"\n Specifies CORS rules for the File service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the File service.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99fa04de76ee8339b87800146bf4a417c7fae1d2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/get_file_service_properties.py | [
"Apache-2.0"
] | Python | share_delete_retention_policy | Optional['outputs.DeleteRetentionPolicyResponse'] | def share_delete_retention_policy(self) -> Optional['outputs.DeleteRetentionPolicyResponse']:
"""
The file service properties for share soft delete.
"""
return pulumi.get(self, "share_delete_retention_policy") |
The file service properties for share soft delete.
| The file service properties for share soft delete. | [
"The",
"file",
"service",
"properties",
"for",
"share",
"soft",
"delete",
"."
] | def share_delete_retention_policy(self) -> Optional['outputs.DeleteRetentionPolicyResponse']:
return pulumi.get(self, "share_delete_retention_policy") | [
"def",
"share_delete_retention_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.DeleteRetentionPolicyResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"share_delete_retention_policy\"",
")"
] | The file service properties for share soft delete. | [
"The",
"file",
"service",
"properties",
"for",
"share",
"soft",
"delete",
"."
] | [
"\"\"\"\n The file service properties for share soft delete.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99fe95ab21207b9320078cbfd4edc62aa119b4fd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbformysql/latest/get_server_administrator.py | [
"Apache-2.0"
] | Python | sid | str | def sid(self) -> str:
"""
The server administrator Sid (Secure ID).
"""
return pulumi.get(self, "sid") |
The server administrator Sid (Secure ID).
| The server administrator Sid (Secure ID). | [
"The",
"server",
"administrator",
"Sid",
"(",
"Secure",
"ID",
")",
"."
] | def sid(self) -> str:
return pulumi.get(self, "sid") | [
"def",
"sid",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sid\"",
")"
] | The server administrator Sid (Secure ID). | [
"The",
"server",
"administrator",
"Sid",
"(",
"Secure",
"ID",
")",
"."
] | [
"\"\"\"\n The server administrator Sid (Secure 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": []
} |
99ffe51981c37ba177aefe45272860f7f7911f16 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/job.py | [
"Apache-2.0"
] | Python | details | pulumi.Output[Optional[Any]] | def details(self) -> pulumi.Output[Optional[Any]]:
"""
Details of a job run. This field will only be sent for expand details filter.
"""
return pulumi.get(self, "details") |
Details of a job run. This field will only be sent for expand details filter.
| Details of a job run. This field will only be sent for expand details filter. | [
"Details",
"of",
"a",
"job",
"run",
".",
"This",
"field",
"will",
"only",
"be",
"sent",
"for",
"expand",
"details",
"filter",
"."
] | def details(self) -> pulumi.Output[Optional[Any]]:
return pulumi.get(self, "details") | [
"def",
"details",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Any",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"details\"",
")"
] | Details of a job run. | [
"Details",
"of",
"a",
"job",
"run",
"."
] | [
"\"\"\"\n Details of a job run. This field will only be sent for expand details filter.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99ffe51981c37ba177aefe45272860f7f7911f16 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/job.py | [
"Apache-2.0"
] | Python | error | pulumi.Output['outputs.CloudErrorResponse'] | def error(self) -> pulumi.Output['outputs.CloudErrorResponse']:
"""
Top level error for the job.
"""
return pulumi.get(self, "error") |
Top level error for the job.
| Top level error for the job. | [
"Top",
"level",
"error",
"for",
"the",
"job",
"."
] | def error(self) -> pulumi.Output['outputs.CloudErrorResponse']:
return pulumi.get(self, "error") | [
"def",
"error",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.CloudErrorResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"error\"",
")"
] | Top level error for the job. | [
"Top",
"level",
"error",
"for",
"the",
"job",
"."
] | [
"\"\"\"\n Top level error for the job.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99ffe51981c37ba177aefe45272860f7f7911f16 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/job.py | [
"Apache-2.0"
] | Python | is_cancellable | pulumi.Output[bool] | def is_cancellable(self) -> pulumi.Output[bool]:
"""
Describes whether the job is cancellable or not.
"""
return pulumi.get(self, "is_cancellable") |
Describes whether the job is cancellable or not.
| Describes whether the job is cancellable or not. | [
"Describes",
"whether",
"the",
"job",
"is",
"cancellable",
"or",
"not",
"."
] | def is_cancellable(self) -> pulumi.Output[bool]:
return pulumi.get(self, "is_cancellable") | [
"def",
"is_cancellable",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_cancellable\"",
")"
] | Describes whether the job is cancellable or not. | [
"Describes",
"whether",
"the",
"job",
"is",
"cancellable",
"or",
"not",
"."
] | [
"\"\"\"\n Describes whether the job is cancellable or not.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99ffe51981c37ba177aefe45272860f7f7911f16 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/job.py | [
"Apache-2.0"
] | Python | is_cancellable_without_fee | pulumi.Output[bool] | def is_cancellable_without_fee(self) -> pulumi.Output[bool]:
"""
Flag to indicate cancellation of scheduled job.
"""
return pulumi.get(self, "is_cancellable_without_fee") |
Flag to indicate cancellation of scheduled job.
| Flag to indicate cancellation of scheduled job. | [
"Flag",
"to",
"indicate",
"cancellation",
"of",
"scheduled",
"job",
"."
] | def is_cancellable_without_fee(self) -> pulumi.Output[bool]:
return pulumi.get(self, "is_cancellable_without_fee") | [
"def",
"is_cancellable_without_fee",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_cancellable_without_fee\"",
")"
] | Flag to indicate cancellation of scheduled job. | [
"Flag",
"to",
"indicate",
"cancellation",
"of",
"scheduled",
"job",
"."
] | [
"\"\"\"\n Flag to indicate cancellation of scheduled job.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99ffe51981c37ba177aefe45272860f7f7911f16 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/job.py | [
"Apache-2.0"
] | Python | is_deletable | pulumi.Output[bool] | def is_deletable(self) -> pulumi.Output[bool]:
"""
Describes whether the job is deletable or not.
"""
return pulumi.get(self, "is_deletable") |
Describes whether the job is deletable or not.
| Describes whether the job is deletable or not. | [
"Describes",
"whether",
"the",
"job",
"is",
"deletable",
"or",
"not",
"."
] | def is_deletable(self) -> pulumi.Output[bool]:
return pulumi.get(self, "is_deletable") | [
"def",
"is_deletable",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_deletable\"",
")"
] | Describes whether the job is deletable or not. | [
"Describes",
"whether",
"the",
"job",
"is",
"deletable",
"or",
"not",
"."
] | [
"\"\"\"\n Describes whether the job is deletable or not.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99ffe51981c37ba177aefe45272860f7f7911f16 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/job.py | [
"Apache-2.0"
] | Python | is_shipping_address_editable | pulumi.Output[bool] | def is_shipping_address_editable(self) -> pulumi.Output[bool]:
"""
Describes whether the shipping address is editable or not.
"""
return pulumi.get(self, "is_shipping_address_editable") |
Describes whether the shipping address is editable or not.
| Describes whether the shipping address is editable or not. | [
"Describes",
"whether",
"the",
"shipping",
"address",
"is",
"editable",
"or",
"not",
"."
] | def is_shipping_address_editable(self) -> pulumi.Output[bool]:
return pulumi.get(self, "is_shipping_address_editable") | [
"def",
"is_shipping_address_editable",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_shipping_address_editable\"",
")"
] | Describes whether the shipping address is editable or not. | [
"Describes",
"whether",
"the",
"shipping",
"address",
"is",
"editable",
"or",
"not",
"."
] | [
"\"\"\"\n Describes whether the shipping address is editable or not.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99ffe51981c37ba177aefe45272860f7f7911f16 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/job.py | [
"Apache-2.0"
] | Python | transfer_type | pulumi.Output[str] | def transfer_type(self) -> pulumi.Output[str]:
"""
Type of the data transfer.
"""
return pulumi.get(self, "transfer_type") |
Type of the data transfer.
| Type of the data transfer. | [
"Type",
"of",
"the",
"data",
"transfer",
"."
] | def transfer_type(self) -> pulumi.Output[str]:
return pulumi.get(self, "transfer_type") | [
"def",
"transfer_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"transfer_type\"",
")"
] | Type of the data transfer. | [
"Type",
"of",
"the",
"data",
"transfer",
"."
] | [
"\"\"\"\n Type of the data transfer.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | endpoint_type | pulumi.Input[str] | def endpoint_type(self) -> pulumi.Input[str]:
"""
Type of the endpoint for the event subscription destination.
Expected value is 'AzureFunction'.
"""
return pulumi.get(self, "endpoint_type") |
Type of the endpoint for the event subscription destination.
Expected value is 'AzureFunction'.
| Type of the endpoint for the event subscription destination.
Expected value is 'AzureFunction'. | [
"Type",
"of",
"the",
"endpoint",
"for",
"the",
"event",
"subscription",
"destination",
".",
"Expected",
"value",
"is",
"'",
"AzureFunction",
"'",
"."
] | def endpoint_type(self) -> pulumi.Input[str]:
return pulumi.get(self, "endpoint_type") | [
"def",
"endpoint_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"endpoint_type\"",
")"
] | Type of the endpoint for the event subscription destination. | [
"Type",
"of",
"the",
"endpoint",
"for",
"the",
"event",
"subscription",
"destination",
"."
] | [
"\"\"\"\n Type of the endpoint for the event subscription destination.\n Expected value is 'AzureFunction'.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | max_events_per_batch | Optional[pulumi.Input[int]] | def max_events_per_batch(self) -> Optional[pulumi.Input[int]]:
"""
Maximum number of events per batch.
"""
return pulumi.get(self, "max_events_per_batch") |
Maximum number of events per batch.
| Maximum number of events per batch. | [
"Maximum",
"number",
"of",
"events",
"per",
"batch",
"."
] | def max_events_per_batch(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "max_events_per_batch") | [
"def",
"max_events_per_batch",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_events_per_batch\"",
")"
] | Maximum number of events per batch. | [
"Maximum",
"number",
"of",
"events",
"per",
"batch",
"."
] | [
"\"\"\"\n Maximum number of events per batch.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | preferred_batch_size_in_kilobytes | Optional[pulumi.Input[int]] | def preferred_batch_size_in_kilobytes(self) -> Optional[pulumi.Input[int]]:
"""
Preferred batch size in Kilobytes.
"""
return pulumi.get(self, "preferred_batch_size_in_kilobytes") |
Preferred batch size in Kilobytes.
| Preferred batch size in Kilobytes. | [
"Preferred",
"batch",
"size",
"in",
"Kilobytes",
"."
] | def preferred_batch_size_in_kilobytes(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "preferred_batch_size_in_kilobytes") | [
"def",
"preferred_batch_size_in_kilobytes",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"preferred_batch_size_in_kilobytes\"",
")"
] | Preferred batch size in Kilobytes. | [
"Preferred",
"batch",
"size",
"in",
"Kilobytes",
"."
] | [
"\"\"\"\n Preferred batch size in Kilobytes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | dead_letter_destination | Optional[pulumi.Input['StorageBlobDeadLetterDestinationArgs']] | def dead_letter_destination(self) -> Optional[pulumi.Input['StorageBlobDeadLetterDestinationArgs']]:
"""
Information about the destination where events have to be delivered for the event subscription.
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire th... |
Information about the destination where events have to be delivered for the event subscription.
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
| Information about the destination where events have to be delivered for the event subscription.
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering. | [
"Information",
"about",
"the",
"destination",
"where",
"events",
"have",
"to",
"be",
"delivered",
"for",
"the",
"event",
"subscription",
".",
"Uses",
"the",
"managed",
"identity",
"setup",
"on",
"the",
"parent",
"resource",
"(",
"namely",
"topic",
"or",
"domai... | def dead_letter_destination(self) -> Optional[pulumi.Input['StorageBlobDeadLetterDestinationArgs']]:
return pulumi.get(self, "dead_letter_destination") | [
"def",
"dead_letter_destination",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'StorageBlobDeadLetterDestinationArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dead_letter_destination\"",
")"
] | Information about the destination where events have to be delivered for the event subscription. | [
"Information",
"about",
"the",
"destination",
"where",
"events",
"have",
"to",
"be",
"delivered",
"for",
"the",
"event",
"subscription",
"."
] | [
"\"\"\"\n Information about the destination where events have to be delivered for the event subscription.\r\n Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | identity | Optional[pulumi.Input['EventSubscriptionIdentityArgs']] | def identity(self) -> Optional[pulumi.Input['EventSubscriptionIdentityArgs']]:
"""
The identity to use when dead-lettering events.
"""
return pulumi.get(self, "identity") |
The identity to use when dead-lettering events.
| The identity to use when dead-lettering events. | [
"The",
"identity",
"to",
"use",
"when",
"dead",
"-",
"lettering",
"events",
"."
] | def identity(self) -> Optional[pulumi.Input['EventSubscriptionIdentityArgs']]:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'EventSubscriptionIdentityArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The identity to use when dead-lettering events. | [
"The",
"identity",
"to",
"use",
"when",
"dead",
"-",
"lettering",
"events",
"."
] | [
"\"\"\"\n The identity to use when dead-lettering events.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | destination | Optional[pulumi.Input[Union['AzureFunctionEventSubscriptionDestinationArgs', 'EventHubEventSubscriptionDestinationArgs', 'HybridConnectionEventSubscriptionDestinationArgs', 'ServiceBusQueueEventSubscriptionDestinationArgs', 'ServiceBusTopicEventSubscriptionDestinationArgs', 'StorageQueueEventSubscriptionDestinationArgs... | def destination(self) -> Optional[pulumi.Input[Union['AzureFunctionEventSubscriptionDestinationArgs', 'EventHubEventSubscriptionDestinationArgs', 'HybridConnectionEventSubscriptionDestinationArgs', 'ServiceBusQueueEventSubscriptionDestinationArgs', 'ServiceBusTopicEventSubscriptionDestinationArgs', 'StorageQueueEventSu... |
Information about the destination where events have to be delivered for the event subscription.
Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
| Information about the destination where events have to be delivered for the event subscription.
Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering. | [
"Information",
"about",
"the",
"destination",
"where",
"events",
"have",
"to",
"be",
"delivered",
"for",
"the",
"event",
"subscription",
".",
"Uses",
"Azure",
"Event",
"Grid",
"'",
"s",
"identity",
"to",
"acquire",
"the",
"authentication",
"tokens",
"being",
"... | def destination(self) -> Optional[pulumi.Input[Union['AzureFunctionEventSubscriptionDestinationArgs', 'EventHubEventSubscriptionDestinationArgs', 'HybridConnectionEventSubscriptionDestinationArgs', 'ServiceBusQueueEventSubscriptionDestinationArgs', 'ServiceBusTopicEventSubscriptionDestinationArgs', 'StorageQueueEventSu... | [
"def",
"destination",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"'AzureFunctionEventSubscriptionDestinationArgs'",
",",
"'EventHubEventSubscriptionDestinationArgs'",
",",
"'HybridConnectionEventSubscriptionDestinationArgs'",
",",
"'Se... | Information about the destination where events have to be delivered for the event subscription. | [
"Information",
"about",
"the",
"destination",
"where",
"events",
"have",
"to",
"be",
"delivered",
"for",
"the",
"event",
"subscription",
"."
] | [
"\"\"\"\n Information about the destination where events have to be delivered for the event subscription.\r\n Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | partner_topic_name | Optional[pulumi.Input[str]] | def partner_topic_name(self) -> Optional[pulumi.Input[str]]:
"""
Name of the partner topic associated with the event channel.
"""
return pulumi.get(self, "partner_topic_name") |
Name of the partner topic associated with the event channel.
| Name of the partner topic associated with the event channel. | [
"Name",
"of",
"the",
"partner",
"topic",
"associated",
"with",
"the",
"event",
"channel",
"."
] | def partner_topic_name(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "partner_topic_name") | [
"def",
"partner_topic_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_topic_name\"",
")"
] | Name of the partner topic associated with the event channel. | [
"Name",
"of",
"the",
"partner",
"topic",
"associated",
"with",
"the",
"event",
"channel",
"."
] | [
"\"\"\"\n Name of the partner topic associated with the event channel.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | advanced_filters | Optional[pulumi.Input[Sequence[pulumi.Input[Union['BoolEqualsAdvancedFilterArgs', 'IsNotNullAdvancedFilterArgs', 'IsNullOrUndefinedAdvancedFilterArgs', 'NumberGreaterThanAdvancedFilterArgs', 'NumberGreaterThanOrEqualsAdvancedFilterArgs', 'NumberInAdvancedFilterArgs', 'NumberInRangeAdvancedFilterArgs', 'NumberLessThanAd... | def advanced_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['BoolEqualsAdvancedFilterArgs', 'IsNotNullAdvancedFilterArgs', 'IsNullOrUndefinedAdvancedFilterArgs', 'NumberGreaterThanAdvancedFilterArgs', 'NumberGreaterThanOrEqualsAdvancedFilterArgs', 'NumberInAdvancedFilterArgs', 'NumberInRangeAdvanced... |
An array of advanced filters that are used for filtering event channels.
| An array of advanced filters that are used for filtering event channels. | [
"An",
"array",
"of",
"advanced",
"filters",
"that",
"are",
"used",
"for",
"filtering",
"event",
"channels",
"."
] | def advanced_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['BoolEqualsAdvancedFilterArgs', 'IsNotNullAdvancedFilterArgs', 'IsNullOrUndefinedAdvancedFilterArgs', 'NumberGreaterThanAdvancedFilterArgs', 'NumberGreaterThanOrEqualsAdvancedFilterArgs', 'NumberInAdvancedFilterArgs', 'NumberInRangeAdvanced... | [
"def",
"advanced_filters",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"'BoolEqualsAdvancedFilterArgs'",
",",
"'IsNotNullAdvancedFilterArgs'",
",",
"'IsNullOrUndefinedAdvancedFilterA... | An array of advanced filters that are used for filtering event channels. | [
"An",
"array",
"of",
"advanced",
"filters",
"that",
"are",
"used",
"for",
"filtering",
"event",
"channels",
"."
] | [
"\"\"\"\n An array of advanced filters that are used for filtering event channels.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | enable_advanced_filtering_on_arrays | Optional[pulumi.Input[bool]] | def enable_advanced_filtering_on_arrays(self) -> Optional[pulumi.Input[bool]]:
"""
Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.
"""
return pulumi.get(self, "enable_advanced_filtering_on_arrays") |
Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.
| Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. | [
"Allows",
"advanced",
"filters",
"to",
"be",
"evaluated",
"against",
"an",
"array",
"of",
"values",
"instead",
"of",
"expecting",
"a",
"singular",
"value",
"."
] | def enable_advanced_filtering_on_arrays(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "enable_advanced_filtering_on_arrays") | [
"def",
"enable_advanced_filtering_on_arrays",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_advanced_filtering_on_arrays\"",
")"
] | Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. | [
"Allows",
"advanced",
"filters",
"to",
"be",
"evaluated",
"against",
"an",
"array",
"of",
"values",
"instead",
"of",
"expecting",
"a",
"singular",
"value",
"."
] | [
"\"\"\"\n Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | included_event_types | Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] | def included_event_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
"""
A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null.
"""
return pulumi.get(... |
A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null.
| A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null. | [
"A",
"list",
"of",
"applicable",
"event",
"types",
"that",
"need",
"to",
"be",
"part",
"of",
"the",
"event",
"subscription",
".",
"If",
"it",
"is",
"desired",
"to",
"subscribe",
"to",
"all",
"default",
"event",
"types",
"set",
"the",
"IncludedEventTypes",
... | def included_event_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
return pulumi.get(self, "included_event_types") | [
"def",
"included_event_types",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"included_event_types\"... | A list of applicable event types that need to be part of the event subscription. | [
"A",
"list",
"of",
"applicable",
"event",
"types",
"that",
"need",
"to",
"be",
"part",
"of",
"the",
"event",
"subscription",
"."
] | [
"\"\"\"\n A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | is_subject_case_sensitive | Optional[pulumi.Input[bool]] | def is_subject_case_sensitive(self) -> Optional[pulumi.Input[bool]]:
"""
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter
should be compared in a case sensitive manner.
"""
return pulumi.get(self, "is_subject_case_sensitive") |
Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter
should be compared in a case sensitive manner.
| Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter
should be compared in a case sensitive manner. | [
"Specifies",
"if",
"the",
"SubjectBeginsWith",
"and",
"SubjectEndsWith",
"properties",
"of",
"the",
"filter",
"should",
"be",
"compared",
"in",
"a",
"case",
"sensitive",
"manner",
"."
] | def is_subject_case_sensitive(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "is_subject_case_sensitive") | [
"def",
"is_subject_case_sensitive",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_subject_case_sensitive\"",
")"
] | Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter
should be compared in a case sensitive manner. | [
"Specifies",
"if",
"the",
"SubjectBeginsWith",
"and",
"SubjectEndsWith",
"properties",
"of",
"the",
"filter",
"should",
"be",
"compared",
"in",
"a",
"case",
"sensitive",
"manner",
"."
] | [
"\"\"\"\n Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter\r\n should be compared in a case sensitive manner.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | type | Optional[pulumi.Input[Union[str, 'EventSubscriptionIdentityType']]] | def type(self) -> Optional[pulumi.Input[Union[str, 'EventSubscriptionIdentityType']]]:
"""
The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
"""
... |
The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
| The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity. | [
"The",
"type",
"of",
"managed",
"identity",
"used",
".",
"The",
"type",
"'",
"SystemAssigned",
"UserAssigned",
"'",
"includes",
"both",
"an",
"implicitly",
"created",
"identity",
"and",
"a",
"set",
"of",
"user",
"-",
"assigned",
"identities",
".",
"The",
"ty... | def type(self) -> Optional[pulumi.Input[Union[str, 'EventSubscriptionIdentityType']]]:
return pulumi.get(self, "type") | [
"def",
"type",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'EventSubscriptionIdentityType'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"type\"",
")"
] | The type of managed identity used. | [
"The",
"type",
"of",
"managed",
"identity",
"used",
"."
] | [
"\"\"\"\n The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | type | Optional[pulumi.Input[Union[str, 'IdentityType']]] | def type(self) -> Optional[pulumi.Input[Union[str, 'IdentityType']]]:
"""
The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
"""
return pu... |
The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
| The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity. | [
"The",
"type",
"of",
"managed",
"identity",
"used",
".",
"The",
"type",
"'",
"SystemAssigned",
"UserAssigned",
"'",
"includes",
"both",
"an",
"implicitly",
"created",
"identity",
"and",
"a",
"set",
"of",
"user",
"-",
"assigned",
"identities",
".",
"The",
"ty... | def type(self) -> Optional[pulumi.Input[Union[str, 'IdentityType']]]:
return pulumi.get(self, "type") | [
"def",
"type",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'IdentityType'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"type\"",
")"
] | The type of managed identity used. | [
"The",
"type",
"of",
"managed",
"identity",
"used",
"."
] | [
"\"\"\"\n The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | action | Optional[pulumi.Input[Union[str, 'IpActionType']]] | def action(self) -> Optional[pulumi.Input[Union[str, 'IpActionType']]]:
"""
Action to perform based on the match or no match of the IpMask.
"""
return pulumi.get(self, "action") |
Action to perform based on the match or no match of the IpMask.
| Action to perform based on the match or no match of the IpMask. | [
"Action",
"to",
"perform",
"based",
"on",
"the",
"match",
"or",
"no",
"match",
"of",
"the",
"IpMask",
"."
] | def action(self) -> Optional[pulumi.Input[Union[str, 'IpActionType']]]:
return pulumi.get(self, "action") | [
"def",
"action",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'IpActionType'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"action\"",
")"
] | Action to perform based on the match or no match of the IpMask. | [
"Action",
"to",
"perform",
"based",
"on",
"the",
"match",
"or",
"no",
"match",
"of",
"the",
"IpMask",
"."
] | [
"\"\"\"\n Action to perform based on the match or no match of the IpMask.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | operator_type | pulumi.Input[str] | def operator_type(self) -> pulumi.Input[str]:
"""
The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.
Expected value is 'IsNullOrUndefined'.
"""
return pulumi.get(self, "operator_type") |
The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.
Expected value is 'IsNullOrUndefined'.
| The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.
Expected value is 'IsNullOrUndefined'. | [
"The",
"operator",
"type",
"used",
"for",
"filtering",
"e",
".",
"g",
".",
"NumberIn",
"StringContains",
"BoolEquals",
"and",
"others",
".",
"Expected",
"value",
"is",
"'",
"IsNullOrUndefined",
"'",
"."
] | def operator_type(self) -> pulumi.Input[str]:
return pulumi.get(self, "operator_type") | [
"def",
"operator_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"operator_type\"",
")"
] | The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others. | [
"The",
"operator",
"type",
"used",
"for",
"filtering",
"e",
".",
"g",
".",
"NumberIn",
"StringContains",
"BoolEquals",
"and",
"others",
"."
] | [
"\"\"\"\n The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others.\n Expected value is 'IsNullOrUndefined'.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | source_field | Optional[pulumi.Input[str]] | def source_field(self) -> Optional[pulumi.Input[str]]:
"""
Name of a field in the input event schema that's to be used as the source of a mapping.
"""
return pulumi.get(self, "source_field") |
Name of a field in the input event schema that's to be used as the source of a mapping.
| Name of a field in the input event schema that's to be used as the source of a mapping. | [
"Name",
"of",
"a",
"field",
"in",
"the",
"input",
"event",
"schema",
"that",
"'",
"s",
"to",
"be",
"used",
"as",
"the",
"source",
"of",
"a",
"mapping",
"."
] | def source_field(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "source_field") | [
"def",
"source_field",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_field\"",
")"
] | Name of a field in the input event schema that's to be used as the source of a mapping. | [
"Name",
"of",
"a",
"field",
"in",
"the",
"input",
"event",
"schema",
"that",
"'",
"s",
"to",
"be",
"used",
"as",
"the",
"source",
"of",
"a",
"mapping",
"."
] | [
"\"\"\"\n Name of a field in the input event schema that's to be used as the source of a mapping.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | input_schema_mapping_type | pulumi.Input[str] | def input_schema_mapping_type(self) -> pulumi.Input[str]:
"""
Type of the custom mapping
Expected value is 'Json'.
"""
return pulumi.get(self, "input_schema_mapping_type") |
Type of the custom mapping
Expected value is 'Json'.
| Type of the custom mapping
Expected value is 'Json'. | [
"Type",
"of",
"the",
"custom",
"mapping",
"Expected",
"value",
"is",
"'",
"Json",
"'",
"."
] | def input_schema_mapping_type(self) -> pulumi.Input[str]:
return pulumi.get(self, "input_schema_mapping_type") | [
"def",
"input_schema_mapping_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"input_schema_mapping_type\"",
")"
] | Type of the custom mapping
Expected value is 'Json'. | [
"Type",
"of",
"the",
"custom",
"mapping",
"Expected",
"value",
"is",
"'",
"Json",
"'",
"."
] | [
"\"\"\"\n Type of the custom mapping\n Expected value is 'Json'.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | data_version | Optional[pulumi.Input['JsonFieldWithDefaultArgs']] | def data_version(self) -> Optional[pulumi.Input['JsonFieldWithDefaultArgs']]:
"""
The mapping information for the DataVersion property of the Event Grid Event.
"""
return pulumi.get(self, "data_version") |
The mapping information for the DataVersion property of the Event Grid Event.
| The mapping information for the DataVersion property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"DataVersion",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | def data_version(self) -> Optional[pulumi.Input['JsonFieldWithDefaultArgs']]:
return pulumi.get(self, "data_version") | [
"def",
"data_version",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'JsonFieldWithDefaultArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_version\"",
")"
] | The mapping information for the DataVersion property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"DataVersion",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | [
"\"\"\"\n The mapping information for the DataVersion property of the Event Grid Event.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | event_time | Optional[pulumi.Input['JsonFieldArgs']] | def event_time(self) -> Optional[pulumi.Input['JsonFieldArgs']]:
"""
The mapping information for the EventTime property of the Event Grid Event.
"""
return pulumi.get(self, "event_time") |
The mapping information for the EventTime property of the Event Grid Event.
| The mapping information for the EventTime property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"EventTime",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | def event_time(self) -> Optional[pulumi.Input['JsonFieldArgs']]:
return pulumi.get(self, "event_time") | [
"def",
"event_time",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'JsonFieldArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"event_time\"",
")"
] | The mapping information for the EventTime property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"EventTime",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | [
"\"\"\"\n The mapping information for the EventTime property of the Event Grid Event.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | event_type | Optional[pulumi.Input['JsonFieldWithDefaultArgs']] | def event_type(self) -> Optional[pulumi.Input['JsonFieldWithDefaultArgs']]:
"""
The mapping information for the EventType property of the Event Grid Event.
"""
return pulumi.get(self, "event_type") |
The mapping information for the EventType property of the Event Grid Event.
| The mapping information for the EventType property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"EventType",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | def event_type(self) -> Optional[pulumi.Input['JsonFieldWithDefaultArgs']]:
return pulumi.get(self, "event_type") | [
"def",
"event_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'JsonFieldWithDefaultArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"event_type\"",
")"
] | The mapping information for the EventType property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"EventType",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | [
"\"\"\"\n The mapping information for the EventType property of the Event Grid Event.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | id | Optional[pulumi.Input['JsonFieldArgs']] | def id(self) -> Optional[pulumi.Input['JsonFieldArgs']]:
"""
The mapping information for the Id property of the Event Grid Event.
"""
return pulumi.get(self, "id") |
The mapping information for the Id property of the Event Grid Event.
| The mapping information for the Id property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"Id",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | def id(self) -> Optional[pulumi.Input['JsonFieldArgs']]:
return pulumi.get(self, "id") | [
"def",
"id",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'JsonFieldArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"id\"",
")"
] | The mapping information for the Id property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"Id",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | [
"\"\"\"\n The mapping information for the Id property of the Event Grid Event.\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.