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
565280c94466664e0bbfc6fca0bdd3b5bc6d8dbe
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20150501/get_component.py
[ "Apache-2.0" ]
Python
flow_type
Optional[str]
def flow_type(self) -> Optional[str]: """ Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API. """ return pulumi.get(self, "flow_type")
Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API.
Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API.
[ "Used", "by", "the", "Application", "Insights", "system", "to", "determine", "what", "kind", "of", "flow", "this", "component", "was", "created", "by", ".", "This", "is", "to", "be", "set", "to", "'", "Bluefield", "'", "when", "creating", "/", "updating", ...
def flow_type(self) -> Optional[str]: return pulumi.get(self, "flow_type")
[ "def", "flow_type", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"flow_type\"", ")" ]
Used by the Application Insights system to determine what kind of flow this component was created by.
[ "Used", "by", "the", "Application", "Insights", "system", "to", "determine", "what", "kind", "of", "flow", "this", "component", "was", "created", "by", "." ]
[ "\"\"\"\n Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
565280c94466664e0bbfc6fca0bdd3b5bc6d8dbe
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20150501/get_component.py
[ "Apache-2.0" ]
Python
hockey_app_id
Optional[str]
def hockey_app_id(self) -> Optional[str]: """ The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp. """ return pulumi.get(self, "hockey_app_id")
The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp.
The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp.
[ "The", "unique", "application", "ID", "created", "when", "a", "new", "application", "is", "added", "to", "HockeyApp", "used", "for", "communications", "with", "HockeyApp", "." ]
def hockey_app_id(self) -> Optional[str]: return pulumi.get(self, "hockey_app_id")
[ "def", "hockey_app_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hockey_app_id\"", ")" ]
The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp.
[ "The", "unique", "application", "ID", "created", "when", "a", "new", "application", "is", "added", "to", "HockeyApp", "used", "for", "communications", "with", "HockeyApp", "." ]
[ "\"\"\"\n The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
565280c94466664e0bbfc6fca0bdd3b5bc6d8dbe
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20150501/get_component.py
[ "Apache-2.0" ]
Python
hockey_app_token
str
def hockey_app_token(self) -> str: """ Token used to authenticate communications with between Application Insights and HockeyApp. """ return pulumi.get(self, "hockey_app_token")
Token used to authenticate communications with between Application Insights and HockeyApp.
Token used to authenticate communications with between Application Insights and HockeyApp.
[ "Token", "used", "to", "authenticate", "communications", "with", "between", "Application", "Insights", "and", "HockeyApp", "." ]
def hockey_app_token(self) -> str: return pulumi.get(self, "hockey_app_token")
[ "def", "hockey_app_token", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hockey_app_token\"", ")" ]
Token used to authenticate communications with between Application Insights and HockeyApp.
[ "Token", "used", "to", "authenticate", "communications", "with", "between", "Application", "Insights", "and", "HockeyApp", "." ]
[ "\"\"\"\n Token used to authenticate communications with between Application Insights and HockeyApp.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
565280c94466664e0bbfc6fca0bdd3b5bc6d8dbe
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20150501/get_component.py
[ "Apache-2.0" ]
Python
immediate_purge_data_on30_days
Optional[bool]
def immediate_purge_data_on30_days(self) -> Optional[bool]: """ Purge data immediately after 30 days. """ return pulumi.get(self, "immediate_purge_data_on30_days")
Purge data immediately after 30 days.
Purge data immediately after 30 days.
[ "Purge", "data", "immediately", "after", "30", "days", "." ]
def immediate_purge_data_on30_days(self) -> Optional[bool]: return pulumi.get(self, "immediate_purge_data_on30_days")
[ "def", "immediate_purge_data_on30_days", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"immediate_purge_data_on30_days\"", ")" ]
Purge data immediately after 30 days.
[ "Purge", "data", "immediately", "after", "30", "days", "." ]
[ "\"\"\"\n Purge data immediately after 30 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": [] }
565280c94466664e0bbfc6fca0bdd3b5bc6d8dbe
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20150501/get_component.py
[ "Apache-2.0" ]
Python
ingestion_mode
Optional[str]
def ingestion_mode(self) -> Optional[str]: """ Indicates the flow of the ingestion. """ return pulumi.get(self, "ingestion_mode")
Indicates the flow of the ingestion.
Indicates the flow of the ingestion.
[ "Indicates", "the", "flow", "of", "the", "ingestion", "." ]
def ingestion_mode(self) -> Optional[str]: return pulumi.get(self, "ingestion_mode")
[ "def", "ingestion_mode", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ingestion_mode\"", ")" ]
Indicates the flow of the ingestion.
[ "Indicates", "the", "flow", "of", "the", "ingestion", "." ]
[ "\"\"\"\n Indicates the flow of the ingestion.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
565280c94466664e0bbfc6fca0bdd3b5bc6d8dbe
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20150501/get_component.py
[ "Apache-2.0" ]
Python
request_source
Optional[str]
def request_source(self) -> Optional[str]: """ Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'. """ return pulumi.get(self, "request_source")
Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'.
Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'.
[ "Describes", "what", "tool", "created", "this", "Application", "Insights", "component", ".", "Customers", "using", "this", "API", "should", "set", "this", "to", "the", "default", "'", "rest", "'", "." ]
def request_source(self) -> Optional[str]: return pulumi.get(self, "request_source")
[ "def", "request_source", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"request_source\"", ")" ]
Describes what tool created this Application Insights component.
[ "Describes", "what", "tool", "created", "this", "Application", "Insights", "component", "." ]
[ "\"\"\"\n Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
565280c94466664e0bbfc6fca0bdd3b5bc6d8dbe
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20150501/get_component.py
[ "Apache-2.0" ]
Python
sampling_percentage
Optional[float]
def sampling_percentage(self) -> Optional[float]: """ Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry. """ return pulumi.get(self, "sampling_percentage")
Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry.
Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry.
[ "Percentage", "of", "the", "data", "produced", "by", "the", "application", "being", "monitored", "that", "is", "being", "sampled", "for", "Application", "Insights", "telemetry", "." ]
def sampling_percentage(self) -> Optional[float]: return pulumi.get(self, "sampling_percentage")
[ "def", "sampling_percentage", "(", "self", ")", "->", "Optional", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sampling_percentage\"", ")" ]
Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry.
[ "Percentage", "of", "the", "data", "produced", "by", "the", "application", "being", "monitored", "that", "is", "being", "sampled", "for", "Application", "Insights", "telemetry", "." ]
[ "\"\"\"\n Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
eb93c91f9185ebe21cabe34209d549606edaabd5
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/vmwarecloudsimple/get_dedicated_cloud_service.py
[ "Apache-2.0" ]
Python
gateway_subnet
str
def gateway_subnet(self) -> str: """ gateway Subnet for the account. It will collect the subnet address and always treat it as /28 """ return pulumi.get(self, "gateway_subnet")
gateway Subnet for the account. It will collect the subnet address and always treat it as /28
gateway Subnet for the account. It will collect the subnet address and always treat it as /28
[ "gateway", "Subnet", "for", "the", "account", ".", "It", "will", "collect", "the", "subnet", "address", "and", "always", "treat", "it", "as", "/", "28" ]
def gateway_subnet(self) -> str: return pulumi.get(self, "gateway_subnet")
[ "def", "gateway_subnet", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"gateway_subnet\"", ")" ]
gateway Subnet for the account.
[ "gateway", "Subnet", "for", "the", "account", "." ]
[ "\"\"\"\n gateway Subnet for the account. It will collect the subnet address and always treat it as /28\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
eb93c91f9185ebe21cabe34209d549606edaabd5
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/vmwarecloudsimple/get_dedicated_cloud_service.py
[ "Apache-2.0" ]
Python
is_account_onboarded
str
def is_account_onboarded(self) -> str: """ indicates whether account onboarded or not in a given region """ return pulumi.get(self, "is_account_onboarded")
indicates whether account onboarded or not in a given region
indicates whether account onboarded or not in a given region
[ "indicates", "whether", "account", "onboarded", "or", "not", "in", "a", "given", "region" ]
def is_account_onboarded(self) -> str: return pulumi.get(self, "is_account_onboarded")
[ "def", "is_account_onboarded", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_account_onboarded\"", ")" ]
indicates whether account onboarded or not in a given region
[ "indicates", "whether", "account", "onboarded", "or", "not", "in", "a", "given", "region" ]
[ "\"\"\"\n indicates whether account onboarded or not in a given region\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e755f5fc31a18442c851763b85d6270679bc00db
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/confidentialledger/get_ledger.py
[ "Apache-2.0" ]
Python
properties
'outputs.LedgerPropertiesResponse'
def properties(self) -> 'outputs.LedgerPropertiesResponse': """ Properties of Confidential Ledger Resource. """ return pulumi.get(self, "properties")
Properties of Confidential Ledger Resource.
Properties of Confidential Ledger Resource.
[ "Properties", "of", "Confidential", "Ledger", "Resource", "." ]
def properties(self) -> 'outputs.LedgerPropertiesResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.LedgerPropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
Properties of Confidential Ledger Resource.
[ "Properties", "of", "Confidential", "Ledger", "Resource", "." ]
[ "\"\"\"\n Properties of Confidential Ledger 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": [] }
091ff8ee7aacc6608899effbe389078b0fc268fc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/latest/list_order_dc_access_code.py
[ "Apache-2.0" ]
Python
list_order_dc_access_code
AwaitableListOrderDCAccessCodeResult
def list_order_dc_access_code(device_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListOrderDCAccessCodeResult: """ DC Access code in the case of Self Managed Shipping. ...
DC Access code in the case of Self Managed Shipping. Latest API Version: 2020-09-01. :param str device_name: The device name :param str resource_group_name: The resource group name.
DC Access code in the case of Self Managed Shipping.
[ "DC", "Access", "code", "in", "the", "case", "of", "Self", "Managed", "Shipping", "." ]
def list_order_dc_access_code(device_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListOrderDCAccessCodeResult: pulumi.log.warn("list_order_dc_access_code is deprecated: The ...
[ "def", "list_order_dc_access_code", "(", "device_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "=", "...
DC Access code in the case of Self Managed Shipping.
[ "DC", "Access", "code", "in", "the", "case", "of", "Self", "Managed", "Shipping", "." ]
[ "\"\"\"\n DC Access code in the case of Self Managed Shipping.\n Latest API Version: 2020-09-01.\n\n\n :param str device_name: The device name\n :param str resource_group_name: The resource group name.\n \"\"\"" ]
[ { "param": "device_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "device_name", "type": "Optional[str]", "docstring": "The device name", "docstring_tokens": [ "The", "device", "name" ], "default": null, "is_optional": false }, { "identi...
0935195135bee26510ef9806548f6a755a43ea09
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200501/get_firewall_policy_rule_collection_group.py
[ "Apache-2.0" ]
Python
rule_collections
Optional[Sequence[Any]]
def rule_collections(self) -> Optional[Sequence[Any]]: """ Group of Firewall Policy rule collections. """ return pulumi.get(self, "rule_collections")
Group of Firewall Policy rule collections.
Group of Firewall Policy rule collections.
[ "Group", "of", "Firewall", "Policy", "rule", "collections", "." ]
def rule_collections(self) -> Optional[Sequence[Any]]: return pulumi.get(self, "rule_collections")
[ "def", "rule_collections", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "Any", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rule_collections\"", ")" ]
Group of Firewall Policy rule collections.
[ "Group", "of", "Firewall", "Policy", "rule", "collections", "." ]
[ "\"\"\"\n Group of Firewall Policy rule collections.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7d995227416ef3a3b59674b13add8e4d7a572d4c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storage/v20181101/list_storage_account_service_sas.py
[ "Apache-2.0" ]
Python
service_sas_token
str
def service_sas_token(self) -> str: """ List service SAS credentials of specific resource. """ return pulumi.get(self, "service_sas_token")
List service SAS credentials of specific resource.
List service SAS credentials of specific resource.
[ "List", "service", "SAS", "credentials", "of", "specific", "resource", "." ]
def service_sas_token(self) -> str: return pulumi.get(self, "service_sas_token")
[ "def", "service_sas_token", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_sas_token\"", ")" ]
List service SAS credentials of specific resource.
[ "List", "service", "SAS", "credentials", "of", "specific", "resource", "." ]
[ "\"\"\"\n List service SAS credentials of specific 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": [] }
7d995227416ef3a3b59674b13add8e4d7a572d4c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storage/v20181101/list_storage_account_service_sas.py
[ "Apache-2.0" ]
Python
list_storage_account_service_sas
AwaitableListStorageAccountServiceSASResult
def list_storage_account_service_sas(account_name: Optional[str] = None, cache_control: Optional[str] = None, canonicalized_resource: Optional[str] = None, content_disposition: Optional[str] = None, ...
The List service SAS credentials operation response. :param str account_name: The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. :param str cache_control: The response header...
The List service SAS credentials operation response. :param str account_name: The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. :param str cache_control: The response header override for c...
[ "The", "List", "service", "SAS", "credentials", "operation", "response", ".", ":", "param", "str", "account_name", ":", "The", "name", "of", "the", "storage", "account", "within", "the", "specified", "resource", "group", ".", "Storage", "account", "names", "mu...
def list_storage_account_service_sas(account_name: Optional[str] = None, cache_control: Optional[str] = None, canonicalized_resource: Optional[str] = None, content_disposition: Optional[str] = None, ...
[ "def", "list_storage_account_service_sas", "(", "account_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "cache_control", ":", "Optional", "[", "str", "]", "=", "None", ",", "canonicalized_resource", ":", "Optional", "[", "str", "]", "=", "None", ...
The List service SAS credentials operation response.
[ "The", "List", "service", "SAS", "credentials", "operation", "response", "." ]
[ "\"\"\"\n The List service SAS credentials operation response.\n\n\n :param str account_name: The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.\n :param str cache_control: The...
[ { "param": "account_name", "type": "Optional[str]" }, { "param": "cache_control", "type": "Optional[str]" }, { "param": "canonicalized_resource", "type": "Optional[str]" }, { "param": "content_disposition", "type": "Optional[str]" }, { "param": "content_encoding",...
{ "returns": [], "raises": [], "params": [ { "identifier": "account_name", "type": "Optional[str]", "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null }, { "identifier": "cache_control", "type": "Optional[str]", "docstr...
7da211f536134e296a24cc6a7d8243e8651822a4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20191201/gallery.py
[ "Apache-2.0" ]
Python
identifier
pulumi.Output[Optional['outputs.GalleryIdentifierResponse']]
def identifier(self) -> pulumi.Output[Optional['outputs.GalleryIdentifierResponse']]: """ Describes the gallery unique name. """ return pulumi.get(self, "identifier")
Describes the gallery unique name.
Describes the gallery unique name.
[ "Describes", "the", "gallery", "unique", "name", "." ]
def identifier(self) -> pulumi.Output[Optional['outputs.GalleryIdentifierResponse']]: return pulumi.get(self, "identifier")
[ "def", "identifier", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.GalleryIdentifierResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identifier\"", ")" ]
Describes the gallery unique name.
[ "Describes", "the", "gallery", "unique", "name", "." ]
[ "\"\"\"\n Describes the gallery unique name.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d108b019eb95a2059c01be40a3a1c5380f651369
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/signalrservice/v20180301preview/get_signal_r.py
[ "Apache-2.0" ]
Python
host_name_prefix
Optional[str]
def host_name_prefix(self) -> Optional[str]: """ Prefix for the hostName of the SignalR service. Retained for future use. The hostname will be of format: <hostNamePrefix>.service.signalr.net. """ return pulumi.get(self, "host_name_prefix")
Prefix for the hostName of the SignalR service. Retained for future use. The hostname will be of format: <hostNamePrefix>.service.signalr.net.
Prefix for the hostName of the SignalR service. Retained for future use. The hostname will be of format: <hostNamePrefix>.service.signalr.net.
[ "Prefix", "for", "the", "hostName", "of", "the", "SignalR", "service", ".", "Retained", "for", "future", "use", ".", "The", "hostname", "will", "be", "of", "format", ":", "<hostNamePrefix", ">", ".", "service", ".", "signalr", ".", "net", "." ]
def host_name_prefix(self) -> Optional[str]: return pulumi.get(self, "host_name_prefix")
[ "def", "host_name_prefix", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"host_name_prefix\"", ")" ]
Prefix for the hostName of the SignalR service.
[ "Prefix", "for", "the", "hostName", "of", "the", "SignalR", "service", "." ]
[ "\"\"\"\n Prefix for the hostName of the SignalR service. Retained for future use.\r\n The hostname will be of format: &lt;hostNamePrefix&gt;.service.signalr.net.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b5d0275131f549f6c6045b70fc1be269fa6b5715
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/latest/get_route_filter.py
[ "Apache-2.0" ]
Python
ipv6_peerings
Sequence['outputs.ExpressRouteCircuitPeeringResponse']
def ipv6_peerings(self) -> Sequence['outputs.ExpressRouteCircuitPeeringResponse']: """ A collection of references to express route circuit ipv6 peerings. """ return pulumi.get(self, "ipv6_peerings")
A collection of references to express route circuit ipv6 peerings.
A collection of references to express route circuit ipv6 peerings.
[ "A", "collection", "of", "references", "to", "express", "route", "circuit", "ipv6", "peerings", "." ]
def ipv6_peerings(self) -> Sequence['outputs.ExpressRouteCircuitPeeringResponse']: return pulumi.get(self, "ipv6_peerings")
[ "def", "ipv6_peerings", "(", "self", ")", "->", "Sequence", "[", "'outputs.ExpressRouteCircuitPeeringResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ipv6_peerings\"", ")" ]
A collection of references to express route circuit ipv6 peerings.
[ "A", "collection", "of", "references", "to", "express", "route", "circuit", "ipv6", "peerings", "." ]
[ "\"\"\"\n A collection of references to express route circuit ipv6 peerings.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b5ecbddcd892e0106f27b3a349522e818864c2df
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/securityinsights/v20190101preview/get_entities_get_timeline.py
[ "Apache-2.0" ]
Python
meta_data
Optional['outputs.TimelineResultsMetadataResponseResult']
def meta_data(self) -> Optional['outputs.TimelineResultsMetadataResponseResult']: """ The metadata from the timeline operation results. """ return pulumi.get(self, "meta_data")
The metadata from the timeline operation results.
The metadata from the timeline operation results.
[ "The", "metadata", "from", "the", "timeline", "operation", "results", "." ]
def meta_data(self) -> Optional['outputs.TimelineResultsMetadataResponseResult']: return pulumi.get(self, "meta_data")
[ "def", "meta_data", "(", "self", ")", "->", "Optional", "[", "'outputs.TimelineResultsMetadataResponseResult'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"meta_data\"", ")" ]
The metadata from the timeline operation results.
[ "The", "metadata", "from", "the", "timeline", "operation", "results", "." ]
[ "\"\"\"\n The metadata from the timeline operation results.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e63893e2483d869956129609e2a5792b16a35d9b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/v20140901/get_namespace.py
[ "Apache-2.0" ]
Python
create_acs_namespace
Optional[bool]
def create_acs_namespace(self) -> Optional[bool]: """ Indicates whether to create an ACS namespace. """ return pulumi.get(self, "create_acs_namespace")
Indicates whether to create an ACS namespace.
Indicates whether to create an ACS namespace.
[ "Indicates", "whether", "to", "create", "an", "ACS", "namespace", "." ]
def create_acs_namespace(self) -> Optional[bool]: return pulumi.get(self, "create_acs_namespace")
[ "def", "create_acs_namespace", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"create_acs_namespace\"", ")" ]
Indicates whether to create an ACS namespace.
[ "Indicates", "whether", "to", "create", "an", "ACS", "namespace", "." ]
[ "\"\"\"\n Indicates whether to create an ACS namespace.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e63f4c1a30bd5c74c0de77e8565ed9a864d6e255
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/certificateregistration/latest/app_service_certificate_order.py
[ "Apache-2.0" ]
Python
validity_in_years
pulumi.Output[Optional[int]]
def validity_in_years(self) -> pulumi.Output[Optional[int]]: """ Duration in years (must be between 1 and 3). """ return pulumi.get(self, "validity_in_years")
Duration in years (must be between 1 and 3).
Duration in years (must be between 1 and 3).
[ "Duration", "in", "years", "(", "must", "be", "between", "1", "and", "3", ")", "." ]
def validity_in_years(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "validity_in_years")
[ "def", "validity_in_years", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"validity_in_years\"", ")" ]
Duration in years (must be between 1 and 3).
[ "Duration", "in", "years", "(", "must", "be", "between", "1", "and", "3", ")", "." ]
[ "\"\"\"\n Duration in years (must be between 1 and 3).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8f31ece5e85509993887d13253df5f66cff2d621
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/data_collection_rule.py
[ "Apache-2.0" ]
Python
data_flows
pulumi.Output[Sequence['outputs.DataFlowResponse']]
def data_flows(self) -> pulumi.Output[Sequence['outputs.DataFlowResponse']]: """ The specification of data flows. """ return pulumi.get(self, "data_flows")
The specification of data flows.
The specification of data flows.
[ "The", "specification", "of", "data", "flows", "." ]
def data_flows(self) -> pulumi.Output[Sequence['outputs.DataFlowResponse']]: return pulumi.get(self, "data_flows")
[ "def", "data_flows", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.DataFlowResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_flows\"", ")" ]
The specification of data flows.
[ "The", "specification", "of", "data", "flows", "." ]
[ "\"\"\"\n The specification of data flows.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8f53566df55c4e88de9643f1e1a87d9195816c7f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/list_streaming_locator_paths.py
[ "Apache-2.0" ]
Python
list_streaming_locator_paths
AwaitableListStreamingLocatorPathsResult
def list_streaming_locator_paths(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, streaming_locator_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListSt...
Class of response for listPaths action API Version: 2020-05-01. :param str account_name: The Media Services account name. :param str resource_group_name: The name of the resource group within the Azure subscription. :param str streaming_locator_name: The Streaming Locator name.
Class of response for listPaths action API Version: 2020-05-01.
[ "Class", "of", "response", "for", "listPaths", "action", "API", "Version", ":", "2020", "-", "05", "-", "01", "." ]
def list_streaming_locator_paths(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, streaming_locator_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListSt...
[ "def", "list_streaming_locator_paths", "(", "account_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "streaming_locator_name", ":", "Optional", "[", "str", "]", "=", "None", ...
Class of response for listPaths action API Version: 2020-05-01.
[ "Class", "of", "response", "for", "listPaths", "action", "API", "Version", ":", "2020", "-", "05", "-", "01", "." ]
[ "\"\"\"\n Class of response for listPaths action\n API Version: 2020-05-01.\n\n\n :param str account_name: The Media Services account name.\n :param str resource_group_name: The name of the resource group within the Azure subscription.\n :param str streaming_locator_name: The Streaming Locator name.\...
[ { "param": "account_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "streaming_locator_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "account_name", "type": "Optional[str]", "docstring": "The Media Services account name.", "docstring_tokens": [ "The", "Media", "Services", "account", "name", "." ], "...
4fdba7be7c1c9bdbe8cf55240973c124b6b5e80a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/visualstudio/v20140401preview/get_extension.py
[ "Apache-2.0" ]
Python
plan
Optional['outputs.ExtensionResourcePlanResponse']
def plan(self) -> Optional['outputs.ExtensionResourcePlanResponse']: """ The extension plan that was purchased. """ return pulumi.get(self, "plan")
The extension plan that was purchased.
The extension plan that was purchased.
[ "The", "extension", "plan", "that", "was", "purchased", "." ]
def plan(self) -> Optional['outputs.ExtensionResourcePlanResponse']: return pulumi.get(self, "plan")
[ "def", "plan", "(", "self", ")", "->", "Optional", "[", "'outputs.ExtensionResourcePlanResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"plan\"", ")" ]
The extension plan that was purchased.
[ "The", "extension", "plan", "that", "was", "purchased", "." ]
[ "\"\"\"\n The extension plan that was purchased.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
17e91c7985c484934070ed107b2ac2cb5c1765d2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20190301/policy.py
[ "Apache-2.0" ]
Python
policy_settings
pulumi.Output[Optional['outputs.PolicySettingsResponse']]
def policy_settings(self) -> pulumi.Output[Optional['outputs.PolicySettingsResponse']]: """ Describes settings for the policy. """ return pulumi.get(self, "policy_settings")
Describes settings for the policy.
Describes settings for the policy.
[ "Describes", "settings", "for", "the", "policy", "." ]
def policy_settings(self) -> pulumi.Output[Optional['outputs.PolicySettingsResponse']]: return pulumi.get(self, "policy_settings")
[ "def", "policy_settings", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.PolicySettingsResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"policy_settings\"", ")" ]
Describes settings for the policy.
[ "Describes", "settings", "for", "the", "policy", "." ]
[ "\"\"\"\n Describes settings for the policy.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ef12a70c14c75935d9242a24ac59a3bf8595e8e8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20200202preview/component.py
[ "Apache-2.0" ]
Python
workspace_resource_id
pulumi.Output[Optional[str]]
def workspace_resource_id(self) -> pulumi.Output[Optional[str]]: """ Resource Id of the log analytics workspace which the data will be ingested to. This property is required to create an application with this API version. Applications from older versions will not have this property. """ ...
Resource Id of the log analytics workspace which the data will be ingested to. This property is required to create an application with this API version. Applications from older versions will not have this property.
Resource Id of the log analytics workspace which the data will be ingested to. This property is required to create an application with this API version. Applications from older versions will not have this property.
[ "Resource", "Id", "of", "the", "log", "analytics", "workspace", "which", "the", "data", "will", "be", "ingested", "to", ".", "This", "property", "is", "required", "to", "create", "an", "application", "with", "this", "API", "version", ".", "Applications", "fr...
def workspace_resource_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "workspace_resource_id")
[ "def", "workspace_resource_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"workspace_resource_id\"", ")" ]
Resource Id of the log analytics workspace which the data will be ingested to.
[ "Resource", "Id", "of", "the", "log", "analytics", "workspace", "which", "the", "data", "will", "be", "ingested", "to", "." ]
[ "\"\"\"\n Resource Id of the log analytics workspace which the data will be ingested to. This property is required to create an application with this API version. Applications from older versions will not have this property.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ef138b5e3ce26c18f9f6f3a789eb1c69089324bf
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/get_job_schedule.py
[ "Apache-2.0" ]
Python
job_schedule_id
Optional[str]
def job_schedule_id(self) -> Optional[str]: """ Gets or sets the id of job schedule. """ return pulumi.get(self, "job_schedule_id")
Gets or sets the id of job schedule.
Gets or sets the id of job schedule.
[ "Gets", "or", "sets", "the", "id", "of", "job", "schedule", "." ]
def job_schedule_id(self) -> Optional[str]: return pulumi.get(self, "job_schedule_id")
[ "def", "job_schedule_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"job_schedule_id\"", ")" ]
Gets or sets the id of job schedule.
[ "Gets", "or", "sets", "the", "id", "of", "job", "schedule", "." ]
[ "\"\"\"\n Gets or sets the id of job schedule.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ef138b5e3ce26c18f9f6f3a789eb1c69089324bf
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/get_job_schedule.py
[ "Apache-2.0" ]
Python
schedule
Optional['outputs.ScheduleAssociationPropertyResponse']
def schedule(self) -> Optional['outputs.ScheduleAssociationPropertyResponse']: """ Gets or sets the schedule. """ return pulumi.get(self, "schedule")
Gets or sets the schedule.
Gets or sets the schedule.
[ "Gets", "or", "sets", "the", "schedule", "." ]
def schedule(self) -> Optional['outputs.ScheduleAssociationPropertyResponse']: return pulumi.get(self, "schedule")
[ "def", "schedule", "(", "self", ")", "->", "Optional", "[", "'outputs.ScheduleAssociationPropertyResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"schedule\"", ")" ]
Gets or sets the schedule.
[ "Gets", "or", "sets", "the", "schedule", "." ]
[ "\"\"\"\n Gets or sets the schedule.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c97aeb6cf7bd892b8cec010f61ebcc3fce1dfc4e
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20200930/disk.py
[ "Apache-2.0" ]
Python
bursting_enabled
pulumi.Output[Optional[bool]]
def bursting_enabled(self) -> pulumi.Output[Optional[bool]]: """ Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks. """ return pulumi.get(self, "bursting_enabled")
Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks.
Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks.
[ "Set", "to", "true", "to", "enable", "bursting", "beyond", "the", "provisioned", "performance", "target", "of", "the", "disk", ".", "Bursting", "is", "disabled", "by", "default", ".", "Does", "not", "apply", "to", "Ultra", "disks", "." ]
def bursting_enabled(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "bursting_enabled")
[ "def", "bursting_enabled", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"bursting_enabled\"", ")" ]
Set to true to enable bursting beyond the provisioned performance target of the disk.
[ "Set", "to", "true", "to", "enable", "bursting", "beyond", "the", "provisioned", "performance", "target", "of", "the", "disk", "." ]
[ "\"\"\"\n Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra 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": [] }
3f3629f03d3bbc92a7e8dfe71616cfcd5320b4dd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hybridnetwork/v20200101preview/vendor_skus.py
[ "Apache-2.0" ]
Python
managed_application_template
pulumi.Output[Optional[Any]]
def managed_application_template(self) -> pulumi.Output[Optional[Any]]: """ The template for the managed application deployment. """ return pulumi.get(self, "managed_application_template")
The template for the managed application deployment.
The template for the managed application deployment.
[ "The", "template", "for", "the", "managed", "application", "deployment", "." ]
def managed_application_template(self) -> pulumi.Output[Optional[Any]]: return pulumi.get(self, "managed_application_template")
[ "def", "managed_application_template", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Any", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"managed_application_template\"", ")" ]
The template for the managed application deployment.
[ "The", "template", "for", "the", "managed", "application", "deployment", "." ]
[ "\"\"\"\n The template for the managed application deployment.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3f3629f03d3bbc92a7e8dfe71616cfcd5320b4dd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hybridnetwork/v20200101preview/vendor_skus.py
[ "Apache-2.0" ]
Python
network_function_template
pulumi.Output[Optional['outputs.NetworkFunctionTemplateResponse']]
def network_function_template(self) -> pulumi.Output[Optional['outputs.NetworkFunctionTemplateResponse']]: """ The template definition of the network function. """ return pulumi.get(self, "network_function_template")
The template definition of the network function.
The template definition of the network function.
[ "The", "template", "definition", "of", "the", "network", "function", "." ]
def network_function_template(self) -> pulumi.Output[Optional['outputs.NetworkFunctionTemplateResponse']]: return pulumi.get(self, "network_function_template")
[ "def", "network_function_template", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.NetworkFunctionTemplateResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"network_function_template\"", ")" ]
The template definition of the network function.
[ "The", "template", "definition", "of", "the", "network", "function", "." ]
[ "\"\"\"\n The template definition of the network function.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
3f5d8849826bd1a69f9271b1ed5ffc06a978d64b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devspaces/latest/controller.py
[ "Apache-2.0" ]
Python
target_container_host_api_server_fqdn
pulumi.Output[str]
def target_container_host_api_server_fqdn(self) -> pulumi.Output[str]: """ DNS of the target container host's API server """ return pulumi.get(self, "target_container_host_api_server_fqdn")
DNS of the target container host's API server
DNS of the target container host's API server
[ "DNS", "of", "the", "target", "container", "host", "'", "s", "API", "server" ]
def target_container_host_api_server_fqdn(self) -> pulumi.Output[str]: return pulumi.get(self, "target_container_host_api_server_fqdn")
[ "def", "target_container_host_api_server_fqdn", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"target_container_host_api_server_fqdn\"", ")" ]
DNS of the target container host's API server
[ "DNS", "of", "the", "target", "container", "host", "'", "s", "API", "server" ]
[ "\"\"\"\n DNS of the target container host's API server\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
fd732c72a4a3a56755bbfff84a9925798836401d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/v20180101preview/get_disaster_recovery_config.py
[ "Apache-2.0" ]
Python
alternate_name
Optional[str]
def alternate_name(self) -> 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) -> Optional[str]: return pulumi.get(self, "alternate_name")
[ "def", "alternate_name", "(", "self", ")", "->", "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": [] }
fd732c72a4a3a56755bbfff84a9925798836401d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/v20180101preview/get_disaster_recovery_config.py
[ "Apache-2.0" ]
Python
partner_namespace
Optional[str]
def partner_namespace(self) -> 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) -> Optional[str]: return pulumi.get(self, "partner_namespace")
[ "def", "partner_namespace", "(", "self", ")", "->", "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": [] }
aaff9fb23c146753d1e8c256d48e16204761431d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_site_push_settings.py
[ "Apache-2.0" ]
Python
dynamic_tags_json
pulumi.Output[Optional[str]]
def dynamic_tags_json(self) -> pulumi.Output[Optional[str]]: """ Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint. """ return pulumi.get(self, "dynamic_tags_json")
Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
[ "Gets", "or", "sets", "a", "JSON", "string", "containing", "a", "list", "of", "dynamic", "tags", "that", "will", "be", "evaluated", "from", "user", "claims", "in", "the", "push", "registration", "endpoint", "." ]
def dynamic_tags_json(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "dynamic_tags_json")
[ "def", "dynamic_tags_json", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dynamic_tags_json\"", ")" ]
Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
[ "Gets", "or", "sets", "a", "JSON", "string", "containing", "a", "list", "of", "dynamic", "tags", "that", "will", "be", "evaluated", "from", "user", "claims", "in", "the", "push", "registration", "endpoint", "." ]
[ "\"\"\"\n Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration 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": [] }
aaff9fb23c146753d1e8c256d48e16204761431d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_site_push_settings.py
[ "Apache-2.0" ]
Python
is_push_enabled
pulumi.Output[bool]
def is_push_enabled(self) -> pulumi.Output[bool]: """ Gets or sets a flag indicating whether the Push endpoint is enabled. """ return pulumi.get(self, "is_push_enabled")
Gets or sets a flag indicating whether the Push endpoint is enabled.
Gets or sets a flag indicating whether the Push endpoint is enabled.
[ "Gets", "or", "sets", "a", "flag", "indicating", "whether", "the", "Push", "endpoint", "is", "enabled", "." ]
def is_push_enabled(self) -> pulumi.Output[bool]: return pulumi.get(self, "is_push_enabled")
[ "def", "is_push_enabled", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_push_enabled\"", ")" ]
Gets or sets a flag indicating whether the Push endpoint is enabled.
[ "Gets", "or", "sets", "a", "flag", "indicating", "whether", "the", "Push", "endpoint", "is", "enabled", "." ]
[ "\"\"\"\n Gets or sets a flag indicating whether the Push endpoint is enabled.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
aaff9fb23c146753d1e8c256d48e16204761431d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_site_push_settings.py
[ "Apache-2.0" ]
Python
tag_whitelist_json
pulumi.Output[Optional[str]]
def tag_whitelist_json(self) -> pulumi.Output[Optional[str]]: """ Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint. """ return pulumi.get(self, "tag_whitelist_json")
Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
[ "Gets", "or", "sets", "a", "JSON", "string", "containing", "a", "list", "of", "tags", "that", "are", "whitelisted", "for", "use", "by", "the", "push", "registration", "endpoint", "." ]
def tag_whitelist_json(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "tag_whitelist_json")
[ "def", "tag_whitelist_json", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tag_whitelist_json\"", ")" ]
Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
[ "Gets", "or", "sets", "a", "JSON", "string", "containing", "a", "list", "of", "tags", "that", "are", "whitelisted", "for", "use", "by", "the", "push", "registration", "endpoint", "." ]
[ "\"\"\"\n Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration 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": [] }
aaff9fb23c146753d1e8c256d48e16204761431d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20190801/web_app_site_push_settings.py
[ "Apache-2.0" ]
Python
tags_requiring_auth
pulumi.Output[Optional[str]]
def tags_requiring_auth(self) -> pulumi.Output[Optional[str]]: """ Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '...
Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler. ...
Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
[ "Gets", "or", "sets", "a", "JSON", "string", "containing", "a", "list", "of", "tags", "that", "require", "user", "authentication", "to", "be", "used", "in", "the", "push", "registration", "endpoint", "." ]
def tags_requiring_auth(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "tags_requiring_auth")
[ "def", "tags_requiring_auth", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tags_requiring_auth\"", ")" ]
Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
[ "Gets", "or", "sets", "a", "JSON", "string", "containing", "a", "list", "of", "tags", "that", "require", "user", "authentication", "to", "be", "used", "in", "the", "push", "registration", "endpoint", "." ]
[ "\"\"\"\n Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.\n Tags can consist of alphanumeric characters and the following:\n '_', '@', '#', '.', ':', '-'. \n Validation should be performed at the PushRequ...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f50308b833ceb34eb107dd4fc9099f492f71c2a6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/latest/get_alert_rule.py
[ "Apache-2.0" ]
Python
action
Optional[Any]
def action(self) -> Optional[Any]: """ action that is performed when the alert rule becomes active, and when an alert condition is resolved. """ return pulumi.get(self, "action")
action that is performed when the alert rule becomes active, and when an alert condition is resolved.
action that is performed when the alert rule becomes active, and when an alert condition is resolved.
[ "action", "that", "is", "performed", "when", "the", "alert", "rule", "becomes", "active", "and", "when", "an", "alert", "condition", "is", "resolved", "." ]
def action(self) -> Optional[Any]: return pulumi.get(self, "action")
[ "def", "action", "(", "self", ")", "->", "Optional", "[", "Any", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"action\"", ")" ]
action that is performed when the alert rule becomes active, and when an alert condition is resolved.
[ "action", "that", "is", "performed", "when", "the", "alert", "rule", "becomes", "active", "and", "when", "an", "alert", "condition", "is", "resolved", "." ]
[ "\"\"\"\n action that is performed when the alert rule becomes active, and when an alert condition is resolved.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f50308b833ceb34eb107dd4fc9099f492f71c2a6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/latest/get_alert_rule.py
[ "Apache-2.0" ]
Python
condition
Any
def condition(self) -> Any: """ the condition that results in the alert rule being activated. """ return pulumi.get(self, "condition")
the condition that results in the alert rule being activated.
the condition that results in the alert rule being activated.
[ "the", "condition", "that", "results", "in", "the", "alert", "rule", "being", "activated", "." ]
def condition(self) -> Any: return pulumi.get(self, "condition")
[ "def", "condition", "(", "self", ")", "->", "Any", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"condition\"", ")" ]
the condition that results in the alert rule being activated.
[ "the", "condition", "that", "results", "in", "the", "alert", "rule", "being", "activated", "." ]
[ "\"\"\"\n the condition that results in the alert rule being activated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f5236403fabb74cf6a9084b3c460efe44ea1a339
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/v20180601preview/get_user.py
[ "Apache-2.0" ]
Python
groups
Sequence['outputs.GroupContractPropertiesResponse']
def groups(self) -> Sequence['outputs.GroupContractPropertiesResponse']: """ Collection of groups user is part of. """ return pulumi.get(self, "groups")
Collection of groups user is part of.
Collection of groups user is part of.
[ "Collection", "of", "groups", "user", "is", "part", "of", "." ]
def groups(self) -> Sequence['outputs.GroupContractPropertiesResponse']: return pulumi.get(self, "groups")
[ "def", "groups", "(", "self", ")", "->", "Sequence", "[", "'outputs.GroupContractPropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"groups\"", ")" ]
Collection of groups user is part of.
[ "Collection", "of", "groups", "user", "is", "part", "of", "." ]
[ "\"\"\"\n Collection of groups user is part of.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f5236403fabb74cf6a9084b3c460efe44ea1a339
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/v20180601preview/get_user.py
[ "Apache-2.0" ]
Python
registration_date
Optional[str]
def registration_date(self) -> Optional[str]: """ Date of user registration. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard. """ return pulumi.get(self, "registration_date")
Date of user registration. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
Date of user registration. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
[ "Date", "of", "user", "registration", ".", "The", "date", "conforms", "to", "the", "following", "format", ":", "`", "yyyy", "-", "MM", "-", "ddTHH", ":", "mm", ":", "ssZ", "`", "as", "specified", "by", "the", "ISO", "8601", "standard", "." ]
def registration_date(self) -> Optional[str]: return pulumi.get(self, "registration_date")
[ "def", "registration_date", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"registration_date\"", ")" ]
Date of user registration.
[ "Date", "of", "user", "registration", "." ]
[ "\"\"\"\n Date of user registration. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
fe4d5243d2fa7782af5c2e40c418b8cd5dc61317
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20181101/list_web_app_hybrid_connection_keys_slot.py
[ "Apache-2.0" ]
Python
list_web_app_hybrid_connection_keys_slot
AwaitableListWebAppHybridConnectionKeysSlotResult
def list_web_app_hybrid_connection_keys_slot(name: Optional[str] = None, namespace_name: Optional[str] = None, relay_name: Optional[str] = None, resource_group_name: Optional[str] = Non...
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection. :param str name: The name of the web app. :param str namespace_name: The namespace for this hybrid connection. :param str relay_name: The relay name for this hybrid connection. :param str resource_group_...
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_web_app_hybrid_connection_keys_slot(name: Optional[str] = None, namespace_name: Optional[str] = None, relay_name: Optional[str] = None, resource_group_name: Optional[str] = Non...
[ "def", "list_web_app_hybrid_connection_keys_slot", "(", "name", ":", "Optional", "[", "str", "]", "=", "None", ",", "namespace_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "relay_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "res...
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: The name of the web app.\n :param str namespace_name: The namespace for this hybrid connection.\n :param str relay_name: The relay name for this hybrid connection.\n :param s...
[ { "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": "slot", "type": "Optional[str]" ...
{ "returns": [], "raises": [], "params": [ { "identifier": "name", "type": "Optional[str]", "docstring": "The name of the web app.", "docstring_tokens": [ "The", "name", "of", "the", "web", "app", "." ], "default": nul...
fe5d62c21f252c30d6bd3b93b22368618ebf80ab
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/logic/v20160601/list_map_content_callback_url.py
[ "Apache-2.0" ]
Python
list_map_content_callback_url
AwaitableListMapContentCallbackUrlResult
def list_map_content_callback_url(integration_account_name: Optional[str] = None, key_type: Optional['KeyType'] = None, map_name: Optional[str] = None, not_after: Optional[str] = None, ...
The workflow trigger callback URL. :param str integration_account_name: The integration account name. :param 'KeyType' key_type: The key type. :param str map_name: The integration account map name. :param str not_after: The expiry time. :param str resource_group_name: The resource group name....
The workflow trigger callback URL.
[ "The", "workflow", "trigger", "callback", "URL", "." ]
def list_map_content_callback_url(integration_account_name: Optional[str] = None, key_type: Optional['KeyType'] = None, map_name: Optional[str] = None, not_after: Optional[str] = None, ...
[ "def", "list_map_content_callback_url", "(", "integration_account_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "key_type", ":", "Optional", "[", "'KeyType'", "]", "=", "None", ",", "map_name", ":", "Optional", "[", "str", "]", "=", "None", ",",...
The workflow trigger callback URL.
[ "The", "workflow", "trigger", "callback", "URL", "." ]
[ "\"\"\"\n The workflow trigger callback URL.\n\n\n :param str integration_account_name: The integration account name.\n :param 'KeyType' key_type: The key type.\n :param str map_name: The integration account map name.\n :param str not_after: The expiry time.\n :param str resource_group_name: The r...
[ { "param": "integration_account_name", "type": "Optional[str]" }, { "param": "key_type", "type": "Optional['KeyType']" }, { "param": "map_name", "type": "Optional[str]" }, { "param": "not_after", "type": "Optional[str]" }, { "param": "resource_group_name", "ty...
{ "returns": [], "raises": [], "params": [ { "identifier": "integration_account_name", "type": "Optional[str]", "docstring": "The integration account name.", "docstring_tokens": [ "The", "integration", "account", "name", "." ], "defau...
462c8ee4f8f879d14296a1b5e8df1f733fda5eb4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/get_backup_schedule_group.py
[ "Apache-2.0" ]
Python
start_time
'outputs.TimeResponse'
def start_time(self) -> 'outputs.TimeResponse': """ The start time. When this field is specified we will generate Default GrandFather Father Son Backup Schedules. """ return pulumi.get(self, "start_time")
The start time. When this field is specified we will generate Default GrandFather Father Son Backup Schedules.
The start time. When this field is specified we will generate Default GrandFather Father Son Backup Schedules.
[ "The", "start", "time", ".", "When", "this", "field", "is", "specified", "we", "will", "generate", "Default", "GrandFather", "Father", "Son", "Backup", "Schedules", "." ]
def start_time(self) -> 'outputs.TimeResponse': return pulumi.get(self, "start_time")
[ "def", "start_time", "(", "self", ")", "->", "'outputs.TimeResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"start_time\"", ")" ]
The start time.
[ "The", "start", "time", "." ]
[ "\"\"\"\n The start time. When this field is specified we will generate Default GrandFather Father Son Backup Schedules.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0f04447c8a9c0a1f0581efe74620d578c10495cd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/botservice/get_enterprise_channel.py
[ "Apache-2.0" ]
Python
properties
'outputs.EnterpriseChannelPropertiesResponse'
def properties(self) -> 'outputs.EnterpriseChannelPropertiesResponse': """ The set of properties specific to an Enterprise Channel resource. """ return pulumi.get(self, "properties")
The set of properties specific to an Enterprise Channel resource.
The set of properties specific to an Enterprise Channel resource.
[ "The", "set", "of", "properties", "specific", "to", "an", "Enterprise", "Channel", "resource", "." ]
def properties(self) -> 'outputs.EnterpriseChannelPropertiesResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.EnterpriseChannelPropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
The set of properties specific to an Enterprise Channel resource.
[ "The", "set", "of", "properties", "specific", "to", "an", "Enterprise", "Channel", "resource", "." ]
[ "\"\"\"\n The set of properties specific to an Enterprise Channel 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": [] }
87ed72260844363dd95f774d13d643236ba3572d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/analysisservices/v20170801/list_server_gateway_status.py
[ "Apache-2.0" ]
Python
list_server_gateway_status
AwaitableListServerGatewayStatusResult
def list_server_gateway_status(resource_group_name: Optional[str] = None, server_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListServerGatewayStatusResult: """ Status of gateway is live. :param str resou...
Status of gateway is live. :param str resource_group_name: The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90. :param str server_name: The name of the Analysis Services server.
Status of gateway is live.
[ "Status", "of", "gateway", "is", "live", "." ]
def list_server_gateway_status(resource_group_name: Optional[str] = None, server_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListServerGatewayStatusResult: __args__ = dict() __args__['resourceGroupName'] = res...
[ "def", "list_server_gateway_status", "(", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "server_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "=", ...
Status of gateway is live.
[ "Status", "of", "gateway", "is", "live", "." ]
[ "\"\"\"\n Status of gateway is live.\n\n\n :param str resource_group_name: The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90.\n :param str server_name: The name of the Analysis Services server.\n ...
[ { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "server_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "resource_group_name", "type": "Optional[str]", "docstring": "The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90.", "doc...
41b1d2293901d95e92067a9950eb08f8abbd24b6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20150801/list_site_publishing_credentials_slot.py
[ "Apache-2.0" ]
Python
scm_uri
Optional[str]
def scm_uri(self) -> Optional[str]: """ Service Control Manager URI, including username and password """ return pulumi.get(self, "scm_uri")
Service Control Manager URI, including username and password
Service Control Manager URI, including username and password
[ "Service", "Control", "Manager", "URI", "including", "username", "and", "password" ]
def scm_uri(self) -> Optional[str]: return pulumi.get(self, "scm_uri")
[ "def", "scm_uri", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"scm_uri\"", ")" ]
Service Control Manager URI, including username and password
[ "Service", "Control", "Manager", "URI", "including", "username", "and", "password" ]
[ "\"\"\"\n Service Control Manager URI, including username and password\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
41b1d2293901d95e92067a9950eb08f8abbd24b6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20150801/list_site_publishing_credentials_slot.py
[ "Apache-2.0" ]
Python
list_site_publishing_credentials_slot
AwaitableListSitePublishingCredentialsSlotResult
def list_site_publishing_credentials_slot(name: Optional[str] = None, resource_group_name: Optional[str] = None, slot: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> Await...
Represents user credentials used for publishing activity :param str name: Name of web app :param str resource_group_name: Name of resource group :param str slot: Name of web app slot. If not specified then will default to production slot.
Represents user credentials used for publishing activity
[ "Represents", "user", "credentials", "used", "for", "publishing", "activity" ]
def list_site_publishing_credentials_slot(name: Optional[str] = None, resource_group_name: Optional[str] = None, slot: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> Await...
[ "def", "list_site_publishing_credentials_slot", "(", "name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "slot", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ...
Represents user credentials used for publishing activity
[ "Represents", "user", "credentials", "used", "for", "publishing", "activity" ]
[ "\"\"\"\n Represents user credentials used for publishing activity\n\n\n :param str name: Name of web app\n :param str resource_group_name: Name of resource group\n :param str slot: Name of web app slot. If not specified then will default to production slot.\n \"\"\"" ]
[ { "param": "name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "slot", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "name", "type": "Optional[str]", "docstring": "Name of web app", "docstring_tokens": [ "Name", "of", "web", "app" ], "default": null, "is_optional": false }, { "id...
45d44435298a91dcb8b1f6009653771f4d8b2852
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/v20161001/get_access_control_record.py
[ "Apache-2.0" ]
Python
initiator_name
str
def initiator_name(self) -> str: """ The Iscsi initiator name (IQN) """ return pulumi.get(self, "initiator_name")
The Iscsi initiator name (IQN)
The Iscsi initiator name (IQN)
[ "The", "Iscsi", "initiator", "name", "(", "IQN", ")" ]
def initiator_name(self) -> str: return pulumi.get(self, "initiator_name")
[ "def", "initiator_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"initiator_name\"", ")" ]
The Iscsi initiator name (IQN)
[ "The", "Iscsi", "initiator", "name", "(", "IQN", ")" ]
[ "\"\"\"\n The Iscsi initiator name (IQN)\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
45ecfebf028517e4a225b3fbefc522cfd81fa2e2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/v20200601preview/list_tenant_access_secrets.py
[ "Apache-2.0" ]
Python
list_tenant_access_secrets
AwaitableListTenantAccessSecretsResult
def list_tenant_access_secrets(access_name: Optional[str] = None, resource_group_name: Optional[str] = None, service_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListTenantAccessSecretsRe...
Tenant access information contract of the API Management service. :param str access_name: The identifier of the Access configuration. :param str resource_group_name: The name of the resource group. :param str service_name: The name of the API Management service.
Tenant access information contract of the API Management service.
[ "Tenant", "access", "information", "contract", "of", "the", "API", "Management", "service", "." ]
def list_tenant_access_secrets(access_name: Optional[str] = None, resource_group_name: Optional[str] = None, service_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListTenantAccessSecretsRe...
[ "def", "list_tenant_access_secrets", "(", "access_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "service_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opt...
Tenant access information contract of the API Management service.
[ "Tenant", "access", "information", "contract", "of", "the", "API", "Management", "service", "." ]
[ "\"\"\"\n Tenant access information contract of the API Management service.\n\n\n :param str access_name: The identifier of the Access configuration.\n :param str resource_group_name: The name of the resource group.\n :param str service_name: The name of the API Management service.\n \"\"\"" ]
[ { "param": "access_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "service_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "access_name", "type": "Optional[str]", "docstring": "The identifier of the Access configuration.", "docstring_tokens": [ "The", "identifier", "of", "the", "Access", "configuratio...
03f02371bb0730ab94cb4a2cbd9590044f53f458
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/resources/v20190601preview/template_spec.py
[ "Apache-2.0" ]
Python
versions
pulumi.Output[Mapping[str, 'outputs.TemplateSpecVersionInfoResponse']]
def versions(self) -> pulumi.Output[Mapping[str, 'outputs.TemplateSpecVersionInfoResponse']]: """ High-level information about the versions within this Template Spec. The keys are the version names. Only populated if the $expand query parameter is set to 'versions'. """ return pulumi.get...
High-level information about the versions within this Template Spec. The keys are the version names. Only populated if the $expand query parameter is set to 'versions'.
High-level information about the versions within this Template Spec. The keys are the version names. Only populated if the $expand query parameter is set to 'versions'.
[ "High", "-", "level", "information", "about", "the", "versions", "within", "this", "Template", "Spec", ".", "The", "keys", "are", "the", "version", "names", ".", "Only", "populated", "if", "the", "$expand", "query", "parameter", "is", "set", "to", "'", "ve...
def versions(self) -> pulumi.Output[Mapping[str, 'outputs.TemplateSpecVersionInfoResponse']]: return pulumi.get(self, "versions")
[ "def", "versions", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Mapping", "[", "str", ",", "'outputs.TemplateSpecVersionInfoResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"versions\"", ")" ]
High-level information about the versions within this Template Spec.
[ "High", "-", "level", "information", "about", "the", "versions", "within", "this", "Template", "Spec", "." ]
[ "\"\"\"\n High-level information about the versions within this Template Spec. The keys are the version names. Only populated if the $expand query parameter is set to 'versions'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8900ce8b564158822a1bd54ffa91ec978c98aa74
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/labservices/get_gallery_image.py
[ "Apache-2.0" ]
Python
icon
str
def icon(self) -> str: """ The icon of the gallery image. """ return pulumi.get(self, "icon")
The icon of the gallery image.
The icon of the gallery image.
[ "The", "icon", "of", "the", "gallery", "image", "." ]
def icon(self) -> str: return pulumi.get(self, "icon")
[ "def", "icon", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"icon\"", ")" ]
The icon of the gallery image.
[ "The", "icon", "of", "the", "gallery", "image", "." ]
[ "\"\"\"\n The icon of the gallery image.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8900ce8b564158822a1bd54ffa91ec978c98aa74
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/labservices/get_gallery_image.py
[ "Apache-2.0" ]
Python
image_reference
'outputs.GalleryImageReferenceResponse'
def image_reference(self) -> 'outputs.GalleryImageReferenceResponse': """ The image reference of the gallery image. """ return pulumi.get(self, "image_reference")
The image reference of the gallery image.
The image reference of the gallery image.
[ "The", "image", "reference", "of", "the", "gallery", "image", "." ]
def image_reference(self) -> 'outputs.GalleryImageReferenceResponse': return pulumi.get(self, "image_reference")
[ "def", "image_reference", "(", "self", ")", "->", "'outputs.GalleryImageReferenceResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"image_reference\"", ")" ]
The image reference of the gallery image.
[ "The", "image", "reference", "of", "the", "gallery", "image", "." ]
[ "\"\"\"\n The image reference of the gallery image.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8900ce8b564158822a1bd54ffa91ec978c98aa74
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/labservices/get_gallery_image.py
[ "Apache-2.0" ]
Python
is_override
Optional[bool]
def is_override(self) -> Optional[bool]: """ Indicates whether this gallery has been overridden for this lab account """ return pulumi.get(self, "is_override")
Indicates whether this gallery has been overridden for this lab account
Indicates whether this gallery has been overridden for this lab account
[ "Indicates", "whether", "this", "gallery", "has", "been", "overridden", "for", "this", "lab", "account" ]
def is_override(self) -> Optional[bool]: return pulumi.get(self, "is_override")
[ "def", "is_override", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_override\"", ")" ]
Indicates whether this gallery has been overridden for this lab account
[ "Indicates", "whether", "this", "gallery", "has", "been", "overridden", "for", "this", "lab", "account" ]
[ "\"\"\"\n Indicates whether this gallery has been overridden for this lab 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": [] }
89031b30ba87a8987430cb6456b26297a322abb8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/logic/v20160601/list_integration_account_key_vault_keys.py
[ "Apache-2.0" ]
Python
list_integration_account_key_vault_keys
AwaitableListIntegrationAccountKeyVaultKeysResult
def list_integration_account_key_vault_keys(integration_account_name: Optional[str] = None, key_vault: Optional[pulumi.InputType['KeyVaultReferenceArgs']] = None, resource_group_name: Optional[str] = None, ...
Collection of key vault keys. :param str integration_account_name: The integration account name. :param pulumi.InputType['KeyVaultReferenceArgs'] key_vault: The key vault reference. :param str resource_group_name: The resource group name. :param str skip_token: The skip token.
Collection of key vault keys.
[ "Collection", "of", "key", "vault", "keys", "." ]
def list_integration_account_key_vault_keys(integration_account_name: Optional[str] = None, key_vault: Optional[pulumi.InputType['KeyVaultReferenceArgs']] = None, resource_group_name: Optional[str] = None, ...
[ "def", "list_integration_account_key_vault_keys", "(", "integration_account_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "key_vault", ":", "Optional", "[", "pulumi", ".", "InputType", "[", "'KeyVaultReferenceArgs'", "]", "]", "=", "None", ",", "resou...
Collection of key vault keys.
[ "Collection", "of", "key", "vault", "keys", "." ]
[ "\"\"\"\n Collection of key vault keys.\n\n\n :param str integration_account_name: The integration account name.\n :param pulumi.InputType['KeyVaultReferenceArgs'] key_vault: The key vault reference.\n :param str resource_group_name: The resource group name.\n :param str skip_token: The skip token.\n...
[ { "param": "integration_account_name", "type": "Optional[str]" }, { "param": "key_vault", "type": "Optional[pulumi.InputType['KeyVaultReferenceArgs']]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "skip_token", "type": "Optional[str]" }, ...
{ "returns": [], "raises": [], "params": [ { "identifier": "integration_account_name", "type": "Optional[str]", "docstring": "The integration account name.", "docstring_tokens": [ "The", "integration", "account", "name", "." ], "defau...
8916a8ec80ea4b5692af0a259a96d6e1f074588c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/managedidentity/v20150831preview/user_assigned_identity.py
[ "Apache-2.0" ]
Python
client_secret_url
pulumi.Output[str]
def client_secret_url(self) -> pulumi.Output[str]: """ The ManagedServiceIdentity DataPlane URL that can be queried to obtain the identity credentials. """ return pulumi.get(self, "client_secret_url")
The ManagedServiceIdentity DataPlane URL that can be queried to obtain the identity credentials.
The ManagedServiceIdentity DataPlane URL that can be queried to obtain the identity credentials.
[ "The", "ManagedServiceIdentity", "DataPlane", "URL", "that", "can", "be", "queried", "to", "obtain", "the", "identity", "credentials", "." ]
def client_secret_url(self) -> pulumi.Output[str]: return pulumi.get(self, "client_secret_url")
[ "def", "client_secret_url", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"client_secret_url\"", ")" ]
The ManagedServiceIdentity DataPlane URL that can be queried to obtain the identity credentials.
[ "The", "ManagedServiceIdentity", "DataPlane", "URL", "that", "can", "be", "queried", "to", "obtain", "the", "identity", "credentials", "." ]
[ "\"\"\"\n The ManagedServiceIdentity DataPlane URL that can be queried to obtain the identity credentials.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
851817fbe957c7fab591e0f41964caeb1bc2b880
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerservice/latest/agent_pool.py
[ "Apache-2.0" ]
Python
kubelet_config
pulumi.Output[Optional['outputs.KubeletConfigResponse']]
def kubelet_config(self) -> pulumi.Output[Optional['outputs.KubeletConfigResponse']]: """ KubeletConfig specifies the configuration of kubelet on agent nodes. """ return pulumi.get(self, "kubelet_config")
KubeletConfig specifies the configuration of kubelet on agent nodes.
KubeletConfig specifies the configuration of kubelet on agent nodes.
[ "KubeletConfig", "specifies", "the", "configuration", "of", "kubelet", "on", "agent", "nodes", "." ]
def kubelet_config(self) -> pulumi.Output[Optional['outputs.KubeletConfigResponse']]: return pulumi.get(self, "kubelet_config")
[ "def", "kubelet_config", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.KubeletConfigResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"kubelet_config\"", ")" ]
KubeletConfig specifies the configuration of kubelet on agent nodes.
[ "KubeletConfig", "specifies", "the", "configuration", "of", "kubelet", "on", "agent", "nodes", "." ]
[ "\"\"\"\n KubeletConfig specifies the configuration of kubelet on agent nodes.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
851817fbe957c7fab591e0f41964caeb1bc2b880
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerservice/latest/agent_pool.py
[ "Apache-2.0" ]
Python
kubelet_disk_type
pulumi.Output[Optional[str]]
def kubelet_disk_type(self) -> pulumi.Output[Optional[str]]: """ KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS disk for data. """ return pulumi.ge...
KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS disk for data.
KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS disk for data.
[ "KubeletDiskType", "determines", "the", "placement", "of", "emptyDir", "volumes", "container", "runtime", "data", "root", "and", "Kubelet", "ephemeral", "storage", ".", "Currently", "allows", "one", "value", "OS", "resulting", "in", "Kubelet", "using", "the", "OS"...
def kubelet_disk_type(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "kubelet_disk_type")
[ "def", "kubelet_disk_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"kubelet_disk_type\"", ")" ]
KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.
[ "KubeletDiskType", "determines", "the", "placement", "of", "emptyDir", "volumes", "container", "runtime", "data", "root", "and", "Kubelet", "ephemeral", "storage", "." ]
[ "\"\"\"\n KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS disk for data.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
851817fbe957c7fab591e0f41964caeb1bc2b880
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerservice/latest/agent_pool.py
[ "Apache-2.0" ]
Python
linux_os_config
pulumi.Output[Optional['outputs.LinuxOSConfigResponse']]
def linux_os_config(self) -> pulumi.Output[Optional['outputs.LinuxOSConfigResponse']]: """ LinuxOSConfig specifies the OS configuration of linux agent nodes. """ return pulumi.get(self, "linux_os_config")
LinuxOSConfig specifies the OS configuration of linux agent nodes.
LinuxOSConfig specifies the OS configuration of linux agent nodes.
[ "LinuxOSConfig", "specifies", "the", "OS", "configuration", "of", "linux", "agent", "nodes", "." ]
def linux_os_config(self) -> pulumi.Output[Optional['outputs.LinuxOSConfigResponse']]: return pulumi.get(self, "linux_os_config")
[ "def", "linux_os_config", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.LinuxOSConfigResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"linux_os_config\"", ")" ]
LinuxOSConfig specifies the OS configuration of linux agent nodes.
[ "LinuxOSConfig", "specifies", "the", "OS", "configuration", "of", "linux", "agent", "nodes", "." ]
[ "\"\"\"\n LinuxOSConfig specifies the OS configuration of linux agent nodes.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8521fd27c3b838e86688b80054cadf4b5425d26c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sqlvirtualmachine/v20170301preview/get_availability_group_listener.py
[ "Apache-2.0" ]
Python
availability_group_name
Optional[str]
def availability_group_name(self) -> Optional[str]: """ Name of the availability group. """ return pulumi.get(self, "availability_group_name")
Name of the availability group.
Name of the availability group.
[ "Name", "of", "the", "availability", "group", "." ]
def availability_group_name(self) -> Optional[str]: return pulumi.get(self, "availability_group_name")
[ "def", "availability_group_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"availability_group_name\"", ")" ]
Name of the availability group.
[ "Name", "of", "the", "availability", "group", "." ]
[ "\"\"\"\n Name of the availability group.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8521fd27c3b838e86688b80054cadf4b5425d26c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sqlvirtualmachine/v20170301preview/get_availability_group_listener.py
[ "Apache-2.0" ]
Python
create_default_availability_group_if_not_exist
Optional[bool]
def create_default_availability_group_if_not_exist(self) -> Optional[bool]: """ Create a default availability group if it does not exist. """ return pulumi.get(self, "create_default_availability_group_if_not_exist")
Create a default availability group if it does not exist.
Create a default availability group if it does not exist.
[ "Create", "a", "default", "availability", "group", "if", "it", "does", "not", "exist", "." ]
def create_default_availability_group_if_not_exist(self) -> Optional[bool]: return pulumi.get(self, "create_default_availability_group_if_not_exist")
[ "def", "create_default_availability_group_if_not_exist", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"create_default_availability_group_if_not_exist\"", ")" ]
Create a default availability group if it does not exist.
[ "Create", "a", "default", "availability", "group", "if", "it", "does", "not", "exist", "." ]
[ "\"\"\"\n Create a default availability group if it does not exist.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5fb66951c49b49958320abfcfc299fe42afad4ee
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20150801/list_site_publishing_credentials.py
[ "Apache-2.0" ]
Python
list_site_publishing_credentials
AwaitableListSitePublishingCredentialsResult
def list_site_publishing_credentials(name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListSitePublishingCredentialsResult: """ Represents user credentials used...
Represents user credentials used for publishing activity :param str name: Name of web app :param str resource_group_name: Name of resource group
Represents user credentials used for publishing activity
[ "Represents", "user", "credentials", "used", "for", "publishing", "activity" ]
def list_site_publishing_credentials(name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListSitePublishingCredentialsResult: __args__ = dict() __args__['name'] =...
[ "def", "list_site_publishing_credentials", "(", "name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "=", "...
Represents user credentials used for publishing activity
[ "Represents", "user", "credentials", "used", "for", "publishing", "activity" ]
[ "\"\"\"\n Represents user credentials used for publishing activity\n\n\n :param str name: Name of web app\n :param str resource_group_name: Name of resource group\n \"\"\"" ]
[ { "param": "name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "name", "type": "Optional[str]", "docstring": "Name of web app", "docstring_tokens": [ "Name", "of", "web", "app" ], "default": null, "is_optional": false }, { "id...
5e531101004a4bd6ea5590ad29bcb9401fa20789
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/latest/list_web_app_hybrid_connection_keys.py
[ "Apache-2.0" ]
Python
list_web_app_hybrid_connection_keys
AwaitableListWebAppHybridConnectionKeysResult
def list_web_app_hybrid_connection_keys(name: Optional[str] = None, namespace_name: Optional[str] = None, relay_name: Optional[str] = None, resource_group_name: Optional[str] = None, ...
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection. Latest API Version: 2018-11-01. :param str name: The name of the web app. :param str namespace_name: The namespace for this hybrid connection. :param str relay_name: The relay name for this hybrid connec...
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_web_app_hybrid_connection_keys(name: Optional[str] = None, namespace_name: Optional[str] = None, relay_name: Optional[str] = None, resource_group_name: Optional[str] = None, ...
[ "def", "list_web_app_hybrid_connection_keys", "(", "name", ":", "Optional", "[", "str", "]", "=", "None", ",", "namespace_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "relay_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource...
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 Latest API Version: 2018-11-01.\n\n\n :param str name: The name of the web app.\n :param str namespace_name: The namespace for this hybrid connection.\n :param str relay_name: The relay name for ...
[ { "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": "The name of the web app.", "docstring_tokens": [ "The", "name", "of", "the", "web", "app", "." ], "default": nul...
17922458a8206fb72588d4d1e72eeb43088e1ef8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/marketplace/v20200101/get_private_store_offer.py
[ "Apache-2.0" ]
Python
offer_display_name
str
def offer_display_name(self) -> str: """ It will be displayed prominently in the marketplace """ return pulumi.get(self, "offer_display_name")
It will be displayed prominently in the marketplace
It will be displayed prominently in the marketplace
[ "It", "will", "be", "displayed", "prominently", "in", "the", "marketplace" ]
def offer_display_name(self) -> str: return pulumi.get(self, "offer_display_name")
[ "def", "offer_display_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"offer_display_name\"", ")" ]
It will be displayed prominently in the marketplace
[ "It", "will", "be", "displayed", "prominently", "in", "the", "marketplace" ]
[ "\"\"\"\n It will be displayed prominently in the marketplace\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
17922458a8206fb72588d4d1e72eeb43088e1ef8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/marketplace/v20200101/get_private_store_offer.py
[ "Apache-2.0" ]
Python
publisher_display_name
str
def publisher_display_name(self) -> str: """ Publisher name that will be displayed prominently in the marketplace """ return pulumi.get(self, "publisher_display_name")
Publisher name that will be displayed prominently in the marketplace
Publisher name that will be displayed prominently in the marketplace
[ "Publisher", "name", "that", "will", "be", "displayed", "prominently", "in", "the", "marketplace" ]
def publisher_display_name(self) -> str: return pulumi.get(self, "publisher_display_name")
[ "def", "publisher_display_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"publisher_display_name\"", ")" ]
Publisher name that will be displayed prominently in the marketplace
[ "Publisher", "name", "that", "will", "be", "displayed", "prominently", "in", "the", "marketplace" ]
[ "\"\"\"\n Publisher name that will be displayed prominently in the marketplace\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
17922458a8206fb72588d4d1e72eeb43088e1ef8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/marketplace/v20200101/get_private_store_offer.py
[ "Apache-2.0" ]
Python
specific_plan_ids_limitation
Optional[Sequence[str]]
def specific_plan_ids_limitation(self) -> Optional[Sequence[str]]: """ Plan ids limitation for this offer """ return pulumi.get(self, "specific_plan_ids_limitation")
Plan ids limitation for this offer
Plan ids limitation for this offer
[ "Plan", "ids", "limitation", "for", "this", "offer" ]
def specific_plan_ids_limitation(self) -> Optional[Sequence[str]]: return pulumi.get(self, "specific_plan_ids_limitation")
[ "def", "specific_plan_ids_limitation", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"specific_plan_ids_limitation\"", ")" ]
Plan ids limitation for this offer
[ "Plan", "ids", "limitation", "for", "this", "offer" ]
[ "\"\"\"\n Plan ids limitation for this offer\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
17922458a8206fb72588d4d1e72eeb43088e1ef8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/marketplace/v20200101/get_private_store_offer.py
[ "Apache-2.0" ]
Python
update_suppressed_due_idempotence
Optional[bool]
def update_suppressed_due_idempotence(self) -> Optional[bool]: """ Indicating whether the offer was not updated to db (true = not updated). If the allow list is identical to the existed one in db, the offer would not be updated. """ return pulumi.get(self, "update_suppressed_due_idempote...
Indicating whether the offer was not updated to db (true = not updated). If the allow list is identical to the existed one in db, the offer would not be updated.
Indicating whether the offer was not updated to db (true = not updated). If the allow list is identical to the existed one in db, the offer would not be updated.
[ "Indicating", "whether", "the", "offer", "was", "not", "updated", "to", "db", "(", "true", "=", "not", "updated", ")", ".", "If", "the", "allow", "list", "is", "identical", "to", "the", "existed", "one", "in", "db", "the", "offer", "would", "not", "be"...
def update_suppressed_due_idempotence(self) -> Optional[bool]: return pulumi.get(self, "update_suppressed_due_idempotence")
[ "def", "update_suppressed_due_idempotence", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"update_suppressed_due_idempotence\"", ")" ]
Indicating whether the offer was not updated to db (true = not updated).
[ "Indicating", "whether", "the", "offer", "was", "not", "updated", "to", "db", "(", "true", "=", "not", "updated", ")", "." ]
[ "\"\"\"\n Indicating whether the offer was not updated to db (true = not updated). If the allow list is identical to the existed one in db, the offer would not be updated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ec36e12fac2cbf57e523d9b2d1cc94f0cc76ab63
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/certificateregistration/v20190801/get_app_service_certificate_order.py
[ "Apache-2.0" ]
Python
next_auto_renewal_time_stamp
str
def next_auto_renewal_time_stamp(self) -> str: """ Time stamp when the certificate would be auto renewed next """ return pulumi.get(self, "next_auto_renewal_time_stamp")
Time stamp when the certificate would be auto renewed next
Time stamp when the certificate would be auto renewed next
[ "Time", "stamp", "when", "the", "certificate", "would", "be", "auto", "renewed", "next" ]
def next_auto_renewal_time_stamp(self) -> str: return pulumi.get(self, "next_auto_renewal_time_stamp")
[ "def", "next_auto_renewal_time_stamp", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"next_auto_renewal_time_stamp\"", ")" ]
Time stamp when the certificate would be auto renewed next
[ "Time", "stamp", "when", "the", "certificate", "would", "be", "auto", "renewed", "next" ]
[ "\"\"\"\n Time stamp when the certificate would be auto renewed next\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ec5cc749b598915c5cd61f49783514a68faf4218
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20190701/get_express_route_port.py
[ "Apache-2.0" ]
Python
allocation_date
str
def allocation_date(self) -> str: """ Date of the physical port allocation to be used in Letter of Authorization. """ return pulumi.get(self, "allocation_date")
Date of the physical port allocation to be used in Letter of Authorization.
Date of the physical port allocation to be used in Letter of Authorization.
[ "Date", "of", "the", "physical", "port", "allocation", "to", "be", "used", "in", "Letter", "of", "Authorization", "." ]
def allocation_date(self) -> str: return pulumi.get(self, "allocation_date")
[ "def", "allocation_date", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"allocation_date\"", ")" ]
Date of the physical port allocation to be used in Letter of Authorization.
[ "Date", "of", "the", "physical", "port", "allocation", "to", "be", "used", "in", "Letter", "of", "Authorization", "." ]
[ "\"\"\"\n Date of the physical port allocation to be used in Letter of Authorization.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ec5cc749b598915c5cd61f49783514a68faf4218
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20190701/get_express_route_port.py
[ "Apache-2.0" ]
Python
bandwidth_in_gbps
Optional[int]
def bandwidth_in_gbps(self) -> Optional[int]: """ Bandwidth of procured ports in Gbps. """ return pulumi.get(self, "bandwidth_in_gbps")
Bandwidth of procured ports in Gbps.
Bandwidth of procured ports in Gbps.
[ "Bandwidth", "of", "procured", "ports", "in", "Gbps", "." ]
def bandwidth_in_gbps(self) -> Optional[int]: return pulumi.get(self, "bandwidth_in_gbps")
[ "def", "bandwidth_in_gbps", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"bandwidth_in_gbps\"", ")" ]
Bandwidth of procured ports in Gbps.
[ "Bandwidth", "of", "procured", "ports", "in", "Gbps", "." ]
[ "\"\"\"\n Bandwidth of procured ports in Gbps.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ec5cc749b598915c5cd61f49783514a68faf4218
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20190701/get_express_route_port.py
[ "Apache-2.0" ]
Python
circuits
Sequence['outputs.SubResourceResponse']
def circuits(self) -> Sequence['outputs.SubResourceResponse']: """ Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource. """ return pulumi.get(self, "circuits")
Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource.
Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource.
[ "Reference", "the", "ExpressRoute", "circuit", "(", "s", ")", "that", "are", "provisioned", "on", "this", "ExpressRoutePort", "resource", "." ]
def circuits(self) -> Sequence['outputs.SubResourceResponse']: return pulumi.get(self, "circuits")
[ "def", "circuits", "(", "self", ")", "->", "Sequence", "[", "'outputs.SubResourceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"circuits\"", ")" ]
Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort resource.
[ "Reference", "the", "ExpressRoute", "circuit", "(", "s", ")", "that", "are", "provisioned", "on", "this", "ExpressRoutePort", "resource", "." ]
[ "\"\"\"\n Reference the ExpressRoute circuit(s) that are provisioned on this ExpressRoutePort 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": [] }
ec5cc749b598915c5cd61f49783514a68faf4218
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20190701/get_express_route_port.py
[ "Apache-2.0" ]
Python
encapsulation
Optional[str]
def encapsulation(self) -> Optional[str]: """ Encapsulation method on physical ports. """ return pulumi.get(self, "encapsulation")
Encapsulation method on physical ports.
Encapsulation method on physical ports.
[ "Encapsulation", "method", "on", "physical", "ports", "." ]
def encapsulation(self) -> Optional[str]: return pulumi.get(self, "encapsulation")
[ "def", "encapsulation", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"encapsulation\"", ")" ]
Encapsulation method on physical ports.
[ "Encapsulation", "method", "on", "physical", "ports", "." ]
[ "\"\"\"\n Encapsulation method on physical ports.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ec5cc749b598915c5cd61f49783514a68faf4218
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20190701/get_express_route_port.py
[ "Apache-2.0" ]
Python
ether_type
str
def ether_type(self) -> str: """ Ether type of the physical port. """ return pulumi.get(self, "ether_type")
Ether type of the physical port.
Ether type of the physical port.
[ "Ether", "type", "of", "the", "physical", "port", "." ]
def ether_type(self) -> str: return pulumi.get(self, "ether_type")
[ "def", "ether_type", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ether_type\"", ")" ]
Ether type of the physical port.
[ "Ether", "type", "of", "the", "physical", "port", "." ]
[ "\"\"\"\n Ether type of the physical port.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ec5cc749b598915c5cd61f49783514a68faf4218
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20190701/get_express_route_port.py
[ "Apache-2.0" ]
Python
links
Optional[Sequence['outputs.ExpressRouteLinkResponse']]
def links(self) -> Optional[Sequence['outputs.ExpressRouteLinkResponse']]: """ The set of physical links of the ExpressRoutePort resource. """ return pulumi.get(self, "links")
The set of physical links of the ExpressRoutePort resource.
The set of physical links of the ExpressRoutePort resource.
[ "The", "set", "of", "physical", "links", "of", "the", "ExpressRoutePort", "resource", "." ]
def links(self) -> Optional[Sequence['outputs.ExpressRouteLinkResponse']]: return pulumi.get(self, "links")
[ "def", "links", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ExpressRouteLinkResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"links\"", ")" ]
The set of physical links of the ExpressRoutePort resource.
[ "The", "set", "of", "physical", "links", "of", "the", "ExpressRoutePort", "resource", "." ]
[ "\"\"\"\n The set of physical links of the ExpressRoutePort 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": [] }
ec5cc749b598915c5cd61f49783514a68faf4218
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20190701/get_express_route_port.py
[ "Apache-2.0" ]
Python
mtu
str
def mtu(self) -> str: """ Maximum transmission unit of the physical port pair(s). """ return pulumi.get(self, "mtu")
Maximum transmission unit of the physical port pair(s).
Maximum transmission unit of the physical port pair(s).
[ "Maximum", "transmission", "unit", "of", "the", "physical", "port", "pair", "(", "s", ")", "." ]
def mtu(self) -> str: return pulumi.get(self, "mtu")
[ "def", "mtu", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"mtu\"", ")" ]
Maximum transmission unit of the physical port pair(s).
[ "Maximum", "transmission", "unit", "of", "the", "physical", "port", "pair", "(", "s", ")", "." ]
[ "\"\"\"\n Maximum transmission unit of the physical port pair(s).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ec5cc749b598915c5cd61f49783514a68faf4218
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20190701/get_express_route_port.py
[ "Apache-2.0" ]
Python
provisioned_bandwidth_in_gbps
float
def provisioned_bandwidth_in_gbps(self) -> float: """ Aggregate Gbps of associated circuit bandwidths. """ return pulumi.get(self, "provisioned_bandwidth_in_gbps")
Aggregate Gbps of associated circuit bandwidths.
Aggregate Gbps of associated circuit bandwidths.
[ "Aggregate", "Gbps", "of", "associated", "circuit", "bandwidths", "." ]
def provisioned_bandwidth_in_gbps(self) -> float: return pulumi.get(self, "provisioned_bandwidth_in_gbps")
[ "def", "provisioned_bandwidth_in_gbps", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"provisioned_bandwidth_in_gbps\"", ")" ]
Aggregate Gbps of associated circuit bandwidths.
[ "Aggregate", "Gbps", "of", "associated", "circuit", "bandwidths", "." ]
[ "\"\"\"\n Aggregate Gbps of associated circuit bandwidths.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
84acf8db17b01778e21a615e94ce0d9655000cb8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20160801/web_app_slot.py
[ "Apache-2.0" ]
Python
snapshot_info
pulumi.Output[Optional['outputs.SnapshotRecoveryRequestResponse']]
def snapshot_info(self) -> pulumi.Output[Optional['outputs.SnapshotRecoveryRequestResponse']]: """ If specified during app creation, the app is created from a previous snapshot. """ return pulumi.get(self, "snapshot_info")
If specified during app creation, the app is created from a previous snapshot.
If specified during app creation, the app is created from a previous snapshot.
[ "If", "specified", "during", "app", "creation", "the", "app", "is", "created", "from", "a", "previous", "snapshot", "." ]
def snapshot_info(self) -> pulumi.Output[Optional['outputs.SnapshotRecoveryRequestResponse']]: return pulumi.get(self, "snapshot_info")
[ "def", "snapshot_info", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.SnapshotRecoveryRequestResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"snapshot_info\"", ")" ]
If specified during app creation, the app is created from a previous snapshot.
[ "If", "specified", "during", "app", "creation", "the", "app", "is", "created", "from", "a", "previous", "snapshot", "." ]
[ "\"\"\"\n If specified during app creation, the app is created from a previous snapshot.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e3fae7d308ea7525a07e7cb803586566a1179f8c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/edgeorder/v20201201preview/get_order_collection_by_name.py
[ "Apache-2.0" ]
Python
order_ids
Sequence[str]
def order_ids(self) -> Sequence[str]: """ List of order ARM Ids which are part of an order collection. """ return pulumi.get(self, "order_ids")
List of order ARM Ids which are part of an order collection.
List of order ARM Ids which are part of an order collection.
[ "List", "of", "order", "ARM", "Ids", "which", "are", "part", "of", "an", "order", "collection", "." ]
def order_ids(self) -> Sequence[str]: return pulumi.get(self, "order_ids")
[ "def", "order_ids", "(", "self", ")", "->", "Sequence", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"order_ids\"", ")" ]
List of order ARM Ids which are part of an order collection.
[ "List", "of", "order", "ARM", "Ids", "which", "are", "part", "of", "an", "order", "collection", "." ]
[ "\"\"\"\n List of order ARM Ids which are part of an order collection.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
46edd7a5eb9e8503f83b6a143cab608b902d8104
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/latest/get_virtual_machine.py
[ "Apache-2.0" ]
Python
compute_vm
'outputs.ComputeVmPropertiesResponse'
def compute_vm(self) -> 'outputs.ComputeVmPropertiesResponse': """ The compute virtual machine properties. """ return pulumi.get(self, "compute_vm")
The compute virtual machine properties.
The compute virtual machine properties.
[ "The", "compute", "virtual", "machine", "properties", "." ]
def compute_vm(self) -> 'outputs.ComputeVmPropertiesResponse': return pulumi.get(self, "compute_vm")
[ "def", "compute_vm", "(", "self", ")", "->", "'outputs.ComputeVmPropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"compute_vm\"", ")" ]
The compute virtual machine properties.
[ "The", "compute", "virtual", "machine", "properties", "." ]
[ "\"\"\"\n The compute virtual machine properties.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
46edd7a5eb9e8503f83b6a143cab608b902d8104
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/latest/get_virtual_machine.py
[ "Apache-2.0" ]
Python
data_disk_parameters
Optional[Sequence['outputs.DataDiskPropertiesResponse']]
def data_disk_parameters(self) -> Optional[Sequence['outputs.DataDiskPropertiesResponse']]: """ New or existing data disks to attach to the virtual machine after creation """ return pulumi.get(self, "data_disk_parameters")
New or existing data disks to attach to the virtual machine after creation
New or existing data disks to attach to the virtual machine after creation
[ "New", "or", "existing", "data", "disks", "to", "attach", "to", "the", "virtual", "machine", "after", "creation" ]
def data_disk_parameters(self) -> Optional[Sequence['outputs.DataDiskPropertiesResponse']]: return pulumi.get(self, "data_disk_parameters")
[ "def", "data_disk_parameters", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.DataDiskPropertiesResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_disk_parameters\"", ")" ]
New or existing data disks to attach to the virtual machine after creation
[ "New", "or", "existing", "data", "disks", "to", "attach", "to", "the", "virtual", "machine", "after", "creation" ]
[ "\"\"\"\n New or existing data disks to attach to the virtual machine after creation\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
46edd7a5eb9e8503f83b6a143cab608b902d8104
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/latest/get_virtual_machine.py
[ "Apache-2.0" ]
Python
last_known_power_state
Optional[str]
def last_known_power_state(self) -> Optional[str]: """ Last known compute power state captured in DTL """ return pulumi.get(self, "last_known_power_state")
Last known compute power state captured in DTL
Last known compute power state captured in DTL
[ "Last", "known", "compute", "power", "state", "captured", "in", "DTL" ]
def last_known_power_state(self) -> Optional[str]: return pulumi.get(self, "last_known_power_state")
[ "def", "last_known_power_state", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_known_power_state\"", ")" ]
Last known compute power state captured in DTL
[ "Last", "known", "compute", "power", "state", "captured", "in", "DTL" ]
[ "\"\"\"\n Last known compute power state captured in DTL\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
46edd7a5eb9e8503f83b6a143cab608b902d8104
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/latest/get_virtual_machine.py
[ "Apache-2.0" ]
Python
plan_id
Optional[str]
def plan_id(self) -> Optional[str]: """ The id of the plan associated with the virtual machine image """ return pulumi.get(self, "plan_id")
The id of the plan associated with the virtual machine image
The id of the plan associated with the virtual machine image
[ "The", "id", "of", "the", "plan", "associated", "with", "the", "virtual", "machine", "image" ]
def plan_id(self) -> Optional[str]: return pulumi.get(self, "plan_id")
[ "def", "plan_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"plan_id\"", ")" ]
The id of the plan associated with the virtual machine image
[ "The", "id", "of", "the", "plan", "associated", "with", "the", "virtual", "machine", "image" ]
[ "\"\"\"\n The id of the plan associated with the virtual machine image\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
46edd7a5eb9e8503f83b6a143cab608b902d8104
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/latest/get_virtual_machine.py
[ "Apache-2.0" ]
Python
schedule_parameters
Optional[Sequence['outputs.ScheduleCreationParameterResponse']]
def schedule_parameters(self) -> Optional[Sequence['outputs.ScheduleCreationParameterResponse']]: """ Virtual Machine schedules to be created """ return pulumi.get(self, "schedule_parameters")
Virtual Machine schedules to be created
Virtual Machine schedules to be created
[ "Virtual", "Machine", "schedules", "to", "be", "created" ]
def schedule_parameters(self) -> Optional[Sequence['outputs.ScheduleCreationParameterResponse']]: return pulumi.get(self, "schedule_parameters")
[ "def", "schedule_parameters", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ScheduleCreationParameterResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"schedule_parameters\"", ")" ]
Virtual Machine schedules to be created
[ "Virtual", "Machine", "schedules", "to", "be", "created" ]
[ "\"\"\"\n Virtual Machine schedules to be created\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9414c2e4d1f1eed940f57073f6320b520babcaaf
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/v20180601preview/api_issue_attachment.py
[ "Apache-2.0" ]
Python
content_format
pulumi.Output[str]
def content_format(self) -> pulumi.Output[str]: """ Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property. """ return pulumi.get(self, "content_format")
Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property.
Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property.
[ "Either", "'", "link", "'", "if", "content", "is", "provided", "via", "an", "HTTP", "link", "or", "the", "MIME", "type", "of", "the", "Base64", "-", "encoded", "binary", "data", "provided", "in", "the", "'", "content", "'", "property", "." ]
def content_format(self) -> pulumi.Output[str]: return pulumi.get(self, "content_format")
[ "def", "content_format", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"content_format\"", ")" ]
Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property.
[ "Either", "'", "link", "'", "if", "content", "is", "provided", "via", "an", "HTTP", "link", "or", "the", "MIME", "type", "of", "the", "Base64", "-", "encoded", "binary", "data", "provided", "in", "the", "'", "content", "'", "property", "." ]
[ "\"\"\"\n Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cc45775a85967520852dd7ac8752efe6c63c0cf0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/streamanalytics/v20170401preview/streaming_job.py
[ "Apache-2.0" ]
Python
cluster
pulumi.Output[Optional['outputs.ClusterInfoResponse']]
def cluster(self) -> pulumi.Output[Optional['outputs.ClusterInfoResponse']]: """ The cluster which streaming jobs will run on. """ return pulumi.get(self, "cluster")
The cluster which streaming jobs will run on.
The cluster which streaming jobs will run on.
[ "The", "cluster", "which", "streaming", "jobs", "will", "run", "on", "." ]
def cluster(self) -> pulumi.Output[Optional['outputs.ClusterInfoResponse']]: return pulumi.get(self, "cluster")
[ "def", "cluster", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ClusterInfoResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cluster\"", ")" ]
The cluster which streaming jobs will run on.
[ "The", "cluster", "which", "streaming", "jobs", "will", "run", "on", "." ]
[ "\"\"\"\n The cluster which streaming jobs will run on.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cc45775a85967520852dd7ac8752efe6c63c0cf0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/streamanalytics/v20170401preview/streaming_job.py
[ "Apache-2.0" ]
Python
job_storage_account
pulumi.Output[Optional['outputs.JobStorageAccountResponse']]
def job_storage_account(self) -> pulumi.Output[Optional['outputs.JobStorageAccountResponse']]: """ The properties that are associated with an Azure Storage account with MSI """ return pulumi.get(self, "job_storage_account")
The properties that are associated with an Azure Storage account with MSI
The properties that are associated with an Azure Storage account with MSI
[ "The", "properties", "that", "are", "associated", "with", "an", "Azure", "Storage", "account", "with", "MSI" ]
def job_storage_account(self) -> pulumi.Output[Optional['outputs.JobStorageAccountResponse']]: return pulumi.get(self, "job_storage_account")
[ "def", "job_storage_account", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.JobStorageAccountResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"job_storage_account\"", ")" ]
The properties that are associated with an Azure Storage account with MSI
[ "The", "properties", "that", "are", "associated", "with", "an", "Azure", "Storage", "account", "with", "MSI" ]
[ "\"\"\"\n The properties that are associated with an Azure Storage account with MSI\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cc45775a85967520852dd7ac8752efe6c63c0cf0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/streamanalytics/v20170401preview/streaming_job.py
[ "Apache-2.0" ]
Python
sku
pulumi.Output[Optional['outputs.StreamingJobSkuResponse']]
def sku(self) -> pulumi.Output[Optional['outputs.StreamingJobSkuResponse']]: """ Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests. """ return pulumi.get(self, "sku")
Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.
Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.
[ "Describes", "the", "SKU", "of", "the", "streaming", "job", ".", "Required", "on", "PUT", "(", "CreateOrReplace", ")", "requests", "." ]
def sku(self) -> pulumi.Output[Optional['outputs.StreamingJobSkuResponse']]: return pulumi.get(self, "sku")
[ "def", "sku", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.StreamingJobSkuResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sku\"", ")" ]
Describes the SKU of the streaming job.
[ "Describes", "the", "SKU", "of", "the", "streaming", "job", "." ]
[ "\"\"\"\n Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) 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": [] }
3049ed49daa03ac03997224d781e63f58f11c93a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_site_push_settings_slot.py
[ "Apache-2.0" ]
Python
list_web_app_site_push_settings_slot
AwaitableListWebAppSitePushSettingsSlotResult
def list_web_app_site_push_settings_slot(name: Optional[str] = None, resource_group_name: Optional[str] = None, slot: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> Awaitable...
Push settings for the App. API Version: 2020-10-01. :param str name: Name of web app. :param str resource_group_name: Name of the resource group to which the resource belongs. :param str slot: Name of web app slot. If not specified then will default to production slot.
Push settings for the App.
[ "Push", "settings", "for", "the", "App", "." ]
def list_web_app_site_push_settings_slot(name: Optional[str] = None, resource_group_name: Optional[str] = None, slot: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> Awaitable...
[ "def", "list_web_app_site_push_settings_slot", "(", "name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "slot", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ...
Push settings for the App.
[ "Push", "settings", "for", "the", "App", "." ]
[ "\"\"\"\n Push settings for the App.\n API Version: 2020-10-01.\n\n\n :param str name: Name of web app.\n :param str resource_group_name: Name of the resource group to which the resource belongs.\n :param str slot: Name of web app slot. If not specified then will default to production slot.\n \"\"...
[ { "param": "name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "slot", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "name", "type": "Optional[str]", "docstring": "Name of web app.", "docstring_tokens": [ "Name", "of", "web", "app", "." ], "default": null, "is_optional": false }, ...
2816382366999c29c7ffdc4d518428ac348e2207
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devices/v20200901preview/get_iot_dps_resource.py
[ "Apache-2.0" ]
Python
identity
Optional['outputs.ArmIdentityResponse']
def identity(self) -> Optional['outputs.ArmIdentityResponse']: """ The managed identities for the IotDps instance. """ return pulumi.get(self, "identity")
The managed identities for the IotDps instance.
The managed identities for the IotDps instance.
[ "The", "managed", "identities", "for", "the", "IotDps", "instance", "." ]
def identity(self) -> Optional['outputs.ArmIdentityResponse']: return pulumi.get(self, "identity")
[ "def", "identity", "(", "self", ")", "->", "Optional", "[", "'outputs.ArmIdentityResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identity\"", ")" ]
The managed identities for the IotDps instance.
[ "The", "managed", "identities", "for", "the", "IotDps", "instance", "." ]
[ "\"\"\"\n The managed identities for the IotDps 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": [] }
28232d11d0a4195e5acbc6a26927cf6fb497628a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/v20150801/topic.py
[ "Apache-2.0" ]
Python
filtering_messages_before_publishing
pulumi.Output[Optional[bool]]
def filtering_messages_before_publishing(self) -> pulumi.Output[Optional[bool]]: """ Whether messages should be filtered before publishing. """ return pulumi.get(self, "filtering_messages_before_publishing")
Whether messages should be filtered before publishing.
Whether messages should be filtered before publishing.
[ "Whether", "messages", "should", "be", "filtered", "before", "publishing", "." ]
def filtering_messages_before_publishing(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "filtering_messages_before_publishing")
[ "def", "filtering_messages_before_publishing", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"filtering_messages_before_publishing\"", ")" ]
Whether messages should be filtered before publishing.
[ "Whether", "messages", "should", "be", "filtered", "before", "publishing", "." ]
[ "\"\"\"\n Whether messages should be filtered before publishing.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6d3909205b062c3da328e338a41c7c0a3cf445c6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cache/v20150801/redis.py
[ "Apache-2.0" ]
Python
redis_version
pulumi.Output[Optional[str]]
def redis_version(self) -> pulumi.Output[Optional[str]]: """ RedisVersion parameter has been deprecated. As such, it is no longer necessary to provide this parameter and any value specified is ignored. """ return pulumi.get(self, "redis_version")
RedisVersion parameter has been deprecated. As such, it is no longer necessary to provide this parameter and any value specified is ignored.
RedisVersion parameter has been deprecated. As such, it is no longer necessary to provide this parameter and any value specified is ignored.
[ "RedisVersion", "parameter", "has", "been", "deprecated", ".", "As", "such", "it", "is", "no", "longer", "necessary", "to", "provide", "this", "parameter", "and", "any", "value", "specified", "is", "ignored", "." ]
def redis_version(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "redis_version")
[ "def", "redis_version", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"redis_version\"", ")" ]
RedisVersion parameter has been deprecated.
[ "RedisVersion", "parameter", "has", "been", "deprecated", "." ]
[ "\"\"\"\n RedisVersion parameter has been deprecated. As such, it is no longer necessary to provide this parameter and any value specified is ignored.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6d3909205b062c3da328e338a41c7c0a3cf445c6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cache/v20150801/redis.py
[ "Apache-2.0" ]
Python
virtual_network
pulumi.Output[Optional[str]]
def virtual_network(self) -> pulumi.Output[Optional[str]]: """ The exact ARM resource ID of the virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.ClassicNetwork/VirtualNetworks/vnet1 """ return pulum...
The exact ARM resource ID of the virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.ClassicNetwork/VirtualNetworks/vnet1
The exact ARM resource ID of the virtual network to deploy the Redis cache in.
[ "The", "exact", "ARM", "resource", "ID", "of", "the", "virtual", "network", "to", "deploy", "the", "Redis", "cache", "in", "." ]
def virtual_network(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "virtual_network")
[ "def", "virtual_network", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"virtual_network\"", ")" ]
The exact ARM resource ID of the virtual network to deploy the Redis cache in.
[ "The", "exact", "ARM", "resource", "ID", "of", "the", "virtual", "network", "to", "deploy", "the", "Redis", "cache", "in", "." ]
[ "\"\"\"\n The exact ARM resource ID of the virtual network to deploy the Redis cache in. Example format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/Microsoft.ClassicNetwork/VirtualNetworks/vnet1\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4a0101542bbb8664c38e58e93c45789ef70af82c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storagepool/v20200315preview/get_disk_pool.py
[ "Apache-2.0" ]
Python
additional_capabilities
Optional[Sequence[str]]
def additional_capabilities(self) -> Optional[Sequence[str]]: """ List of additional capabilities for Disk pool. """ return pulumi.get(self, "additional_capabilities")
List of additional capabilities for Disk pool.
List of additional capabilities for Disk pool.
[ "List", "of", "additional", "capabilities", "for", "Disk", "pool", "." ]
def additional_capabilities(self) -> Optional[Sequence[str]]: return pulumi.get(self, "additional_capabilities")
[ "def", "additional_capabilities", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"additional_capabilities\"", ")" ]
List of additional capabilities for Disk pool.
[ "List", "of", "additional", "capabilities", "for", "Disk", "pool", "." ]
[ "\"\"\"\n List of additional capabilities for Disk pool.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
4a0101542bbb8664c38e58e93c45789ef70af82c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storagepool/v20200315preview/get_disk_pool.py
[ "Apache-2.0" ]
Python
disks
Optional[Sequence['outputs.DiskResponse']]
def disks(self) -> Optional[Sequence['outputs.DiskResponse']]: """ List of Azure Managed Disks to attach to a Disk pool. Can attach 8 disks at most. """ return pulumi.get(self, "disks")
List of Azure Managed Disks to attach to a Disk pool. Can attach 8 disks at most.
List of Azure Managed Disks to attach to a Disk pool. Can attach 8 disks at most.
[ "List", "of", "Azure", "Managed", "Disks", "to", "attach", "to", "a", "Disk", "pool", ".", "Can", "attach", "8", "disks", "at", "most", "." ]
def disks(self) -> Optional[Sequence['outputs.DiskResponse']]: return pulumi.get(self, "disks")
[ "def", "disks", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.DiskResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"disks\"", ")" ]
List of Azure Managed Disks to attach to a Disk pool.
[ "List", "of", "Azure", "Managed", "Disks", "to", "attach", "to", "a", "Disk", "pool", "." ]
[ "\"\"\"\n List of Azure Managed Disks to attach to a Disk pool. Can attach 8 disks at most.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
47cc37f56fdb310b3d8362c459049d966e50e7f0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20170901preview/get_job.py
[ "Apache-2.0" ]
Python
environment_variables
Optional[Sequence['outputs.EnvironmentSettingResponse']]
def environment_variables(self) -> Optional[Sequence['outputs.EnvironmentSettingResponse']]: """ Batch AI services sets the following environment variables for all jobs: AZ_BATCHAI_INPUT_id, AZ_BATCHAI_OUTPUT_id, AZ_BATCHAI_NUM_GPUS_PER_NODE, For distributed TensorFlow jobs, following additional environ...
Batch AI services sets the following environment variables for all jobs: AZ_BATCHAI_INPUT_id, AZ_BATCHAI_OUTPUT_id, AZ_BATCHAI_NUM_GPUS_PER_NODE, For distributed TensorFlow jobs, following additional environment variables are set by the Batch AI Service: AZ_BATCHAI_PS_HOSTS, AZ_BATCHAI_WORKER_HOSTS.
Batch AI services sets the following environment variables for all jobs: AZ_BATCHAI_INPUT_id, AZ_BATCHAI_OUTPUT_id, AZ_BATCHAI_NUM_GPUS_PER_NODE, For distributed TensorFlow jobs, following additional environment variables are set by the Batch AI Service: AZ_BATCHAI_PS_HOSTS, AZ_BATCHAI_WORKER_HOSTS.
[ "Batch", "AI", "services", "sets", "the", "following", "environment", "variables", "for", "all", "jobs", ":", "AZ_BATCHAI_INPUT_id", "AZ_BATCHAI_OUTPUT_id", "AZ_BATCHAI_NUM_GPUS_PER_NODE", "For", "distributed", "TensorFlow", "jobs", "following", "additional", "environment",...
def environment_variables(self) -> Optional[Sequence['outputs.EnvironmentSettingResponse']]: return pulumi.get(self, "environment_variables")
[ "def", "environment_variables", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.EnvironmentSettingResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"environment_variables\"", ")" ]
Batch AI services sets the following environment variables for all jobs: AZ_BATCHAI_INPUT_id, AZ_BATCHAI_OUTPUT_id, AZ_BATCHAI_NUM_GPUS_PER_NODE, For distributed TensorFlow jobs, following additional environment variables are set by the Batch AI Service: AZ_BATCHAI_PS_HOSTS, AZ_BATCHAI_WORKER_HOSTS.
[ "Batch", "AI", "services", "sets", "the", "following", "environment", "variables", "for", "all", "jobs", ":", "AZ_BATCHAI_INPUT_id", "AZ_BATCHAI_OUTPUT_id", "AZ_BATCHAI_NUM_GPUS_PER_NODE", "For", "distributed", "TensorFlow", "jobs", "following", "additional", "environment",...
[ "\"\"\"\n Batch AI services sets the following environment variables for all jobs: AZ_BATCHAI_INPUT_id, AZ_BATCHAI_OUTPUT_id, AZ_BATCHAI_NUM_GPUS_PER_NODE, For distributed TensorFlow jobs, following additional environment variables are set by the Batch AI Service: AZ_BATCHAI_PS_HOSTS, AZ_BATCHAI_WORKER_HOSTS...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
47d2f6160997557829e134b78a9a465271e260dd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/get_disk.py
[ "Apache-2.0" ]
Python
bursting_enabled
Optional[bool]
def bursting_enabled(self) -> Optional[bool]: """ Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks. """ return pulumi.get(self, "bursting_enabled")
Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks.
Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra disks.
[ "Set", "to", "true", "to", "enable", "bursting", "beyond", "the", "provisioned", "performance", "target", "of", "the", "disk", ".", "Bursting", "is", "disabled", "by", "default", ".", "Does", "not", "apply", "to", "Ultra", "disks", "." ]
def bursting_enabled(self) -> Optional[bool]: return pulumi.get(self, "bursting_enabled")
[ "def", "bursting_enabled", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"bursting_enabled\"", ")" ]
Set to true to enable bursting beyond the provisioned performance target of the disk.
[ "Set", "to", "true", "to", "enable", "bursting", "beyond", "the", "provisioned", "performance", "target", "of", "the", "disk", "." ]
[ "\"\"\"\n Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is disabled by default. Does not apply to Ultra 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": [] }
152aa2de7a37c87ae7256d1df8a7c8a7659221fb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/machinelearningservices/workspace.py
[ "Apache-2.0" ]
Python
primary_user_assigned_identity
pulumi.Output[Optional[str]]
def primary_user_assigned_identity(self) -> pulumi.Output[Optional[str]]: """ The user assigned identity resource id that represents the workspace identity. """ return pulumi.get(self, "primary_user_assigned_identity")
The user assigned identity resource id that represents the workspace identity.
The user assigned identity resource id that represents the workspace identity.
[ "The", "user", "assigned", "identity", "resource", "id", "that", "represents", "the", "workspace", "identity", "." ]
def primary_user_assigned_identity(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "primary_user_assigned_identity")
[ "def", "primary_user_assigned_identity", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"primary_user_assigned_identity\"", ")" ]
The user assigned identity resource id that represents the workspace identity.
[ "The", "user", "assigned", "identity", "resource", "id", "that", "represents", "the", "workspace", "identity", "." ]
[ "\"\"\"\n The user assigned identity resource id that represents the workspace identity.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
152aa2de7a37c87ae7256d1df8a7c8a7659221fb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/machinelearningservices/workspace.py
[ "Apache-2.0" ]
Python
service_managed_resources_settings
pulumi.Output[Optional['outputs.ServiceManagedResourcesSettingsResponse']]
def service_managed_resources_settings(self) -> pulumi.Output[Optional['outputs.ServiceManagedResourcesSettingsResponse']]: """ The service managed resource settings. """ return pulumi.get(self, "service_managed_resources_settings")
The service managed resource settings.
The service managed resource settings.
[ "The", "service", "managed", "resource", "settings", "." ]
def service_managed_resources_settings(self) -> pulumi.Output[Optional['outputs.ServiceManagedResourcesSettingsResponse']]: return pulumi.get(self, "service_managed_resources_settings")
[ "def", "service_managed_resources_settings", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ServiceManagedResourcesSettingsResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_managed_resources_setting...
The service managed resource settings.
[ "The", "service", "managed", "resource", "settings", "." ]
[ "\"\"\"\n The service managed resource settings.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1534f0443ad72da3046fb8168628b74fdcbdd1c1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blockchain/v20180601preview/get_transaction_node.py
[ "Apache-2.0" ]
Python
firewall_rules
Optional[Sequence['outputs.FirewallRuleResponse']]
def firewall_rules(self) -> Optional[Sequence['outputs.FirewallRuleResponse']]: """ Gets or sets the firewall rules. """ return pulumi.get(self, "firewall_rules")
Gets or sets the firewall rules.
Gets or sets the firewall rules.
[ "Gets", "or", "sets", "the", "firewall", "rules", "." ]
def firewall_rules(self) -> Optional[Sequence['outputs.FirewallRuleResponse']]: return pulumi.get(self, "firewall_rules")
[ "def", "firewall_rules", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.FirewallRuleResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"firewall_rules\"", ")" ]
Gets or sets the firewall rules.
[ "Gets", "or", "sets", "the", "firewall", "rules", "." ]
[ "\"\"\"\n Gets or sets the firewall rules.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c844b89cfe97c8c2ef2365fa2fd32912fe3e3618
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/deploymentmanager/service.py
[ "Apache-2.0" ]
Python
target_location
pulumi.Output[str]
def target_location(self) -> pulumi.Output[str]: """ The Azure location to which the resources in the service belong to or should be deployed to. """ return pulumi.get(self, "target_location")
The Azure location to which the resources in the service belong to or should be deployed to.
The Azure location to which the resources in the service belong to or should be deployed to.
[ "The", "Azure", "location", "to", "which", "the", "resources", "in", "the", "service", "belong", "to", "or", "should", "be", "deployed", "to", "." ]
def target_location(self) -> pulumi.Output[str]: return pulumi.get(self, "target_location")
[ "def", "target_location", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"target_location\"", ")" ]
The Azure location to which the resources in the service belong to or should be deployed to.
[ "The", "Azure", "location", "to", "which", "the", "resources", "in", "the", "service", "belong", "to", "or", "should", "be", "deployed", "to", "." ]
[ "\"\"\"\n The Azure location to which the resources in the service belong to or should be deployed to.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }