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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | subject | Optional[pulumi.Input['JsonFieldWithDefaultArgs']] | def subject(self) -> Optional[pulumi.Input['JsonFieldWithDefaultArgs']]:
"""
The mapping information for the Subject property of the Event Grid Event.
"""
return pulumi.get(self, "subject") |
The mapping information for the Subject property of the Event Grid Event.
| The mapping information for the Subject property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"Subject",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | def subject(self) -> Optional[pulumi.Input['JsonFieldWithDefaultArgs']]:
return pulumi.get(self, "subject") | [
"def",
"subject",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'JsonFieldWithDefaultArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"subject\"",
")"
] | The mapping information for the Subject property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"Subject",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | [
"\"\"\"\n The mapping information for the Subject property of the Event Grid Event.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | topic | Optional[pulumi.Input['JsonFieldArgs']] | def topic(self) -> Optional[pulumi.Input['JsonFieldArgs']]:
"""
The mapping information for the Topic property of the Event Grid Event.
"""
return pulumi.get(self, "topic") |
The mapping information for the Topic property of the Event Grid Event.
| The mapping information for the Topic property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"Topic",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | def topic(self) -> Optional[pulumi.Input['JsonFieldArgs']]:
return pulumi.get(self, "topic") | [
"def",
"topic",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'JsonFieldArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"topic\"",
")"
] | The mapping information for the Topic property of the Event Grid Event. | [
"The",
"mapping",
"information",
"for",
"the",
"Topic",
"property",
"of",
"the",
"Event",
"Grid",
"Event",
"."
] | [
"\"\"\"\n The mapping information for the Topic property of the Event Grid Event.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | values | Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] | def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[float]]]]:
"""
The set of filter values.
"""
return pulumi.get(self, "values") |
The set of filter values.
| The set of filter values. | [
"The",
"set",
"of",
"filter",
"values",
"."
] | def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[float]]]]:
return pulumi.get(self, "values") | [
"def",
"values",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"float",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"values\"",
")"
] | The set of filter values. | [
"The",
"set",
"of",
"filter",
"values",
"."
] | [
"\"\"\"\n The set of filter values.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | values | Optional[pulumi.Input[Sequence[pulumi.Input[Sequence[pulumi.Input[float]]]]]] | def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Sequence[pulumi.Input[float]]]]]]:
"""
The set of filter values.
"""
return pulumi.get(self, "values") |
The set of filter values.
| The set of filter values. | [
"The",
"set",
"of",
"filter",
"values",
"."
] | def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Sequence[pulumi.Input[float]]]]]]:
return pulumi.get(self, "values") | [
"def",
"values",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"float",
"]",
"]",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
... | The set of filter values. | [
"The",
"set",
"of",
"filter",
"values",
"."
] | [
"\"\"\"\n The set of filter values.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | provisioning_state | Optional[pulumi.Input[Union[str, 'ResourceProvisioningState']]] | def provisioning_state(self) -> Optional[pulumi.Input[Union[str, 'ResourceProvisioningState']]]:
"""
Provisioning state of the Private Endpoint Connection.
"""
return pulumi.get(self, "provisioning_state") |
Provisioning state of the Private Endpoint Connection.
| Provisioning state of the Private Endpoint Connection. | [
"Provisioning",
"state",
"of",
"the",
"Private",
"Endpoint",
"Connection",
"."
] | def provisioning_state(self) -> Optional[pulumi.Input[Union[str, 'ResourceProvisioningState']]]:
return pulumi.get(self, "provisioning_state") | [
"def",
"provisioning_state",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'ResourceProvisioningState'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"provisioning_state\"",
")"
] | Provisioning state of the Private Endpoint Connection. | [
"Provisioning",
"state",
"of",
"the",
"Private",
"Endpoint",
"Connection",
"."
] | [
"\"\"\"\n Provisioning state of the Private Endpoint Connection.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | name | Optional[pulumi.Input[Union[str, 'Sku']]] | def name(self) -> Optional[pulumi.Input[Union[str, 'Sku']]]:
"""
The Sku name of the resource. The possible values are: Basic or Premium.
"""
return pulumi.get(self, "name") |
The Sku name of the resource. The possible values are: Basic or Premium.
| The Sku name of the resource. The possible values are: Basic or Premium. | [
"The",
"Sku",
"name",
"of",
"the",
"resource",
".",
"The",
"possible",
"values",
"are",
":",
"Basic",
"or",
"Premium",
"."
] | def name(self) -> Optional[pulumi.Input[Union[str, 'Sku']]]:
return pulumi.get(self, "name") | [
"def",
"name",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'Sku'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"name\"",
")"
] | The Sku name of the resource. | [
"The",
"Sku",
"name",
"of",
"the",
"resource",
"."
] | [
"\"\"\"\n The Sku name of the resource. The possible values are: Basic or Premium.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | event_time_to_live_in_minutes | Optional[pulumi.Input[int]] | def event_time_to_live_in_minutes(self) -> Optional[pulumi.Input[int]]:
"""
Time To Live (in minutes) for events.
"""
return pulumi.get(self, "event_time_to_live_in_minutes") |
Time To Live (in minutes) for events.
| Time To Live (in minutes) for events. | [
"Time",
"To",
"Live",
"(",
"in",
"minutes",
")",
"for",
"events",
"."
] | def event_time_to_live_in_minutes(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "event_time_to_live_in_minutes") | [
"def",
"event_time_to_live_in_minutes",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"event_time_to_live_in_minutes\"",
")"
] | Time To Live (in minutes) for events. | [
"Time",
"To",
"Live",
"(",
"in",
"minutes",
")",
"for",
"events",
"."
] | [
"\"\"\"\n Time To Live (in minutes) for events.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | max_delivery_attempts | Optional[pulumi.Input[int]] | def max_delivery_attempts(self) -> Optional[pulumi.Input[int]]:
"""
Maximum number of delivery retry attempts for events.
"""
return pulumi.get(self, "max_delivery_attempts") |
Maximum number of delivery retry attempts for events.
| Maximum number of delivery retry attempts for events. | [
"Maximum",
"number",
"of",
"delivery",
"retry",
"attempts",
"for",
"events",
"."
] | def max_delivery_attempts(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "max_delivery_attempts") | [
"def",
"max_delivery_attempts",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_delivery_attempts\"",
")"
] | Maximum number of delivery retry attempts for events. | [
"Maximum",
"number",
"of",
"delivery",
"retry",
"attempts",
"for",
"events",
"."
] | [
"\"\"\"\n Maximum number of delivery retry attempts for events.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | blob_container_name | Optional[pulumi.Input[str]] | def blob_container_name(self) -> Optional[pulumi.Input[str]]:
"""
The name of the Storage blob container that is the destination of the deadletter events
"""
return pulumi.get(self, "blob_container_name") |
The name of the Storage blob container that is the destination of the deadletter events
| The name of the Storage blob container that is the destination of the deadletter events | [
"The",
"name",
"of",
"the",
"Storage",
"blob",
"container",
"that",
"is",
"the",
"destination",
"of",
"the",
"deadletter",
"events"
] | def blob_container_name(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "blob_container_name") | [
"def",
"blob_container_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"blob_container_name\"",
")"
] | The name of the Storage blob container that is the destination of the deadletter events | [
"The",
"name",
"of",
"the",
"Storage",
"blob",
"container",
"that",
"is",
"the",
"destination",
"of",
"the",
"deadletter",
"events"
] | [
"\"\"\"\n The name of the Storage blob container that is the destination of the deadletter events\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | queue_message_time_to_live_in_seconds | Optional[pulumi.Input[float]] | def queue_message_time_to_live_in_seconds(self) -> Optional[pulumi.Input[float]]:
"""
Storage queue message time to live in seconds.
"""
return pulumi.get(self, "queue_message_time_to_live_in_seconds") |
Storage queue message time to live in seconds.
| Storage queue message time to live in seconds. | [
"Storage",
"queue",
"message",
"time",
"to",
"live",
"in",
"seconds",
"."
] | def queue_message_time_to_live_in_seconds(self) -> Optional[pulumi.Input[float]]:
return pulumi.get(self, "queue_message_time_to_live_in_seconds") | [
"def",
"queue_message_time_to_live_in_seconds",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"float",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"queue_message_time_to_live_in_seconds\"",
")"
] | Storage queue message time to live in seconds. | [
"Storage",
"queue",
"message",
"time",
"to",
"live",
"in",
"seconds",
"."
] | [
"\"\"\"\n Storage queue message time to live in seconds.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | queue_name | Optional[pulumi.Input[str]] | def queue_name(self) -> Optional[pulumi.Input[str]]:
"""
The name of the Storage queue under a storage account that is the destination of an event subscription.
"""
return pulumi.get(self, "queue_name") |
The name of the Storage queue under a storage account that is the destination of an event subscription.
| The name of the Storage queue under a storage account that is the destination of an event subscription. | [
"The",
"name",
"of",
"the",
"Storage",
"queue",
"under",
"a",
"storage",
"account",
"that",
"is",
"the",
"destination",
"of",
"an",
"event",
"subscription",
"."
] | def queue_name(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "queue_name") | [
"def",
"queue_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"queue_name\"",
")"
] | The name of the Storage queue under a storage account that is the destination of an event subscription. | [
"The",
"name",
"of",
"the",
"Storage",
"queue",
"under",
"a",
"storage",
"account",
"that",
"is",
"the",
"destination",
"of",
"an",
"event",
"subscription",
"."
] | [
"\"\"\"\n The name of the Storage queue under a storage account that is the destination of an event subscription.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | azure_active_directory_application_id_or_uri | Optional[pulumi.Input[str]] | def azure_active_directory_application_id_or_uri(self) -> Optional[pulumi.Input[str]]:
"""
The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
"""
return pulumi.get(self, "azure_active_directory_applicat... |
The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
| The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. | [
"The",
"Azure",
"Active",
"Directory",
"Application",
"ID",
"or",
"URI",
"to",
"get",
"the",
"access",
"token",
"that",
"will",
"be",
"included",
"as",
"the",
"bearer",
"token",
"in",
"delivery",
"requests",
"."
] | def azure_active_directory_application_id_or_uri(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "azure_active_directory_application_id_or_uri") | [
"def",
"azure_active_directory_application_id_or_uri",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"azure_active_directory_application_id_or_uri\"",
")"
] | The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. | [
"The",
"Azure",
"Active",
"Directory",
"Application",
"ID",
"or",
"URI",
"to",
"get",
"the",
"access",
"token",
"that",
"will",
"be",
"included",
"as",
"the",
"bearer",
"token",
"in",
"delivery",
"requests",
"."
] | [
"\"\"\"\n The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
461e0b7a51eacdee3f2087dba47f7f132b30f903 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/_inputs.py | [
"Apache-2.0"
] | Python | azure_active_directory_tenant_id | Optional[pulumi.Input[str]] | def azure_active_directory_tenant_id(self) -> Optional[pulumi.Input[str]]:
"""
The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.
"""
return pulumi.get(self, "azure_active_directory_tenant_id") |
The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.
| The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. | [
"The",
"Azure",
"Active",
"Directory",
"Tenant",
"ID",
"to",
"get",
"the",
"access",
"token",
"that",
"will",
"be",
"included",
"as",
"the",
"bearer",
"token",
"in",
"delivery",
"requests",
"."
] | def azure_active_directory_tenant_id(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "azure_active_directory_tenant_id") | [
"def",
"azure_active_directory_tenant_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"azure_active_directory_tenant_id\"",
")"
] | The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. | [
"The",
"Azure",
"Active",
"Directory",
"Tenant",
"ID",
"to",
"get",
"the",
"access",
"token",
"that",
"will",
"be",
"included",
"as",
"the",
"bearer",
"token",
"in",
"delivery",
"requests",
"."
] | [
"\"\"\"\n The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60acd28845b9f90ac37d908c6021a8bafcb89da6 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20180301preview/get_management_policy.py | [
"Apache-2.0"
] | Python | policy | Optional[Any] | def policy(self) -> Optional[Any]:
"""
The Storage Account ManagementPolicies Rules, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
"""
return pulumi.get(self, "policy") |
The Storage Account ManagementPolicies Rules, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.
| The Storage Account ManagementPolicies Rules, in JSON format. | [
"The",
"Storage",
"Account",
"ManagementPolicies",
"Rules",
"in",
"JSON",
"format",
"."
] | def policy(self) -> Optional[Any]:
return pulumi.get(self, "policy") | [
"def",
"policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"Any",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"policy\"",
")"
] | The Storage Account ManagementPolicies Rules, in JSON format. | [
"The",
"Storage",
"Account",
"ManagementPolicies",
"Rules",
"in",
"JSON",
"format",
"."
] | [
"\"\"\"\n The Storage Account ManagementPolicies Rules, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60afbbb5fb094457e9b9862e2c20a01f14fc50d7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20191201/virtual_network.py | [
"Apache-2.0"
] | Python | bgp_communities | pulumi.Output[Optional['outputs.VirtualNetworkBgpCommunitiesResponse']] | def bgp_communities(self) -> pulumi.Output[Optional['outputs.VirtualNetworkBgpCommunitiesResponse']]:
"""
Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.
"""
return pulumi.get(self, "bgp_communities") |
Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.
| Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET. | [
"Bgp",
"Communities",
"sent",
"over",
"ExpressRoute",
"with",
"each",
"route",
"corresponding",
"to",
"a",
"prefix",
"in",
"this",
"VNET",
"."
] | def bgp_communities(self) -> pulumi.Output[Optional['outputs.VirtualNetworkBgpCommunitiesResponse']]:
return pulumi.get(self, "bgp_communities") | [
"def",
"bgp_communities",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.VirtualNetworkBgpCommunitiesResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"bgp_communities\"",
")"
] | Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET. | [
"Bgp",
"Communities",
"sent",
"over",
"ExpressRoute",
"with",
"each",
"route",
"corresponding",
"to",
"a",
"prefix",
"in",
"this",
"VNET",
"."
] | [
"\"\"\"\n Bgp Communities sent over ExpressRoute with each route corresponding to a prefix in this VNET.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60afbbb5fb094457e9b9862e2c20a01f14fc50d7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20191201/virtual_network.py | [
"Apache-2.0"
] | Python | ddos_protection_plan | pulumi.Output[Optional['outputs.SubResourceResponse']] | def ddos_protection_plan(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
"""
The DDoS protection plan associated with the virtual network.
"""
return pulumi.get(self, "ddos_protection_plan") |
The DDoS protection plan associated with the virtual network.
| The DDoS protection plan associated with the virtual network. | [
"The",
"DDoS",
"protection",
"plan",
"associated",
"with",
"the",
"virtual",
"network",
"."
] | def ddos_protection_plan(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
return pulumi.get(self, "ddos_protection_plan") | [
"def",
"ddos_protection_plan",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ddos_protection_plan\"",
")"
] | The DDoS protection plan associated with the virtual network. | [
"The",
"DDoS",
"protection",
"plan",
"associated",
"with",
"the",
"virtual",
"network",
"."
] | [
"\"\"\"\n The DDoS protection plan associated with the virtual network.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60afbbb5fb094457e9b9862e2c20a01f14fc50d7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20191201/virtual_network.py | [
"Apache-2.0"
] | Python | dhcp_options | pulumi.Output[Optional['outputs.DhcpOptionsResponse']] | def dhcp_options(self) -> pulumi.Output[Optional['outputs.DhcpOptionsResponse']]:
"""
The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual network.
"""
return pulumi.get(self, "dhcp_options") |
The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual network.
| The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual network. | [
"The",
"dhcpOptions",
"that",
"contains",
"an",
"array",
"of",
"DNS",
"servers",
"available",
"to",
"VMs",
"deployed",
"in",
"the",
"virtual",
"network",
"."
] | def dhcp_options(self) -> pulumi.Output[Optional['outputs.DhcpOptionsResponse']]:
return pulumi.get(self, "dhcp_options") | [
"def",
"dhcp_options",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.DhcpOptionsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dhcp_options\"",
")"
] | The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual network. | [
"The",
"dhcpOptions",
"that",
"contains",
"an",
"array",
"of",
"DNS",
"servers",
"available",
"to",
"VMs",
"deployed",
"in",
"the",
"virtual",
"network",
"."
] | [
"\"\"\"\n The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual network.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60afbbb5fb094457e9b9862e2c20a01f14fc50d7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20191201/virtual_network.py | [
"Apache-2.0"
] | Python | enable_ddos_protection | pulumi.Output[Optional[bool]] | def enable_ddos_protection(self) -> pulumi.Output[Optional[bool]]:
"""
Indicates if DDoS protection is enabled for all the protected resources in the virtual network. It requires a DDoS protection plan associated with the resource.
"""
return pulumi.get(self, "enable_ddos_protection") |
Indicates if DDoS protection is enabled for all the protected resources in the virtual network. It requires a DDoS protection plan associated with the resource.
| Indicates if DDoS protection is enabled for all the protected resources in the virtual network. It requires a DDoS protection plan associated with the resource. | [
"Indicates",
"if",
"DDoS",
"protection",
"is",
"enabled",
"for",
"all",
"the",
"protected",
"resources",
"in",
"the",
"virtual",
"network",
".",
"It",
"requires",
"a",
"DDoS",
"protection",
"plan",
"associated",
"with",
"the",
"resource",
"."
] | def enable_ddos_protection(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "enable_ddos_protection") | [
"def",
"enable_ddos_protection",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_ddos_protection\"",
")"
] | Indicates if DDoS protection is enabled for all the protected resources in the virtual network. | [
"Indicates",
"if",
"DDoS",
"protection",
"is",
"enabled",
"for",
"all",
"the",
"protected",
"resources",
"in",
"the",
"virtual",
"network",
"."
] | [
"\"\"\"\n Indicates if DDoS protection is enabled for all the protected resources in the virtual network. It requires a DDoS protection plan associated with the resource.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60afbbb5fb094457e9b9862e2c20a01f14fc50d7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20191201/virtual_network.py | [
"Apache-2.0"
] | Python | enable_vm_protection | pulumi.Output[Optional[bool]] | def enable_vm_protection(self) -> pulumi.Output[Optional[bool]]:
"""
Indicates if VM protection is enabled for all the subnets in the virtual network.
"""
return pulumi.get(self, "enable_vm_protection") |
Indicates if VM protection is enabled for all the subnets in the virtual network.
| Indicates if VM protection is enabled for all the subnets in the virtual network. | [
"Indicates",
"if",
"VM",
"protection",
"is",
"enabled",
"for",
"all",
"the",
"subnets",
"in",
"the",
"virtual",
"network",
"."
] | def enable_vm_protection(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "enable_vm_protection") | [
"def",
"enable_vm_protection",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_vm_protection\"",
")"
] | Indicates if VM protection is enabled for all the subnets in the virtual network. | [
"Indicates",
"if",
"VM",
"protection",
"is",
"enabled",
"for",
"all",
"the",
"subnets",
"in",
"the",
"virtual",
"network",
"."
] | [
"\"\"\"\n Indicates if VM protection is enabled for all the subnets in the virtual network.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60afbbb5fb094457e9b9862e2c20a01f14fc50d7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20191201/virtual_network.py | [
"Apache-2.0"
] | Python | subnets | pulumi.Output[Optional[Sequence['outputs.SubnetResponse']]] | def subnets(self) -> pulumi.Output[Optional[Sequence['outputs.SubnetResponse']]]:
"""
A list of subnets in a Virtual Network.
"""
return pulumi.get(self, "subnets") |
A list of subnets in a Virtual Network.
| A list of subnets in a Virtual Network. | [
"A",
"list",
"of",
"subnets",
"in",
"a",
"Virtual",
"Network",
"."
] | def subnets(self) -> pulumi.Output[Optional[Sequence['outputs.SubnetResponse']]]:
return pulumi.get(self, "subnets") | [
"def",
"subnets",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.SubnetResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"subnets\"",
")"
] | A list of subnets in a Virtual Network. | [
"A",
"list",
"of",
"subnets",
"in",
"a",
"Virtual",
"Network",
"."
] | [
"\"\"\"\n A list of subnets in a Virtual Network.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60afbbb5fb094457e9b9862e2c20a01f14fc50d7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20191201/virtual_network.py | [
"Apache-2.0"
] | Python | virtual_network_peerings | pulumi.Output[Optional[Sequence['outputs.VirtualNetworkPeeringResponse']]] | def virtual_network_peerings(self) -> pulumi.Output[Optional[Sequence['outputs.VirtualNetworkPeeringResponse']]]:
"""
A list of peerings in a Virtual Network.
"""
return pulumi.get(self, "virtual_network_peerings") |
A list of peerings in a Virtual Network.
| A list of peerings in a Virtual Network. | [
"A",
"list",
"of",
"peerings",
"in",
"a",
"Virtual",
"Network",
"."
] | def virtual_network_peerings(self) -> pulumi.Output[Optional[Sequence['outputs.VirtualNetworkPeeringResponse']]]:
return pulumi.get(self, "virtual_network_peerings") | [
"def",
"virtual_network_peerings",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VirtualNetworkPeeringResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_network_peerings\... | A list of peerings in a Virtual Network. | [
"A",
"list",
"of",
"peerings",
"in",
"a",
"Virtual",
"Network",
"."
] | [
"\"\"\"\n A list of peerings in a Virtual Network.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60cc727c9e3495f2c9667041d53f81dbf1b15b61 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/latest/express_route_circuit_peering.py | [
"Apache-2.0"
] | Python | connections | pulumi.Output[Optional[Sequence['outputs.ExpressRouteCircuitConnectionResponse']]] | def connections(self) -> pulumi.Output[Optional[Sequence['outputs.ExpressRouteCircuitConnectionResponse']]]:
"""
The list of circuit connections associated with Azure Private Peering for this circuit.
"""
return pulumi.get(self, "connections") |
The list of circuit connections associated with Azure Private Peering for this circuit.
| The list of circuit connections associated with Azure Private Peering for this circuit. | [
"The",
"list",
"of",
"circuit",
"connections",
"associated",
"with",
"Azure",
"Private",
"Peering",
"for",
"this",
"circuit",
"."
] | def connections(self) -> pulumi.Output[Optional[Sequence['outputs.ExpressRouteCircuitConnectionResponse']]]:
return pulumi.get(self, "connections") | [
"def",
"connections",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ExpressRouteCircuitConnectionResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"connections\"",
")"
] | The list of circuit connections associated with Azure Private Peering for this circuit. | [
"The",
"list",
"of",
"circuit",
"connections",
"associated",
"with",
"Azure",
"Private",
"Peering",
"for",
"this",
"circuit",
"."
] | [
"\"\"\"\n The list of circuit connections associated with Azure Private Peering for this circuit.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60cc727c9e3495f2c9667041d53f81dbf1b15b61 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/latest/express_route_circuit_peering.py | [
"Apache-2.0"
] | Python | peered_connections | pulumi.Output[Sequence['outputs.PeerExpressRouteCircuitConnectionResponse']] | def peered_connections(self) -> pulumi.Output[Sequence['outputs.PeerExpressRouteCircuitConnectionResponse']]:
"""
The list of peered circuit connections associated with Azure Private Peering for this circuit.
"""
return pulumi.get(self, "peered_connections") |
The list of peered circuit connections associated with Azure Private Peering for this circuit.
| The list of peered circuit connections associated with Azure Private Peering for this circuit. | [
"The",
"list",
"of",
"peered",
"circuit",
"connections",
"associated",
"with",
"Azure",
"Private",
"Peering",
"for",
"this",
"circuit",
"."
] | def peered_connections(self) -> pulumi.Output[Sequence['outputs.PeerExpressRouteCircuitConnectionResponse']]:
return pulumi.get(self, "peered_connections") | [
"def",
"peered_connections",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.PeerExpressRouteCircuitConnectionResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"peered_connections\"",
")"
] | The list of peered circuit connections associated with Azure Private Peering for this circuit. | [
"The",
"list",
"of",
"peered",
"circuit",
"connections",
"associated",
"with",
"Azure",
"Private",
"Peering",
"for",
"this",
"circuit",
"."
] | [
"\"\"\"\n The list of peered circuit connections associated with Azure Private Peering for this circuit.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60cc727c9e3495f2c9667041d53f81dbf1b15b61 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/latest/express_route_circuit_peering.py | [
"Apache-2.0"
] | Python | route_filter | pulumi.Output[Optional['outputs.SubResourceResponse']] | def route_filter(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
"""
The reference to the RouteFilter resource.
"""
return pulumi.get(self, "route_filter") |
The reference to the RouteFilter resource.
| The reference to the RouteFilter resource. | [
"The",
"reference",
"to",
"the",
"RouteFilter",
"resource",
"."
] | def route_filter(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
return pulumi.get(self, "route_filter") | [
"def",
"route_filter",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"route_filter\"",
")"
] | The reference to the RouteFilter resource. | [
"The",
"reference",
"to",
"the",
"RouteFilter",
"resource",
"."
] | [
"\"\"\"\n The reference to the RouteFilter 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": []
} |
60cc727c9e3495f2c9667041d53f81dbf1b15b61 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/latest/express_route_circuit_peering.py | [
"Apache-2.0"
] | Python | stats | pulumi.Output[Optional['outputs.ExpressRouteCircuitStatsResponse']] | def stats(self) -> pulumi.Output[Optional['outputs.ExpressRouteCircuitStatsResponse']]:
"""
The peering stats of express route circuit.
"""
return pulumi.get(self, "stats") |
The peering stats of express route circuit.
| The peering stats of express route circuit. | [
"The",
"peering",
"stats",
"of",
"express",
"route",
"circuit",
"."
] | def stats(self) -> pulumi.Output[Optional['outputs.ExpressRouteCircuitStatsResponse']]:
return pulumi.get(self, "stats") | [
"def",
"stats",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.ExpressRouteCircuitStatsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"stats\"",
")"
] | The peering stats of express route circuit. | [
"The",
"peering",
"stats",
"of",
"express",
"route",
"circuit",
"."
] | [
"\"\"\"\n The peering stats of express route circuit.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60d12f0e3968cbe30dcfd4e767c3b64bb3c51205 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_virtual_network_gateway_connection.py | [
"Apache-2.0"
] | Python | connection_mode | Optional[str] | def connection_mode(self) -> Optional[str]:
"""
The connection mode for this connection.
"""
return pulumi.get(self, "connection_mode") |
The connection mode for this connection.
| The connection mode for this connection. | [
"The",
"connection",
"mode",
"for",
"this",
"connection",
"."
] | def connection_mode(self) -> Optional[str]:
return pulumi.get(self, "connection_mode") | [
"def",
"connection_mode",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"connection_mode\"",
")"
] | The connection mode for this connection. | [
"The",
"connection",
"mode",
"for",
"this",
"connection",
"."
] | [
"\"\"\"\n The connection mode for this connection.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60d12f0e3968cbe30dcfd4e767c3b64bb3c51205 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_virtual_network_gateway_connection.py | [
"Apache-2.0"
] | Python | connection_protocol | Optional[str] | def connection_protocol(self) -> Optional[str]:
"""
Connection protocol used for this connection.
"""
return pulumi.get(self, "connection_protocol") |
Connection protocol used for this connection.
| Connection protocol used for this connection. | [
"Connection",
"protocol",
"used",
"for",
"this",
"connection",
"."
] | def connection_protocol(self) -> Optional[str]:
return pulumi.get(self, "connection_protocol") | [
"def",
"connection_protocol",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"connection_protocol\"",
")"
] | Connection protocol used for this connection. | [
"Connection",
"protocol",
"used",
"for",
"this",
"connection",
"."
] | [
"\"\"\"\n Connection protocol used for this connection.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60d12f0e3968cbe30dcfd4e767c3b64bb3c51205 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_virtual_network_gateway_connection.py | [
"Apache-2.0"
] | Python | express_route_gateway_bypass | Optional[bool] | def express_route_gateway_bypass(self) -> Optional[bool]:
"""
Bypass ExpressRoute Gateway for data forwarding.
"""
return pulumi.get(self, "express_route_gateway_bypass") |
Bypass ExpressRoute Gateway for data forwarding.
| Bypass ExpressRoute Gateway for data forwarding. | [
"Bypass",
"ExpressRoute",
"Gateway",
"for",
"data",
"forwarding",
"."
] | def express_route_gateway_bypass(self) -> Optional[bool]:
return pulumi.get(self, "express_route_gateway_bypass") | [
"def",
"express_route_gateway_bypass",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"express_route_gateway_bypass\"",
")"
] | Bypass ExpressRoute Gateway for data forwarding. | [
"Bypass",
"ExpressRoute",
"Gateway",
"for",
"data",
"forwarding",
"."
] | [
"\"\"\"\n Bypass ExpressRoute Gateway for data forwarding.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60d12f0e3968cbe30dcfd4e767c3b64bb3c51205 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_virtual_network_gateway_connection.py | [
"Apache-2.0"
] | Python | local_network_gateway2 | Optional['outputs.LocalNetworkGatewayResponse'] | def local_network_gateway2(self) -> Optional['outputs.LocalNetworkGatewayResponse']:
"""
The reference to local network gateway resource.
"""
return pulumi.get(self, "local_network_gateway2") |
The reference to local network gateway resource.
| The reference to local network gateway resource. | [
"The",
"reference",
"to",
"local",
"network",
"gateway",
"resource",
"."
] | def local_network_gateway2(self) -> Optional['outputs.LocalNetworkGatewayResponse']:
return pulumi.get(self, "local_network_gateway2") | [
"def",
"local_network_gateway2",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.LocalNetworkGatewayResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"local_network_gateway2\"",
")"
] | The reference to local network gateway resource. | [
"The",
"reference",
"to",
"local",
"network",
"gateway",
"resource",
"."
] | [
"\"\"\"\n The reference to local network 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": []
} |
60d12f0e3968cbe30dcfd4e767c3b64bb3c51205 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_virtual_network_gateway_connection.py | [
"Apache-2.0"
] | Python | traffic_selector_policies | Optional[Sequence['outputs.TrafficSelectorPolicyResponse']] | def traffic_selector_policies(self) -> Optional[Sequence['outputs.TrafficSelectorPolicyResponse']]:
"""
The Traffic Selector Policies to be considered by this connection.
"""
return pulumi.get(self, "traffic_selector_policies") |
The Traffic Selector Policies to be considered by this connection.
| The Traffic Selector Policies to be considered by this connection. | [
"The",
"Traffic",
"Selector",
"Policies",
"to",
"be",
"considered",
"by",
"this",
"connection",
"."
] | def traffic_selector_policies(self) -> Optional[Sequence['outputs.TrafficSelectorPolicyResponse']]:
return pulumi.get(self, "traffic_selector_policies") | [
"def",
"traffic_selector_policies",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.TrafficSelectorPolicyResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"traffic_selector_policies\"",
")"
] | The Traffic Selector Policies to be considered by this connection. | [
"The",
"Traffic",
"Selector",
"Policies",
"to",
"be",
"considered",
"by",
"this",
"connection",
"."
] | [
"\"\"\"\n The Traffic Selector Policies to be considered by this connection.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60d12f0e3968cbe30dcfd4e767c3b64bb3c51205 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_virtual_network_gateway_connection.py | [
"Apache-2.0"
] | Python | tunnel_connection_status | Sequence['outputs.TunnelConnectionHealthResponse'] | def tunnel_connection_status(self) -> Sequence['outputs.TunnelConnectionHealthResponse']:
"""
Collection of all tunnels' connection health status.
"""
return pulumi.get(self, "tunnel_connection_status") |
Collection of all tunnels' connection health status.
| Collection of all tunnels' connection health status. | [
"Collection",
"of",
"all",
"tunnels",
"'",
"connection",
"health",
"status",
"."
] | def tunnel_connection_status(self) -> Sequence['outputs.TunnelConnectionHealthResponse']:
return pulumi.get(self, "tunnel_connection_status") | [
"def",
"tunnel_connection_status",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.TunnelConnectionHealthResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tunnel_connection_status\"",
")"
] | Collection of all tunnels' connection health status. | [
"Collection",
"of",
"all",
"tunnels",
"'",
"connection",
"health",
"status",
"."
] | [
"\"\"\"\n Collection of all tunnels' connection health status.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60d12f0e3968cbe30dcfd4e767c3b64bb3c51205 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_virtual_network_gateway_connection.py | [
"Apache-2.0"
] | Python | virtual_network_gateway1 | 'outputs.VirtualNetworkGatewayResponse' | def virtual_network_gateway1(self) -> 'outputs.VirtualNetworkGatewayResponse':
"""
The reference to virtual network gateway resource.
"""
return pulumi.get(self, "virtual_network_gateway1") |
The reference to virtual network gateway resource.
| The reference to virtual network gateway resource. | [
"The",
"reference",
"to",
"virtual",
"network",
"gateway",
"resource",
"."
] | def virtual_network_gateway1(self) -> 'outputs.VirtualNetworkGatewayResponse':
return pulumi.get(self, "virtual_network_gateway1") | [
"def",
"virtual_network_gateway1",
"(",
"self",
")",
"->",
"'outputs.VirtualNetworkGatewayResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_network_gateway1\"",
")"
] | The reference to virtual network gateway resource. | [
"The",
"reference",
"to",
"virtual",
"network",
"gateway",
"resource",
"."
] | [
"\"\"\"\n The reference to virtual network 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": []
} |
60d12f0e3968cbe30dcfd4e767c3b64bb3c51205 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/get_virtual_network_gateway_connection.py | [
"Apache-2.0"
] | Python | virtual_network_gateway2 | Optional['outputs.VirtualNetworkGatewayResponse'] | def virtual_network_gateway2(self) -> Optional['outputs.VirtualNetworkGatewayResponse']:
"""
The reference to virtual network gateway resource.
"""
return pulumi.get(self, "virtual_network_gateway2") |
The reference to virtual network gateway resource.
| The reference to virtual network gateway resource. | [
"The",
"reference",
"to",
"virtual",
"network",
"gateway",
"resource",
"."
] | def virtual_network_gateway2(self) -> Optional['outputs.VirtualNetworkGatewayResponse']:
return pulumi.get(self, "virtual_network_gateway2") | [
"def",
"virtual_network_gateway2",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.VirtualNetworkGatewayResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_network_gateway2\"",
")"
] | The reference to virtual network gateway resource. | [
"The",
"reference",
"to",
"virtual",
"network",
"gateway",
"resource",
"."
] | [
"\"\"\"\n The reference to virtual network 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": []
} |
60da0f790f4c1a811e0e5ccd05df6b88d3505345 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200930/get_disk_encryption_set.py | [
"Apache-2.0"
] | Python | active_key | Optional['outputs.KeyForDiskEncryptionSetResponse'] | def active_key(self) -> Optional['outputs.KeyForDiskEncryptionSetResponse']:
"""
The key vault key which is currently used by this disk encryption set.
"""
return pulumi.get(self, "active_key") |
The key vault key which is currently used by this disk encryption set.
| The key vault key which is currently used by this disk encryption set. | [
"The",
"key",
"vault",
"key",
"which",
"is",
"currently",
"used",
"by",
"this",
"disk",
"encryption",
"set",
"."
] | def active_key(self) -> Optional['outputs.KeyForDiskEncryptionSetResponse']:
return pulumi.get(self, "active_key") | [
"def",
"active_key",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.KeyForDiskEncryptionSetResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"active_key\"",
")"
] | The key vault key which is currently used by this disk encryption set. | [
"The",
"key",
"vault",
"key",
"which",
"is",
"currently",
"used",
"by",
"this",
"disk",
"encryption",
"set",
"."
] | [
"\"\"\"\n The key vault key which is currently used by this disk encryption 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": []
} |
60da0f790f4c1a811e0e5ccd05df6b88d3505345 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200930/get_disk_encryption_set.py | [
"Apache-2.0"
] | Python | encryption_type | Optional[str] | def encryption_type(self) -> Optional[str]:
"""
The type of key used to encrypt the data of the disk.
"""
return pulumi.get(self, "encryption_type") |
The type of key used to encrypt the data of the disk.
| The type of key used to encrypt the data of the disk. | [
"The",
"type",
"of",
"key",
"used",
"to",
"encrypt",
"the",
"data",
"of",
"the",
"disk",
"."
] | def encryption_type(self) -> Optional[str]:
return pulumi.get(self, "encryption_type") | [
"def",
"encryption_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption_type\"",
")"
] | The type of key used to encrypt the data of the disk. | [
"The",
"type",
"of",
"key",
"used",
"to",
"encrypt",
"the",
"data",
"of",
"the",
"disk",
"."
] | [
"\"\"\"\n The type of key used to encrypt the data of the disk.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60da0f790f4c1a811e0e5ccd05df6b88d3505345 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200930/get_disk_encryption_set.py | [
"Apache-2.0"
] | Python | identity | Optional['outputs.EncryptionSetIdentityResponse'] | def identity(self) -> Optional['outputs.EncryptionSetIdentityResponse']:
"""
The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks.
"""
return pulumi.get(self, "identity") |
The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks.
| The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks. | [
"The",
"managed",
"identity",
"for",
"the",
"disk",
"encryption",
"set",
".",
"It",
"should",
"be",
"given",
"permission",
"on",
"the",
"key",
"vault",
"before",
"it",
"can",
"be",
"used",
"to",
"encrypt",
"disks",
"."
] | def identity(self) -> Optional['outputs.EncryptionSetIdentityResponse']:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.EncryptionSetIdentityResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The managed identity for the disk encryption set. | [
"The",
"managed",
"identity",
"for",
"the",
"disk",
"encryption",
"set",
"."
] | [
"\"\"\"\n The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt 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": []
} |
60da0f790f4c1a811e0e5ccd05df6b88d3505345 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200930/get_disk_encryption_set.py | [
"Apache-2.0"
] | Python | previous_keys | Sequence['outputs.KeyForDiskEncryptionSetResponse'] | def previous_keys(self) -> Sequence['outputs.KeyForDiskEncryptionSetResponse']:
"""
A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. It will be empty if there is no ongoing key rotation.
"""
return pulumi.get(self, "... |
A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. It will be empty if there is no ongoing key rotation.
| A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. It will be empty if there is no ongoing key rotation. | [
"A",
"readonly",
"collection",
"of",
"key",
"vault",
"keys",
"previously",
"used",
"by",
"this",
"disk",
"encryption",
"set",
"while",
"a",
"key",
"rotation",
"is",
"in",
"progress",
".",
"It",
"will",
"be",
"empty",
"if",
"there",
"is",
"no",
"ongoing",
... | def previous_keys(self) -> Sequence['outputs.KeyForDiskEncryptionSetResponse']:
return pulumi.get(self, "previous_keys") | [
"def",
"previous_keys",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.KeyForDiskEncryptionSetResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"previous_keys\"",
")"
] | A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. | [
"A",
"readonly",
"collection",
"of",
"key",
"vault",
"keys",
"previously",
"used",
"by",
"this",
"disk",
"encryption",
"set",
"while",
"a",
"key",
"rotation",
"is",
"in",
"progress",
"."
] | [
"\"\"\"\n A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. It will be empty if there is no ongoing key rotation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c8f7e854772d97d83d94dea7e1076e8e18b30817 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20180601preview/logger.py | [
"Apache-2.0"
] | Python | is_buffered | pulumi.Output[Optional[bool]] | def is_buffered(self) -> pulumi.Output[Optional[bool]]:
"""
Whether records are buffered in the logger before publishing. Default is assumed to be true.
"""
return pulumi.get(self, "is_buffered") |
Whether records are buffered in the logger before publishing. Default is assumed to be true.
| Whether records are buffered in the logger before publishing. Default is assumed to be true. | [
"Whether",
"records",
"are",
"buffered",
"in",
"the",
"logger",
"before",
"publishing",
".",
"Default",
"is",
"assumed",
"to",
"be",
"true",
"."
] | def is_buffered(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "is_buffered") | [
"def",
"is_buffered",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_buffered\"",
")"
] | Whether records are buffered in the logger before publishing. | [
"Whether",
"records",
"are",
"buffered",
"in",
"the",
"logger",
"before",
"publishing",
"."
] | [
"\"\"\"\n Whether records are buffered in the logger before publishing. Default is assumed to be true.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
762d8f2cd418d83b969bab45646b054a3c286388 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devices/v20170119/get_iot_hub_resource.py | [
"Apache-2.0"
] | Python | properties | 'outputs.IotHubPropertiesResponse' | def properties(self) -> 'outputs.IotHubPropertiesResponse':
"""
The properties of an IoT hub.
"""
return pulumi.get(self, "properties") |
The properties of an IoT hub.
| The properties of an IoT hub. | [
"The",
"properties",
"of",
"an",
"IoT",
"hub",
"."
] | def properties(self) -> 'outputs.IotHubPropertiesResponse':
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"'outputs.IotHubPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | The properties of an IoT hub. | [
"The",
"properties",
"of",
"an",
"IoT",
"hub",
"."
] | [
"\"\"\"\n The properties of an IoT hub.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
762d8f2cd418d83b969bab45646b054a3c286388 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devices/v20170119/get_iot_hub_resource.py | [
"Apache-2.0"
] | Python | resourcegroup | str | def resourcegroup(self) -> str:
"""
The name of the resource group that contains the IoT hub. A resource group name uniquely identifies the resource group within the subscription.
"""
return pulumi.get(self, "resourcegroup") |
The name of the resource group that contains the IoT hub. A resource group name uniquely identifies the resource group within the subscription.
| The name of the resource group that contains the IoT hub. A resource group name uniquely identifies the resource group within the subscription. | [
"The",
"name",
"of",
"the",
"resource",
"group",
"that",
"contains",
"the",
"IoT",
"hub",
".",
"A",
"resource",
"group",
"name",
"uniquely",
"identifies",
"the",
"resource",
"group",
"within",
"the",
"subscription",
"."
] | def resourcegroup(self) -> str:
return pulumi.get(self, "resourcegroup") | [
"def",
"resourcegroup",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resourcegroup\"",
")"
] | The name of the resource group that contains the IoT hub. | [
"The",
"name",
"of",
"the",
"resource",
"group",
"that",
"contains",
"the",
"IoT",
"hub",
"."
] | [
"\"\"\"\n The name of the resource group that contains the IoT hub. A resource group name uniquely identifies the resource group within the subscription.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
762d8f2cd418d83b969bab45646b054a3c286388 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devices/v20170119/get_iot_hub_resource.py | [
"Apache-2.0"
] | Python | sku | 'outputs.IotHubSkuInfoResponse' | def sku(self) -> 'outputs.IotHubSkuInfoResponse':
"""
Information about the SKU of the IoT hub.
"""
return pulumi.get(self, "sku") |
Information about the SKU of the IoT hub.
| Information about the SKU of the IoT hub. | [
"Information",
"about",
"the",
"SKU",
"of",
"the",
"IoT",
"hub",
"."
] | def sku(self) -> 'outputs.IotHubSkuInfoResponse':
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"'outputs.IotHubSkuInfoResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | Information about the SKU of the IoT hub. | [
"Information",
"about",
"the",
"SKU",
"of",
"the",
"IoT",
"hub",
"."
] | [
"\"\"\"\n Information about the SKU of the IoT hub.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93c2f8cd6d1d5cdd6ca722973566600cc9171e43 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/media_service.py | [
"Apache-2.0"
] | Python | identity | pulumi.Output[Optional['outputs.MediaServiceIdentityResponse']] | def identity(self) -> pulumi.Output[Optional['outputs.MediaServiceIdentityResponse']]:
"""
The Managed Identity for the Media Services account.
"""
return pulumi.get(self, "identity") |
The Managed Identity for the Media Services account.
| The Managed Identity for the Media Services account. | [
"The",
"Managed",
"Identity",
"for",
"the",
"Media",
"Services",
"account",
"."
] | def identity(self) -> pulumi.Output[Optional['outputs.MediaServiceIdentityResponse']]:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.MediaServiceIdentityResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The Managed Identity for the Media Services account. | [
"The",
"Managed",
"Identity",
"for",
"the",
"Media",
"Services",
"account",
"."
] | [
"\"\"\"\n The Managed Identity for the Media Services account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93c2f8cd6d1d5cdd6ca722973566600cc9171e43 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/media_service.py | [
"Apache-2.0"
] | Python | media_service_id | pulumi.Output[str] | def media_service_id(self) -> pulumi.Output[str]:
"""
The Media Services account ID.
"""
return pulumi.get(self, "media_service_id") |
The Media Services account ID.
| The Media Services account ID. | [
"The",
"Media",
"Services",
"account",
"ID",
"."
] | def media_service_id(self) -> pulumi.Output[str]:
return pulumi.get(self, "media_service_id") | [
"def",
"media_service_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"media_service_id\"",
")"
] | The Media Services account ID. | [
"The",
"Media",
"Services",
"account",
"ID",
"."
] | [
"\"\"\"\n The Media Services account ID.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93c2f8cd6d1d5cdd6ca722973566600cc9171e43 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/media_service.py | [
"Apache-2.0"
] | Python | storage_accounts | pulumi.Output[Optional[Sequence['outputs.StorageAccountResponse']]] | def storage_accounts(self) -> pulumi.Output[Optional[Sequence['outputs.StorageAccountResponse']]]:
"""
The storage accounts for this resource.
"""
return pulumi.get(self, "storage_accounts") |
The storage accounts for this resource.
| The storage accounts for this resource. | [
"The",
"storage",
"accounts",
"for",
"this",
"resource",
"."
] | def storage_accounts(self) -> pulumi.Output[Optional[Sequence['outputs.StorageAccountResponse']]]:
return pulumi.get(self, "storage_accounts") | [
"def",
"storage_accounts",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.StorageAccountResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_accounts\"",
")"
] | The storage accounts for this resource. | [
"The",
"storage",
"accounts",
"for",
"this",
"resource",
"."
] | [
"\"\"\"\n The storage accounts for this resource.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93cc227f6da840529da3bebf0c776042907073ca | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/search/shared_private_link_resource.py | [
"Apache-2.0"
] | Python | properties | pulumi.Output['outputs.SharedPrivateLinkResourcePropertiesResponse'] | def properties(self) -> pulumi.Output['outputs.SharedPrivateLinkResourcePropertiesResponse']:
"""
Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service.
"""
return pulumi.get(self, "properties") |
Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service.
| Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service. | [
"Describes",
"the",
"properties",
"of",
"a",
"Shared",
"Private",
"Link",
"Resource",
"managed",
"by",
"the",
"Azure",
"Cognitive",
"Search",
"service",
"."
] | def properties(self) -> pulumi.Output['outputs.SharedPrivateLinkResourcePropertiesResponse']:
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.SharedPrivateLinkResourcePropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service. | [
"Describes",
"the",
"properties",
"of",
"a",
"Shared",
"Private",
"Link",
"Resource",
"managed",
"by",
"the",
"Azure",
"Cognitive",
"Search",
"service",
"."
] | [
"\"\"\"\n Describes the properties of a Shared Private Link Resource managed by the Azure Cognitive Search service.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93edd94b8223cf2e596f624e73361bfb54eaf529 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190201/web_application_firewall_policy.py | [
"Apache-2.0"
] | Python | application_gateways | pulumi.Output[Sequence['outputs.ApplicationGatewayResponse']] | def application_gateways(self) -> pulumi.Output[Sequence['outputs.ApplicationGatewayResponse']]:
"""
A collection of references to application gateways.
"""
return pulumi.get(self, "application_gateways") |
A collection of references to application gateways.
| A collection of references to application gateways. | [
"A",
"collection",
"of",
"references",
"to",
"application",
"gateways",
"."
] | def application_gateways(self) -> pulumi.Output[Sequence['outputs.ApplicationGatewayResponse']]:
return pulumi.get(self, "application_gateways") | [
"def",
"application_gateways",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.ApplicationGatewayResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"application_gateways\"",
")"
] | A collection of references to application gateways. | [
"A",
"collection",
"of",
"references",
"to",
"application",
"gateways",
"."
] | [
"\"\"\"\n A collection of references to application gateways.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93edd94b8223cf2e596f624e73361bfb54eaf529 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190201/web_application_firewall_policy.py | [
"Apache-2.0"
] | Python | custom_rules | pulumi.Output[Optional[Sequence['outputs.WebApplicationFirewallCustomRuleResponse']]] | def custom_rules(self) -> pulumi.Output[Optional[Sequence['outputs.WebApplicationFirewallCustomRuleResponse']]]:
"""
Describes custom rules inside the policy
"""
return pulumi.get(self, "custom_rules") |
Describes custom rules inside the policy
| Describes custom rules inside the policy | [
"Describes",
"custom",
"rules",
"inside",
"the",
"policy"
] | def custom_rules(self) -> pulumi.Output[Optional[Sequence['outputs.WebApplicationFirewallCustomRuleResponse']]]:
return pulumi.get(self, "custom_rules") | [
"def",
"custom_rules",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.WebApplicationFirewallCustomRuleResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_rules\"",
")"
] | Describes custom rules inside the policy | [
"Describes",
"custom",
"rules",
"inside",
"the",
"policy"
] | [
"\"\"\"\n Describes custom rules inside the policy\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93fa7e3b69b362bdd7fa45919736aa2ea5df6ed0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/virtual_router.py | [
"Apache-2.0"
] | Python | hosted_gateway | pulumi.Output[Optional['outputs.SubResourceResponse']] | def hosted_gateway(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
"""
The Gateway on which VirtualRouter is hosted.
"""
return pulumi.get(self, "hosted_gateway") |
The Gateway on which VirtualRouter is hosted.
| The Gateway on which VirtualRouter is hosted. | [
"The",
"Gateway",
"on",
"which",
"VirtualRouter",
"is",
"hosted",
"."
] | def hosted_gateway(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
return pulumi.get(self, "hosted_gateway") | [
"def",
"hosted_gateway",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"hosted_gateway\"",
")"
] | The Gateway on which VirtualRouter is hosted. | [
"The",
"Gateway",
"on",
"which",
"VirtualRouter",
"is",
"hosted",
"."
] | [
"\"\"\"\n The Gateway on which VirtualRouter is hosted.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93fa7e3b69b362bdd7fa45919736aa2ea5df6ed0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/virtual_router.py | [
"Apache-2.0"
] | Python | hosted_subnet | pulumi.Output[Optional['outputs.SubResourceResponse']] | def hosted_subnet(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
"""
The Subnet on which VirtualRouter is hosted.
"""
return pulumi.get(self, "hosted_subnet") |
The Subnet on which VirtualRouter is hosted.
| The Subnet on which VirtualRouter is hosted. | [
"The",
"Subnet",
"on",
"which",
"VirtualRouter",
"is",
"hosted",
"."
] | def hosted_subnet(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
return pulumi.get(self, "hosted_subnet") | [
"def",
"hosted_subnet",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"hosted_subnet\"",
")"
] | The Subnet on which VirtualRouter is hosted. | [
"The",
"Subnet",
"on",
"which",
"VirtualRouter",
"is",
"hosted",
"."
] | [
"\"\"\"\n The Subnet on which VirtualRouter is hosted.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93fa7e3b69b362bdd7fa45919736aa2ea5df6ed0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/virtual_router.py | [
"Apache-2.0"
] | Python | peerings | pulumi.Output[Sequence['outputs.SubResourceResponse']] | def peerings(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
"""
List of references to VirtualRouterPeerings.
"""
return pulumi.get(self, "peerings") |
List of references to VirtualRouterPeerings.
| List of references to VirtualRouterPeerings. | [
"List",
"of",
"references",
"to",
"VirtualRouterPeerings",
"."
] | def peerings(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
return pulumi.get(self, "peerings") | [
"def",
"peerings",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"peerings\"",
")"
] | List of references to VirtualRouterPeerings. | [
"List",
"of",
"references",
"to",
"VirtualRouterPeerings",
"."
] | [
"\"\"\"\n List of references to VirtualRouterPeerings.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97f7e67f8bc99535c6a7aa350c22fea126f760bb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/v20210115/private_endpoint_connection.py | [
"Apache-2.0"
] | Python | group_id | pulumi.Output[Optional[str]] | def group_id(self) -> pulumi.Output[Optional[str]]:
"""
Group id of the private endpoint.
"""
return pulumi.get(self, "group_id") |
Group id of the private endpoint.
| Group id of the private endpoint. | [
"Group",
"id",
"of",
"the",
"private",
"endpoint",
"."
] | def group_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "group_id") | [
"def",
"group_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"group_id\"",
")"
] | Group id of the private endpoint. | [
"Group",
"id",
"of",
"the",
"private",
"endpoint",
"."
] | [
"\"\"\"\n Group id of the private endpoint.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
97f96f3d9aa402bd4fdc4ddb80f78310a0f30f86 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventhub/v20140901/get_consumer_group.py | [
"Apache-2.0"
] | Python | event_hub_path | str | def event_hub_path(self) -> str:
"""
The path of the Event Hub.
"""
return pulumi.get(self, "event_hub_path") |
The path of the Event Hub.
| The path of the Event Hub. | [
"The",
"path",
"of",
"the",
"Event",
"Hub",
"."
] | def event_hub_path(self) -> str:
return pulumi.get(self, "event_hub_path") | [
"def",
"event_hub_path",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"event_hub_path\"",
")"
] | The path of the Event Hub. | [
"The",
"path",
"of",
"the",
"Event",
"Hub",
"."
] | [
"\"\"\"\n The path of the Event Hub.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
291157482176392f6c8d1ebcf50df32f58ce9cd9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/list_virtual_machine_applicable_schedules.py | [
"Apache-2.0"
] | Python | list_virtual_machine_applicable_schedules | AwaitableListVirtualMachineApplicableSchedulesResult | def list_virtual_machine_applicable_schedules(lab_name: Optional[str] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptio... |
Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level.
API Version: 2018-09-15.
:param str lab_name: The name of the lab.
:param str name: The name of the virtual machine.
:param str resource_group_name: The name of the resource group.
| 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_virtual_machine_applicable_schedules(lab_name: Optional[str] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptio... | [
"def",
"list_virtual_machine_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 API Version: 2018-09-15.\n\n\n :param str lab_name: The name of the lab.\n :param str name: The name of the virtual machine.\n :param str resource_group_name: The name of the resource g... | [
{
"param": "lab_name",
"type": "Optional[str]"
},
{
"param": "name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"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... |
239b6d6e89e52d295a0af44becba8db034a35dc7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/attestation/v20180901preview/get_attestation_provider.py | [
"Apache-2.0"
] | Python | trust_model | Optional[str] | def trust_model(self) -> Optional[str]:
"""
Trust model for the attestation service instance.
"""
return pulumi.get(self, "trust_model") |
Trust model for the attestation service instance.
| Trust model for the attestation service instance. | [
"Trust",
"model",
"for",
"the",
"attestation",
"service",
"instance",
"."
] | def trust_model(self) -> Optional[str]:
return pulumi.get(self, "trust_model") | [
"def",
"trust_model",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"trust_model\"",
")"
] | Trust model for the attestation service instance. | [
"Trust",
"model",
"for",
"the",
"attestation",
"service",
"instance",
"."
] | [
"\"\"\"\n Trust model for the attestation service instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
082e5cd977eebbf51a60ab3c864cc882e8896f95 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/powerbidedicated/latest/get_capacity_details.py | [
"Apache-2.0"
] | Python | administration | Optional['outputs.DedicatedCapacityAdministratorsResponse'] | def administration(self) -> Optional['outputs.DedicatedCapacityAdministratorsResponse']:
"""
A collection of Dedicated capacity administrators
"""
return pulumi.get(self, "administration") |
A collection of Dedicated capacity administrators
| A collection of Dedicated capacity administrators | [
"A",
"collection",
"of",
"Dedicated",
"capacity",
"administrators"
] | def administration(self) -> Optional['outputs.DedicatedCapacityAdministratorsResponse']:
return pulumi.get(self, "administration") | [
"def",
"administration",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.DedicatedCapacityAdministratorsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"administration\"",
")"
] | A collection of Dedicated capacity administrators | [
"A",
"collection",
"of",
"Dedicated",
"capacity",
"administrators"
] | [
"\"\"\"\n A collection of Dedicated capacity administrators\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
082ec05a4a72693590bc5623714c994e9870f669 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20210101/get_blob_container_immutability_policy.py | [
"Apache-2.0"
] | Python | allow_protected_append_writes | Optional[bool] | def allow_protected_append_writes(self) -> Optional[bool]:
"""
This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing b... |
This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed w... | This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with Exten... | [
"This",
"property",
"can",
"only",
"be",
"changed",
"for",
"unlocked",
"time",
"-",
"based",
"retention",
"policies",
".",
"When",
"enabled",
"new",
"blocks",
"can",
"be",
"written",
"to",
"an",
"append",
"blob",
"while",
"maintaining",
"immutability",
"protec... | def allow_protected_append_writes(self) -> Optional[bool]:
return pulumi.get(self, "allow_protected_append_writes") | [
"def",
"allow_protected_append_writes",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allow_protected_append_writes\"",
")"
] | This property can only be changed for unlocked time-based retention policies. | [
"This",
"property",
"can",
"only",
"be",
"changed",
"for",
"unlocked",
"time",
"-",
"based",
"retention",
"policies",
"."
] | [
"\"\"\"\n This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot ... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
082ec05a4a72693590bc5623714c994e9870f669 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20210101/get_blob_container_immutability_policy.py | [
"Apache-2.0"
] | Python | immutability_period_since_creation_in_days | Optional[int] | def immutability_period_since_creation_in_days(self) -> Optional[int]:
"""
The immutability period for the blobs in the container since the policy creation, in days.
"""
return pulumi.get(self, "immutability_period_since_creation_in_days") |
The immutability period for the blobs in the container since the policy creation, in days.
| The immutability period for the blobs in the container since the policy creation, in days. | [
"The",
"immutability",
"period",
"for",
"the",
"blobs",
"in",
"the",
"container",
"since",
"the",
"policy",
"creation",
"in",
"days",
"."
] | def immutability_period_since_creation_in_days(self) -> Optional[int]:
return pulumi.get(self, "immutability_period_since_creation_in_days") | [
"def",
"immutability_period_since_creation_in_days",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"immutability_period_since_creation_in_days\"",
")"
] | The immutability period for the blobs in the container since the policy creation, in days. | [
"The",
"immutability",
"period",
"for",
"the",
"blobs",
"in",
"the",
"container",
"since",
"the",
"policy",
"creation",
"in",
"days",
"."
] | [
"\"\"\"\n The immutability period for the blobs in the container since the policy creation, in days.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
083c5e9eb442918d1ff26e85cc2309c4c16e8938 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationsmanagement/v20151101preview/management_association.py | [
"Apache-2.0"
] | Python | properties | pulumi.Output['outputs.ManagementAssociationPropertiesResponse'] | def properties(self) -> pulumi.Output['outputs.ManagementAssociationPropertiesResponse']:
"""
Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
"""
return pulumi.get(self, "properties") |
Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
| Properties for ManagementAssociation object supported by the OperationsManagement resource provider. | [
"Properties",
"for",
"ManagementAssociation",
"object",
"supported",
"by",
"the",
"OperationsManagement",
"resource",
"provider",
"."
] | def properties(self) -> pulumi.Output['outputs.ManagementAssociationPropertiesResponse']:
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ManagementAssociationPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Properties for ManagementAssociation object supported by the OperationsManagement resource provider. | [
"Properties",
"for",
"ManagementAssociation",
"object",
"supported",
"by",
"the",
"OperationsManagement",
"resource",
"provider",
"."
] | [
"\"\"\"\n Properties for ManagementAssociation object supported by the OperationsManagement resource provider.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0858ad470ea23fc13d7597fee669956c4ebba69e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/list_app_service_plan_hybrid_connection_keys.py | [
"Apache-2.0"
] | Python | send_key_name | str | def send_key_name(self) -> str:
"""
The name of the send key.
"""
return pulumi.get(self, "send_key_name") |
The name of the send key.
| The name of the send key. | [
"The",
"name",
"of",
"the",
"send",
"key",
"."
] | def send_key_name(self) -> str:
return pulumi.get(self, "send_key_name") | [
"def",
"send_key_name",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"send_key_name\"",
")"
] | The name of the send key. | [
"The",
"name",
"of",
"the",
"send",
"key",
"."
] | [
"\"\"\"\n The name of the send key.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0858ad470ea23fc13d7597fee669956c4ebba69e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/list_app_service_plan_hybrid_connection_keys.py | [
"Apache-2.0"
] | Python | send_key_value | str | def send_key_value(self) -> str:
"""
The value of the send key.
"""
return pulumi.get(self, "send_key_value") |
The value of the send key.
| The value of the send key. | [
"The",
"value",
"of",
"the",
"send",
"key",
"."
] | def send_key_value(self) -> str:
return pulumi.get(self, "send_key_value") | [
"def",
"send_key_value",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"send_key_value\"",
")"
] | The value of the send key. | [
"The",
"value",
"of",
"the",
"send",
"key",
"."
] | [
"\"\"\"\n The value of the send key.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0858ad470ea23fc13d7597fee669956c4ebba69e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160901/list_app_service_plan_hybrid_connection_keys.py | [
"Apache-2.0"
] | Python | list_app_service_plan_hybrid_connection_keys | AwaitableListAppServicePlanHybridConnectionKeysResult | def list_app_service_plan_hybrid_connection_keys(name: Optional[str] = None,
namespace_name: Optional[str] = None,
relay_name: Optional[str] = None,
resource_group_name: Opt... |
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.
:param str name: Name of the App Service plan.
:param str namespace_name: The name of the Service Bus namespace.
:param str relay_name: The name of the Service Bus relay.
:param str resource_group_name: ... | Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection. | [
"Hybrid",
"Connection",
"key",
"contract",
".",
"This",
"has",
"the",
"send",
"key",
"name",
"and",
"value",
"for",
"a",
"Hybrid",
"Connection",
"."
] | def list_app_service_plan_hybrid_connection_keys(name: Optional[str] = None,
namespace_name: Optional[str] = None,
relay_name: Optional[str] = None,
resource_group_name: Opt... | [
"def",
"list_app_service_plan_hybrid_connection_keys",
"(",
"name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"namespace_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"relay_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
... | Hybrid Connection key contract. | [
"Hybrid",
"Connection",
"key",
"contract",
"."
] | [
"\"\"\"\n Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.\n\n\n :param str name: Name of the App Service plan.\n :param str namespace_name: The name of the Service Bus namespace.\n :param str relay_name: The name of the Service Bus relay.\n :param str res... | [
{
"param": "name",
"type": "Optional[str]"
},
{
"param": "namespace_name",
"type": "Optional[str]"
},
{
"param": "relay_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.I... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "name",
"type": "Optional[str]",
"docstring": "Name of the App Service plan.",
"docstring_tokens": [
"Name",
"of",
"the",
"App",
"Service",
"plan",
"."
],
"def... |
99036ac75281df967b21c306fba27affaf596b2c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/latest/get_dsc_configuration.py | [
"Apache-2.0"
] | Python | job_count | Optional[int] | def job_count(self) -> Optional[int]:
"""
Gets or sets the job count of the configuration.
"""
return pulumi.get(self, "job_count") |
Gets or sets the job count of the configuration.
| Gets or sets the job count of the configuration. | [
"Gets",
"or",
"sets",
"the",
"job",
"count",
"of",
"the",
"configuration",
"."
] | def job_count(self) -> Optional[int]:
return pulumi.get(self, "job_count") | [
"def",
"job_count",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"job_count\"",
")"
] | Gets or sets the job count of the configuration. | [
"Gets",
"or",
"sets",
"the",
"job",
"count",
"of",
"the",
"configuration",
"."
] | [
"\"\"\"\n Gets or sets the job count of the 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": []
} |
99036ac75281df967b21c306fba27affaf596b2c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/latest/get_dsc_configuration.py | [
"Apache-2.0"
] | Python | log_verbose | Optional[bool] | def log_verbose(self) -> Optional[bool]:
"""
Gets or sets verbose log option.
"""
return pulumi.get(self, "log_verbose") |
Gets or sets verbose log option.
| Gets or sets verbose log option. | [
"Gets",
"or",
"sets",
"verbose",
"log",
"option",
"."
] | def log_verbose(self) -> Optional[bool]:
return pulumi.get(self, "log_verbose") | [
"def",
"log_verbose",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"log_verbose\"",
")"
] | Gets or sets verbose log option. | [
"Gets",
"or",
"sets",
"verbose",
"log",
"option",
"."
] | [
"\"\"\"\n Gets or sets verbose log option.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99036ac75281df967b21c306fba27affaf596b2c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/latest/get_dsc_configuration.py | [
"Apache-2.0"
] | Python | node_configuration_count | Optional[int] | def node_configuration_count(self) -> Optional[int]:
"""
Gets the number of compiled node configurations.
"""
return pulumi.get(self, "node_configuration_count") |
Gets the number of compiled node configurations.
| Gets the number of compiled node configurations. | [
"Gets",
"the",
"number",
"of",
"compiled",
"node",
"configurations",
"."
] | def node_configuration_count(self) -> Optional[int]:
return pulumi.get(self, "node_configuration_count") | [
"def",
"node_configuration_count",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"node_configuration_count\"",
")"
] | Gets the number of compiled node configurations. | [
"Gets",
"the",
"number",
"of",
"compiled",
"node",
"configurations",
"."
] | [
"\"\"\"\n Gets the number of compiled node 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": []
} |
99036ac75281df967b21c306fba27affaf596b2c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/latest/get_dsc_configuration.py | [
"Apache-2.0"
] | Python | parameters | Optional[Mapping[str, 'outputs.DscConfigurationParameterResponse']] | def parameters(self) -> Optional[Mapping[str, 'outputs.DscConfigurationParameterResponse']]:
"""
Gets or sets the configuration parameters.
"""
return pulumi.get(self, "parameters") |
Gets or sets the configuration parameters.
| Gets or sets the configuration parameters. | [
"Gets",
"or",
"sets",
"the",
"configuration",
"parameters",
"."
] | def parameters(self) -> Optional[Mapping[str, 'outputs.DscConfigurationParameterResponse']]:
return pulumi.get(self, "parameters") | [
"def",
"parameters",
"(",
"self",
")",
"->",
"Optional",
"[",
"Mapping",
"[",
"str",
",",
"'outputs.DscConfigurationParameterResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"parameters\"",
")"
] | Gets or sets the configuration parameters. | [
"Gets",
"or",
"sets",
"the",
"configuration",
"parameters",
"."
] | [
"\"\"\"\n Gets or sets the configuration 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": []
} |
99036ac75281df967b21c306fba27affaf596b2c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/latest/get_dsc_configuration.py | [
"Apache-2.0"
] | Python | source | Optional['outputs.ContentSourceResponse'] | def source(self) -> Optional['outputs.ContentSourceResponse']:
"""
Gets or sets the source.
"""
return pulumi.get(self, "source") |
Gets or sets the source.
| Gets or sets the source. | [
"Gets",
"or",
"sets",
"the",
"source",
"."
] | def source(self) -> Optional['outputs.ContentSourceResponse']:
return pulumi.get(self, "source") | [
"def",
"source",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ContentSourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source\"",
")"
] | Gets or sets the source. | [
"Gets",
"or",
"sets",
"the",
"source",
"."
] | [
"\"\"\"\n Gets or sets the source.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99084686ddf0d7de53aac7c8667cd4e0d403e4ff | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20180101preview/disaster_recovery_config.py | [
"Apache-2.0"
] | Python | alternate_name | pulumi.Output[Optional[str]] | def alternate_name(self) -> pulumi.Output[Optional[str]]:
"""
Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
"""
return pulumi.get(self, "alternate_name") |
Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
| Primary/Secondary eventhub namespace name, which is part of GEO DR pairing | [
"Primary",
"/",
"Secondary",
"eventhub",
"namespace",
"name",
"which",
"is",
"part",
"of",
"GEO",
"DR",
"pairing"
] | def alternate_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "alternate_name") | [
"def",
"alternate_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"alternate_name\"",
")"
] | Primary/Secondary eventhub namespace name, which is part of GEO DR pairing | [
"Primary",
"/",
"Secondary",
"eventhub",
"namespace",
"name",
"which",
"is",
"part",
"of",
"GEO",
"DR",
"pairing"
] | [
"\"\"\"\n Primary/Secondary eventhub namespace name, which is part of GEO DR pairing\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99084686ddf0d7de53aac7c8667cd4e0d403e4ff | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20180101preview/disaster_recovery_config.py | [
"Apache-2.0"
] | Python | partner_namespace | pulumi.Output[Optional[str]] | def partner_namespace(self) -> pulumi.Output[Optional[str]]:
"""
ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
"""
return pulumi.get(self, "partner_namespace") |
ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing
| ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing | [
"ARM",
"Id",
"of",
"the",
"Primary",
"/",
"Secondary",
"eventhub",
"namespace",
"name",
"which",
"is",
"part",
"of",
"GEO",
"DR",
"pairing"
] | def partner_namespace(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "partner_namespace") | [
"def",
"partner_namespace",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_namespace\"",
")"
] | ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing | [
"ARM",
"Id",
"of",
"the",
"Primary",
"/",
"Secondary",
"eventhub",
"namespace",
"name",
"which",
"is",
"part",
"of",
"GEO",
"DR",
"pairing"
] | [
"\"\"\"\n ARM Id of the Primary/Secondary eventhub namespace name, which is part of GEO DR pairing\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9910e2f46a7eb33a2463d0a11db9f2889ecac5c0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190201/get_p2s_vpn_server_configuration.py | [
"Apache-2.0"
] | Python | p2_s_vpn_gateways | Sequence['outputs.SubResourceResponse'] | def p2_s_vpn_gateways(self) -> Sequence['outputs.SubResourceResponse']:
"""
List of references to P2SVpnGateways.
"""
return pulumi.get(self, "p2_s_vpn_gateways") |
List of references to P2SVpnGateways.
| List of references to P2SVpnGateways. | [
"List",
"of",
"references",
"to",
"P2SVpnGateways",
"."
] | def p2_s_vpn_gateways(self) -> Sequence['outputs.SubResourceResponse']:
return pulumi.get(self, "p2_s_vpn_gateways") | [
"def",
"p2_s_vpn_gateways",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"p2_s_vpn_gateways\"",
")"
] | List of references to P2SVpnGateways. | [
"List",
"of",
"references",
"to",
"P2SVpnGateways",
"."
] | [
"\"\"\"\n List of references to P2SVpnGateways.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9918ddb4298d96bc071f54036a3e97472237b192 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20190201preview/list_domain_shared_access_keys.py | [
"Apache-2.0"
] | Python | list_domain_shared_access_keys | AwaitableListDomainSharedAccessKeysResult | def list_domain_shared_access_keys(domain_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDomainSharedAccessKeysResult:
"""
Shared access keys of the Domain
... |
Shared access keys of the Domain
:param str domain_name: Name of the domain
:param str resource_group_name: The name of the resource group within the user's subscription.
| Shared access keys of the Domain | [
"Shared",
"access",
"keys",
"of",
"the",
"Domain"
] | def list_domain_shared_access_keys(domain_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDomainSharedAccessKeysResult:
__args__ = dict()
__args__['domainName... | [
"def",
"list_domain_shared_access_keys",
"(",
"domain_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"="... | Shared access keys of the Domain | [
"Shared",
"access",
"keys",
"of",
"the",
"Domain"
] | [
"\"\"\"\n Shared access keys of the Domain\n\n\n :param str domain_name: Name of the domain\n :param str resource_group_name: The name of the resource group within the user's subscription.\n \"\"\""
] | [
{
"param": "domain_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "domain_name",
"type": "Optional[str]",
"docstring": "Name of the domain",
"docstring_tokens": [
"Name",
"of",
"the",
"domain"
],
"default": null,
"is_optional": false
},
... |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | availability_state | pulumi.Output[str] | def availability_state(self) -> pulumi.Output[str]:
"""
Management information availability state for the web app. Possible values are Normal or Limited.
Normal means that the site is running correctly and that management information for the site is available.
... |
Management information availability state for the web app. Possible values are Normal or Limited.
Normal means that the site is running correctly and that management information for the site is available.
Limited means that only partial management information for the... | Management information availability state for the web app. Possible values are Normal or Limited.
Normal means that the site is running correctly and that management information for the site is available.
Limited means that only partial management information for the site is available and that detailed site information... | [
"Management",
"information",
"availability",
"state",
"for",
"the",
"web",
"app",
".",
"Possible",
"values",
"are",
"Normal",
"or",
"Limited",
".",
"Normal",
"means",
"that",
"the",
"site",
"is",
"running",
"correctly",
"and",
"that",
"management",
"information"... | def availability_state(self) -> pulumi.Output[str]:
return pulumi.get(self, "availability_state") | [
"def",
"availability_state",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"availability_state\"",
")"
] | Management information availability state for the web app. | [
"Management",
"information",
"availability",
"state",
"for",
"the",
"web",
"app",
"."
] | [
"\"\"\"\n Management information availability state for the web app. Possible values are Normal or Limited. \r\n Normal means that the site is running correctly and that management information for the site is available. \r\n Limited means that only partial management inf... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | client_affinity_enabled | pulumi.Output[Optional[bool]] | def client_affinity_enabled(self) -> pulumi.Output[Optional[bool]]:
"""
Specifies if the client affinity is enabled when load balancing http request for multiple instances of the web app
"""
return pulumi.get(self, "client_affinity_enabled") |
Specifies if the client affinity is enabled when load balancing http request for multiple instances of the web app
| Specifies if the client affinity is enabled when load balancing http request for multiple instances of the web app | [
"Specifies",
"if",
"the",
"client",
"affinity",
"is",
"enabled",
"when",
"load",
"balancing",
"http",
"request",
"for",
"multiple",
"instances",
"of",
"the",
"web",
"app"
] | def client_affinity_enabled(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "client_affinity_enabled") | [
"def",
"client_affinity_enabled",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"client_affinity_enabled\"",
")"
] | Specifies if the client affinity is enabled when load balancing http request for multiple instances of the web app | [
"Specifies",
"if",
"the",
"client",
"affinity",
"is",
"enabled",
"when",
"load",
"balancing",
"http",
"request",
"for",
"multiple",
"instances",
"of",
"the",
"web",
"app"
] | [
"\"\"\"\n Specifies if the client affinity is enabled when load balancing http request for multiple instances of the web app\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | client_cert_enabled | pulumi.Output[Optional[bool]] | def client_cert_enabled(self) -> pulumi.Output[Optional[bool]]:
"""
Specifies if the client certificate is enabled for the web app
"""
return pulumi.get(self, "client_cert_enabled") |
Specifies if the client certificate is enabled for the web app
| Specifies if the client certificate is enabled for the web app | [
"Specifies",
"if",
"the",
"client",
"certificate",
"is",
"enabled",
"for",
"the",
"web",
"app"
] | def client_cert_enabled(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "client_cert_enabled") | [
"def",
"client_cert_enabled",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"client_cert_enabled\"",
")"
] | Specifies if the client certificate is enabled for the web app | [
"Specifies",
"if",
"the",
"client",
"certificate",
"is",
"enabled",
"for",
"the",
"web",
"app"
] | [
"\"\"\"\n Specifies if the client certificate is enabled for the web app\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | cloning_info | pulumi.Output[Optional['outputs.CloningInfoResponse']] | def cloning_info(self) -> pulumi.Output[Optional['outputs.CloningInfoResponse']]:
"""
This is only valid for web app creation. If specified, web app is cloned from
a source web app
"""
return pulumi.get(self, "cloning_info") |
This is only valid for web app creation. If specified, web app is cloned from
a source web app
| This is only valid for web app creation. If specified, web app is cloned from
a source web app | [
"This",
"is",
"only",
"valid",
"for",
"web",
"app",
"creation",
".",
"If",
"specified",
"web",
"app",
"is",
"cloned",
"from",
"a",
"source",
"web",
"app"
] | def cloning_info(self) -> pulumi.Output[Optional['outputs.CloningInfoResponse']]:
return pulumi.get(self, "cloning_info") | [
"def",
"cloning_info",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.CloningInfoResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cloning_info\"",
")"
] | This is only valid for web app creation. | [
"This",
"is",
"only",
"valid",
"for",
"web",
"app",
"creation",
"."
] | [
"\"\"\"\n This is only valid for web app creation. If specified, web app is cloned from \r\n a source web app\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | default_host_name | pulumi.Output[str] | def default_host_name(self) -> pulumi.Output[str]:
"""
Default hostname of the web app
"""
return pulumi.get(self, "default_host_name") |
Default hostname of the web app
| Default hostname of the web app | [
"Default",
"hostname",
"of",
"the",
"web",
"app"
] | def default_host_name(self) -> pulumi.Output[str]:
return pulumi.get(self, "default_host_name") | [
"def",
"default_host_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_host_name\"",
")"
] | Default hostname of the web app | [
"Default",
"hostname",
"of",
"the",
"web",
"app"
] | [
"\"\"\"\n Default hostname of the web app\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | enabled_host_names | pulumi.Output[Sequence[str]] | def enabled_host_names(self) -> pulumi.Output[Sequence[str]]:
"""
Hostnames for the web app that are enabled. Hostnames need to be assigned and enabled. If some hostnames are assigned but not enabled
the app is not served on those hostnames
"""
return pulumi.get(self... |
Hostnames for the web app that are enabled. Hostnames need to be assigned and enabled. If some hostnames are assigned but not enabled
the app is not served on those hostnames
| Hostnames for the web app that are enabled. Hostnames need to be assigned and enabled. If some hostnames are assigned but not enabled
the app is not served on those hostnames | [
"Hostnames",
"for",
"the",
"web",
"app",
"that",
"are",
"enabled",
".",
"Hostnames",
"need",
"to",
"be",
"assigned",
"and",
"enabled",
".",
"If",
"some",
"hostnames",
"are",
"assigned",
"but",
"not",
"enabled",
"the",
"app",
"is",
"not",
"served",
"on",
... | def enabled_host_names(self) -> pulumi.Output[Sequence[str]]:
return pulumi.get(self, "enabled_host_names") | [
"def",
"enabled_host_names",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enabled_host_names\"",
")"
] | Hostnames for the web app that are enabled. | [
"Hostnames",
"for",
"the",
"web",
"app",
"that",
"are",
"enabled",
"."
] | [
"\"\"\"\n Hostnames for the web app that are enabled. Hostnames need to be assigned and enabled. If some hostnames are assigned but not enabled\r\n the app is not served on those hostnames\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | gateway_site_name | pulumi.Output[Optional[str]] | def gateway_site_name(self) -> pulumi.Output[Optional[str]]:
"""
Name of gateway app associated with web app
"""
return pulumi.get(self, "gateway_site_name") |
Name of gateway app associated with web app
| Name of gateway app associated with web app | [
"Name",
"of",
"gateway",
"app",
"associated",
"with",
"web",
"app"
] | def gateway_site_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "gateway_site_name") | [
"def",
"gateway_site_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"gateway_site_name\"",
")"
] | Name of gateway app associated with web app | [
"Name",
"of",
"gateway",
"app",
"associated",
"with",
"web",
"app"
] | [
"\"\"\"\n Name of gateway app associated with web app\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | host_name_ssl_states | pulumi.Output[Optional[Sequence['outputs.HostNameSslStateResponse']]] | def host_name_ssl_states(self) -> pulumi.Output[Optional[Sequence['outputs.HostNameSslStateResponse']]]:
"""
Hostname SSL states are used to manage the SSL bindings for site's hostnames.
"""
return pulumi.get(self, "host_name_ssl_states") |
Hostname SSL states are used to manage the SSL bindings for site's hostnames.
| Hostname SSL states are used to manage the SSL bindings for site's hostnames. | [
"Hostname",
"SSL",
"states",
"are",
"used",
"to",
"manage",
"the",
"SSL",
"bindings",
"for",
"site",
"'",
"s",
"hostnames",
"."
] | def host_name_ssl_states(self) -> pulumi.Output[Optional[Sequence['outputs.HostNameSslStateResponse']]]:
return pulumi.get(self, "host_name_ssl_states") | [
"def",
"host_name_ssl_states",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.HostNameSslStateResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"host_name_ssl_states\"",
")"
] | Hostname SSL states are used to manage the SSL bindings for site's hostnames. | [
"Hostname",
"SSL",
"states",
"are",
"used",
"to",
"manage",
"the",
"SSL",
"bindings",
"for",
"site",
"'",
"s",
"hostnames",
"."
] | [
"\"\"\"\n Hostname SSL states are used to manage the SSL bindings for site's hostnames.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | host_names_disabled | pulumi.Output[Optional[bool]] | def host_names_disabled(self) -> pulumi.Output[Optional[bool]]:
"""
Specifies if the public hostnames are disabled the web app.
If set to true the app is only accessible via API Management process
"""
return pulumi.get(self, "host_names_disabled") |
Specifies if the public hostnames are disabled the web app.
If set to true the app is only accessible via API Management process
| Specifies if the public hostnames are disabled the web app.
If set to true the app is only accessible via API Management process | [
"Specifies",
"if",
"the",
"public",
"hostnames",
"are",
"disabled",
"the",
"web",
"app",
".",
"If",
"set",
"to",
"true",
"the",
"app",
"is",
"only",
"accessible",
"via",
"API",
"Management",
"process"
] | def host_names_disabled(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "host_names_disabled") | [
"def",
"host_names_disabled",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"host_names_disabled\"",
")"
] | Specifies if the public hostnames are disabled the web app. | [
"Specifies",
"if",
"the",
"public",
"hostnames",
"are",
"disabled",
"the",
"web",
"app",
"."
] | [
"\"\"\"\n Specifies if the public hostnames are disabled the web app.\r\n If set to true the app is only accessible via API Management process\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | last_modified_time_utc | pulumi.Output[str] | def last_modified_time_utc(self) -> pulumi.Output[str]:
"""
Last time web app was modified in UTC
"""
return pulumi.get(self, "last_modified_time_utc") |
Last time web app was modified in UTC
| Last time web app was modified in UTC | [
"Last",
"time",
"web",
"app",
"was",
"modified",
"in",
"UTC"
] | def last_modified_time_utc(self) -> pulumi.Output[str]:
return pulumi.get(self, "last_modified_time_utc") | [
"def",
"last_modified_time_utc",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_modified_time_utc\"",
")"
] | Last time web app was modified in UTC | [
"Last",
"time",
"web",
"app",
"was",
"modified",
"in",
"UTC"
] | [
"\"\"\"\n Last time web app was modified in UTC\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | max_number_of_workers | pulumi.Output[Optional[int]] | def max_number_of_workers(self) -> pulumi.Output[Optional[int]]:
"""
Maximum number of workers
This only applies to function container
"""
return pulumi.get(self, "max_number_of_workers") |
Maximum number of workers
This only applies to function container
| Maximum number of workers
This only applies to function container | [
"Maximum",
"number",
"of",
"workers",
"This",
"only",
"applies",
"to",
"function",
"container"
] | def max_number_of_workers(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "max_number_of_workers") | [
"def",
"max_number_of_workers",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_number_of_workers\"",
")"
] | Maximum number of workers
This only applies to function container | [
"Maximum",
"number",
"of",
"workers",
"This",
"only",
"applies",
"to",
"function",
"container"
] | [
"\"\"\"\n Maximum number of workers\r\n This only applies to function container\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | outbound_ip_addresses | pulumi.Output[str] | def outbound_ip_addresses(self) -> pulumi.Output[str]:
"""
List of comma separated IP addresses that this web app uses for outbound connections. Those can be used when configuring firewall rules for databases accessed by this web app.
"""
return pulumi.get(self, "outbound_ip_addresses") |
List of comma separated IP addresses that this web app uses for outbound connections. Those can be used when configuring firewall rules for databases accessed by this web app.
| List of comma separated IP addresses that this web app uses for outbound connections. Those can be used when configuring firewall rules for databases accessed by this web app. | [
"List",
"of",
"comma",
"separated",
"IP",
"addresses",
"that",
"this",
"web",
"app",
"uses",
"for",
"outbound",
"connections",
".",
"Those",
"can",
"be",
"used",
"when",
"configuring",
"firewall",
"rules",
"for",
"databases",
"accessed",
"by",
"this",
"web",
... | def outbound_ip_addresses(self) -> pulumi.Output[str]:
return pulumi.get(self, "outbound_ip_addresses") | [
"def",
"outbound_ip_addresses",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"outbound_ip_addresses\"",
")"
] | List of comma separated IP addresses that this web app uses for outbound connections. | [
"List",
"of",
"comma",
"separated",
"IP",
"addresses",
"that",
"this",
"web",
"app",
"uses",
"for",
"outbound",
"connections",
"."
] | [
"\"\"\"\n List of comma separated IP addresses that this web app uses for outbound connections. Those can be used when configuring firewall rules for databases accessed by this web app.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | premium_app_deployed | pulumi.Output[bool] | def premium_app_deployed(self) -> pulumi.Output[bool]:
"""
If set indicates whether web app is deployed as a premium app
"""
return pulumi.get(self, "premium_app_deployed") |
If set indicates whether web app is deployed as a premium app
| If set indicates whether web app is deployed as a premium app | [
"If",
"set",
"indicates",
"whether",
"web",
"app",
"is",
"deployed",
"as",
"a",
"premium",
"app"
] | def premium_app_deployed(self) -> pulumi.Output[bool]:
return pulumi.get(self, "premium_app_deployed") | [
"def",
"premium_app_deployed",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"premium_app_deployed\"",
")"
] | If set indicates whether web app is deployed as a premium app | [
"If",
"set",
"indicates",
"whether",
"web",
"app",
"is",
"deployed",
"as",
"a",
"premium",
"app"
] | [
"\"\"\"\n If set indicates whether web app is deployed as a premium app\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | scm_site_also_stopped | pulumi.Output[Optional[bool]] | def scm_site_also_stopped(self) -> pulumi.Output[Optional[bool]]:
"""
If set indicates whether to stop SCM (KUDU) site when the web app is stopped. Default is false.
"""
return pulumi.get(self, "scm_site_also_stopped") |
If set indicates whether to stop SCM (KUDU) site when the web app is stopped. Default is false.
| If set indicates whether to stop SCM (KUDU) site when the web app is stopped. Default is false. | [
"If",
"set",
"indicates",
"whether",
"to",
"stop",
"SCM",
"(",
"KUDU",
")",
"site",
"when",
"the",
"web",
"app",
"is",
"stopped",
".",
"Default",
"is",
"false",
"."
] | def scm_site_also_stopped(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "scm_site_also_stopped") | [
"def",
"scm_site_also_stopped",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"scm_site_also_stopped\"",
")"
] | If set indicates whether to stop SCM (KUDU) site when the web app is stopped. | [
"If",
"set",
"indicates",
"whether",
"to",
"stop",
"SCM",
"(",
"KUDU",
")",
"site",
"when",
"the",
"web",
"app",
"is",
"stopped",
"."
] | [
"\"\"\"\n If set indicates whether to stop SCM (KUDU) site when the web app is stopped. Default is false.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | target_swap_slot | pulumi.Output[str] | def target_swap_slot(self) -> pulumi.Output[str]:
"""
Read-only property that specifies which slot this app will swap into
"""
return pulumi.get(self, "target_swap_slot") |
Read-only property that specifies which slot this app will swap into
| Read-only property that specifies which slot this app will swap into | [
"Read",
"-",
"only",
"property",
"that",
"specifies",
"which",
"slot",
"this",
"app",
"will",
"swap",
"into"
] | def target_swap_slot(self) -> pulumi.Output[str]:
return pulumi.get(self, "target_swap_slot") | [
"def",
"target_swap_slot",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_swap_slot\"",
")"
] | Read-only property that specifies which slot this app will swap into | [
"Read",
"-",
"only",
"property",
"that",
"specifies",
"which",
"slot",
"this",
"app",
"will",
"swap",
"into"
] | [
"\"\"\"\n Read-only property that specifies which slot this app will swap into\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | traffic_manager_host_names | pulumi.Output[Sequence[str]] | def traffic_manager_host_names(self) -> pulumi.Output[Sequence[str]]:
"""
Read-only list of Azure Traffic manager hostnames associated with web app
"""
return pulumi.get(self, "traffic_manager_host_names") |
Read-only list of Azure Traffic manager hostnames associated with web app
| Read-only list of Azure Traffic manager hostnames associated with web app | [
"Read",
"-",
"only",
"list",
"of",
"Azure",
"Traffic",
"manager",
"hostnames",
"associated",
"with",
"web",
"app"
] | def traffic_manager_host_names(self) -> pulumi.Output[Sequence[str]]:
return pulumi.get(self, "traffic_manager_host_names") | [
"def",
"traffic_manager_host_names",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"traffic_manager_host_names\"",
")"
] | Read-only list of Azure Traffic manager hostnames associated with web app | [
"Read",
"-",
"only",
"list",
"of",
"Azure",
"Traffic",
"manager",
"hostnames",
"associated",
"with",
"web",
"app"
] | [
"\"\"\"\n Read-only list of Azure Traffic manager hostnames associated with web app\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
992561e5d08e5243c15ddb0a689fcbd02a2d0091 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/site.py | [
"Apache-2.0"
] | Python | usage_state | pulumi.Output[str] | def usage_state(self) -> pulumi.Output[str]:
"""
State indicating whether web app has exceeded its quota usage
"""
return pulumi.get(self, "usage_state") |
State indicating whether web app has exceeded its quota usage
| State indicating whether web app has exceeded its quota usage | [
"State",
"indicating",
"whether",
"web",
"app",
"has",
"exceeded",
"its",
"quota",
"usage"
] | def usage_state(self) -> pulumi.Output[str]:
return pulumi.get(self, "usage_state") | [
"def",
"usage_state",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"usage_state\"",
")"
] | State indicating whether web app has exceeded its quota usage | [
"State",
"indicating",
"whether",
"web",
"app",
"has",
"exceeded",
"its",
"quota",
"usage"
] | [
"\"\"\"\n State indicating whether web app has exceeded its quota usage\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9925c53b380f26159acee04f5935b16c3a50b2af | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/avs/v20210101preview/get_addon.py | [
"Apache-2.0"
] | Python | addon_type | Optional[str] | def addon_type(self) -> Optional[str]:
"""
The type of private cloud addon
"""
return pulumi.get(self, "addon_type") |
The type of private cloud addon
| The type of private cloud addon | [
"The",
"type",
"of",
"private",
"cloud",
"addon"
] | def addon_type(self) -> Optional[str]:
return pulumi.get(self, "addon_type") | [
"def",
"addon_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"addon_type\"",
")"
] | The type of private cloud addon | [
"The",
"type",
"of",
"private",
"cloud",
"addon"
] | [
"\"\"\"\n The type of private cloud addon\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9926e3cf7cd4fdd8e5575d56afc1e06254da5a27 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20150301preview/get_cluster.py | [
"Apache-2.0"
] | Python | identity | Optional['outputs.ClusterIdentityResponse'] | def identity(self) -> Optional['outputs.ClusterIdentityResponse']:
"""
The identity of the cluster, if configured.
"""
return pulumi.get(self, "identity") |
The identity of the cluster, if configured.
| The identity of the cluster, if configured. | [
"The",
"identity",
"of",
"the",
"cluster",
"if",
"configured",
"."
] | def identity(self) -> Optional['outputs.ClusterIdentityResponse']:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ClusterIdentityResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The identity of the cluster, if configured. | [
"The",
"identity",
"of",
"the",
"cluster",
"if",
"configured",
"."
] | [
"\"\"\"\n The identity of the cluster, 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": []
} |
9926e3cf7cd4fdd8e5575d56afc1e06254da5a27 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/v20150301preview/get_cluster.py | [
"Apache-2.0"
] | Python | properties | 'outputs.ClusterGetPropertiesResponse' | def properties(self) -> 'outputs.ClusterGetPropertiesResponse':
"""
The properties of the cluster.
"""
return pulumi.get(self, "properties") |
The properties of the cluster.
| The properties of the cluster. | [
"The",
"properties",
"of",
"the",
"cluster",
"."
] | def properties(self) -> 'outputs.ClusterGetPropertiesResponse':
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"'outputs.ClusterGetPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | The properties of the cluster. | [
"The",
"properties",
"of",
"the",
"cluster",
"."
] | [
"\"\"\"\n The properties of the cluster.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
62f258c13c4d484c2c6511f7658e5f335ee8c7c2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventhub/v20180101preview/get_event_hub.py | [
"Apache-2.0"
] | Python | message_retention_in_days | Optional[float] | def message_retention_in_days(self) -> Optional[float]:
"""
Number of days to retain the events for this Event Hub, value should be 1 to 7 days
"""
return pulumi.get(self, "message_retention_in_days") |
Number of days to retain the events for this Event Hub, value should be 1 to 7 days
| Number of days to retain the events for this Event Hub, value should be 1 to 7 days | [
"Number",
"of",
"days",
"to",
"retain",
"the",
"events",
"for",
"this",
"Event",
"Hub",
"value",
"should",
"be",
"1",
"to",
"7",
"days"
] | def message_retention_in_days(self) -> Optional[float]:
return pulumi.get(self, "message_retention_in_days") | [
"def",
"message_retention_in_days",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"message_retention_in_days\"",
")"
] | Number of days to retain the events for this Event Hub, value should be 1 to 7 days | [
"Number",
"of",
"days",
"to",
"retain",
"the",
"events",
"for",
"this",
"Event",
"Hub",
"value",
"should",
"be",
"1",
"to",
"7",
"days"
] | [
"\"\"\"\n Number of days to retain the events for this Event Hub, value should be 1 to 7 days\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
62f258c13c4d484c2c6511f7658e5f335ee8c7c2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventhub/v20180101preview/get_event_hub.py | [
"Apache-2.0"
] | Python | partition_count | Optional[float] | def partition_count(self) -> Optional[float]:
"""
Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions.
"""
return pulumi.get(self, "partition_count") |
Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions.
| Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions. | [
"Number",
"of",
"partitions",
"created",
"for",
"the",
"Event",
"Hub",
"allowed",
"values",
"are",
"from",
"1",
"to",
"32",
"partitions",
"."
] | def partition_count(self) -> Optional[float]:
return pulumi.get(self, "partition_count") | [
"def",
"partition_count",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partition_count\"",
")"
] | Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions. | [
"Number",
"of",
"partitions",
"created",
"for",
"the",
"Event",
"Hub",
"allowed",
"values",
"are",
"from",
"1",
"to",
"32",
"partitions",
"."
] | [
"\"\"\"\n Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1602abd019191cc95a176d66fdf22ad7431275b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/relay/latest/get_namespace.py | [
"Apache-2.0"
] | Python | metric_id | str | def metric_id(self) -> str:
"""
Identifier for Azure Insights metrics.
"""
return pulumi.get(self, "metric_id") |
Identifier for Azure Insights metrics.
| Identifier for Azure Insights metrics. | [
"Identifier",
"for",
"Azure",
"Insights",
"metrics",
"."
] | def metric_id(self) -> str:
return pulumi.get(self, "metric_id") | [
"def",
"metric_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"metric_id\"",
")"
] | Identifier for Azure Insights metrics. | [
"Identifier",
"for",
"Azure",
"Insights",
"metrics",
"."
] | [
"\"\"\"\n Identifier for Azure Insights metrics.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1602abd019191cc95a176d66fdf22ad7431275b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/relay/latest/get_namespace.py | [
"Apache-2.0"
] | Python | service_bus_endpoint | str | def service_bus_endpoint(self) -> str:
"""
Endpoint you can use to perform Service Bus operations.
"""
return pulumi.get(self, "service_bus_endpoint") |
Endpoint you can use to perform Service Bus operations.
| Endpoint you can use to perform Service Bus operations. | [
"Endpoint",
"you",
"can",
"use",
"to",
"perform",
"Service",
"Bus",
"operations",
"."
] | def service_bus_endpoint(self) -> str:
return pulumi.get(self, "service_bus_endpoint") | [
"def",
"service_bus_endpoint",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"service_bus_endpoint\"",
")"
] | Endpoint you can use to perform Service Bus operations. | [
"Endpoint",
"you",
"can",
"use",
"to",
"perform",
"Service",
"Bus",
"operations",
"."
] | [
"\"\"\"\n Endpoint you can use to perform Service Bus operations.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1617549b9449b4be5d21e99eb9b349a29263656f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/v20180901preview/get_gateway.py | [
"Apache-2.0"
] | Python | destination_network | 'outputs.NetworkRefResponse' | def destination_network(self) -> 'outputs.NetworkRefResponse':
"""
Network that the Application is using.
"""
return pulumi.get(self, "destination_network") |
Network that the Application is using.
| Network that the Application is using. | [
"Network",
"that",
"the",
"Application",
"is",
"using",
"."
] | def destination_network(self) -> 'outputs.NetworkRefResponse':
return pulumi.get(self, "destination_network") | [
"def",
"destination_network",
"(",
"self",
")",
"->",
"'outputs.NetworkRefResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"destination_network\"",
")"
] | Network that the Application is using. | [
"Network",
"that",
"the",
"Application",
"is",
"using",
"."
] | [
"\"\"\"\n Network that the Application is using.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1617549b9449b4be5d21e99eb9b349a29263656f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/v20180901preview/get_gateway.py | [
"Apache-2.0"
] | Python | http | Optional[Sequence['outputs.HttpConfigResponse']] | def http(self) -> Optional[Sequence['outputs.HttpConfigResponse']]:
"""
Configuration for http connectivity for this gateway.
"""
return pulumi.get(self, "http") |
Configuration for http connectivity for this gateway.
| Configuration for http connectivity for this gateway. | [
"Configuration",
"for",
"http",
"connectivity",
"for",
"this",
"gateway",
"."
] | def http(self) -> Optional[Sequence['outputs.HttpConfigResponse']]:
return pulumi.get(self, "http") | [
"def",
"http",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.HttpConfigResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"http\"",
")"
] | Configuration for http connectivity for this gateway. | [
"Configuration",
"for",
"http",
"connectivity",
"for",
"this",
"gateway",
"."
] | [
"\"\"\"\n Configuration for http connectivity for this 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": []
} |
1617549b9449b4be5d21e99eb9b349a29263656f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/v20180901preview/get_gateway.py | [
"Apache-2.0"
] | Python | source_network | 'outputs.NetworkRefResponse' | def source_network(self) -> 'outputs.NetworkRefResponse':
"""
Network the gateway should listen on for requests.
"""
return pulumi.get(self, "source_network") |
Network the gateway should listen on for requests.
| Network the gateway should listen on for requests. | [
"Network",
"the",
"gateway",
"should",
"listen",
"on",
"for",
"requests",
"."
] | def source_network(self) -> 'outputs.NetworkRefResponse':
return pulumi.get(self, "source_network") | [
"def",
"source_network",
"(",
"self",
")",
"->",
"'outputs.NetworkRefResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_network\"",
")"
] | Network the gateway should listen on for requests. | [
"Network",
"the",
"gateway",
"should",
"listen",
"on",
"for",
"requests",
"."
] | [
"\"\"\"\n Network the gateway should listen on for requests.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1617549b9449b4be5d21e99eb9b349a29263656f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/v20180901preview/get_gateway.py | [
"Apache-2.0"
] | Python | tcp | Optional[Sequence['outputs.TcpConfigResponse']] | def tcp(self) -> Optional[Sequence['outputs.TcpConfigResponse']]:
"""
Configuration for tcp connectivity for this gateway.
"""
return pulumi.get(self, "tcp") |
Configuration for tcp connectivity for this gateway.
| Configuration for tcp connectivity for this gateway. | [
"Configuration",
"for",
"tcp",
"connectivity",
"for",
"this",
"gateway",
"."
] | def tcp(self) -> Optional[Sequence['outputs.TcpConfigResponse']]:
return pulumi.get(self, "tcp") | [
"def",
"tcp",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.TcpConfigResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tcp\"",
")"
] | Configuration for tcp connectivity for this gateway. | [
"Configuration",
"for",
"tcp",
"connectivity",
"for",
"this",
"gateway",
"."
] | [
"\"\"\"\n Configuration for tcp connectivity for this 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": []
} |
db65c93d06ab9b8e038fe414bf37dc7a0b828ebf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearning/v20160401/list_workspace_keys.py | [
"Apache-2.0"
] | Python | primary_token | Optional[str] | def primary_token(self) -> Optional[str]:
"""
Primary authorization key for this workspace.
"""
return pulumi.get(self, "primary_token") |
Primary authorization key for this workspace.
| Primary authorization key for this workspace. | [
"Primary",
"authorization",
"key",
"for",
"this",
"workspace",
"."
] | def primary_token(self) -> Optional[str]:
return pulumi.get(self, "primary_token") | [
"def",
"primary_token",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"primary_token\"",
")"
] | Primary authorization key for this workspace. | [
"Primary",
"authorization",
"key",
"for",
"this",
"workspace",
"."
] | [
"\"\"\"\n Primary authorization key for this workspace.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
db65c93d06ab9b8e038fe414bf37dc7a0b828ebf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearning/v20160401/list_workspace_keys.py | [
"Apache-2.0"
] | Python | secondary_token | Optional[str] | def secondary_token(self) -> Optional[str]:
"""
Secondary authorization key for this workspace.
"""
return pulumi.get(self, "secondary_token") |
Secondary authorization key for this workspace.
| Secondary authorization key for this workspace. | [
"Secondary",
"authorization",
"key",
"for",
"this",
"workspace",
"."
] | def secondary_token(self) -> Optional[str]:
return pulumi.get(self, "secondary_token") | [
"def",
"secondary_token",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"secondary_token\"",
")"
] | Secondary authorization key for this workspace. | [
"Secondary",
"authorization",
"key",
"for",
"this",
"workspace",
"."
] | [
"\"\"\"\n Secondary authorization key for this workspace.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.