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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | phone_extension | Optional[pulumi.Input[str]] | def phone_extension(self) -> Optional[pulumi.Input[str]]:
"""
Phone extension number of the contact person.
"""
return pulumi.get(self, "phone_extension") |
Phone extension number of the contact person.
| Phone extension number of the contact person. | [
"Phone",
"extension",
"number",
"of",
"the",
"contact",
"person",
"."
] | def phone_extension(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "phone_extension") | [
"def",
"phone_extension",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"phone_extension\"",
")"
] | Phone extension number of the contact person. | [
"Phone",
"extension",
"number",
"of",
"the",
"contact",
"person",
"."
] | [
"\"\"\"\n Phone extension number of the contact person.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | contact_details | pulumi.Input['ContactDetailsArgs'] | def contact_details(self) -> pulumi.Input['ContactDetailsArgs']:
"""
Contact details for notification and shipping.
"""
return pulumi.get(self, "contact_details") |
Contact details for notification and shipping.
| Contact details for notification and shipping. | [
"Contact",
"details",
"for",
"notification",
"and",
"shipping",
"."
] | def contact_details(self) -> pulumi.Input['ContactDetailsArgs']:
return pulumi.get(self, "contact_details") | [
"def",
"contact_details",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"'ContactDetailsArgs'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"contact_details\"",
")"
] | Contact details for notification and shipping. | [
"Contact",
"details",
"for",
"notification",
"and",
"shipping",
"."
] | [
"\"\"\"\n Contact details for notification and shipping.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | job_details_type | pulumi.Input[str] | def job_details_type(self) -> pulumi.Input[str]:
"""
Indicates the type of job details.
Expected value is 'DataBoxDisk'.
"""
return pulumi.get(self, "job_details_type") |
Indicates the type of job details.
Expected value is 'DataBoxDisk'.
| Indicates the type of job details.
Expected value is 'DataBoxDisk'. | [
"Indicates",
"the",
"type",
"of",
"job",
"details",
".",
"Expected",
"value",
"is",
"'",
"DataBoxDisk",
"'",
"."
] | def job_details_type(self) -> pulumi.Input[str]:
return pulumi.get(self, "job_details_type") | [
"def",
"job_details_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"job_details_type\"",
")"
] | Indicates the type of job details. | [
"Indicates",
"the",
"type",
"of",
"job",
"details",
"."
] | [
"\"\"\"\n Indicates the type of job details.\n Expected value is 'DataBoxDisk'.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | data_export_details | Optional[pulumi.Input[Sequence[pulumi.Input['DataExportDetailsArgs']]]] | def data_export_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DataExportDetailsArgs']]]]:
"""
Details of the data to be exported from azure.
"""
return pulumi.get(self, "data_export_details") |
Details of the data to be exported from azure.
| Details of the data to be exported from azure. | [
"Details",
"of",
"the",
"data",
"to",
"be",
"exported",
"from",
"azure",
"."
] | def data_export_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DataExportDetailsArgs']]]]:
return pulumi.get(self, "data_export_details") | [
"def",
"data_export_details",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'DataExportDetailsArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dat... | Details of the data to be exported from azure. | [
"Details",
"of",
"the",
"data",
"to",
"be",
"exported",
"from",
"azure",
"."
] | [
"\"\"\"\n Details of the data to be exported from azure.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | data_import_details | Optional[pulumi.Input[Sequence[pulumi.Input['DataImportDetailsArgs']]]] | def data_import_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DataImportDetailsArgs']]]]:
"""
Details of the data to be imported into azure.
"""
return pulumi.get(self, "data_import_details") |
Details of the data to be imported into azure.
| Details of the data to be imported into azure. | [
"Details",
"of",
"the",
"data",
"to",
"be",
"imported",
"into",
"azure",
"."
] | def data_import_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DataImportDetailsArgs']]]]:
return pulumi.get(self, "data_import_details") | [
"def",
"data_import_details",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'DataImportDetailsArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dat... | Details of the data to be imported into azure. | [
"Details",
"of",
"the",
"data",
"to",
"be",
"imported",
"into",
"azure",
"."
] | [
"\"\"\"\n Details of the data to be imported into azure.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | expected_data_size_in_tera_bytes | Optional[pulumi.Input[int]] | def expected_data_size_in_tera_bytes(self) -> Optional[pulumi.Input[int]]:
"""
The expected size of the data, which needs to be transferred in this job, in terabytes.
"""
return pulumi.get(self, "expected_data_size_in_tera_bytes") |
The expected size of the data, which needs to be transferred in this job, in terabytes.
| The expected size of the data, which needs to be transferred in this job, in terabytes. | [
"The",
"expected",
"size",
"of",
"the",
"data",
"which",
"needs",
"to",
"be",
"transferred",
"in",
"this",
"job",
"in",
"terabytes",
"."
] | def expected_data_size_in_tera_bytes(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "expected_data_size_in_tera_bytes") | [
"def",
"expected_data_size_in_tera_bytes",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"expected_data_size_in_tera_bytes\"",
")"
] | The expected size of the data, which needs to be transferred in this job, in terabytes. | [
"The",
"expected",
"size",
"of",
"the",
"data",
"which",
"needs",
"to",
"be",
"transferred",
"in",
"this",
"job",
"in",
"terabytes",
"."
] | [
"\"\"\"\n The expected size of the data, which needs to be transferred in this job, in terabytes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | key_encryption_key | Optional[pulumi.Input['KeyEncryptionKeyArgs']] | def key_encryption_key(self) -> Optional[pulumi.Input['KeyEncryptionKeyArgs']]:
"""
Details about which key encryption type is being used.
"""
return pulumi.get(self, "key_encryption_key") |
Details about which key encryption type is being used.
| Details about which key encryption type is being used. | [
"Details",
"about",
"which",
"key",
"encryption",
"type",
"is",
"being",
"used",
"."
] | def key_encryption_key(self) -> Optional[pulumi.Input['KeyEncryptionKeyArgs']]:
return pulumi.get(self, "key_encryption_key") | [
"def",
"key_encryption_key",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'KeyEncryptionKeyArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"key_encryption_key\"",
")"
] | Details about which key encryption type is being used. | [
"Details",
"about",
"which",
"key",
"encryption",
"type",
"is",
"being",
"used",
"."
] | [
"\"\"\"\n Details about which key encryption type is being used.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | passkey | Optional[pulumi.Input[str]] | def passkey(self) -> Optional[pulumi.Input[str]]:
"""
User entered passkey for DataBox Disk job.
"""
return pulumi.get(self, "passkey") |
User entered passkey for DataBox Disk job.
| User entered passkey for DataBox Disk job. | [
"User",
"entered",
"passkey",
"for",
"DataBox",
"Disk",
"job",
"."
] | def passkey(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "passkey") | [
"def",
"passkey",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"passkey\"",
")"
] | User entered passkey for DataBox Disk job. | [
"User",
"entered",
"passkey",
"for",
"DataBox",
"Disk",
"job",
"."
] | [
"\"\"\"\n User entered passkey for DataBox Disk 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": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | preferred_disks | Optional[pulumi.Input[Mapping[str, pulumi.Input[int]]]] | def preferred_disks(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[int]]]]:
"""
User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int.
"""
... |
User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int.
| User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int. | [
"User",
"preference",
"on",
"what",
"size",
"disks",
"are",
"needed",
"for",
"the",
"job",
".",
"The",
"map",
"is",
"from",
"the",
"disk",
"size",
"in",
"TB",
"to",
"the",
"count",
".",
"Eg",
".",
"{",
"2",
"5",
"}",
"means",
"5",
"disks",
"of",
... | def preferred_disks(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[int]]]]:
return pulumi.get(self, "preferred_disks") | [
"def",
"preferred_disks",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Mapping",
"[",
"str",
",",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"preferred_di... | User preference on what size disks are needed for the job. | [
"User",
"preference",
"on",
"what",
"size",
"disks",
"are",
"needed",
"for",
"the",
"job",
"."
] | [
"\"\"\"\n User preference on what size disks are needed for the job. The map is from the disk size in TB to the count. Eg. {2,5} means 5 disks of 2 TB size. Key is string but will be checked against an int.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | shipping_address | Optional[pulumi.Input['ShippingAddressArgs']] | def shipping_address(self) -> Optional[pulumi.Input['ShippingAddressArgs']]:
"""
Shipping address of the customer.
"""
return pulumi.get(self, "shipping_address") |
Shipping address of the customer.
| Shipping address of the customer. | [
"Shipping",
"address",
"of",
"the",
"customer",
"."
] | def shipping_address(self) -> Optional[pulumi.Input['ShippingAddressArgs']]:
return pulumi.get(self, "shipping_address") | [
"def",
"shipping_address",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'ShippingAddressArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"shipping_address\"",
")"
] | Shipping address of the customer. | [
"Shipping",
"address",
"of",
"the",
"customer",
"."
] | [
"\"\"\"\n Shipping address of the customer.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | device_password | Optional[pulumi.Input[str]] | def device_password(self) -> Optional[pulumi.Input[str]]:
"""
Set Device password for unlocking Databox Heavy. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Pas... |
Set Device password for unlocking Databox Heavy. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password mu... | Set Device password for unlocking Databox Heavy. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have a... | [
"Set",
"Device",
"password",
"for",
"unlocking",
"Databox",
"Heavy",
".",
"Should",
"not",
"be",
"passed",
"for",
"TransferType",
":",
"ExportFromAzure",
"jobs",
".",
"If",
"this",
"is",
"not",
"passed",
"the",
"service",
"will",
"generate",
"password",
"itsel... | def device_password(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "device_password") | [
"def",
"device_password",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"device_password\"",
")"
] | Set Device password for unlocking Databox Heavy. | [
"Set",
"Device",
"password",
"for",
"unlocking",
"Databox",
"Heavy",
"."
] | [
"\"\"\"\n Set Device password for unlocking Databox Heavy. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters.... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | account_details | pulumi.Input[Union['ManagedDiskDetailsArgs', 'StorageAccountDetailsArgs']] | def account_details(self) -> pulumi.Input[Union['ManagedDiskDetailsArgs', 'StorageAccountDetailsArgs']]:
"""
Account details of the data to be transferred
"""
return pulumi.get(self, "account_details") |
Account details of the data to be transferred
| Account details of the data to be transferred | [
"Account",
"details",
"of",
"the",
"data",
"to",
"be",
"transferred"
] | def account_details(self) -> pulumi.Input[Union['ManagedDiskDetailsArgs', 'StorageAccountDetailsArgs']]:
return pulumi.get(self, "account_details") | [
"def",
"account_details",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"'ManagedDiskDetailsArgs'",
",",
"'StorageAccountDetailsArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"account_details\"",
")"
] | Account details of the data to be transferred | [
"Account",
"details",
"of",
"the",
"data",
"to",
"be",
"transferred"
] | [
"\"\"\"\n Account details of the data to be transferred\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | transfer_configuration | pulumi.Input['TransferConfigurationArgs'] | def transfer_configuration(self) -> pulumi.Input['TransferConfigurationArgs']:
"""
Configuration for the data transfer.
"""
return pulumi.get(self, "transfer_configuration") |
Configuration for the data transfer.
| Configuration for the data transfer. | [
"Configuration",
"for",
"the",
"data",
"transfer",
"."
] | def transfer_configuration(self) -> pulumi.Input['TransferConfigurationArgs']:
return pulumi.get(self, "transfer_configuration") | [
"def",
"transfer_configuration",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"'TransferConfigurationArgs'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"transfer_configuration\"",
")"
] | Configuration for the data transfer. | [
"Configuration",
"for",
"the",
"data",
"transfer",
"."
] | [
"\"\"\"\n Configuration for 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": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | log_collection_level | Optional[pulumi.Input[Union[str, 'LogCollectionLevel']]] | def log_collection_level(self) -> Optional[pulumi.Input[Union[str, 'LogCollectionLevel']]]:
"""
Level of the logs to be collected.
"""
return pulumi.get(self, "log_collection_level") |
Level of the logs to be collected.
| Level of the logs to be collected. | [
"Level",
"of",
"the",
"logs",
"to",
"be",
"collected",
"."
] | def log_collection_level(self) -> Optional[pulumi.Input[Union[str, 'LogCollectionLevel']]]:
return pulumi.get(self, "log_collection_level") | [
"def",
"log_collection_level",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'LogCollectionLevel'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"log_collection_level\"",
")"
] | Level of the logs to be collected. | [
"Level",
"of",
"the",
"logs",
"to",
"be",
"collected",
"."
] | [
"\"\"\"\n Level of the logs to be collected.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | double_encryption | Optional[pulumi.Input[Union[str, 'DoubleEncryption']]] | def double_encryption(self) -> Optional[pulumi.Input[Union[str, 'DoubleEncryption']]]:
"""
Defines secondary layer of software-based encryption enablement.
"""
return pulumi.get(self, "double_encryption") |
Defines secondary layer of software-based encryption enablement.
| Defines secondary layer of software-based encryption enablement. | [
"Defines",
"secondary",
"layer",
"of",
"software",
"-",
"based",
"encryption",
"enablement",
"."
] | def double_encryption(self) -> Optional[pulumi.Input[Union[str, 'DoubleEncryption']]]:
return pulumi.get(self, "double_encryption") | [
"def",
"double_encryption",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'DoubleEncryption'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"double_encryption\"",
")"
] | Defines secondary layer of software-based encryption enablement. | [
"Defines",
"secondary",
"layer",
"of",
"software",
"-",
"based",
"encryption",
"enablement",
"."
] | [
"\"\"\"\n Defines secondary layer of software-based encryption enablement.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | filter_file_path | pulumi.Input[str] | def filter_file_path(self) -> pulumi.Input[str]:
"""
Path of the file that contains the details of all items to transfer.
"""
return pulumi.get(self, "filter_file_path") |
Path of the file that contains the details of all items to transfer.
| Path of the file that contains the details of all items to transfer. | [
"Path",
"of",
"the",
"file",
"that",
"contains",
"the",
"details",
"of",
"all",
"items",
"to",
"transfer",
"."
] | def filter_file_path(self) -> pulumi.Input[str]:
return pulumi.get(self, "filter_file_path") | [
"def",
"filter_file_path",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"filter_file_path\"",
")"
] | Path of the file that contains the details of all items to transfer. | [
"Path",
"of",
"the",
"file",
"that",
"contains",
"the",
"details",
"of",
"all",
"items",
"to",
"transfer",
"."
] | [
"\"\"\"\n Path of the file that contains the details of all items to 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": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | filter_file_type | pulumi.Input[Union[str, 'FilterFileType']] | def filter_file_type(self) -> pulumi.Input[Union[str, 'FilterFileType']]:
"""
Type of the filter file.
"""
return pulumi.get(self, "filter_file_type") |
Type of the filter file.
| Type of the filter file. | [
"Type",
"of",
"the",
"filter",
"file",
"."
] | def filter_file_type(self) -> pulumi.Input[Union[str, 'FilterFileType']]:
return pulumi.get(self, "filter_file_type") | [
"def",
"filter_file_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'FilterFileType'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"filter_file_type\"",
")"
] | Type of the filter file. | [
"Type",
"of",
"the",
"filter",
"file",
"."
] | [
"\"\"\"\n Type of the filter file.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | kek_type | pulumi.Input[Union[str, 'KekType']] | def kek_type(self) -> pulumi.Input[Union[str, 'KekType']]:
"""
Type of encryption key used for key encryption.
"""
return pulumi.get(self, "kek_type") |
Type of encryption key used for key encryption.
| Type of encryption key used for key encryption. | [
"Type",
"of",
"encryption",
"key",
"used",
"for",
"key",
"encryption",
"."
] | def kek_type(self) -> pulumi.Input[Union[str, 'KekType']]:
return pulumi.get(self, "kek_type") | [
"def",
"kek_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'KekType'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"kek_type\"",
")"
] | Type of encryption key used for key encryption. | [
"Type",
"of",
"encryption",
"key",
"used",
"for",
"key",
"encryption",
"."
] | [
"\"\"\"\n Type of encryption key used for key encryption.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | identity_properties | Optional[pulumi.Input['IdentityPropertiesArgs']] | def identity_properties(self) -> Optional[pulumi.Input['IdentityPropertiesArgs']]:
"""
Managed identity properties used for key encryption.
"""
return pulumi.get(self, "identity_properties") |
Managed identity properties used for key encryption.
| Managed identity properties used for key encryption. | [
"Managed",
"identity",
"properties",
"used",
"for",
"key",
"encryption",
"."
] | def identity_properties(self) -> Optional[pulumi.Input['IdentityPropertiesArgs']]:
return pulumi.get(self, "identity_properties") | [
"def",
"identity_properties",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'IdentityPropertiesArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity_properties\"",
")"
] | Managed identity properties used for key encryption. | [
"Managed",
"identity",
"properties",
"used",
"for",
"key",
"encryption",
"."
] | [
"\"\"\"\n Managed identity properties used for key encryption.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | kek_url | Optional[pulumi.Input[str]] | def kek_url(self) -> Optional[pulumi.Input[str]]:
"""
Key encryption key. It is required in case of Customer managed KekType.
"""
return pulumi.get(self, "kek_url") |
Key encryption key. It is required in case of Customer managed KekType.
| Key encryption key. It is required in case of Customer managed KekType. | [
"Key",
"encryption",
"key",
".",
"It",
"is",
"required",
"in",
"case",
"of",
"Customer",
"managed",
"KekType",
"."
] | def kek_url(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "kek_url") | [
"def",
"kek_url",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"kek_url\"",
")"
] | Key encryption key. | [
"Key",
"encryption",
"key",
"."
] | [
"\"\"\"\n Key encryption key. It is required in case of Customer managed KekType.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | kek_vault_resource_id | Optional[pulumi.Input[str]] | def kek_vault_resource_id(self) -> Optional[pulumi.Input[str]]:
"""
Kek vault resource id. It is required in case of Customer managed KekType.
"""
return pulumi.get(self, "kek_vault_resource_id") |
Kek vault resource id. It is required in case of Customer managed KekType.
| Kek vault resource id. It is required in case of Customer managed KekType. | [
"Kek",
"vault",
"resource",
"id",
".",
"It",
"is",
"required",
"in",
"case",
"of",
"Customer",
"managed",
"KekType",
"."
] | def kek_vault_resource_id(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "kek_vault_resource_id") | [
"def",
"kek_vault_resource_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"kek_vault_resource_id\"",
")"
] | Kek vault resource id. | [
"Kek",
"vault",
"resource",
"id",
"."
] | [
"\"\"\"\n Kek vault resource id. It is required in case of Customer managed KekType.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | data_account_type | pulumi.Input[str] | def data_account_type(self) -> pulumi.Input[str]:
"""
Account Type of the data to be transferred.
Expected value is 'ManagedDisk'.
"""
return pulumi.get(self, "data_account_type") |
Account Type of the data to be transferred.
Expected value is 'ManagedDisk'.
| Account Type of the data to be transferred.
Expected value is 'ManagedDisk'. | [
"Account",
"Type",
"of",
"the",
"data",
"to",
"be",
"transferred",
".",
"Expected",
"value",
"is",
"'",
"ManagedDisk",
"'",
"."
] | def data_account_type(self) -> pulumi.Input[str]:
return pulumi.get(self, "data_account_type") | [
"def",
"data_account_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_account_type\"",
")"
] | Account Type of the data to be transferred. | [
"Account",
"Type",
"of",
"the",
"data",
"to",
"be",
"transferred",
"."
] | [
"\"\"\"\n Account Type of the data to be transferred.\n Expected value is 'ManagedDisk'.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | resource_group_id | pulumi.Input[str] | def resource_group_id(self) -> pulumi.Input[str]:
"""
Resource Group Id of the compute disks.
"""
return pulumi.get(self, "resource_group_id") |
Resource Group Id of the compute disks.
| Resource Group Id of the compute disks. | [
"Resource",
"Group",
"Id",
"of",
"the",
"compute",
"disks",
"."
] | def resource_group_id(self) -> pulumi.Input[str]:
return pulumi.get(self, "resource_group_id") | [
"def",
"resource_group_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resource_group_id\"",
")"
] | Resource Group Id of the compute disks. | [
"Resource",
"Group",
"Id",
"of",
"the",
"compute",
"disks",
"."
] | [
"\"\"\"\n Resource Group Id of the compute disks.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | staging_storage_account_id | pulumi.Input[str] | def staging_storage_account_id(self) -> pulumi.Input[str]:
"""
Resource Id of the storage account that can be used to copy the vhd for staging.
"""
return pulumi.get(self, "staging_storage_account_id") |
Resource Id of the storage account that can be used to copy the vhd for staging.
| Resource Id of the storage account that can be used to copy the vhd for staging. | [
"Resource",
"Id",
"of",
"the",
"storage",
"account",
"that",
"can",
"be",
"used",
"to",
"copy",
"the",
"vhd",
"for",
"staging",
"."
] | def staging_storage_account_id(self) -> pulumi.Input[str]:
return pulumi.get(self, "staging_storage_account_id") | [
"def",
"staging_storage_account_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"staging_storage_account_id\"",
")"
] | Resource Id of the storage account that can be used to copy the vhd for staging. | [
"Resource",
"Id",
"of",
"the",
"storage",
"account",
"that",
"can",
"be",
"used",
"to",
"copy",
"the",
"vhd",
"for",
"staging",
"."
] | [
"\"\"\"\n Resource Id of the storage account that can be used to copy the vhd for staging.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | share_password | Optional[pulumi.Input[str]] | def share_password(self) -> Optional[pulumi.Input[str]]:
"""
Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements... |
Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Pas... | Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password mus... | [
"Password",
"for",
"all",
"the",
"shares",
"to",
"be",
"created",
"on",
"the",
"device",
".",
"Should",
"not",
"be",
"passed",
"for",
"TransferType",
":",
"ExportFromAzure",
"jobs",
".",
"If",
"this",
"is",
"not",
"passed",
"the",
"service",
"will",
"gener... | def share_password(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "share_password") | [
"def",
"share_password",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"share_password\"",
")"
] | Password for all the shares to be created on the device. | [
"Password",
"for",
"all",
"the",
"shares",
"to",
"be",
"created",
"on",
"the",
"device",
"."
] | [
"\"\"\"\n Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 cha... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | send_notification | pulumi.Input[bool] | def send_notification(self) -> pulumi.Input[bool]:
"""
Notification is required or not.
"""
return pulumi.get(self, "send_notification") |
Notification is required or not.
| Notification is required or not. | [
"Notification",
"is",
"required",
"or",
"not",
"."
] | def send_notification(self) -> pulumi.Input[bool]:
return pulumi.get(self, "send_notification") | [
"def",
"send_notification",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"send_notification\"",
")"
] | Notification is required or not. | [
"Notification",
"is",
"required",
"or",
"not",
"."
] | [
"\"\"\"\n Notification is required 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": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | encryption_preferences | Optional[pulumi.Input['EncryptionPreferencesArgs']] | def encryption_preferences(self) -> Optional[pulumi.Input['EncryptionPreferencesArgs']]:
"""
Preferences related to the Encryption.
"""
return pulumi.get(self, "encryption_preferences") |
Preferences related to the Encryption.
| Preferences related to the Encryption. | [
"Preferences",
"related",
"to",
"the",
"Encryption",
"."
] | def encryption_preferences(self) -> Optional[pulumi.Input['EncryptionPreferencesArgs']]:
return pulumi.get(self, "encryption_preferences") | [
"def",
"encryption_preferences",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'EncryptionPreferencesArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption_preferences\"",
")"
] | Preferences related to the Encryption. | [
"Preferences",
"related",
"to",
"the",
"Encryption",
"."
] | [
"\"\"\"\n Preferences related to the Encryption.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | transport_preferences | Optional[pulumi.Input['TransportPreferencesArgs']] | def transport_preferences(self) -> Optional[pulumi.Input['TransportPreferencesArgs']]:
"""
Preferences related to the shipment logistics of the sku.
"""
return pulumi.get(self, "transport_preferences") |
Preferences related to the shipment logistics of the sku.
| Preferences related to the shipment logistics of the sku. | [
"Preferences",
"related",
"to",
"the",
"shipment",
"logistics",
"of",
"the",
"sku",
"."
] | def transport_preferences(self) -> Optional[pulumi.Input['TransportPreferencesArgs']]:
return pulumi.get(self, "transport_preferences") | [
"def",
"transport_preferences",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'TransportPreferencesArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"transport_preferences\"",
")"
] | Preferences related to the shipment logistics of the sku. | [
"Preferences",
"related",
"to",
"the",
"shipment",
"logistics",
"of",
"the",
"sku",
"."
] | [
"\"\"\"\n Preferences related to the shipment logistics of the sku.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | state_or_province | Optional[pulumi.Input[str]] | def state_or_province(self) -> Optional[pulumi.Input[str]]:
"""
Name of the State or Province.
"""
return pulumi.get(self, "state_or_province") |
Name of the State or Province.
| Name of the State or Province. | [
"Name",
"of",
"the",
"State",
"or",
"Province",
"."
] | def state_or_province(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "state_or_province") | [
"def",
"state_or_province",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"state_or_province\"",
")"
] | Name of the State or Province. | [
"Name",
"of",
"the",
"State",
"or",
"Province",
"."
] | [
"\"\"\"\n Name of the State or Province.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | data_account_type | pulumi.Input[Union[str, 'DataAccountType']] | def data_account_type(self) -> pulumi.Input[Union[str, 'DataAccountType']]:
"""
Type of the account of data
"""
return pulumi.get(self, "data_account_type") |
Type of the account of data
| Type of the account of data | [
"Type",
"of",
"the",
"account",
"of",
"data"
] | def data_account_type(self) -> pulumi.Input[Union[str, 'DataAccountType']]:
return pulumi.get(self, "data_account_type") | [
"def",
"data_account_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'DataAccountType'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_account_type\"",
")"
] | Type of the account of data | [
"Type",
"of",
"the",
"account",
"of",
"data"
] | [
"\"\"\"\n Type of the account of data\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | transfer_all_blobs | Optional[pulumi.Input[bool]] | def transfer_all_blobs(self) -> Optional[pulumi.Input[bool]]:
"""
To indicate if all Azure blobs have to be transferred
"""
return pulumi.get(self, "transfer_all_blobs") |
To indicate if all Azure blobs have to be transferred
| To indicate if all Azure blobs have to be transferred | [
"To",
"indicate",
"if",
"all",
"Azure",
"blobs",
"have",
"to",
"be",
"transferred"
] | def transfer_all_blobs(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "transfer_all_blobs") | [
"def",
"transfer_all_blobs",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"transfer_all_blobs\"",
")"
] | To indicate if all Azure blobs have to be transferred | [
"To",
"indicate",
"if",
"all",
"Azure",
"blobs",
"have",
"to",
"be",
"transferred"
] | [
"\"\"\"\n To indicate if all Azure blobs have to be transferred\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | transfer_all_files | Optional[pulumi.Input[bool]] | def transfer_all_files(self) -> Optional[pulumi.Input[bool]]:
"""
To indicate if all Azure Files have to be transferred
"""
return pulumi.get(self, "transfer_all_files") |
To indicate if all Azure Files have to be transferred
| To indicate if all Azure Files have to be transferred | [
"To",
"indicate",
"if",
"all",
"Azure",
"Files",
"have",
"to",
"be",
"transferred"
] | def transfer_all_files(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "transfer_all_files") | [
"def",
"transfer_all_files",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"transfer_all_files\"",
")"
] | To indicate if all Azure Files have to be transferred | [
"To",
"indicate",
"if",
"all",
"Azure",
"Files",
"have",
"to",
"be",
"transferred"
] | [
"\"\"\"\n To indicate if all Azure Files have to be transferred\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | transfer_configuration_type | pulumi.Input[Union[str, 'TransferConfigurationType']] | def transfer_configuration_type(self) -> pulumi.Input[Union[str, 'TransferConfigurationType']]:
"""
Type of the configuration for transfer.
"""
return pulumi.get(self, "transfer_configuration_type") |
Type of the configuration for transfer.
| Type of the configuration for transfer. | [
"Type",
"of",
"the",
"configuration",
"for",
"transfer",
"."
] | def transfer_configuration_type(self) -> pulumi.Input[Union[str, 'TransferConfigurationType']]:
return pulumi.get(self, "transfer_configuration_type") | [
"def",
"transfer_configuration_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'TransferConfigurationType'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"transfer_configuration_type\"",
")"
] | Type of the configuration for transfer. | [
"Type",
"of",
"the",
"configuration",
"for",
"transfer",
"."
] | [
"\"\"\"\n Type of the configuration for 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": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | transfer_all_details | Optional[pulumi.Input['TransferConfigurationTransferAllDetailsArgs']] | def transfer_all_details(self) -> Optional[pulumi.Input['TransferConfigurationTransferAllDetailsArgs']]:
"""
Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll
"""
return pulumi.get(self, "transfer... |
Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll
| Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll | [
"Map",
"of",
"filter",
"type",
"and",
"the",
"details",
"to",
"transfer",
"all",
"data",
".",
"This",
"field",
"is",
"required",
"only",
"if",
"the",
"TransferConfigurationType",
"is",
"given",
"as",
"TransferAll"
] | def transfer_all_details(self) -> Optional[pulumi.Input['TransferConfigurationTransferAllDetailsArgs']]:
return pulumi.get(self, "transfer_all_details") | [
"def",
"transfer_all_details",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'TransferConfigurationTransferAllDetailsArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"transfer_all_details\"",
")"
] | Map of filter type and the details to transfer all data. | [
"Map",
"of",
"filter",
"type",
"and",
"the",
"details",
"to",
"transfer",
"all",
"data",
"."
] | [
"\"\"\"\n Map of filter type and the details to transfer all data. This field is required only if the TransferConfigurationType is given as TransferAll\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | transfer_filter_details | Optional[pulumi.Input['TransferConfigurationTransferFilterDetailsArgs']] | def transfer_filter_details(self) -> Optional[pulumi.Input['TransferConfigurationTransferFilterDetailsArgs']]:
"""
Map of filter type and the details to filter. This field is required only if the TransferConfigurationType is given as TransferUsingFilter.
"""
return pulumi.get(self, "tran... |
Map of filter type and the details to filter. This field is required only if the TransferConfigurationType is given as TransferUsingFilter.
| Map of filter type and the details to filter. This field is required only if the TransferConfigurationType is given as TransferUsingFilter. | [
"Map",
"of",
"filter",
"type",
"and",
"the",
"details",
"to",
"filter",
".",
"This",
"field",
"is",
"required",
"only",
"if",
"the",
"TransferConfigurationType",
"is",
"given",
"as",
"TransferUsingFilter",
"."
] | def transfer_filter_details(self) -> Optional[pulumi.Input['TransferConfigurationTransferFilterDetailsArgs']]:
return pulumi.get(self, "transfer_filter_details") | [
"def",
"transfer_filter_details",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'TransferConfigurationTransferFilterDetailsArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"transfer_filter_details\"",
")"
] | Map of filter type and the details to filter. | [
"Map",
"of",
"filter",
"type",
"and",
"the",
"details",
"to",
"filter",
"."
] | [
"\"\"\"\n Map of filter type and the details to filter. This field is required only if the TransferConfigurationType is given as TransferUsingFilter.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | include | Optional[pulumi.Input['TransferAllDetailsArgs']] | def include(self) -> Optional[pulumi.Input['TransferAllDetailsArgs']]:
"""
Details to transfer all data.
"""
return pulumi.get(self, "include") |
Details to transfer all data.
| Details to transfer all data. | [
"Details",
"to",
"transfer",
"all",
"data",
"."
] | def include(self) -> Optional[pulumi.Input['TransferAllDetailsArgs']]:
return pulumi.get(self, "include") | [
"def",
"include",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'TransferAllDetailsArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"include\"",
")"
] | Details to transfer all data. | [
"Details",
"to",
"transfer",
"all",
"data",
"."
] | [
"\"\"\"\n Details to transfer all data.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | include | Optional[pulumi.Input['TransferFilterDetailsArgs']] | def include(self) -> Optional[pulumi.Input['TransferFilterDetailsArgs']]:
"""
Details of the filtering the transfer of data.
"""
return pulumi.get(self, "include") |
Details of the filtering the transfer of data.
| Details of the filtering the transfer of data. | [
"Details",
"of",
"the",
"filtering",
"the",
"transfer",
"of",
"data",
"."
] | def include(self) -> Optional[pulumi.Input['TransferFilterDetailsArgs']]:
return pulumi.get(self, "include") | [
"def",
"include",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'TransferFilterDetailsArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"include\"",
")"
] | Details of the filtering the transfer of data. | [
"Details",
"of",
"the",
"filtering",
"the",
"transfer",
"of",
"data",
"."
] | [
"\"\"\"\n Details of the filtering the transfer of data.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | azure_file_filter_details | Optional[pulumi.Input['AzureFileFilterDetailsArgs']] | def azure_file_filter_details(self) -> Optional[pulumi.Input['AzureFileFilterDetailsArgs']]:
"""
Filter details to transfer Azure files.
"""
return pulumi.get(self, "azure_file_filter_details") |
Filter details to transfer Azure files.
| Filter details to transfer Azure files. | [
"Filter",
"details",
"to",
"transfer",
"Azure",
"files",
"."
] | def azure_file_filter_details(self) -> Optional[pulumi.Input['AzureFileFilterDetailsArgs']]:
return pulumi.get(self, "azure_file_filter_details") | [
"def",
"azure_file_filter_details",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'AzureFileFilterDetailsArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"azure_file_filter_details\"",
")"
] | Filter details to transfer Azure files. | [
"Filter",
"details",
"to",
"transfer",
"Azure",
"files",
"."
] | [
"\"\"\"\n Filter details to transfer Azure files.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | blob_filter_details | Optional[pulumi.Input['BlobFilterDetailsArgs']] | def blob_filter_details(self) -> Optional[pulumi.Input['BlobFilterDetailsArgs']]:
"""
Filter details to transfer blobs.
"""
return pulumi.get(self, "blob_filter_details") |
Filter details to transfer blobs.
| Filter details to transfer blobs. | [
"Filter",
"details",
"to",
"transfer",
"blobs",
"."
] | def blob_filter_details(self) -> Optional[pulumi.Input['BlobFilterDetailsArgs']]:
return pulumi.get(self, "blob_filter_details") | [
"def",
"blob_filter_details",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'BlobFilterDetailsArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"blob_filter_details\"",
")"
] | Filter details to transfer blobs. | [
"Filter",
"details",
"to",
"transfer",
"blobs",
"."
] | [
"\"\"\"\n Filter details to transfer blobs.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | filter_file_details | Optional[pulumi.Input[Sequence[pulumi.Input['FilterFileDetailsArgs']]]] | def filter_file_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FilterFileDetailsArgs']]]]:
"""
Details of the filter files to be used for data transfer.
"""
return pulumi.get(self, "filter_file_details") |
Details of the filter files to be used for data transfer.
| Details of the filter files to be used for data transfer. | [
"Details",
"of",
"the",
"filter",
"files",
"to",
"be",
"used",
"for",
"data",
"transfer",
"."
] | def filter_file_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FilterFileDetailsArgs']]]]:
return pulumi.get(self, "filter_file_details") | [
"def",
"filter_file_details",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'FilterFileDetailsArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"fil... | Details of the filter files to be used for data transfer. | [
"Details",
"of",
"the",
"filter",
"files",
"to",
"be",
"used",
"for",
"data",
"transfer",
"."
] | [
"\"\"\"\n Details of the filter files to be used for 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": []
} |
2c792a9cd2215fa7154b5dce58fcc3c4e0726435 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/_inputs.py | [
"Apache-2.0"
] | Python | preferred_shipment_type | pulumi.Input[Union[str, 'TransportShipmentTypes']] | def preferred_shipment_type(self) -> pulumi.Input[Union[str, 'TransportShipmentTypes']]:
"""
Indicates Shipment Logistics type that the customer preferred.
"""
return pulumi.get(self, "preferred_shipment_type") |
Indicates Shipment Logistics type that the customer preferred.
| Indicates Shipment Logistics type that the customer preferred. | [
"Indicates",
"Shipment",
"Logistics",
"type",
"that",
"the",
"customer",
"preferred",
"."
] | def preferred_shipment_type(self) -> pulumi.Input[Union[str, 'TransportShipmentTypes']]:
return pulumi.get(self, "preferred_shipment_type") | [
"def",
"preferred_shipment_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'TransportShipmentTypes'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"preferred_shipment_type\"",
")"
] | Indicates Shipment Logistics type that the customer preferred. | [
"Indicates",
"Shipment",
"Logistics",
"type",
"that",
"the",
"customer",
"preferred",
"."
] | [
"\"\"\"\n Indicates Shipment Logistics type that the customer preferred.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6bd28af2a185802dc995df16feaa6cbeb4e63dfb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/logic/v20160601/list_workflow_version_callback_url.py | [
"Apache-2.0"
] | Python | base_path | str | def base_path(self) -> str:
"""
Gets the workflow trigger callback URL base path.
"""
return pulumi.get(self, "base_path") |
Gets the workflow trigger callback URL base path.
| Gets the workflow trigger callback URL base path. | [
"Gets",
"the",
"workflow",
"trigger",
"callback",
"URL",
"base",
"path",
"."
] | def base_path(self) -> str:
return pulumi.get(self, "base_path") | [
"def",
"base_path",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"base_path\"",
")"
] | Gets the workflow trigger callback URL base path. | [
"Gets",
"the",
"workflow",
"trigger",
"callback",
"URL",
"base",
"path",
"."
] | [
"\"\"\"\n Gets the workflow trigger callback URL base path.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6bd28af2a185802dc995df16feaa6cbeb4e63dfb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/logic/v20160601/list_workflow_version_callback_url.py | [
"Apache-2.0"
] | Python | method | str | def method(self) -> str:
"""
Gets the workflow trigger callback URL HTTP method.
"""
return pulumi.get(self, "method") |
Gets the workflow trigger callback URL HTTP method.
| Gets the workflow trigger callback URL HTTP method. | [
"Gets",
"the",
"workflow",
"trigger",
"callback",
"URL",
"HTTP",
"method",
"."
] | def method(self) -> str:
return pulumi.get(self, "method") | [
"def",
"method",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"method\"",
")"
] | Gets the workflow trigger callback URL HTTP method. | [
"Gets",
"the",
"workflow",
"trigger",
"callback",
"URL",
"HTTP",
"method",
"."
] | [
"\"\"\"\n Gets the workflow trigger callback URL HTTP method.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6bd28af2a185802dc995df16feaa6cbeb4e63dfb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/logic/v20160601/list_workflow_version_callback_url.py | [
"Apache-2.0"
] | Python | queries | Optional['outputs.WorkflowTriggerListCallbackUrlQueriesResponseResult'] | def queries(self) -> Optional['outputs.WorkflowTriggerListCallbackUrlQueriesResponseResult']:
"""
Gets the workflow trigger callback URL query parameters.
"""
return pulumi.get(self, "queries") |
Gets the workflow trigger callback URL query parameters.
| Gets the workflow trigger callback URL query parameters. | [
"Gets",
"the",
"workflow",
"trigger",
"callback",
"URL",
"query",
"parameters",
"."
] | def queries(self) -> Optional['outputs.WorkflowTriggerListCallbackUrlQueriesResponseResult']:
return pulumi.get(self, "queries") | [
"def",
"queries",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.WorkflowTriggerListCallbackUrlQueriesResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"queries\"",
")"
] | Gets the workflow trigger callback URL query parameters. | [
"Gets",
"the",
"workflow",
"trigger",
"callback",
"URL",
"query",
"parameters",
"."
] | [
"\"\"\"\n Gets the workflow trigger callback URL query 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": []
} |
6bd28af2a185802dc995df16feaa6cbeb4e63dfb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/logic/v20160601/list_workflow_version_callback_url.py | [
"Apache-2.0"
] | Python | relative_path | str | def relative_path(self) -> str:
"""
Gets the workflow trigger callback URL relative path.
"""
return pulumi.get(self, "relative_path") |
Gets the workflow trigger callback URL relative path.
| Gets the workflow trigger callback URL relative path. | [
"Gets",
"the",
"workflow",
"trigger",
"callback",
"URL",
"relative",
"path",
"."
] | def relative_path(self) -> str:
return pulumi.get(self, "relative_path") | [
"def",
"relative_path",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"relative_path\"",
")"
] | Gets the workflow trigger callback URL relative path. | [
"Gets",
"the",
"workflow",
"trigger",
"callback",
"URL",
"relative",
"path",
"."
] | [
"\"\"\"\n Gets the workflow trigger callback URL relative path.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6bd28af2a185802dc995df16feaa6cbeb4e63dfb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/logic/v20160601/list_workflow_version_callback_url.py | [
"Apache-2.0"
] | Python | relative_path_parameters | Optional[Sequence[str]] | def relative_path_parameters(self) -> Optional[Sequence[str]]:
"""
Gets the workflow trigger callback URL relative path parameters.
"""
return pulumi.get(self, "relative_path_parameters") |
Gets the workflow trigger callback URL relative path parameters.
| Gets the workflow trigger callback URL relative path parameters. | [
"Gets",
"the",
"workflow",
"trigger",
"callback",
"URL",
"relative",
"path",
"parameters",
"."
] | def relative_path_parameters(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "relative_path_parameters") | [
"def",
"relative_path_parameters",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"relative_path_parameters\"",
")"
] | Gets the workflow trigger callback URL relative path parameters. | [
"Gets",
"the",
"workflow",
"trigger",
"callback",
"URL",
"relative",
"path",
"parameters",
"."
] | [
"\"\"\"\n Gets the workflow trigger callback URL relative path 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": []
} |
6bd28af2a185802dc995df16feaa6cbeb4e63dfb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/logic/v20160601/list_workflow_version_callback_url.py | [
"Apache-2.0"
] | Python | list_workflow_version_callback_url | AwaitableListWorkflowVersionCallbackUrlResult | def list_workflow_version_callback_url(key_type: Optional['KeyType'] = None,
not_after: Optional[str] = None,
resource_group_name: Optional[str] = None,
trigger_name: Optional[str] = None,
... |
The workflow trigger callback URL.
:param 'KeyType' key_type: The key type.
:param str not_after: The expiry time.
:param str resource_group_name: The resource group name.
:param str trigger_name: The workflow trigger name.
:param str version_id: The workflow versionId.
:param str workflo... | The workflow trigger callback URL. | [
"The",
"workflow",
"trigger",
"callback",
"URL",
"."
] | def list_workflow_version_callback_url(key_type: Optional['KeyType'] = None,
not_after: Optional[str] = None,
resource_group_name: Optional[str] = None,
trigger_name: Optional[str] = None,
... | [
"def",
"list_workflow_version_callback_url",
"(",
"key_type",
":",
"Optional",
"[",
"'KeyType'",
"]",
"=",
"None",
",",
"not_after",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
","... | The workflow trigger callback URL. | [
"The",
"workflow",
"trigger",
"callback",
"URL",
"."
] | [
"\"\"\"\n The workflow trigger callback URL.\n\n\n :param 'KeyType' key_type: The key type.\n :param str not_after: The expiry time.\n :param str resource_group_name: The resource group name.\n :param str trigger_name: The workflow trigger name.\n :param str version_id: The workflow versionId.\n ... | [
{
"param": "key_type",
"type": "Optional['KeyType']"
},
{
"param": "not_after",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "trigger_name",
"type": "Optional[str]"
},
{
"param": "version_id",
"type": "Opti... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "key_type",
"type": "Optional['KeyType']",
"docstring": "The key type.",
"docstring_tokens": [
"The",
"key",
"type",
"."
],
"default": null,
"is_optional": false
},
{
... |
6be4cdf045367092939818634984d9e27f37cf56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20180401/get_ddos_protection_plan.py | [
"Apache-2.0"
] | Python | virtual_networks | Sequence['outputs.SubResourceResponse'] | def virtual_networks(self) -> Sequence['outputs.SubResourceResponse']:
"""
The list of virtual networks associated with the DDoS protection plan resource. This list is read-only.
"""
return pulumi.get(self, "virtual_networks") |
The list of virtual networks associated with the DDoS protection plan resource. This list is read-only.
| The list of virtual networks associated with the DDoS protection plan resource. This list is read-only. | [
"The",
"list",
"of",
"virtual",
"networks",
"associated",
"with",
"the",
"DDoS",
"protection",
"plan",
"resource",
".",
"This",
"list",
"is",
"read",
"-",
"only",
"."
] | def virtual_networks(self) -> Sequence['outputs.SubResourceResponse']:
return pulumi.get(self, "virtual_networks") | [
"def",
"virtual_networks",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_networks\"",
")"
] | The list of virtual networks associated with the DDoS protection plan resource. | [
"The",
"list",
"of",
"virtual",
"networks",
"associated",
"with",
"the",
"DDoS",
"protection",
"plan",
"resource",
"."
] | [
"\"\"\"\n The list of virtual networks associated with the DDoS protection plan 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": []
} |
6be8b3ca30b3bfb43371e9157e5d78def0f6f1f5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/list_service_fabric_applicable_schedules.py | [
"Apache-2.0"
] | Python | lab_vms_shutdown | Optional['outputs.ScheduleResponse'] | def lab_vms_shutdown(self) -> Optional['outputs.ScheduleResponse']:
"""
The auto-shutdown schedule, if one has been set at the lab or lab resource level.
"""
return pulumi.get(self, "lab_vms_shutdown") |
The auto-shutdown schedule, if one has been set at the lab or lab resource level.
| The auto-shutdown schedule, if one has been set at the lab or lab resource level. | [
"The",
"auto",
"-",
"shutdown",
"schedule",
"if",
"one",
"has",
"been",
"set",
"at",
"the",
"lab",
"or",
"lab",
"resource",
"level",
"."
] | def lab_vms_shutdown(self) -> Optional['outputs.ScheduleResponse']:
return pulumi.get(self, "lab_vms_shutdown") | [
"def",
"lab_vms_shutdown",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ScheduleResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"lab_vms_shutdown\"",
")"
] | The auto-shutdown schedule, if one has been set at the lab or lab resource level. | [
"The",
"auto",
"-",
"shutdown",
"schedule",
"if",
"one",
"has",
"been",
"set",
"at",
"the",
"lab",
"or",
"lab",
"resource",
"level",
"."
] | [
"\"\"\"\n The auto-shutdown schedule, if one has been set at the lab or lab resource level.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6be8b3ca30b3bfb43371e9157e5d78def0f6f1f5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/list_service_fabric_applicable_schedules.py | [
"Apache-2.0"
] | Python | lab_vms_startup | Optional['outputs.ScheduleResponse'] | def lab_vms_startup(self) -> Optional['outputs.ScheduleResponse']:
"""
The auto-startup schedule, if one has been set at the lab or lab resource level.
"""
return pulumi.get(self, "lab_vms_startup") |
The auto-startup schedule, if one has been set at the lab or lab resource level.
| The auto-startup schedule, if one has been set at the lab or lab resource level. | [
"The",
"auto",
"-",
"startup",
"schedule",
"if",
"one",
"has",
"been",
"set",
"at",
"the",
"lab",
"or",
"lab",
"resource",
"level",
"."
] | def lab_vms_startup(self) -> Optional['outputs.ScheduleResponse']:
return pulumi.get(self, "lab_vms_startup") | [
"def",
"lab_vms_startup",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ScheduleResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"lab_vms_startup\"",
")"
] | The auto-startup schedule, if one has been set at the lab or lab resource level. | [
"The",
"auto",
"-",
"startup",
"schedule",
"if",
"one",
"has",
"been",
"set",
"at",
"the",
"lab",
"or",
"lab",
"resource",
"level",
"."
] | [
"\"\"\"\n The auto-startup schedule, if one has been set at the lab or lab resource level.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6be8b3ca30b3bfb43371e9157e5d78def0f6f1f5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/list_service_fabric_applicable_schedules.py | [
"Apache-2.0"
] | Python | list_service_fabric_applicable_schedules | AwaitableListServiceFabricApplicableSchedulesResult | def list_service_fabric_applicable_schedules(lab_name: Optional[str] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
user_name: Optional[str] = None,
... |
Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level.
:param str lab_name: The name of the lab.
:param str name: The name of the service fabric.
:param str resource_group_name: The name of the resource group.
:param str user_name: The name of the ... | Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level. | [
"Schedules",
"applicable",
"to",
"a",
"virtual",
"machine",
".",
"The",
"schedules",
"may",
"have",
"been",
"defined",
"on",
"a",
"VM",
"or",
"on",
"lab",
"level",
"."
] | def list_service_fabric_applicable_schedules(lab_name: Optional[str] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
user_name: Optional[str] = None,
... | [
"def",
"list_service_fabric_applicable_schedules",
"(",
"lab_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"... | Schedules applicable to a virtual machine. | [
"Schedules",
"applicable",
"to",
"a",
"virtual",
"machine",
"."
] | [
"\"\"\"\n Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level.\n\n\n :param str lab_name: The name of the lab.\n :param str name: The name of the service fabric.\n :param str resource_group_name: The name of the resource group.\n :param str user_name... | [
{
"param": "lab_name",
"type": "Optional[str]"
},
{
"param": "name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "user_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOp... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "lab_name",
"type": "Optional[str]",
"docstring": "The name of the lab.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"lab",
"."
],
"default": null,
"is_op... |
6beafdce1d07559e73462f25f1d02be8134f2bc4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/enterpriseknowledgegraph/v20181203/enterprise_knowledge_graph.py | [
"Apache-2.0"
] | Python | properties | pulumi.Output['outputs.EnterpriseKnowledgeGraphPropertiesResponse'] | def properties(self) -> pulumi.Output['outputs.EnterpriseKnowledgeGraphPropertiesResponse']:
"""
The set of properties specific to EnterpriseKnowledgeGraph resource
"""
return pulumi.get(self, "properties") |
The set of properties specific to EnterpriseKnowledgeGraph resource
| The set of properties specific to EnterpriseKnowledgeGraph resource | [
"The",
"set",
"of",
"properties",
"specific",
"to",
"EnterpriseKnowledgeGraph",
"resource"
] | def properties(self) -> pulumi.Output['outputs.EnterpriseKnowledgeGraphPropertiesResponse']:
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.EnterpriseKnowledgeGraphPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | The set of properties specific to EnterpriseKnowledgeGraph resource | [
"The",
"set",
"of",
"properties",
"specific",
"to",
"EnterpriseKnowledgeGraph",
"resource"
] | [
"\"\"\"\n The set of properties specific to EnterpriseKnowledgeGraph 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": []
} |
f12d2c6144dfc604f74641a751158a098c68c4b1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/desktopvirtualization/workspace.py | [
"Apache-2.0"
] | Python | application_group_references | pulumi.Output[Optional[Sequence[str]]] | def application_group_references(self) -> pulumi.Output[Optional[Sequence[str]]]:
"""
List of applicationGroup resource Ids.
"""
return pulumi.get(self, "application_group_references") |
List of applicationGroup resource Ids.
| List of applicationGroup resource Ids. | [
"List",
"of",
"applicationGroup",
"resource",
"Ids",
"."
] | def application_group_references(self) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "application_group_references") | [
"def",
"application_group_references",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"application_group_references\"",
")"
] | List of applicationGroup resource Ids. | [
"List",
"of",
"applicationGroup",
"resource",
"Ids",
"."
] | [
"\"\"\"\n List of applicationGroup resource Ids.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f14a60efafae47f42d0eb29aeb77ec79c7be91a6 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/search/v20150819/list_query_key_by_search_service.py | [
"Apache-2.0"
] | Python | list_query_key_by_search_service | AwaitableListQueryKeyBySearchServiceResult | def list_query_key_by_search_service(resource_group_name: Optional[str] = None,
search_service_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListQueryKeyBySearchServiceResult:
"""
Response containing... |
Response containing the query API keys for a given Azure Cognitive Search service.
:param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
:param str search_service_name: The name of the A... | Response containing the query API keys for a given Azure Cognitive Search service. | [
"Response",
"containing",
"the",
"query",
"API",
"keys",
"for",
"a",
"given",
"Azure",
"Cognitive",
"Search",
"service",
"."
] | def list_query_key_by_search_service(resource_group_name: Optional[str] = None,
search_service_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListQueryKeyBySearchServiceResult:
__args__ = dict()
__arg... | [
"def",
"list_query_key_by_search_service",
"(",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"search_service_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
... | Response containing the query API keys for a given Azure Cognitive Search service. | [
"Response",
"containing",
"the",
"query",
"API",
"keys",
"for",
"a",
"given",
"Azure",
"Cognitive",
"Search",
"service",
"."
] | [
"\"\"\"\n Response containing the query API keys for a given Azure Cognitive Search service.\n\n\n :param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.\n :param str search_service_name: T... | [
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "search_service_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "resource_group_name",
"type": "Optional[str]",
"docstring": "The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.",
"docstring_tokens": [
... |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | aad_audience | Optional[str] | def aad_audience(self) -> Optional[str]:
"""
AAD Vpn authentication parameter AAD audience.
"""
return pulumi.get(self, "aad_audience") |
AAD Vpn authentication parameter AAD audience.
| AAD Vpn authentication parameter AAD audience. | [
"AAD",
"Vpn",
"authentication",
"parameter",
"AAD",
"audience",
"."
] | def aad_audience(self) -> Optional[str]:
return pulumi.get(self, "aad_audience") | [
"def",
"aad_audience",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"aad_audience\"",
")"
] | AAD Vpn authentication parameter AAD audience. | [
"AAD",
"Vpn",
"authentication",
"parameter",
"AAD",
"audience",
"."
] | [
"\"\"\"\n AAD Vpn authentication parameter AAD audience.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | aad_issuer | Optional[str] | def aad_issuer(self) -> Optional[str]:
"""
AAD Vpn authentication parameter AAD issuer.
"""
return pulumi.get(self, "aad_issuer") |
AAD Vpn authentication parameter AAD issuer.
| AAD Vpn authentication parameter AAD issuer. | [
"AAD",
"Vpn",
"authentication",
"parameter",
"AAD",
"issuer",
"."
] | def aad_issuer(self) -> Optional[str]:
return pulumi.get(self, "aad_issuer") | [
"def",
"aad_issuer",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"aad_issuer\"",
")"
] | AAD Vpn authentication parameter AAD issuer. | [
"AAD",
"Vpn",
"authentication",
"parameter",
"AAD",
"issuer",
"."
] | [
"\"\"\"\n AAD Vpn authentication parameter AAD issuer.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | aad_tenant | Optional[str] | def aad_tenant(self) -> Optional[str]:
"""
AAD Vpn authentication parameter AAD tenant.
"""
return pulumi.get(self, "aad_tenant") |
AAD Vpn authentication parameter AAD tenant.
| AAD Vpn authentication parameter AAD tenant. | [
"AAD",
"Vpn",
"authentication",
"parameter",
"AAD",
"tenant",
"."
] | def aad_tenant(self) -> Optional[str]:
return pulumi.get(self, "aad_tenant") | [
"def",
"aad_tenant",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"aad_tenant\"",
")"
] | AAD Vpn authentication parameter AAD tenant. | [
"AAD",
"Vpn",
"authentication",
"parameter",
"AAD",
"tenant",
"."
] | [
"\"\"\"\n AAD Vpn authentication parameter AAD tenant.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | max_capacity | Optional[int] | def max_capacity(self) -> Optional[int]:
"""
Upper bound on number of Application Gateway capacity.
"""
return pulumi.get(self, "max_capacity") |
Upper bound on number of Application Gateway capacity.
| Upper bound on number of Application Gateway capacity. | [
"Upper",
"bound",
"on",
"number",
"of",
"Application",
"Gateway",
"capacity",
"."
] | def max_capacity(self) -> Optional[int]:
return pulumi.get(self, "max_capacity") | [
"def",
"max_capacity",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_capacity\"",
")"
] | Upper bound on number of Application Gateway capacity. | [
"Upper",
"bound",
"on",
"number",
"of",
"Application",
"Gateway",
"capacity",
"."
] | [
"\"\"\"\n Upper bound on number of Application Gateway capacity.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | backend_http_settings | Optional['outputs.ApplicationGatewayBackendHttpSettingsResponse'] | def backend_http_settings(self) -> Optional['outputs.ApplicationGatewayBackendHttpSettingsResponse']:
"""
Reference to an ApplicationGatewayBackendHttpSettings resource.
"""
return pulumi.get(self, "backend_http_settings") |
Reference to an ApplicationGatewayBackendHttpSettings resource.
| Reference to an ApplicationGatewayBackendHttpSettings resource. | [
"Reference",
"to",
"an",
"ApplicationGatewayBackendHttpSettings",
"resource",
"."
] | def backend_http_settings(self) -> Optional['outputs.ApplicationGatewayBackendHttpSettingsResponse']:
return pulumi.get(self, "backend_http_settings") | [
"def",
"backend_http_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ApplicationGatewayBackendHttpSettingsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"backend_http_settings\"",
")"
] | Reference to an ApplicationGatewayBackendHttpSettings resource. | [
"Reference",
"to",
"an",
"ApplicationGatewayBackendHttpSettings",
"resource",
"."
] | [
"\"\"\"\n Reference to an ApplicationGatewayBackendHttpSettings 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": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | ip_configuration | Optional['outputs.NetworkInterfaceIPConfigurationResponse'] | def ip_configuration(self) -> Optional['outputs.NetworkInterfaceIPConfigurationResponse']:
"""
Reference to IP configuration of backend server.
"""
return pulumi.get(self, "ip_configuration") |
Reference to IP configuration of backend server.
| Reference to IP configuration of backend server. | [
"Reference",
"to",
"IP",
"configuration",
"of",
"backend",
"server",
"."
] | def ip_configuration(self) -> Optional['outputs.NetworkInterfaceIPConfigurationResponse']:
return pulumi.get(self, "ip_configuration") | [
"def",
"ip_configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.NetworkInterfaceIPConfigurationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ip_configuration\"",
")"
] | Reference to IP configuration of backend server. | [
"Reference",
"to",
"IP",
"configuration",
"of",
"backend",
"server",
"."
] | [
"\"\"\"\n Reference to IP configuration of backend server.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | verify_client_cert_issuer_dn | Optional[bool] | def verify_client_cert_issuer_dn(self) -> Optional[bool]:
"""
Verify client certificate issuer name on the application gateway.
"""
return pulumi.get(self, "verify_client_cert_issuer_dn") |
Verify client certificate issuer name on the application gateway.
| Verify client certificate issuer name on the application gateway. | [
"Verify",
"client",
"certificate",
"issuer",
"name",
"on",
"the",
"application",
"gateway",
"."
] | def verify_client_cert_issuer_dn(self) -> Optional[bool]:
return pulumi.get(self, "verify_client_cert_issuer_dn") | [
"def",
"verify_client_cert_issuer_dn",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"verify_client_cert_issuer_dn\"",
")"
] | Verify client certificate issuer name on the application gateway. | [
"Verify",
"client",
"certificate",
"issuer",
"name",
"on",
"the",
"application",
"gateway",
"."
] | [
"\"\"\"\n Verify client certificate issuer name on the application 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": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | private_link_configuration | Optional['outputs.SubResourceResponse'] | def private_link_configuration(self) -> Optional['outputs.SubResourceResponse']:
"""
Reference to the application gateway private link configuration.
"""
return pulumi.get(self, "private_link_configuration") |
Reference to the application gateway private link configuration.
| Reference to the application gateway private link configuration. | [
"Reference",
"to",
"the",
"application",
"gateway",
"private",
"link",
"configuration",
"."
] | def private_link_configuration(self) -> Optional['outputs.SubResourceResponse']:
return pulumi.get(self, "private_link_configuration") | [
"def",
"private_link_configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_link_configuration\"",
")"
] | Reference to the application gateway private link configuration. | [
"Reference",
"to",
"the",
"application",
"gateway",
"private",
"link",
"configuration",
"."
] | [
"\"\"\"\n Reference to the application gateway private link configuration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | firewall_policy | Optional['outputs.SubResourceResponse'] | def firewall_policy(self) -> Optional['outputs.SubResourceResponse']:
"""
Reference to the FirewallPolicy resource.
"""
return pulumi.get(self, "firewall_policy") |
Reference to the FirewallPolicy resource.
| Reference to the FirewallPolicy resource. | [
"Reference",
"to",
"the",
"FirewallPolicy",
"resource",
"."
] | def firewall_policy(self) -> Optional['outputs.SubResourceResponse']:
return pulumi.get(self, "firewall_policy") | [
"def",
"firewall_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"firewall_policy\"",
")"
] | Reference to the FirewallPolicy resource. | [
"Reference",
"to",
"the",
"FirewallPolicy",
"resource",
"."
] | [
"\"\"\"\n Reference to the FirewallPolicy 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": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | host_names | Optional[Sequence[str]] | def host_names(self) -> Optional[Sequence[str]]:
"""
List of Host names for HTTP Listener that allows special wildcard characters as well.
"""
return pulumi.get(self, "host_names") |
List of Host names for HTTP Listener that allows special wildcard characters as well.
| List of Host names for HTTP Listener that allows special wildcard characters as well. | [
"List",
"of",
"Host",
"names",
"for",
"HTTP",
"Listener",
"that",
"allows",
"special",
"wildcard",
"characters",
"as",
"well",
"."
] | def host_names(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "host_names") | [
"def",
"host_names",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"host_names\"",
")"
] | List of Host names for HTTP Listener that allows special wildcard characters as well. | [
"List",
"of",
"Host",
"names",
"for",
"HTTP",
"Listener",
"that",
"allows",
"special",
"wildcard",
"characters",
"as",
"well",
"."
] | [
"\"\"\"\n List of Host names for HTTP Listener that allows special wildcard characters as well.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | ssl_profile | Optional['outputs.SubResourceResponse'] | def ssl_profile(self) -> Optional['outputs.SubResourceResponse']:
"""
SSL profile resource of the application gateway.
"""
return pulumi.get(self, "ssl_profile") |
SSL profile resource of the application gateway.
| SSL profile resource of the application gateway. | [
"SSL",
"profile",
"resource",
"of",
"the",
"application",
"gateway",
"."
] | def ssl_profile(self) -> Optional['outputs.SubResourceResponse']:
return pulumi.get(self, "ssl_profile") | [
"def",
"ssl_profile",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ssl_profile\"",
")"
] | SSL profile resource of the application gateway. | [
"SSL",
"profile",
"resource",
"of",
"the",
"application",
"gateway",
"."
] | [
"\"\"\"\n SSL profile resource of the application 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": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | ip_configurations | Optional[Sequence['outputs.ApplicationGatewayPrivateLinkIpConfigurationResponse']] | def ip_configurations(self) -> Optional[Sequence['outputs.ApplicationGatewayPrivateLinkIpConfigurationResponse']]:
"""
An array of application gateway private link ip configurations.
"""
return pulumi.get(self, "ip_configurations") |
An array of application gateway private link ip configurations.
| An array of application gateway private link ip configurations. | [
"An",
"array",
"of",
"application",
"gateway",
"private",
"link",
"ip",
"configurations",
"."
] | def ip_configurations(self) -> Optional[Sequence['outputs.ApplicationGatewayPrivateLinkIpConfigurationResponse']]:
return pulumi.get(self, "ip_configurations") | [
"def",
"ip_configurations",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayPrivateLinkIpConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ip_configurations\"",
")"
] | An array of application gateway private link ip configurations. | [
"An",
"array",
"of",
"application",
"gateway",
"private",
"link",
"ip",
"configurations",
"."
] | [
"\"\"\"\n An array of application gateway private link ip configurations.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | operational_state | str | def operational_state(self) -> str:
"""
Operational state of the application gateway resource.
"""
return pulumi.get(self, "operational_state") |
Operational state of the application gateway resource.
| Operational state of the application gateway resource. | [
"Operational",
"state",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | def operational_state(self) -> str:
return pulumi.get(self, "operational_state") | [
"def",
"operational_state",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"operational_state\"",
")"
] | Operational state of the application gateway resource. | [
"Operational",
"state",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n Operational state of the application gateway 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": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | private_endpoint_connections | Sequence['outputs.ApplicationGatewayPrivateEndpointConnectionResponse'] | def private_endpoint_connections(self) -> Sequence['outputs.ApplicationGatewayPrivateEndpointConnectionResponse']:
"""
Private Endpoint connections on application gateway.
"""
return pulumi.get(self, "private_endpoint_connections") |
Private Endpoint connections on application gateway.
| Private Endpoint connections on application gateway. | [
"Private",
"Endpoint",
"connections",
"on",
"application",
"gateway",
"."
] | def private_endpoint_connections(self) -> Sequence['outputs.ApplicationGatewayPrivateEndpointConnectionResponse']:
return pulumi.get(self, "private_endpoint_connections") | [
"def",
"private_endpoint_connections",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.ApplicationGatewayPrivateEndpointConnectionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_endpoint_connections\"",
")"
] | Private Endpoint connections on application gateway. | [
"Private",
"Endpoint",
"connections",
"on",
"application",
"gateway",
"."
] | [
"\"\"\"\n Private Endpoint connections on application 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": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | authentication_certificates | Optional[Sequence['outputs.ApplicationGatewayAuthenticationCertificateResponse']] | def authentication_certificates(self) -> Optional[Sequence['outputs.ApplicationGatewayAuthenticationCertificateResponse']]:
"""
Authentication certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-servic... |
Authentication certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
| Authentication certificates of the application gateway resource. For default limits, see [Application Gateway limits]. | [
"Authentication",
"certificates",
"of",
"the",
"application",
"gateway",
"resource",
".",
"For",
"default",
"limits",
"see",
"[",
"Application",
"Gateway",
"limits",
"]",
"."
] | def authentication_certificates(self) -> Optional[Sequence['outputs.ApplicationGatewayAuthenticationCertificateResponse']]:
return pulumi.get(self, "authentication_certificates") | [
"def",
"authentication_certificates",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayAuthenticationCertificateResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"authentication_certificates\"",
")"
] | Authentication certificates of the application gateway resource. | [
"Authentication",
"certificates",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n Authentication certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | backend_address_pools | Optional[Sequence['outputs.ApplicationGatewayBackendAddressPoolResponse']] | def backend_address_pools(self) -> Optional[Sequence['outputs.ApplicationGatewayBackendAddressPoolResponse']]:
"""
Backend address pool of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application... |
Backend address pool of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
| Backend address pool of the application gateway resource. For default limits, see [Application Gateway limits]. | [
"Backend",
"address",
"pool",
"of",
"the",
"application",
"gateway",
"resource",
".",
"For",
"default",
"limits",
"see",
"[",
"Application",
"Gateway",
"limits",
"]",
"."
] | def backend_address_pools(self) -> Optional[Sequence['outputs.ApplicationGatewayBackendAddressPoolResponse']]:
return pulumi.get(self, "backend_address_pools") | [
"def",
"backend_address_pools",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayBackendAddressPoolResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"backend_address_pools\"",
")"
] | Backend address pool of the application gateway resource. | [
"Backend",
"address",
"pool",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n Backend address pool of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | backend_http_settings_collection | Optional[Sequence['outputs.ApplicationGatewayBackendHttpSettingsResponse']] | def backend_http_settings_collection(self) -> Optional[Sequence['outputs.ApplicationGatewayBackendHttpSettingsResponse']]:
"""
Backend http settings of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limit... |
Backend http settings of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
| Backend http settings of the application gateway resource. For default limits, see [Application Gateway limits]. | [
"Backend",
"http",
"settings",
"of",
"the",
"application",
"gateway",
"resource",
".",
"For",
"default",
"limits",
"see",
"[",
"Application",
"Gateway",
"limits",
"]",
"."
] | def backend_http_settings_collection(self) -> Optional[Sequence['outputs.ApplicationGatewayBackendHttpSettingsResponse']]:
return pulumi.get(self, "backend_http_settings_collection") | [
"def",
"backend_http_settings_collection",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayBackendHttpSettingsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"backend_http_settings_collection\"",
")"
] | Backend http settings of the application gateway resource. | [
"Backend",
"http",
"settings",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n Backend http settings of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | enable_fips | Optional[bool] | def enable_fips(self) -> Optional[bool]:
"""
Whether FIPS is enabled on the application gateway resource.
"""
return pulumi.get(self, "enable_fips") |
Whether FIPS is enabled on the application gateway resource.
| Whether FIPS is enabled on the application gateway resource. | [
"Whether",
"FIPS",
"is",
"enabled",
"on",
"the",
"application",
"gateway",
"resource",
"."
] | def enable_fips(self) -> Optional[bool]:
return pulumi.get(self, "enable_fips") | [
"def",
"enable_fips",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_fips\"",
")"
] | Whether FIPS is enabled on the application gateway resource. | [
"Whether",
"FIPS",
"is",
"enabled",
"on",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n Whether FIPS is enabled on the application gateway 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": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | enable_http2 | Optional[bool] | def enable_http2(self) -> Optional[bool]:
"""
Whether HTTP2 is enabled on the application gateway resource.
"""
return pulumi.get(self, "enable_http2") |
Whether HTTP2 is enabled on the application gateway resource.
| Whether HTTP2 is enabled on the application gateway resource. | [
"Whether",
"HTTP2",
"is",
"enabled",
"on",
"the",
"application",
"gateway",
"resource",
"."
] | def enable_http2(self) -> Optional[bool]:
return pulumi.get(self, "enable_http2") | [
"def",
"enable_http2",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_http2\"",
")"
] | Whether HTTP2 is enabled on the application gateway resource. | [
"Whether",
"HTTP2",
"is",
"enabled",
"on",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n Whether HTTP2 is enabled on the application gateway 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": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | force_firewall_policy_association | Optional[bool] | def force_firewall_policy_association(self) -> Optional[bool]:
"""
If true, associates a firewall policy with an application gateway regardless whether the policy differs from the WAF Config.
"""
return pulumi.get(self, "force_firewall_policy_association") |
If true, associates a firewall policy with an application gateway regardless whether the policy differs from the WAF Config.
| If true, associates a firewall policy with an application gateway regardless whether the policy differs from the WAF Config. | [
"If",
"true",
"associates",
"a",
"firewall",
"policy",
"with",
"an",
"application",
"gateway",
"regardless",
"whether",
"the",
"policy",
"differs",
"from",
"the",
"WAF",
"Config",
"."
] | def force_firewall_policy_association(self) -> Optional[bool]:
return pulumi.get(self, "force_firewall_policy_association") | [
"def",
"force_firewall_policy_association",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"force_firewall_policy_association\"",
")"
] | If true, associates a firewall policy with an application gateway regardless whether the policy differs from the WAF Config. | [
"If",
"true",
"associates",
"a",
"firewall",
"policy",
"with",
"an",
"application",
"gateway",
"regardless",
"whether",
"the",
"policy",
"differs",
"from",
"the",
"WAF",
"Config",
"."
] | [
"\"\"\"\n If true, associates a firewall policy with an application gateway regardless whether the policy differs from the WAF Config.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | frontend_ip_configurations | Optional[Sequence['outputs.ApplicationGatewayFrontendIPConfigurationResponse']] | def frontend_ip_configurations(self) -> Optional[Sequence['outputs.ApplicationGatewayFrontendIPConfigurationResponse']]:
"""
Frontend IP addresses of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#... |
Frontend IP addresses of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
| Frontend IP addresses of the application gateway resource. For default limits, see [Application Gateway limits]. | [
"Frontend",
"IP",
"addresses",
"of",
"the",
"application",
"gateway",
"resource",
".",
"For",
"default",
"limits",
"see",
"[",
"Application",
"Gateway",
"limits",
"]",
"."
] | def frontend_ip_configurations(self) -> Optional[Sequence['outputs.ApplicationGatewayFrontendIPConfigurationResponse']]:
return pulumi.get(self, "frontend_ip_configurations") | [
"def",
"frontend_ip_configurations",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayFrontendIPConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"frontend_ip_configurations\"",
")"
] | Frontend IP addresses of the application gateway resource. | [
"Frontend",
"IP",
"addresses",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n Frontend IP addresses of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | frontend_ports | Optional[Sequence['outputs.ApplicationGatewayFrontendPortResponse']] | def frontend_ports(self) -> Optional[Sequence['outputs.ApplicationGatewayFrontendPortResponse']]:
"""
Frontend ports of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
... |
Frontend ports of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
| Frontend ports of the application gateway resource. For default limits, see [Application Gateway limits]. | [
"Frontend",
"ports",
"of",
"the",
"application",
"gateway",
"resource",
".",
"For",
"default",
"limits",
"see",
"[",
"Application",
"Gateway",
"limits",
"]",
"."
] | def frontend_ports(self) -> Optional[Sequence['outputs.ApplicationGatewayFrontendPortResponse']]:
return pulumi.get(self, "frontend_ports") | [
"def",
"frontend_ports",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayFrontendPortResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"frontend_ports\"",
")"
] | Frontend ports of the application gateway resource. | [
"Frontend",
"ports",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n Frontend ports of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | gateway_ip_configurations | Optional[Sequence['outputs.ApplicationGatewayIPConfigurationResponse']] | def gateway_ip_configurations(self) -> Optional[Sequence['outputs.ApplicationGatewayIPConfigurationResponse']]:
"""
Subnets of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-lim... |
Subnets of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
| Subnets of the application gateway resource. For default limits, see [Application Gateway limits]. | [
"Subnets",
"of",
"the",
"application",
"gateway",
"resource",
".",
"For",
"default",
"limits",
"see",
"[",
"Application",
"Gateway",
"limits",
"]",
"."
] | def gateway_ip_configurations(self) -> Optional[Sequence['outputs.ApplicationGatewayIPConfigurationResponse']]:
return pulumi.get(self, "gateway_ip_configurations") | [
"def",
"gateway_ip_configurations",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayIPConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"gateway_ip_configurations\"",
")"
] | Subnets of the application gateway resource. | [
"Subnets",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n Subnets of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | http_listeners | Optional[Sequence['outputs.ApplicationGatewayHttpListenerResponse']] | def http_listeners(self) -> Optional[Sequence['outputs.ApplicationGatewayHttpListenerResponse']]:
"""
Http listeners of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
... |
Http listeners of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
| Http listeners of the application gateway resource. For default limits, see [Application Gateway limits]. | [
"Http",
"listeners",
"of",
"the",
"application",
"gateway",
"resource",
".",
"For",
"default",
"limits",
"see",
"[",
"Application",
"Gateway",
"limits",
"]",
"."
] | def http_listeners(self) -> Optional[Sequence['outputs.ApplicationGatewayHttpListenerResponse']]:
return pulumi.get(self, "http_listeners") | [
"def",
"http_listeners",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayHttpListenerResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"http_listeners\"",
")"
] | Http listeners of the application gateway resource. | [
"Http",
"listeners",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n Http listeners of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | identity | Optional['outputs.ManagedServiceIdentityResponse'] | def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
"""
The identity of the application gateway, if configured.
"""
return pulumi.get(self, "identity") |
The identity of the application gateway, if configured.
| The identity of the application gateway, if configured. | [
"The",
"identity",
"of",
"the",
"application",
"gateway",
"if",
"configured",
"."
] | def identity(self) -> Optional['outputs.ManagedServiceIdentityResponse']:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ManagedServiceIdentityResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The identity of the application gateway, if configured. | [
"The",
"identity",
"of",
"the",
"application",
"gateway",
"if",
"configured",
"."
] | [
"\"\"\"\n The identity of the application gateway, if configured.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | private_link_configurations | Optional[Sequence['outputs.ApplicationGatewayPrivateLinkConfigurationResponse']] | def private_link_configurations(self) -> Optional[Sequence['outputs.ApplicationGatewayPrivateLinkConfigurationResponse']]:
"""
PrivateLink configurations on application gateway.
"""
return pulumi.get(self, "private_link_configurations") |
PrivateLink configurations on application gateway.
| PrivateLink configurations on application gateway. | [
"PrivateLink",
"configurations",
"on",
"application",
"gateway",
"."
] | def private_link_configurations(self) -> Optional[Sequence['outputs.ApplicationGatewayPrivateLinkConfigurationResponse']]:
return pulumi.get(self, "private_link_configurations") | [
"def",
"private_link_configurations",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayPrivateLinkConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_link_configurations\"",
")"
] | PrivateLink configurations on application gateway. | [
"PrivateLink",
"configurations",
"on",
"application",
"gateway",
"."
] | [
"\"\"\"\n PrivateLink configurations on application 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": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | probes | Optional[Sequence['outputs.ApplicationGatewayProbeResponse']] | def probes(self) -> Optional[Sequence['outputs.ApplicationGatewayProbeResponse']]:
"""
Probes of the application gateway resource.
"""
return pulumi.get(self, "probes") |
Probes of the application gateway resource.
| Probes of the application gateway resource. | [
"Probes",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | def probes(self) -> Optional[Sequence['outputs.ApplicationGatewayProbeResponse']]:
return pulumi.get(self, "probes") | [
"def",
"probes",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayProbeResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"probes\"",
")"
] | Probes of the application gateway resource. | [
"Probes",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n Probes of the application gateway 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": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | redirect_configurations | Optional[Sequence['outputs.ApplicationGatewayRedirectConfigurationResponse']] | def redirect_configurations(self) -> Optional[Sequence['outputs.ApplicationGatewayRedirectConfigurationResponse']]:
"""
Redirect configurations of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#app... |
Redirect configurations of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
| Redirect configurations of the application gateway resource. For default limits, see [Application Gateway limits]. | [
"Redirect",
"configurations",
"of",
"the",
"application",
"gateway",
"resource",
".",
"For",
"default",
"limits",
"see",
"[",
"Application",
"Gateway",
"limits",
"]",
"."
] | def redirect_configurations(self) -> Optional[Sequence['outputs.ApplicationGatewayRedirectConfigurationResponse']]:
return pulumi.get(self, "redirect_configurations") | [
"def",
"redirect_configurations",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayRedirectConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"redirect_configurations\"",
")"
] | Redirect configurations of the application gateway resource. | [
"Redirect",
"configurations",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n Redirect configurations of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | request_routing_rules | Optional[Sequence['outputs.ApplicationGatewayRequestRoutingRuleResponse']] | def request_routing_rules(self) -> Optional[Sequence['outputs.ApplicationGatewayRequestRoutingRuleResponse']]:
"""
Request routing rules of the application gateway resource.
"""
return pulumi.get(self, "request_routing_rules") |
Request routing rules of the application gateway resource.
| Request routing rules of the application gateway resource. | [
"Request",
"routing",
"rules",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | def request_routing_rules(self) -> Optional[Sequence['outputs.ApplicationGatewayRequestRoutingRuleResponse']]:
return pulumi.get(self, "request_routing_rules") | [
"def",
"request_routing_rules",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayRequestRoutingRuleResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"request_routing_rules\"",
")"
] | Request routing rules of the application gateway resource. | [
"Request",
"routing",
"rules",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n Request routing rules of the application gateway 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": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | rewrite_rule_sets | Optional[Sequence['outputs.ApplicationGatewayRewriteRuleSetResponse']] | def rewrite_rule_sets(self) -> Optional[Sequence['outputs.ApplicationGatewayRewriteRuleSetResponse']]:
"""
Rewrite rules for the application gateway resource.
"""
return pulumi.get(self, "rewrite_rule_sets") |
Rewrite rules for the application gateway resource.
| Rewrite rules for the application gateway resource. | [
"Rewrite",
"rules",
"for",
"the",
"application",
"gateway",
"resource",
"."
] | def rewrite_rule_sets(self) -> Optional[Sequence['outputs.ApplicationGatewayRewriteRuleSetResponse']]:
return pulumi.get(self, "rewrite_rule_sets") | [
"def",
"rewrite_rule_sets",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayRewriteRuleSetResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"rewrite_rule_sets\"",
")"
] | Rewrite rules for the application gateway resource. | [
"Rewrite",
"rules",
"for",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n Rewrite rules for the application gateway 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": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | sku | Optional['outputs.ApplicationGatewaySkuResponse'] | def sku(self) -> Optional['outputs.ApplicationGatewaySkuResponse']:
"""
SKU of the application gateway resource.
"""
return pulumi.get(self, "sku") |
SKU of the application gateway resource.
| SKU of the application gateway resource. | [
"SKU",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | def sku(self) -> Optional['outputs.ApplicationGatewaySkuResponse']:
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ApplicationGatewaySkuResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | SKU of the application gateway resource. | [
"SKU",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n SKU of the application gateway 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": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | ssl_certificates | Optional[Sequence['outputs.ApplicationGatewaySslCertificateResponse']] | def ssl_certificates(self) -> Optional[Sequence['outputs.ApplicationGatewaySslCertificateResponse']]:
"""
SSL certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limi... |
SSL certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
| SSL certificates of the application gateway resource. For default limits, see [Application Gateway limits]. | [
"SSL",
"certificates",
"of",
"the",
"application",
"gateway",
"resource",
".",
"For",
"default",
"limits",
"see",
"[",
"Application",
"Gateway",
"limits",
"]",
"."
] | def ssl_certificates(self) -> Optional[Sequence['outputs.ApplicationGatewaySslCertificateResponse']]:
return pulumi.get(self, "ssl_certificates") | [
"def",
"ssl_certificates",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewaySslCertificateResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ssl_certificates\"",
")"
] | SSL certificates of the application gateway resource. | [
"SSL",
"certificates",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n SSL certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | ssl_policy | Optional['outputs.ApplicationGatewaySslPolicyResponse'] | def ssl_policy(self) -> Optional['outputs.ApplicationGatewaySslPolicyResponse']:
"""
SSL policy of the application gateway resource.
"""
return pulumi.get(self, "ssl_policy") |
SSL policy of the application gateway resource.
| SSL policy of the application gateway resource. | [
"SSL",
"policy",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | def ssl_policy(self) -> Optional['outputs.ApplicationGatewaySslPolicyResponse']:
return pulumi.get(self, "ssl_policy") | [
"def",
"ssl_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ApplicationGatewaySslPolicyResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ssl_policy\"",
")"
] | SSL policy of the application gateway resource. | [
"SSL",
"policy",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n SSL policy of the application gateway 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": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | ssl_profiles | Optional[Sequence['outputs.ApplicationGatewaySslProfileResponse']] | def ssl_profiles(self) -> Optional[Sequence['outputs.ApplicationGatewaySslProfileResponse']]:
"""
SSL profiles of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
... |
SSL profiles of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
| SSL profiles of the application gateway resource. For default limits, see [Application Gateway limits]. | [
"SSL",
"profiles",
"of",
"the",
"application",
"gateway",
"resource",
".",
"For",
"default",
"limits",
"see",
"[",
"Application",
"Gateway",
"limits",
"]",
"."
] | def ssl_profiles(self) -> Optional[Sequence['outputs.ApplicationGatewaySslProfileResponse']]:
return pulumi.get(self, "ssl_profiles") | [
"def",
"ssl_profiles",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewaySslProfileResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ssl_profiles\"",
")"
] | SSL profiles of the application gateway resource. | [
"SSL",
"profiles",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n SSL profiles of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | trusted_client_certificates | Optional[Sequence['outputs.ApplicationGatewayTrustedClientCertificateResponse']] | def trusted_client_certificates(self) -> Optional[Sequence['outputs.ApplicationGatewayTrustedClientCertificateResponse']]:
"""
Trusted client certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service... |
Trusted client certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
| Trusted client certificates of the application gateway resource. For default limits, see [Application Gateway limits]. | [
"Trusted",
"client",
"certificates",
"of",
"the",
"application",
"gateway",
"resource",
".",
"For",
"default",
"limits",
"see",
"[",
"Application",
"Gateway",
"limits",
"]",
"."
] | def trusted_client_certificates(self) -> Optional[Sequence['outputs.ApplicationGatewayTrustedClientCertificateResponse']]:
return pulumi.get(self, "trusted_client_certificates") | [
"def",
"trusted_client_certificates",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayTrustedClientCertificateResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"trusted_client_certificates\"",
")"
] | Trusted client certificates of the application gateway resource. | [
"Trusted",
"client",
"certificates",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n Trusted client certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | trusted_root_certificates | Optional[Sequence['outputs.ApplicationGatewayTrustedRootCertificateResponse']] | def trusted_root_certificates(self) -> Optional[Sequence['outputs.ApplicationGatewayTrustedRootCertificateResponse']]:
"""
Trusted Root certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limit... |
Trusted Root certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
| Trusted Root certificates of the application gateway resource. For default limits, see [Application Gateway limits]. | [
"Trusted",
"Root",
"certificates",
"of",
"the",
"application",
"gateway",
"resource",
".",
"For",
"default",
"limits",
"see",
"[",
"Application",
"Gateway",
"limits",
"]",
"."
] | def trusted_root_certificates(self) -> Optional[Sequence['outputs.ApplicationGatewayTrustedRootCertificateResponse']]:
return pulumi.get(self, "trusted_root_certificates") | [
"def",
"trusted_root_certificates",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayTrustedRootCertificateResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"trusted_root_certificates\"",
")"
] | Trusted Root certificates of the application gateway resource. | [
"Trusted",
"Root",
"certificates",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n Trusted Root certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | url_path_maps | Optional[Sequence['outputs.ApplicationGatewayUrlPathMapResponse']] | def url_path_maps(self) -> Optional[Sequence['outputs.ApplicationGatewayUrlPathMapResponse']]:
"""
URL path map of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
... |
URL path map of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
| URL path map of the application gateway resource. For default limits, see [Application Gateway limits]. | [
"URL",
"path",
"map",
"of",
"the",
"application",
"gateway",
"resource",
".",
"For",
"default",
"limits",
"see",
"[",
"Application",
"Gateway",
"limits",
"]",
"."
] | def url_path_maps(self) -> Optional[Sequence['outputs.ApplicationGatewayUrlPathMapResponse']]:
return pulumi.get(self, "url_path_maps") | [
"def",
"url_path_maps",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayUrlPathMapResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"url_path_maps\"",
")"
] | URL path map of the application gateway resource. | [
"URL",
"path",
"map",
"of",
"the",
"application",
"gateway",
"resource",
"."
] | [
"\"\"\"\n URL path map of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | url_configuration | Optional['outputs.ApplicationGatewayUrlConfigurationResponse'] | def url_configuration(self) -> Optional['outputs.ApplicationGatewayUrlConfigurationResponse']:
"""
Url Configuration Action in the Action Set.
"""
return pulumi.get(self, "url_configuration") |
Url Configuration Action in the Action Set.
| Url Configuration Action in the Action Set. | [
"Url",
"Configuration",
"Action",
"in",
"the",
"Action",
"Set",
"."
] | def url_configuration(self) -> Optional['outputs.ApplicationGatewayUrlConfigurationResponse']:
return pulumi.get(self, "url_configuration") | [
"def",
"url_configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ApplicationGatewayUrlConfigurationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"url_configuration\"",
")"
] | Url Configuration Action in the Action Set. | [
"Url",
"Configuration",
"Action",
"in",
"the",
"Action",
"Set",
"."
] | [
"\"\"\"\n Url Configuration Action in the Action Set.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | ignore_case | Optional[bool] | def ignore_case(self) -> Optional[bool]:
"""
Setting this paramter to truth value with force the pattern to do a case in-sensitive comparison.
"""
return pulumi.get(self, "ignore_case") |
Setting this paramter to truth value with force the pattern to do a case in-sensitive comparison.
| Setting this paramter to truth value with force the pattern to do a case in-sensitive comparison. | [
"Setting",
"this",
"paramter",
"to",
"truth",
"value",
"with",
"force",
"the",
"pattern",
"to",
"do",
"a",
"case",
"in",
"-",
"sensitive",
"comparison",
"."
] | def ignore_case(self) -> Optional[bool]:
return pulumi.get(self, "ignore_case") | [
"def",
"ignore_case",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ignore_case\"",
")"
] | Setting this paramter to truth value with force the pattern to do a case in-sensitive comparison. | [
"Setting",
"this",
"paramter",
"to",
"truth",
"value",
"with",
"force",
"the",
"pattern",
"to",
"do",
"a",
"case",
"in",
"-",
"sensitive",
"comparison",
"."
] | [
"\"\"\"\n Setting this paramter to truth value with force the pattern to do a case in-sensitive comparison.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | negate | Optional[bool] | def negate(self) -> Optional[bool]:
"""
Setting this value as truth will force to check the negation of the condition given by the user.
"""
return pulumi.get(self, "negate") |
Setting this value as truth will force to check the negation of the condition given by the user.
| Setting this value as truth will force to check the negation of the condition given by the user. | [
"Setting",
"this",
"value",
"as",
"truth",
"will",
"force",
"to",
"check",
"the",
"negation",
"of",
"the",
"condition",
"given",
"by",
"the",
"user",
"."
] | def negate(self) -> Optional[bool]:
return pulumi.get(self, "negate") | [
"def",
"negate",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"negate\"",
")"
] | Setting this value as truth will force to check the negation of the condition given by the user. | [
"Setting",
"this",
"value",
"as",
"truth",
"will",
"force",
"to",
"check",
"the",
"negation",
"of",
"the",
"condition",
"given",
"by",
"the",
"user",
"."
] | [
"\"\"\"\n Setting this value as truth will force to check the negation of the condition given by the user.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | pattern | Optional[str] | def pattern(self) -> Optional[str]:
"""
The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.
"""
return pulumi.get(self, "pattern") |
The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.
| The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition. | [
"The",
"pattern",
"either",
"fixed",
"string",
"or",
"regular",
"expression",
"that",
"evaluates",
"the",
"truthfulness",
"of",
"the",
"condition",
"."
] | def pattern(self) -> Optional[str]:
return pulumi.get(self, "pattern") | [
"def",
"pattern",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"pattern\"",
")"
] | The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition. | [
"The",
"pattern",
"either",
"fixed",
"string",
"or",
"regular",
"expression",
"that",
"evaluates",
"the",
"truthfulness",
"of",
"the",
"condition",
"."
] | [
"\"\"\"\n The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | variable | Optional[str] | def variable(self) -> Optional[str]:
"""
The condition parameter of the RewriteRuleCondition.
"""
return pulumi.get(self, "variable") |
The condition parameter of the RewriteRuleCondition.
| The condition parameter of the RewriteRuleCondition. | [
"The",
"condition",
"parameter",
"of",
"the",
"RewriteRuleCondition",
"."
] | def variable(self) -> Optional[str]:
return pulumi.get(self, "variable") | [
"def",
"variable",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"variable\"",
")"
] | The condition parameter of the RewriteRuleCondition. | [
"The",
"condition",
"parameter",
"of",
"the",
"RewriteRuleCondition",
"."
] | [
"\"\"\"\n The condition parameter of the RewriteRuleCondition.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | conditions | Optional[Sequence['outputs.ApplicationGatewayRewriteRuleConditionResponse']] | def conditions(self) -> Optional[Sequence['outputs.ApplicationGatewayRewriteRuleConditionResponse']]:
"""
Conditions based on which the action set execution will be evaluated.
"""
return pulumi.get(self, "conditions") |
Conditions based on which the action set execution will be evaluated.
| Conditions based on which the action set execution will be evaluated. | [
"Conditions",
"based",
"on",
"which",
"the",
"action",
"set",
"execution",
"will",
"be",
"evaluated",
"."
] | def conditions(self) -> Optional[Sequence['outputs.ApplicationGatewayRewriteRuleConditionResponse']]:
return pulumi.get(self, "conditions") | [
"def",
"conditions",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayRewriteRuleConditionResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"conditions\"",
")"
] | Conditions based on which the action set execution will be evaluated. | [
"Conditions",
"based",
"on",
"which",
"the",
"action",
"set",
"execution",
"will",
"be",
"evaluated",
"."
] | [
"\"\"\"\n Conditions based on which the action set execution will be evaluated.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | rule_sequence | Optional[int] | def rule_sequence(self) -> Optional[int]:
"""
Rule Sequence of the rewrite rule that determines the order of execution of a particular rule in a RewriteRuleSet.
"""
return pulumi.get(self, "rule_sequence") |
Rule Sequence of the rewrite rule that determines the order of execution of a particular rule in a RewriteRuleSet.
| Rule Sequence of the rewrite rule that determines the order of execution of a particular rule in a RewriteRuleSet. | [
"Rule",
"Sequence",
"of",
"the",
"rewrite",
"rule",
"that",
"determines",
"the",
"order",
"of",
"execution",
"of",
"a",
"particular",
"rule",
"in",
"a",
"RewriteRuleSet",
"."
] | def rule_sequence(self) -> Optional[int]:
return pulumi.get(self, "rule_sequence") | [
"def",
"rule_sequence",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"rule_sequence\"",
")"
] | Rule Sequence of the rewrite rule that determines the order of execution of a particular rule in a RewriteRuleSet. | [
"Rule",
"Sequence",
"of",
"the",
"rewrite",
"rule",
"that",
"determines",
"the",
"order",
"of",
"execution",
"of",
"a",
"particular",
"rule",
"in",
"a",
"RewriteRuleSet",
"."
] | [
"\"\"\"\n Rule Sequence of the rewrite rule that determines the order of execution of a particular rule in a RewriteRuleSet.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | public_cert_data | str | def public_cert_data(self) -> str:
"""
Base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request.
"""
return pulumi.get(self, "public_cert_data") |
Base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request.
| Base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request. | [
"Base",
"-",
"64",
"encoded",
"Public",
"cert",
"data",
"corresponding",
"to",
"pfx",
"specified",
"in",
"data",
".",
"Only",
"applicable",
"in",
"GET",
"request",
"."
] | def public_cert_data(self) -> str:
return pulumi.get(self, "public_cert_data") | [
"def",
"public_cert_data",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_cert_data\"",
")"
] | Base-64 encoded Public cert data corresponding to pfx specified in data. | [
"Base",
"-",
"64",
"encoded",
"Public",
"cert",
"data",
"corresponding",
"to",
"pfx",
"specified",
"in",
"data",
"."
] | [
"\"\"\"\n Base-64 encoded Public cert data corresponding to pfx specified in data. Only applicable in GET request.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f3add4f0e1b3ec637a9f6e05ecdc1674ca36dfb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200701/outputs.py | [
"Apache-2.0"
] | Python | policy_name | Optional[str] | def policy_name(self) -> Optional[str]:
"""
Name of Ssl predefined policy.
"""
return pulumi.get(self, "policy_name") |
Name of Ssl predefined policy.
| Name of Ssl predefined policy. | [
"Name",
"of",
"Ssl",
"predefined",
"policy",
"."
] | def policy_name(self) -> Optional[str]:
return pulumi.get(self, "policy_name") | [
"def",
"policy_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"policy_name\"",
")"
] | Name of Ssl predefined policy. | [
"Name",
"of",
"Ssl",
"predefined",
"policy",
"."
] | [
"\"\"\"\n Name of Ssl predefined policy.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.