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
c85390c3b361f073e859ec99fdc9659faef1b190
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/latest/get_device.py
[ "Apache-2.0" ]
Python
edge_profile
'outputs.EdgeProfileResponse'
def edge_profile(self) -> 'outputs.EdgeProfileResponse': """ The details of Edge Profile for this resource """ return pulumi.get(self, "edge_profile")
The details of Edge Profile for this resource
The details of Edge Profile for this resource
[ "The", "details", "of", "Edge", "Profile", "for", "this", "resource" ]
def edge_profile(self) -> 'outputs.EdgeProfileResponse': return pulumi.get(self, "edge_profile")
[ "def", "edge_profile", "(", "self", ")", "->", "'outputs.EdgeProfileResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"edge_profile\"", ")" ]
The details of Edge Profile for this resource
[ "The", "details", "of", "Edge", "Profile", "for", "this", "resource" ]
[ "\"\"\"\n The details of Edge Profile for this resource\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c85390c3b361f073e859ec99fdc9659faef1b190
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/latest/get_device.py
[ "Apache-2.0" ]
Python
model_description
str
def model_description(self) -> str: """ The description of the Data Box Edge/Gateway device model. """ return pulumi.get(self, "model_description")
The description of the Data Box Edge/Gateway device model.
The description of the Data Box Edge/Gateway device model.
[ "The", "description", "of", "the", "Data", "Box", "Edge", "/", "Gateway", "device", "model", "." ]
def model_description(self) -> str: return pulumi.get(self, "model_description")
[ "def", "model_description", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"model_description\"", ")" ]
The description of the Data Box Edge/Gateway device model.
[ "The", "description", "of", "the", "Data", "Box", "Edge", "/", "Gateway", "device", "model", "." ]
[ "\"\"\"\n The description of the Data Box Edge/Gateway device model.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8a3b2b3004f7380256c21fad23cf71cb75259343
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/v20140901/get_topic.py
[ "Apache-2.0" ]
Python
filtering_messages_before_publishing
Optional[bool]
def filtering_messages_before_publishing(self) -> 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) -> Optional[bool]: return pulumi.get(self, "filtering_messages_before_publishing")
[ "def", "filtering_messages_before_publishing", "(", "self", ")", "->", "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": [] }
4b997db6b3b67e3329f5ecead96fc768f3780785
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/latest/list_virtual_machine_applicable_schedules.py
[ "Apache-2.0" ]
Python
list_virtual_machine_applicable_schedules
AwaitableListVirtualMachineApplicableSchedulesResult
def list_virtual_machine_applicable_schedules(lab_name: Optional[str] = None, name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptio...
Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level. Latest API Version: 2018-09-15. :param str lab_name: The name of the lab. :param str name: The name of the virtual machine. :param str resource_group_name: The name of the resource group.
Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level.
[ "Schedules", "applicable", "to", "a", "virtual", "machine", ".", "The", "schedules", "may", "have", "been", "defined", "on", "a", "VM", "or", "on", "lab", "level", "." ]
def list_virtual_machine_applicable_schedules(lab_name: Optional[str] = None, name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptio...
[ "def", "list_virtual_machine_applicable_schedules", "(", "lab_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", ...
Schedules applicable to a virtual machine.
[ "Schedules", "applicable", "to", "a", "virtual", "machine", "." ]
[ "\"\"\"\n Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level.\n Latest API Version: 2018-09-15.\n\n\n :param str lab_name: The name of the lab.\n :param str name: The name of the virtual machine.\n :param str resource_group_name: The name of the res...
[ { "param": "lab_name", "type": "Optional[str]" }, { "param": "name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "lab_name", "type": "Optional[str]", "docstring": "The name of the lab.", "docstring_tokens": [ "The", "name", "of", "the", "lab", "." ], "default": null, "is_op...
77bb370a41d2e2c2bf2d043b9a6613f1a8ee5977
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/list_ea_subscription_list_migration_date_post.py
[ "Apache-2.0" ]
Python
list_ea_subscription_list_migration_date_post
AwaitableListEASubscriptionListMigrationDatePostResult
def list_ea_subscription_list_migration_date_post(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListEASubscriptionListMigrationDatePostResult: """ Subscription migrate date information properties API Version: 2017-10-01. """ __args__ = dict() if opts is None: opts = pulumi.Inv...
Subscription migrate date information properties API Version: 2017-10-01.
Subscription migrate date information properties API Version: 2017-10-01.
[ "Subscription", "migrate", "date", "information", "properties", "API", "Version", ":", "2017", "-", "10", "-", "01", "." ]
def list_ea_subscription_list_migration_date_post(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListEASubscriptionListMigrationDatePostResult: __args__ = dict() if opts is None: opts = pulumi.InvokeOptions() if opts.version is None: opts.version = _utilities.get_version() __re...
[ "def", "list_ea_subscription_list_migration_date_post", "(", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "=", "None", ")", "->", "AwaitableListEASubscriptionListMigrationDatePostResult", ":", "__args__", "=", "dict", "(", ")", "if", "opts", "is"...
Subscription migrate date information properties API Version: 2017-10-01.
[ "Subscription", "migrate", "date", "information", "properties", "API", "Version", ":", "2017", "-", "10", "-", "01", "." ]
[ "\"\"\"\n Subscription migrate date information properties\n API Version: 2017-10-01.\n \"\"\"" ]
[ { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "opts", "type": "Optional[pulumi.InvokeOptions]", "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
77d7da6d2f6f75c3d19b439dba78cac78fecfa2c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/get_job_target_group.py
[ "Apache-2.0" ]
Python
members
Sequence['outputs.JobTargetResponse']
def members(self) -> Sequence['outputs.JobTargetResponse']: """ Members of the target group. """ return pulumi.get(self, "members")
Members of the target group.
Members of the target group.
[ "Members", "of", "the", "target", "group", "." ]
def members(self) -> Sequence['outputs.JobTargetResponse']: return pulumi.get(self, "members")
[ "def", "members", "(", "self", ")", "->", "Sequence", "[", "'outputs.JobTargetResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"members\"", ")" ]
Members of the target group.
[ "Members", "of", "the", "target", "group", "." ]
[ "\"\"\"\n Members of the target 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": [] }
7d3cd9ccf91c8f17ae461240d9d39d77a97ec8aa
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/latest/report_config_by_resource_group_name.py
[ "Apache-2.0" ]
Python
definition
pulumi.Output['outputs.ReportConfigDefinitionResponse']
def definition(self) -> pulumi.Output['outputs.ReportConfigDefinitionResponse']: """ Has definition for the report config. """ return pulumi.get(self, "definition")
Has definition for the report config.
Has definition for the report config.
[ "Has", "definition", "for", "the", "report", "config", "." ]
def definition(self) -> pulumi.Output['outputs.ReportConfigDefinitionResponse']: return pulumi.get(self, "definition")
[ "def", "definition", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.ReportConfigDefinitionResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"definition\"", ")" ]
Has definition for the report config.
[ "Has", "definition", "for", "the", "report", "config", "." ]
[ "\"\"\"\n Has definition for the report config.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7d3cd9ccf91c8f17ae461240d9d39d77a97ec8aa
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/latest/report_config_by_resource_group_name.py
[ "Apache-2.0" ]
Python
delivery_info
pulumi.Output['outputs.ReportConfigDeliveryInfoResponse']
def delivery_info(self) -> pulumi.Output['outputs.ReportConfigDeliveryInfoResponse']: """ Has delivery information for the report config. """ return pulumi.get(self, "delivery_info")
Has delivery information for the report config.
Has delivery information for the report config.
[ "Has", "delivery", "information", "for", "the", "report", "config", "." ]
def delivery_info(self) -> pulumi.Output['outputs.ReportConfigDeliveryInfoResponse']: return pulumi.get(self, "delivery_info")
[ "def", "delivery_info", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.ReportConfigDeliveryInfoResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"delivery_info\"", ")" ]
Has delivery information for the report config.
[ "Has", "delivery", "information", "for", "the", "report", "config", "." ]
[ "\"\"\"\n Has delivery information for the report config.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7d3cd9ccf91c8f17ae461240d9d39d77a97ec8aa
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/latest/report_config_by_resource_group_name.py
[ "Apache-2.0" ]
Python
schedule
pulumi.Output[Optional['outputs.ReportConfigScheduleResponse']]
def schedule(self) -> pulumi.Output[Optional['outputs.ReportConfigScheduleResponse']]: """ Has schedule information for the report config. """ return pulumi.get(self, "schedule")
Has schedule information for the report config.
Has schedule information for the report config.
[ "Has", "schedule", "information", "for", "the", "report", "config", "." ]
def schedule(self) -> pulumi.Output[Optional['outputs.ReportConfigScheduleResponse']]: return pulumi.get(self, "schedule")
[ "def", "schedule", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ReportConfigScheduleResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"schedule\"", ")" ]
Has schedule information for the report config.
[ "Has", "schedule", "information", "for", "the", "report", "config", "." ]
[ "\"\"\"\n Has schedule information for the report config.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
02603a6f177f71edf31c75ffb419915a09662d83
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/netapp/v20200801/backup_policy.py
[ "Apache-2.0" ]
Python
volume_backups
pulumi.Output[Optional[Sequence['outputs.VolumeBackupsResponse']]]
def volume_backups(self) -> pulumi.Output[Optional[Sequence['outputs.VolumeBackupsResponse']]]: """ A list of volumes assigned to this policy """ return pulumi.get(self, "volume_backups")
A list of volumes assigned to this policy
A list of volumes assigned to this policy
[ "A", "list", "of", "volumes", "assigned", "to", "this", "policy" ]
def volume_backups(self) -> pulumi.Output[Optional[Sequence['outputs.VolumeBackupsResponse']]]: return pulumi.get(self, "volume_backups")
[ "def", "volume_backups", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.VolumeBackupsResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"volume_backups\"", ")" ]
A list of volumes assigned to this policy
[ "A", "list", "of", "volumes", "assigned", "to", "this", "policy" ]
[ "\"\"\"\n A list of volumes assigned to this 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": [] }
554e36c208dfa78a2a845b51161e3665b04d717c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_auth_settings.py
[ "Apache-2.0" ]
Python
aad_claims_authorization
Optional[str]
def aad_claims_authorization(self) -> Optional[str]: """ Gets a JSON string containing the Azure AD Acl settings. """ return pulumi.get(self, "aad_claims_authorization")
Gets a JSON string containing the Azure AD Acl settings.
Gets a JSON string containing the Azure AD Acl settings.
[ "Gets", "a", "JSON", "string", "containing", "the", "Azure", "AD", "Acl", "settings", "." ]
def aad_claims_authorization(self) -> Optional[str]: return pulumi.get(self, "aad_claims_authorization")
[ "def", "aad_claims_authorization", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"aad_claims_authorization\"", ")" ]
Gets a JSON string containing the Azure AD Acl settings.
[ "Gets", "a", "JSON", "string", "containing", "the", "Azure", "AD", "Acl", "settings", "." ]
[ "\"\"\"\n Gets a JSON string containing the Azure AD Acl 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": [] }
554e36c208dfa78a2a845b51161e3665b04d717c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_auth_settings.py
[ "Apache-2.0" ]
Python
auth_file_path
Optional[str]
def auth_file_path(self) -> Optional[str]: """ The path of the config file containing auth settings. If the path is relative, base will the site's root directory. """ return pulumi.get(self, "auth_file_path")
The path of the config file containing auth settings. If the path is relative, base will the site's root directory.
The path of the config file containing auth settings. If the path is relative, base will the site's root directory.
[ "The", "path", "of", "the", "config", "file", "containing", "auth", "settings", ".", "If", "the", "path", "is", "relative", "base", "will", "the", "site", "'", "s", "root", "directory", "." ]
def auth_file_path(self) -> Optional[str]: return pulumi.get(self, "auth_file_path")
[ "def", "auth_file_path", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"auth_file_path\"", ")" ]
The path of the config file containing auth settings.
[ "The", "path", "of", "the", "config", "file", "containing", "auth", "settings", "." ]
[ "\"\"\"\n The path of the config file containing auth settings.\n If the path is relative, base will the site's root directory.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
554e36c208dfa78a2a845b51161e3665b04d717c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_auth_settings.py
[ "Apache-2.0" ]
Python
facebook_app_secret_setting_name
Optional[str]
def facebook_app_secret_setting_name(self) -> Optional[str]: """ The app setting name that contains the app secret used for Facebook Login. """ return pulumi.get(self, "facebook_app_secret_setting_name")
The app setting name that contains the app secret used for Facebook Login.
The app setting name that contains the app secret used for Facebook Login.
[ "The", "app", "setting", "name", "that", "contains", "the", "app", "secret", "used", "for", "Facebook", "Login", "." ]
def facebook_app_secret_setting_name(self) -> Optional[str]: return pulumi.get(self, "facebook_app_secret_setting_name")
[ "def", "facebook_app_secret_setting_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"facebook_app_secret_setting_name\"", ")" ]
The app setting name that contains the app secret used for Facebook Login.
[ "The", "app", "setting", "name", "that", "contains", "the", "app", "secret", "used", "for", "Facebook", "Login", "." ]
[ "\"\"\"\n The app setting name that contains the app secret used for Facebook Login.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
554e36c208dfa78a2a845b51161e3665b04d717c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_auth_settings.py
[ "Apache-2.0" ]
Python
git_hub_client_id
Optional[str]
def git_hub_client_id(self) -> Optional[str]: """ The Client Id of the GitHub app used for login. This setting is required for enabling Github login """ return pulumi.get(self, "git_hub_client_id")
The Client Id of the GitHub app used for login. This setting is required for enabling Github login
The Client Id of the GitHub app used for login. This setting is required for enabling Github login
[ "The", "Client", "Id", "of", "the", "GitHub", "app", "used", "for", "login", ".", "This", "setting", "is", "required", "for", "enabling", "Github", "login" ]
def git_hub_client_id(self) -> Optional[str]: return pulumi.get(self, "git_hub_client_id")
[ "def", "git_hub_client_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"git_hub_client_id\"", ")" ]
The Client Id of the GitHub app used for login.
[ "The", "Client", "Id", "of", "the", "GitHub", "app", "used", "for", "login", "." ]
[ "\"\"\"\n The Client Id of the GitHub app used for login.\n This setting is required for enabling Github login\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
554e36c208dfa78a2a845b51161e3665b04d717c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_auth_settings.py
[ "Apache-2.0" ]
Python
git_hub_client_secret
Optional[str]
def git_hub_client_secret(self) -> Optional[str]: """ The Client Secret of the GitHub app used for Github Login. This setting is required for enabling Github login. """ return pulumi.get(self, "git_hub_client_secret")
The Client Secret of the GitHub app used for Github Login. This setting is required for enabling Github login.
The Client Secret of the GitHub app used for Github Login. This setting is required for enabling Github login.
[ "The", "Client", "Secret", "of", "the", "GitHub", "app", "used", "for", "Github", "Login", ".", "This", "setting", "is", "required", "for", "enabling", "Github", "login", "." ]
def git_hub_client_secret(self) -> Optional[str]: return pulumi.get(self, "git_hub_client_secret")
[ "def", "git_hub_client_secret", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"git_hub_client_secret\"", ")" ]
The Client Secret of the GitHub app used for Github Login.
[ "The", "Client", "Secret", "of", "the", "GitHub", "app", "used", "for", "Github", "Login", "." ]
[ "\"\"\"\n The Client Secret of the GitHub app used for Github Login.\n This setting is required for enabling Github login.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
554e36c208dfa78a2a845b51161e3665b04d717c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_auth_settings.py
[ "Apache-2.0" ]
Python
git_hub_client_secret_setting_name
Optional[str]
def git_hub_client_secret_setting_name(self) -> Optional[str]: """ The app setting name that contains the client secret of the Github app used for GitHub Login. """ return pulumi.get(self, "git_hub_client_secret_setting_name")
The app setting name that contains the client secret of the Github app used for GitHub Login.
The app setting name that contains the client secret of the Github app used for GitHub Login.
[ "The", "app", "setting", "name", "that", "contains", "the", "client", "secret", "of", "the", "Github", "app", "used", "for", "GitHub", "Login", "." ]
def git_hub_client_secret_setting_name(self) -> Optional[str]: return pulumi.get(self, "git_hub_client_secret_setting_name")
[ "def", "git_hub_client_secret_setting_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"git_hub_client_secret_setting_name\"", ")" ]
The app setting name that contains the client secret of the Github app used for GitHub Login.
[ "The", "app", "setting", "name", "that", "contains", "the", "client", "secret", "of", "the", "Github", "app", "used", "for", "GitHub", "Login", "." ]
[ "\"\"\"\n The app setting name that contains the client secret of the Github\n app used for GitHub Login.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
554e36c208dfa78a2a845b51161e3665b04d717c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_auth_settings.py
[ "Apache-2.0" ]
Python
git_hub_o_auth_scopes
Optional[Sequence[str]]
def git_hub_o_auth_scopes(self) -> Optional[Sequence[str]]: """ The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication. This setting is optional """ return pulumi.get(self, "git_hub_o_auth_scopes")
The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication. This setting is optional
The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication. This setting is optional
[ "The", "OAuth", "2", ".", "0", "scopes", "that", "will", "be", "requested", "as", "part", "of", "GitHub", "Login", "authentication", ".", "This", "setting", "is", "optional" ]
def git_hub_o_auth_scopes(self) -> Optional[Sequence[str]]: return pulumi.get(self, "git_hub_o_auth_scopes")
[ "def", "git_hub_o_auth_scopes", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"git_hub_o_auth_scopes\"", ")" ]
The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.
[ "The", "OAuth", "2", ".", "0", "scopes", "that", "will", "be", "requested", "as", "part", "of", "GitHub", "Login", "authentication", "." ]
[ "\"\"\"\n The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication.\n This setting is optional\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
554e36c208dfa78a2a845b51161e3665b04d717c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_auth_settings.py
[ "Apache-2.0" ]
Python
google_client_secret_setting_name
Optional[str]
def google_client_secret_setting_name(self) -> Optional[str]: """ The app setting name that contains the client secret associated with the Google web application. """ return pulumi.get(self, "google_client_secret_setting_name")
The app setting name that contains the client secret associated with the Google web application.
The app setting name that contains the client secret associated with the Google web application.
[ "The", "app", "setting", "name", "that", "contains", "the", "client", "secret", "associated", "with", "the", "Google", "web", "application", "." ]
def google_client_secret_setting_name(self) -> Optional[str]: return pulumi.get(self, "google_client_secret_setting_name")
[ "def", "google_client_secret_setting_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"google_client_secret_setting_name\"", ")" ]
The app setting name that contains the client secret associated with the Google web application.
[ "The", "app", "setting", "name", "that", "contains", "the", "client", "secret", "associated", "with", "the", "Google", "web", "application", "." ]
[ "\"\"\"\n The app setting name that contains the client secret associated with \n the Google web application.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
554e36c208dfa78a2a845b51161e3665b04d717c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_auth_settings.py
[ "Apache-2.0" ]
Python
is_auth_from_file
Optional[str]
def is_auth_from_file(self) -> Optional[str]: """ "true" if the auth config settings should be read from a file, "false" otherwise """ return pulumi.get(self, "is_auth_from_file")
"true" if the auth config settings should be read from a file, "false" otherwise
"true" if the auth config settings should be read from a file, "false" otherwise
[ "\"", "true", "\"", "if", "the", "auth", "config", "settings", "should", "be", "read", "from", "a", "file", "\"", "false", "\"", "otherwise" ]
def is_auth_from_file(self) -> Optional[str]: return pulumi.get(self, "is_auth_from_file")
[ "def", "is_auth_from_file", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_auth_from_file\"", ")" ]
"true" if the auth config settings should be read from a file, "false" otherwise
[ "\"", "true", "\"", "if", "the", "auth", "config", "settings", "should", "be", "read", "from", "a", "file", "\"", "false", "\"", "otherwise" ]
[ "\"\"\"\n \"true\" if the auth config settings should be read from a file,\n \"false\" otherwise\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
554e36c208dfa78a2a845b51161e3665b04d717c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_auth_settings.py
[ "Apache-2.0" ]
Python
microsoft_account_client_secret_setting_name
Optional[str]
def microsoft_account_client_secret_setting_name(self) -> Optional[str]: """ The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication. """ return pulumi.get(self, "microsoft_account_client_secret_setting_name")
The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
[ "The", "app", "setting", "name", "containing", "the", "OAuth", "2", ".", "0", "client", "secret", "that", "was", "created", "for", "the", "app", "used", "for", "authentication", "." ]
def microsoft_account_client_secret_setting_name(self) -> Optional[str]: return pulumi.get(self, "microsoft_account_client_secret_setting_name")
[ "def", "microsoft_account_client_secret_setting_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"microsoft_account_client_secret_setting_name\"", ")" ]
The app setting name containing the OAuth 2.0 client secret that was created for the app used for authentication.
[ "The", "app", "setting", "name", "containing", "the", "OAuth", "2", ".", "0", "client", "secret", "that", "was", "created", "for", "the", "app", "used", "for", "authentication", "." ]
[ "\"\"\"\n The app setting name containing the OAuth 2.0 client secret that was created for the\n app used for authentication.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
554e36c208dfa78a2a845b51161e3665b04d717c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_auth_settings.py
[ "Apache-2.0" ]
Python
twitter_consumer_secret_setting_name
Optional[str]
def twitter_consumer_secret_setting_name(self) -> Optional[str]: """ The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in. """ return pulumi.get(self, "twitter_consumer_secret_setting_name")
The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.
The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.
[ "The", "app", "setting", "name", "that", "contains", "the", "OAuth", "1", ".", "0a", "consumer", "secret", "of", "the", "Twitter", "application", "used", "for", "sign", "-", "in", "." ]
def twitter_consumer_secret_setting_name(self) -> Optional[str]: return pulumi.get(self, "twitter_consumer_secret_setting_name")
[ "def", "twitter_consumer_secret_setting_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"twitter_consumer_secret_setting_name\"", ")" ]
The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.
[ "The", "app", "setting", "name", "that", "contains", "the", "OAuth", "1", ".", "0a", "consumer", "secret", "of", "the", "Twitter", "application", "used", "for", "sign", "-", "in", "." ]
[ "\"\"\"\n The app setting name that contains the OAuth 1.0a consumer secret of the Twitter\n application used for sign-in.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
554e36c208dfa78a2a845b51161e3665b04d717c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_auth_settings.py
[ "Apache-2.0" ]
Python
list_web_app_auth_settings
AwaitableListWebAppAuthSettingsResult
def list_web_app_auth_settings(name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebAppAuthSettingsResult: """ Configuration settings for the Azure App Service Authenti...
Configuration settings for the Azure App Service Authentication / Authorization feature. API Version: 2020-10-01. :param str name: Name of the app. :param str resource_group_name: Name of the resource group to which the resource belongs.
Configuration settings for the Azure App Service Authentication / Authorization feature.
[ "Configuration", "settings", "for", "the", "Azure", "App", "Service", "Authentication", "/", "Authorization", "feature", "." ]
def list_web_app_auth_settings(name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebAppAuthSettingsResult: __args__ = dict() __args__['name'] = name __args__['resou...
[ "def", "list_web_app_auth_settings", "(", "name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "=", "None",...
Configuration settings for the Azure App Service Authentication / Authorization feature.
[ "Configuration", "settings", "for", "the", "Azure", "App", "Service", "Authentication", "/", "Authorization", "feature", "." ]
[ "\"\"\"\n Configuration settings for the Azure App Service Authentication / Authorization feature.\n API Version: 2020-10-01.\n\n\n :param str name: Name of the app.\n :param str resource_group_name: Name of the resource group to which the resource belongs.\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 the app.", "docstring_tokens": [ "Name", "of", "the", "app", "." ], "default": null, "is_optional": false }, ...
279d7e901e48b82c4491226379242b01522a1c94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/export_configuration.py
[ "Apache-2.0" ]
Python
destination_account_id
pulumi.Output[str]
def destination_account_id(self) -> pulumi.Output[str]: """ The name of destination account. """ return pulumi.get(self, "destination_account_id")
The name of destination account.
The name of destination account.
[ "The", "name", "of", "destination", "account", "." ]
def destination_account_id(self) -> pulumi.Output[str]: return pulumi.get(self, "destination_account_id")
[ "def", "destination_account_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destination_account_id\"", ")" ]
The name of destination account.
[ "The", "name", "of", "destination", "account", "." ]
[ "\"\"\"\n The name of destination 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": [] }
279d7e901e48b82c4491226379242b01522a1c94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/export_configuration.py
[ "Apache-2.0" ]
Python
destination_storage_location_id
pulumi.Output[str]
def destination_storage_location_id(self) -> pulumi.Output[str]: """ The destination account location ID. """ return pulumi.get(self, "destination_storage_location_id")
The destination account location ID.
The destination account location ID.
[ "The", "destination", "account", "location", "ID", "." ]
def destination_storage_location_id(self) -> pulumi.Output[str]: return pulumi.get(self, "destination_storage_location_id")
[ "def", "destination_storage_location_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destination_storage_location_id\"", ")" ]
The destination account location ID.
[ "The", "destination", "account", "location", "ID", "." ]
[ "\"\"\"\n The destination account location ID.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
279d7e901e48b82c4491226379242b01522a1c94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/export_configuration.py
[ "Apache-2.0" ]
Python
destination_storage_subscription_id
pulumi.Output[str]
def destination_storage_subscription_id(self) -> pulumi.Output[str]: """ The destination storage account subscription ID. """ return pulumi.get(self, "destination_storage_subscription_id")
The destination storage account subscription ID.
The destination storage account subscription ID.
[ "The", "destination", "storage", "account", "subscription", "ID", "." ]
def destination_storage_subscription_id(self) -> pulumi.Output[str]: return pulumi.get(self, "destination_storage_subscription_id")
[ "def", "destination_storage_subscription_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destination_storage_subscription_id\"", ")" ]
The destination storage account subscription ID.
[ "The", "destination", "storage", "account", "subscription", "ID", "." ]
[ "\"\"\"\n The destination storage account subscription ID.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
279d7e901e48b82c4491226379242b01522a1c94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/export_configuration.py
[ "Apache-2.0" ]
Python
export_id
pulumi.Output[str]
def export_id(self) -> pulumi.Output[str]: """ The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created. """ return pulumi.get(self, "export_id")
The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
[ "The", "unique", "ID", "of", "the", "export", "configuration", "inside", "an", "Application", "Insights", "component", ".", "It", "is", "auto", "generated", "when", "the", "Continuous", "Export", "configuration", "is", "created", "." ]
def export_id(self) -> pulumi.Output[str]: return pulumi.get(self, "export_id")
[ "def", "export_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"export_id\"", ")" ]
The unique ID of the export configuration inside an Application Insights component.
[ "The", "unique", "ID", "of", "the", "export", "configuration", "inside", "an", "Application", "Insights", "component", "." ]
[ "\"\"\"\n The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is 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": [] }
279d7e901e48b82c4491226379242b01522a1c94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/export_configuration.py
[ "Apache-2.0" ]
Python
export_status
pulumi.Output[str]
def export_status(self) -> pulumi.Output[str]: """ This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'. """ return pulumi.get(self, "export_status")
This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
This indicates current Continuous Export configuration status.
[ "This", "indicates", "current", "Continuous", "Export", "configuration", "status", "." ]
def export_status(self) -> pulumi.Output[str]: return pulumi.get(self, "export_status")
[ "def", "export_status", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"export_status\"", ")" ]
This indicates current Continuous Export configuration status.
[ "This", "indicates", "current", "Continuous", "Export", "configuration", "status", "." ]
[ "\"\"\"\n This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
279d7e901e48b82c4491226379242b01522a1c94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/export_configuration.py
[ "Apache-2.0" ]
Python
is_user_enabled
pulumi.Output[str]
def is_user_enabled(self) -> pulumi.Output[str]: """ This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'. """ return pulumi.get(self, "is_user_enabled")
This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
[ "This", "will", "be", "'", "true", "'", "if", "the", "Continuous", "Export", "configuration", "is", "enabled", "otherwise", "it", "will", "be", "'", "false", "'", "." ]
def is_user_enabled(self) -> pulumi.Output[str]: return pulumi.get(self, "is_user_enabled")
[ "def", "is_user_enabled", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_user_enabled\"", ")" ]
This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
[ "This", "will", "be", "'", "true", "'", "if", "the", "Continuous", "Export", "configuration", "is", "enabled", "otherwise", "it", "will", "be", "'", "false", "'", "." ]
[ "\"\"\"\n This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
279d7e901e48b82c4491226379242b01522a1c94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/export_configuration.py
[ "Apache-2.0" ]
Python
last_gap_time
pulumi.Output[str]
def last_gap_time(self) -> pulumi.Output[str]: """ The last time the Continuous Export configuration started failing. """ return pulumi.get(self, "last_gap_time")
The last time the Continuous Export configuration started failing.
The last time the Continuous Export configuration started failing.
[ "The", "last", "time", "the", "Continuous", "Export", "configuration", "started", "failing", "." ]
def last_gap_time(self) -> pulumi.Output[str]: return pulumi.get(self, "last_gap_time")
[ "def", "last_gap_time", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_gap_time\"", ")" ]
The last time the Continuous Export configuration started failing.
[ "The", "last", "time", "the", "Continuous", "Export", "configuration", "started", "failing", "." ]
[ "\"\"\"\n The last time the Continuous Export configuration started failing.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
279d7e901e48b82c4491226379242b01522a1c94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/export_configuration.py
[ "Apache-2.0" ]
Python
last_success_time
pulumi.Output[str]
def last_success_time(self) -> pulumi.Output[str]: """ The last time data was successfully delivered to the destination storage container for this Continuous Export configuration. """ return pulumi.get(self, "last_success_time")
The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
[ "The", "last", "time", "data", "was", "successfully", "delivered", "to", "the", "destination", "storage", "container", "for", "this", "Continuous", "Export", "configuration", "." ]
def last_success_time(self) -> pulumi.Output[str]: return pulumi.get(self, "last_success_time")
[ "def", "last_success_time", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_success_time\"", ")" ]
The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
[ "The", "last", "time", "data", "was", "successfully", "delivered", "to", "the", "destination", "storage", "container", "for", "this", "Continuous", "Export", "configuration", "." ]
[ "\"\"\"\n The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
279d7e901e48b82c4491226379242b01522a1c94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/export_configuration.py
[ "Apache-2.0" ]
Python
last_user_update
pulumi.Output[str]
def last_user_update(self) -> pulumi.Output[str]: """ Last time the Continuous Export configuration was updated. """ return pulumi.get(self, "last_user_update")
Last time the Continuous Export configuration was updated.
Last time the Continuous Export configuration was updated.
[ "Last", "time", "the", "Continuous", "Export", "configuration", "was", "updated", "." ]
def last_user_update(self) -> pulumi.Output[str]: return pulumi.get(self, "last_user_update")
[ "def", "last_user_update", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_user_update\"", ")" ]
Last time the Continuous Export configuration was updated.
[ "Last", "time", "the", "Continuous", "Export", "configuration", "was", "updated", "." ]
[ "\"\"\"\n Last time the Continuous Export configuration was updated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
279d7e901e48b82c4491226379242b01522a1c94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/export_configuration.py
[ "Apache-2.0" ]
Python
permanent_error_reason
pulumi.Output[str]
def permanent_error_reason(self) -> pulumi.Output[str]: """ This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'. """ return pulumi.get(self, "permanent_error_reason")
This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
This is the reason the Continuous Export configuration started failing.
[ "This", "is", "the", "reason", "the", "Continuous", "Export", "configuration", "started", "failing", "." ]
def permanent_error_reason(self) -> pulumi.Output[str]: return pulumi.get(self, "permanent_error_reason")
[ "def", "permanent_error_reason", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"permanent_error_reason\"", ")" ]
This is the reason the Continuous Export configuration started failing.
[ "This", "is", "the", "reason", "the", "Continuous", "Export", "configuration", "started", "failing", "." ]
[ "\"\"\"\n This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
279d7e901e48b82c4491226379242b01522a1c94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/export_configuration.py
[ "Apache-2.0" ]
Python
record_types
pulumi.Output[Optional[str]]
def record_types(self) -> pulumi.Output[Optional[str]]: """ This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'. "...
This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.
This comma separated list of document types that will be exported.
[ "This", "comma", "separated", "list", "of", "document", "types", "that", "will", "be", "exported", "." ]
def record_types(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "record_types")
[ "def", "record_types", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"record_types\"", ")" ]
This comma separated list of document types that will be exported.
[ "This", "comma", "separated", "list", "of", "document", "types", "that", "will", "be", "exported", "." ]
[ "\"\"\"\n This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
279d7e901e48b82c4491226379242b01522a1c94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/export_configuration.py
[ "Apache-2.0" ]
Python
storage_name
pulumi.Output[str]
def storage_name(self) -> pulumi.Output[str]: """ The name of the destination storage account. """ return pulumi.get(self, "storage_name")
The name of the destination storage account.
The name of the destination storage account.
[ "The", "name", "of", "the", "destination", "storage", "account", "." ]
def storage_name(self) -> pulumi.Output[str]: return pulumi.get(self, "storage_name")
[ "def", "storage_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_name\"", ")" ]
The name of the destination storage account.
[ "The", "name", "of", "the", "destination", "storage", "account", "." ]
[ "\"\"\"\n The name of the destination storage 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": [] }
27ad4d6422cecb21b94eaf2620b71b651a07a565
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20180901/get_virtual_network_link.py
[ "Apache-2.0" ]
Python
virtual_network_link_state
str
def virtual_network_link_state(self) -> str: """ The status of the virtual network link to the Private DNS zone. Possible values are 'InProgress' and 'Done'. This is a read-only property and any attempt to set this value will be ignored. """ return pulumi.get(self, "virtual_network_link_...
The status of the virtual network link to the Private DNS zone. Possible values are 'InProgress' and 'Done'. This is a read-only property and any attempt to set this value will be ignored.
The status of the virtual network link to the Private DNS zone. Possible values are 'InProgress' and 'Done'. This is a read-only property and any attempt to set this value will be ignored.
[ "The", "status", "of", "the", "virtual", "network", "link", "to", "the", "Private", "DNS", "zone", ".", "Possible", "values", "are", "'", "InProgress", "'", "and", "'", "Done", "'", ".", "This", "is", "a", "read", "-", "only", "property", "and", "any",...
def virtual_network_link_state(self) -> str: return pulumi.get(self, "virtual_network_link_state")
[ "def", "virtual_network_link_state", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"virtual_network_link_state\"", ")" ]
The status of the virtual network link to the Private DNS zone.
[ "The", "status", "of", "the", "virtual", "network", "link", "to", "the", "Private", "DNS", "zone", "." ]
[ "\"\"\"\n The status of the virtual network link to the Private DNS zone. Possible values are 'InProgress' and 'Done'. This is a read-only property and any attempt to set this value will be 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": [] }
27c9b72d34801a4cc8448422107ffa17b3cb49c6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20190601/virtual_wan.py
[ "Apache-2.0" ]
Python
p2_s_vpn_server_configurations
pulumi.Output[Optional[Sequence['outputs.P2SVpnServerConfigurationResponse']]]
def p2_s_vpn_server_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.P2SVpnServerConfigurationResponse']]]: """ List of all P2SVpnServerConfigurations associated with the virtual wan. """ return pulumi.get(self, "p2_s_vpn_server_configurations")
List of all P2SVpnServerConfigurations associated with the virtual wan.
List of all P2SVpnServerConfigurations associated with the virtual wan.
[ "List", "of", "all", "P2SVpnServerConfigurations", "associated", "with", "the", "virtual", "wan", "." ]
def p2_s_vpn_server_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.P2SVpnServerConfigurationResponse']]]: return pulumi.get(self, "p2_s_vpn_server_configurations")
[ "def", "p2_s_vpn_server_configurations", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.P2SVpnServerConfigurationResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"p2_s_vpn_server...
List of all P2SVpnServerConfigurations associated with the virtual wan.
[ "List", "of", "all", "P2SVpnServerConfigurations", "associated", "with", "the", "virtual", "wan", "." ]
[ "\"\"\"\n List of all P2SVpnServerConfigurations associated with the virtual wan.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
05dbad2c38aae595045aa28f9d0f278e21f54831
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/v20200601preview/get_sql_resource_sql_role_definition.py
[ "Apache-2.0" ]
Python
assignable_scopes
Optional[Sequence[str]]
def assignable_scopes(self) -> Optional[Sequence[str]]: """ A set of fully qualified Scopes at or below which Role Assignments may be created using this Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Must have ...
A set of fully qualified Scopes at or below which Role Assignments may be created using this Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Must have at least one element. Scopes higher than Database account are not e...
A set of fully qualified Scopes at or below which Role Assignments may be created using this Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Must have at least one element. Scopes higher than Database account are not enforceabl...
[ "A", "set", "of", "fully", "qualified", "Scopes", "at", "or", "below", "which", "Role", "Assignments", "may", "be", "created", "using", "this", "Role", "Definition", ".", "This", "will", "allow", "application", "of", "this", "Role", "Definition", "on", "the"...
def assignable_scopes(self) -> Optional[Sequence[str]]: return pulumi.get(self, "assignable_scopes")
[ "def", "assignable_scopes", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"assignable_scopes\"", ")" ]
A set of fully qualified Scopes at or below which Role Assignments may be created using this Role Definition.
[ "A", "set", "of", "fully", "qualified", "Scopes", "at", "or", "below", "which", "Role", "Assignments", "may", "be", "created", "using", "this", "Role", "Definition", "." ]
[ "\"\"\"\n A set of fully qualified Scopes at or below which Role Assignments may be created using this Role Definition. This will allow application of this Role Definition on the entire database account or any underlying Database / Collection. Must have at least one element. Scopes higher than Database accou...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
05dbad2c38aae595045aa28f9d0f278e21f54831
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/v20200601preview/get_sql_resource_sql_role_definition.py
[ "Apache-2.0" ]
Python
permissions
Optional[Sequence['outputs.PermissionResponse']]
def permissions(self) -> Optional[Sequence['outputs.PermissionResponse']]: """ The set of operations allowed through this Role Definition. """ return pulumi.get(self, "permissions")
The set of operations allowed through this Role Definition.
The set of operations allowed through this Role Definition.
[ "The", "set", "of", "operations", "allowed", "through", "this", "Role", "Definition", "." ]
def permissions(self) -> Optional[Sequence['outputs.PermissionResponse']]: return pulumi.get(self, "permissions")
[ "def", "permissions", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.PermissionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"permissions\"", ")" ]
The set of operations allowed through this Role Definition.
[ "The", "set", "of", "operations", "allowed", "through", "this", "Role", "Definition", "." ]
[ "\"\"\"\n The set of operations allowed through this Role Definition.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
04e7c0682a8ab5deda41b9aa2609622d8bf3a733
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20150501/workbook.py
[ "Apache-2.0" ]
Python
shared_type_kind
pulumi.Output[str]
def shared_type_kind(self) -> pulumi.Output[str]: """ Enum indicating if this workbook definition is owned by a specific user or is shared between all users with access to the Application Insights component. """ return pulumi.get(self, "shared_type_kind")
Enum indicating if this workbook definition is owned by a specific user or is shared between all users with access to the Application Insights component.
Enum indicating if this workbook definition is owned by a specific user or is shared between all users with access to the Application Insights component.
[ "Enum", "indicating", "if", "this", "workbook", "definition", "is", "owned", "by", "a", "specific", "user", "or", "is", "shared", "between", "all", "users", "with", "access", "to", "the", "Application", "Insights", "component", "." ]
def shared_type_kind(self) -> pulumi.Output[str]: return pulumi.get(self, "shared_type_kind")
[ "def", "shared_type_kind", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"shared_type_kind\"", ")" ]
Enum indicating if this workbook definition is owned by a specific user or is shared between all users with access to the Application Insights component.
[ "Enum", "indicating", "if", "this", "workbook", "definition", "is", "owned", "by", "a", "specific", "user", "or", "is", "shared", "between", "all", "users", "with", "access", "to", "the", "Application", "Insights", "component", "." ]
[ "\"\"\"\n Enum indicating if this workbook definition is owned by a specific user or is shared between all users with access to the Application Insights component.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
04e7c0682a8ab5deda41b9aa2609622d8bf3a733
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20150501/workbook.py
[ "Apache-2.0" ]
Python
source_resource_id
pulumi.Output[Optional[str]]
def source_resource_id(self) -> pulumi.Output[Optional[str]]: """ Optional resourceId for a source resource. """ return pulumi.get(self, "source_resource_id")
Optional resourceId for a source resource.
Optional resourceId for a source resource.
[ "Optional", "resourceId", "for", "a", "source", "resource", "." ]
def source_resource_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "source_resource_id")
[ "def", "source_resource_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_resource_id\"", ")" ]
Optional resourceId for a source resource.
[ "Optional", "resourceId", "for", "a", "source", "resource", "." ]
[ "\"\"\"\n Optional resourceId for a source 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": [] }
04e7c0682a8ab5deda41b9aa2609622d8bf3a733
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/v20150501/workbook.py
[ "Apache-2.0" ]
Python
workbook_id
pulumi.Output[str]
def workbook_id(self) -> pulumi.Output[str]: """ Internally assigned unique id of the workbook definition. """ return pulumi.get(self, "workbook_id")
Internally assigned unique id of the workbook definition.
Internally assigned unique id of the workbook definition.
[ "Internally", "assigned", "unique", "id", "of", "the", "workbook", "definition", "." ]
def workbook_id(self) -> pulumi.Output[str]: return pulumi.get(self, "workbook_id")
[ "def", "workbook_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"workbook_id\"", ")" ]
Internally assigned unique id of the workbook definition.
[ "Internally", "assigned", "unique", "id", "of", "the", "workbook", "definition", "." ]
[ "\"\"\"\n Internally assigned unique id of the workbook definition.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b4fea143f4808001c4c6b7c64b43f21dabfade67
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devops/get_pipeline.py
[ "Apache-2.0" ]
Python
pipeline_type
str
def pipeline_type(self) -> str: """ Specifies which CI/CD provider to use. Valid options are 'azurePipeline', 'githubWorkflow'. """ return pulumi.get(self, "pipeline_type")
Specifies which CI/CD provider to use. Valid options are 'azurePipeline', 'githubWorkflow'.
Specifies which CI/CD provider to use. Valid options are 'azurePipeline', 'githubWorkflow'.
[ "Specifies", "which", "CI", "/", "CD", "provider", "to", "use", ".", "Valid", "options", "are", "'", "azurePipeline", "'", "'", "githubWorkflow", "'", "." ]
def pipeline_type(self) -> str: return pulumi.get(self, "pipeline_type")
[ "def", "pipeline_type", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"pipeline_type\"", ")" ]
Specifies which CI/CD provider to use.
[ "Specifies", "which", "CI", "/", "CD", "provider", "to", "use", "." ]
[ "\"\"\"\n Specifies which CI/CD provider to use. Valid options are 'azurePipeline', 'githubWorkflow'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ec2f776c083f24b4038722989f32135956825ad4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20201001/list_web_app_auth_settings_slot.py
[ "Apache-2.0" ]
Python
list_web_app_auth_settings_slot
AwaitableListWebAppAuthSettingsSlotResult
def list_web_app_auth_settings_slot(name: Optional[str] = None, resource_group_name: Optional[str] = None, slot: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebAppAuthSettin...
Configuration settings for the Azure App Service Authentication / Authorization feature. :param str name: Name of the app. :param str resource_group_name: Name of the resource group to which the resource belongs. :param str slot: Name of the deployment slot. If a slot is not specified, the API will g...
Configuration settings for the Azure App Service Authentication / Authorization feature.
[ "Configuration", "settings", "for", "the", "Azure", "App", "Service", "Authentication", "/", "Authorization", "feature", "." ]
def list_web_app_auth_settings_slot(name: Optional[str] = None, resource_group_name: Optional[str] = None, slot: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebAppAuthSettin...
[ "def", "list_web_app_auth_settings_slot", "(", "name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "slot", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":",...
Configuration settings for the Azure App Service Authentication / Authorization feature.
[ "Configuration", "settings", "for", "the", "Azure", "App", "Service", "Authentication", "/", "Authorization", "feature", "." ]
[ "\"\"\"\n Configuration settings for the Azure App Service Authentication / Authorization feature.\n\n\n :param str name: Name of the app.\n :param str resource_group_name: Name of the resource group to which the resource belongs.\n :param str slot: Name of the deployment slot. If a slot is not specifie...
[ { "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 the app.", "docstring_tokens": [ "Name", "of", "the", "app", "." ], "default": null, "is_optional": false }, ...
78ab0a0ec4de03a6203caa9d99cac7b67c5c2ffc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/edgeorder/v20201201preview/order_by_name.py
[ "Apache-2.0" ]
Python
order_collection_id
pulumi.Output[str]
def order_collection_id(self) -> pulumi.Output[str]: """ Id of the order collection to which order belongs to """ return pulumi.get(self, "order_collection_id")
Id of the order collection to which order belongs to
Id of the order collection to which order belongs to
[ "Id", "of", "the", "order", "collection", "to", "which", "order", "belongs", "to" ]
def order_collection_id(self) -> pulumi.Output[str]: return pulumi.get(self, "order_collection_id")
[ "def", "order_collection_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"order_collection_id\"", ")" ]
Id of the order collection to which order belongs to
[ "Id", "of", "the", "order", "collection", "to", "which", "order", "belongs", "to" ]
[ "\"\"\"\n Id of the order collection to which order belongs to\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
78acf33bf94d82a53586e03ec91489972d38599a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/get_rule.py
[ "Apache-2.0" ]
Python
action
Optional['outputs.ActionResponse']
def action(self) -> Optional['outputs.ActionResponse']: """ Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression. """ return pulumi.get(self, "action")
Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
[ "Represents", "the", "filter", "actions", "which", "are", "allowed", "for", "the", "transformation", "of", "a", "message", "that", "have", "been", "matched", "by", "a", "filter", "expression", "." ]
def action(self) -> Optional['outputs.ActionResponse']: return pulumi.get(self, "action")
[ "def", "action", "(", "self", ")", "->", "Optional", "[", "'outputs.ActionResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"action\"", ")" ]
Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
[ "Represents", "the", "filter", "actions", "which", "are", "allowed", "for", "the", "transformation", "of", "a", "message", "that", "have", "been", "matched", "by", "a", "filter", "expression", "." ]
[ "\"\"\"\n Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
28ec0ccabb8455906253167dbf787cbe3627799c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/notificationhubs/list_namespace_keys.py
[ "Apache-2.0" ]
Python
list_namespace_keys
AwaitableListNamespaceKeysResult
def list_namespace_keys(authorization_rule_name: Optional[str] = None, namespace_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListNamespaceKeysResult: """ Th...
The response of the List Namespace operation. API Version: 2017-04-01. :param str authorization_rule_name: The connection string of the namespace for the specified authorizationRule. :param str namespace_name: The namespace name. :param str resource_group_name: The name of the resource group. ...
The response of the List Namespace operation.
[ "The", "response", "of", "the", "List", "Namespace", "operation", "." ]
def list_namespace_keys(authorization_rule_name: Optional[str] = None, namespace_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListNamespaceKeysResult: __args__ =...
[ "def", "list_namespace_keys", "(", "authorization_rule_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "namespace_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",",...
The response of the List Namespace operation.
[ "The", "response", "of", "the", "List", "Namespace", "operation", "." ]
[ "\"\"\"\n The response of the List Namespace operation.\n API Version: 2017-04-01.\n\n\n :param str authorization_rule_name: The connection string of the namespace for the specified authorizationRule.\n :param str namespace_name: The namespace name.\n :param str resource_group_name: The name of the r...
[ { "param": "authorization_rule_name", "type": "Optional[str]" }, { "param": "namespace_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "authorization_rule_name", "type": "Optional[str]", "docstring": "The connection string of the namespace for the specified authorizationRule.", "docstring_tokens": [ "The", "connection", "string", ...
93430ebc6d7569651d2e8c51a29621187a4abb01
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hanaonazure/get_hana_instance.py
[ "Apache-2.0" ]
Python
hana_instance_id
Optional[str]
def hana_instance_id(self) -> Optional[str]: """ Specifies the HANA instance unique ID. """ return pulumi.get(self, "hana_instance_id")
Specifies the HANA instance unique ID.
Specifies the HANA instance unique ID.
[ "Specifies", "the", "HANA", "instance", "unique", "ID", "." ]
def hana_instance_id(self) -> Optional[str]: return pulumi.get(self, "hana_instance_id")
[ "def", "hana_instance_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hana_instance_id\"", ")" ]
Specifies the HANA instance unique ID.
[ "Specifies", "the", "HANA", "instance", "unique", "ID", "." ]
[ "\"\"\"\n Specifies the HANA instance unique ID.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
93430ebc6d7569651d2e8c51a29621187a4abb01
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hanaonazure/get_hana_instance.py
[ "Apache-2.0" ]
Python
hw_revision
Optional[str]
def hw_revision(self) -> Optional[str]: """ Hardware revision of a HANA instance """ return pulumi.get(self, "hw_revision")
Hardware revision of a HANA instance
Hardware revision of a HANA instance
[ "Hardware", "revision", "of", "a", "HANA", "instance" ]
def hw_revision(self) -> Optional[str]: return pulumi.get(self, "hw_revision")
[ "def", "hw_revision", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hw_revision\"", ")" ]
Hardware revision of a HANA instance
[ "Hardware", "revision", "of", "a", "HANA", "instance" ]
[ "\"\"\"\n Hardware revision of a HANA 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": [] }
93430ebc6d7569651d2e8c51a29621187a4abb01
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hanaonazure/get_hana_instance.py
[ "Apache-2.0" ]
Python
partner_node_id
Optional[str]
def partner_node_id(self) -> Optional[str]: """ ARM ID of another HanaInstance that will share a network with this HanaInstance """ return pulumi.get(self, "partner_node_id")
ARM ID of another HanaInstance that will share a network with this HanaInstance
ARM ID of another HanaInstance that will share a network with this HanaInstance
[ "ARM", "ID", "of", "another", "HanaInstance", "that", "will", "share", "a", "network", "with", "this", "HanaInstance" ]
def partner_node_id(self) -> Optional[str]: return pulumi.get(self, "partner_node_id")
[ "def", "partner_node_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"partner_node_id\"", ")" ]
ARM ID of another HanaInstance that will share a network with this HanaInstance
[ "ARM", "ID", "of", "another", "HanaInstance", "that", "will", "share", "a", "network", "with", "this", "HanaInstance" ]
[ "\"\"\"\n ARM ID of another HanaInstance that will share a network with this HanaInstance\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
934ea3022880bb1b023424028975f790384abd3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20180401/proximity_placement_group.py
[ "Apache-2.0" ]
Python
availability_sets
pulumi.Output[Sequence['outputs.SubResourceResponse']]
def availability_sets(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: """ A list of references to all availability sets in the proximity placement group. """ return pulumi.get(self, "availability_sets")
A list of references to all availability sets in the proximity placement group.
A list of references to all availability sets in the proximity placement group.
[ "A", "list", "of", "references", "to", "all", "availability", "sets", "in", "the", "proximity", "placement", "group", "." ]
def availability_sets(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: return pulumi.get(self, "availability_sets")
[ "def", "availability_sets", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"availability_sets\"", ")" ]
A list of references to all availability sets in the proximity placement group.
[ "A", "list", "of", "references", "to", "all", "availability", "sets", "in", "the", "proximity", "placement", "group", "." ]
[ "\"\"\"\n A list of references to all availability sets in the proximity placement 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": [] }
934ea3022880bb1b023424028975f790384abd3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20180401/proximity_placement_group.py
[ "Apache-2.0" ]
Python
virtual_machine_scale_sets
pulumi.Output[Sequence['outputs.SubResourceResponse']]
def virtual_machine_scale_sets(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: """ A list of references to all virtual machine scale sets in the proximity placement group. """ return pulumi.get(self, "virtual_machine_scale_sets")
A list of references to all virtual machine scale sets in the proximity placement group.
A list of references to all virtual machine scale sets in the proximity placement group.
[ "A", "list", "of", "references", "to", "all", "virtual", "machine", "scale", "sets", "in", "the", "proximity", "placement", "group", "." ]
def virtual_machine_scale_sets(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: return pulumi.get(self, "virtual_machine_scale_sets")
[ "def", "virtual_machine_scale_sets", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"virtual_machine_scale_sets\"", ")" ]
A list of references to all virtual machine scale sets in the proximity placement group.
[ "A", "list", "of", "references", "to", "all", "virtual", "machine", "scale", "sets", "in", "the", "proximity", "placement", "group", "." ]
[ "\"\"\"\n A list of references to all virtual machine scale sets in the proximity placement 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": [] }
934ea3022880bb1b023424028975f790384abd3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20180401/proximity_placement_group.py
[ "Apache-2.0" ]
Python
virtual_machines
pulumi.Output[Sequence['outputs.SubResourceResponse']]
def virtual_machines(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: """ A list of references to all virtual machines in the proximity placement group. """ return pulumi.get(self, "virtual_machines")
A list of references to all virtual machines in the proximity placement group.
A list of references to all virtual machines in the proximity placement group.
[ "A", "list", "of", "references", "to", "all", "virtual", "machines", "in", "the", "proximity", "placement", "group", "." ]
def virtual_machines(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: return pulumi.get(self, "virtual_machines")
[ "def", "virtual_machines", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"virtual_machines\"", ")" ]
A list of references to all virtual machines in the proximity placement group.
[ "A", "list", "of", "references", "to", "all", "virtual", "machines", "in", "the", "proximity", "placement", "group", "." ]
[ "\"\"\"\n A list of references to all virtual machines in the proximity placement 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": [] }
9371bed15e7707324778dfe3c652c125add7989d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/botservice/v20200602/list_bot_connection_service_providers.py
[ "Apache-2.0" ]
Python
value
Sequence['outputs.ServiceProviderResponseResult']
def value(self) -> Sequence['outputs.ServiceProviderResponseResult']: """ Gets the list of bot service providers and their properties. """ return pulumi.get(self, "value")
Gets the list of bot service providers and their properties.
Gets the list of bot service providers and their properties.
[ "Gets", "the", "list", "of", "bot", "service", "providers", "and", "their", "properties", "." ]
def value(self) -> Sequence['outputs.ServiceProviderResponseResult']: return pulumi.get(self, "value")
[ "def", "value", "(", "self", ")", "->", "Sequence", "[", "'outputs.ServiceProviderResponseResult'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"value\"", ")" ]
Gets the list of bot service providers and their properties.
[ "Gets", "the", "list", "of", "bot", "service", "providers", "and", "their", "properties", "." ]
[ "\"\"\"\n Gets the list of bot service providers and their 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": [] }
9371bed15e7707324778dfe3c652c125add7989d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/botservice/v20200602/list_bot_connection_service_providers.py
[ "Apache-2.0" ]
Python
list_bot_connection_service_providers
AwaitableListBotConnectionServiceProvidersResult
def list_bot_connection_service_providers(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListBotConnectionServiceProvidersResult: """ The list of bot service providers response. """ __args__ = dict() if opts is None: opts = pulumi.InvokeOptions() if opts.version is None: ...
The list of bot service providers response.
The list of bot service providers response.
[ "The", "list", "of", "bot", "service", "providers", "response", "." ]
def list_bot_connection_service_providers(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListBotConnectionServiceProvidersResult: __args__ = dict() if opts is None: opts = pulumi.InvokeOptions() if opts.version is None: opts.version = _utilities.get_version() __ret__ = pulumi.r...
[ "def", "list_bot_connection_service_providers", "(", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "=", "None", ")", "->", "AwaitableListBotConnectionServiceProvidersResult", ":", "__args__", "=", "dict", "(", ")", "if", "opts", "is", "None", ...
The list of bot service providers response.
[ "The", "list", "of", "bot", "service", "providers", "response", "." ]
[ "\"\"\"\n The list of bot service providers response.\n \"\"\"" ]
[ { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "opts", "type": "Optional[pulumi.InvokeOptions]", "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e52a71a34bd4841924c7113e88fad6ba7ec5809d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_sync_agent.py
[ "Apache-2.0" ]
Python
is_up_to_date
bool
def is_up_to_date(self) -> bool: """ If the sync agent version is up to date. """ return pulumi.get(self, "is_up_to_date")
If the sync agent version is up to date.
If the sync agent version is up to date.
[ "If", "the", "sync", "agent", "version", "is", "up", "to", "date", "." ]
def is_up_to_date(self) -> bool: return pulumi.get(self, "is_up_to_date")
[ "def", "is_up_to_date", "(", "self", ")", "->", "bool", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_up_to_date\"", ")" ]
If the sync agent version is up to date.
[ "If", "the", "sync", "agent", "version", "is", "up", "to", "date", "." ]
[ "\"\"\"\n If the sync agent version is up to date.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e52a71a34bd4841924c7113e88fad6ba7ec5809d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_sync_agent.py
[ "Apache-2.0" ]
Python
last_alive_time
str
def last_alive_time(self) -> str: """ Last alive time of the sync agent. """ return pulumi.get(self, "last_alive_time")
Last alive time of the sync agent.
Last alive time of the sync agent.
[ "Last", "alive", "time", "of", "the", "sync", "agent", "." ]
def last_alive_time(self) -> str: return pulumi.get(self, "last_alive_time")
[ "def", "last_alive_time", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_alive_time\"", ")" ]
Last alive time of the sync agent.
[ "Last", "alive", "time", "of", "the", "sync", "agent", "." ]
[ "\"\"\"\n Last alive time of the sync agent.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e530827d31441c98c1dedc463acb3ff8cfa62436
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_job.py
[ "Apache-2.0" ]
Python
schedule
Optional['outputs.JobScheduleResponse']
def schedule(self) -> Optional['outputs.JobScheduleResponse']: """ Schedule properties of the job. """ return pulumi.get(self, "schedule")
Schedule properties of the job.
Schedule properties of the job.
[ "Schedule", "properties", "of", "the", "job", "." ]
def schedule(self) -> Optional['outputs.JobScheduleResponse']: return pulumi.get(self, "schedule")
[ "def", "schedule", "(", "self", ")", "->", "Optional", "[", "'outputs.JobScheduleResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"schedule\"", ")" ]
Schedule properties of the job.
[ "Schedule", "properties", "of", "the", "job", "." ]
[ "\"\"\"\n Schedule properties of the job.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6692f0a2888518ecea074eb741e23ce6c6725b0a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200601/get_ip_allocation.py
[ "Apache-2.0" ]
Python
prefix_type
Optional[str]
def prefix_type(self) -> Optional[str]: """ The address prefix Type for the IpAllocation. """ return pulumi.get(self, "prefix_type")
The address prefix Type for the IpAllocation.
The address prefix Type for the IpAllocation.
[ "The", "address", "prefix", "Type", "for", "the", "IpAllocation", "." ]
def prefix_type(self) -> Optional[str]: return pulumi.get(self, "prefix_type")
[ "def", "prefix_type", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"prefix_type\"", ")" ]
The address prefix Type for the IpAllocation.
[ "The", "address", "prefix", "Type", "for", "the", "IpAllocation", "." ]
[ "\"\"\"\n The address prefix Type for the IpAllocation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6692f0a2888518ecea074eb741e23ce6c6725b0a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200601/get_ip_allocation.py
[ "Apache-2.0" ]
Python
virtual_network
'outputs.SubResourceResponse'
def virtual_network(self) -> 'outputs.SubResourceResponse': """ The VirtualNetwork that using the prefix of this IpAllocation resource. """ return pulumi.get(self, "virtual_network")
The VirtualNetwork that using the prefix of this IpAllocation resource.
The VirtualNetwork that using the prefix of this IpAllocation resource.
[ "The", "VirtualNetwork", "that", "using", "the", "prefix", "of", "this", "IpAllocation", "resource", "." ]
def virtual_network(self) -> 'outputs.SubResourceResponse': return pulumi.get(self, "virtual_network")
[ "def", "virtual_network", "(", "self", ")", "->", "'outputs.SubResourceResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"virtual_network\"", ")" ]
The VirtualNetwork that using the prefix of this IpAllocation resource.
[ "The", "VirtualNetwork", "that", "using", "the", "prefix", "of", "this", "IpAllocation", "resource", "." ]
[ "\"\"\"\n The VirtualNetwork that using the prefix of this IpAllocation 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": [] }
8eea2c3788eb189da3489928be4c26abfd60a012
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20201005privatepreview/server_group.py
[ "Apache-2.0" ]
Python
source_location
pulumi.Output[Optional[str]]
def source_location(self) -> pulumi.Output[Optional[str]]: """ The source server group location to restore from. It's required when 'createMode' is 'PointInTimeRestore' """ return pulumi.get(self, "source_location")
The source server group location to restore from. It's required when 'createMode' is 'PointInTimeRestore'
The source server group location to restore from.
[ "The", "source", "server", "group", "location", "to", "restore", "from", "." ]
def source_location(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "source_location")
[ "def", "source_location", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_location\"", ")" ]
The source server group location to restore from.
[ "The", "source", "server", "group", "location", "to", "restore", "from", "." ]
[ "\"\"\"\n The source server group location to restore from. It's required when 'createMode' is 'PointInTimeRestore'\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8eea2c3788eb189da3489928be4c26abfd60a012
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/dbforpostgresql/v20201005privatepreview/server_group.py
[ "Apache-2.0" ]
Python
source_server_group_name
pulumi.Output[Optional[str]]
def source_server_group_name(self) -> pulumi.Output[Optional[str]]: """ The source server group name to restore from. It's required when 'createMode' is 'PointInTimeRestore' """ return pulumi.get(self, "source_server_group_name")
The source server group name to restore from. It's required when 'createMode' is 'PointInTimeRestore'
The source server group name to restore from.
[ "The", "source", "server", "group", "name", "to", "restore", "from", "." ]
def source_server_group_name(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "source_server_group_name")
[ "def", "source_server_group_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_server_group_name\"", ")" ]
The source server group name to restore from.
[ "The", "source", "server", "group", "name", "to", "restore", "from", "." ]
[ "\"\"\"\n The source server group name to restore from. It's required when 'createMode' is 'PointInTimeRestore'\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c9b5feeda7299f0fa0c6e75a69eaa7d8834e150e
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/v20200415/origin.py
[ "Apache-2.0" ]
Python
private_endpoint_status
pulumi.Output[str]
def private_endpoint_status(self) -> pulumi.Output[str]: """ The approval status for the connection to the Private Link """ return pulumi.get(self, "private_endpoint_status")
The approval status for the connection to the Private Link
The approval status for the connection to the Private Link
[ "The", "approval", "status", "for", "the", "connection", "to", "the", "Private", "Link" ]
def private_endpoint_status(self) -> pulumi.Output[str]: return pulumi.get(self, "private_endpoint_status")
[ "def", "private_endpoint_status", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"private_endpoint_status\"", ")" ]
The approval status for the connection to the Private Link
[ "The", "approval", "status", "for", "the", "connection", "to", "the", "Private", "Link" ]
[ "\"\"\"\n The approval status for the connection to the Private Link\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c9b5feeda7299f0fa0c6e75a69eaa7d8834e150e
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/v20200415/origin.py
[ "Apache-2.0" ]
Python
private_link_alias
pulumi.Output[Optional[str]]
def private_link_alias(self) -> pulumi.Output[Optional[str]]: """ The Alias of the Private Link resource. Populating this optional field indicates that this origin is 'Private' """ return pulumi.get(self, "private_link_alias")
The Alias of the Private Link resource. Populating this optional field indicates that this origin is 'Private'
The Alias of the Private Link resource. Populating this optional field indicates that this origin is 'Private'
[ "The", "Alias", "of", "the", "Private", "Link", "resource", ".", "Populating", "this", "optional", "field", "indicates", "that", "this", "origin", "is", "'", "Private", "'" ]
def private_link_alias(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "private_link_alias")
[ "def", "private_link_alias", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"private_link_alias\"", ")" ]
The Alias of the Private Link resource.
[ "The", "Alias", "of", "the", "Private", "Link", "resource", "." ]
[ "\"\"\"\n The Alias of the Private Link resource. Populating this optional field indicates that this origin is 'Private'\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c9b5feeda7299f0fa0c6e75a69eaa7d8834e150e
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/v20200415/origin.py
[ "Apache-2.0" ]
Python
private_link_approval_message
pulumi.Output[Optional[str]]
def private_link_approval_message(self) -> pulumi.Output[Optional[str]]: """ A custom message to be included in the approval request to connect to the Private Link. """ return pulumi.get(self, "private_link_approval_message")
A custom message to be included in the approval request to connect to the Private Link.
A custom message to be included in the approval request to connect to the Private Link.
[ "A", "custom", "message", "to", "be", "included", "in", "the", "approval", "request", "to", "connect", "to", "the", "Private", "Link", "." ]
def private_link_approval_message(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "private_link_approval_message")
[ "def", "private_link_approval_message", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"private_link_approval_message\"", ")" ]
A custom message to be included in the approval request to connect to the Private Link.
[ "A", "custom", "message", "to", "be", "included", "in", "the", "approval", "request", "to", "connect", "to", "the", "Private", "Link", "." ]
[ "\"\"\"\n A custom message to be included in the approval request to connect to the Private Link.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c9b5feeda7299f0fa0c6e75a69eaa7d8834e150e
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/v20200415/origin.py
[ "Apache-2.0" ]
Python
private_link_location
pulumi.Output[Optional[str]]
def private_link_location(self) -> pulumi.Output[Optional[str]]: """ The location of the Private Link resource. Required only if 'privateLinkResourceId' is populated """ return pulumi.get(self, "private_link_location")
The location of the Private Link resource. Required only if 'privateLinkResourceId' is populated
The location of the Private Link resource. Required only if 'privateLinkResourceId' is populated
[ "The", "location", "of", "the", "Private", "Link", "resource", ".", "Required", "only", "if", "'", "privateLinkResourceId", "'", "is", "populated" ]
def private_link_location(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "private_link_location")
[ "def", "private_link_location", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"private_link_location\"", ")" ]
The location of the Private Link resource.
[ "The", "location", "of", "the", "Private", "Link", "resource", "." ]
[ "\"\"\"\n The location of the Private Link resource. Required only if 'privateLinkResourceId' is populated\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c9b5feeda7299f0fa0c6e75a69eaa7d8834e150e
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/v20200415/origin.py
[ "Apache-2.0" ]
Python
private_link_resource_id
pulumi.Output[Optional[str]]
def private_link_resource_id(self) -> pulumi.Output[Optional[str]]: """ The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private' """ return pulumi.get(self, "private_link_resource_id")
The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'
The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'
[ "The", "Resource", "Id", "of", "the", "Private", "Link", "resource", ".", "Populating", "this", "optional", "field", "indicates", "that", "this", "backend", "is", "'", "Private", "'" ]
def private_link_resource_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "private_link_resource_id")
[ "def", "private_link_resource_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"private_link_resource_id\"", ")" ]
The Resource Id of the Private Link resource.
[ "The", "Resource", "Id", "of", "the", "Private", "Link", "resource", "." ]
[ "\"\"\"\n The Resource Id of the Private Link resource. Populating this optional field indicates that this backend is 'Private'\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6e71617cb9558c1beb27697ae4c990ddd40a0a0f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/netapp/v20190801/get_volume.py
[ "Apache-2.0" ]
Python
used_bytes
float
def used_bytes(self) -> float: """ Resource size in bytes, current storage usage for the volume in bytes """ return pulumi.get(self, "used_bytes")
Resource size in bytes, current storage usage for the volume in bytes
Resource size in bytes, current storage usage for the volume in bytes
[ "Resource", "size", "in", "bytes", "current", "storage", "usage", "for", "the", "volume", "in", "bytes" ]
def used_bytes(self) -> float: return pulumi.get(self, "used_bytes")
[ "def", "used_bytes", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"used_bytes\"", ")" ]
Resource size in bytes, current storage usage for the volume in bytes
[ "Resource", "size", "in", "bytes", "current", "storage", "usage", "for", "the", "volume", "in", "bytes" ]
[ "\"\"\"\n Resource size in bytes, current storage usage for the volume in bytes\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6e8f48029daea81cc1e87081712dbd7616d24f87
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20190701/virtual_machine_scale_set.py
[ "Apache-2.0" ]
Python
scale_in_policy
pulumi.Output[Optional['outputs.ScaleInPolicyResponse']]
def scale_in_policy(self) -> pulumi.Output[Optional['outputs.ScaleInPolicyResponse']]: """ Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in. """ return pulumi.get(self, "scale_in_policy")
Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in.
Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in.
[ "Specifies", "the", "scale", "-", "in", "policy", "that", "decides", "which", "virtual", "machines", "are", "chosen", "for", "removal", "when", "a", "Virtual", "Machine", "Scale", "Set", "is", "scaled", "-", "in", "." ]
def scale_in_policy(self) -> pulumi.Output[Optional['outputs.ScaleInPolicyResponse']]: return pulumi.get(self, "scale_in_policy")
[ "def", "scale_in_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ScaleInPolicyResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"scale_in_policy\"", ")" ]
Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in.
[ "Specifies", "the", "scale", "-", "in", "policy", "that", "decides", "which", "virtual", "machines", "are", "chosen", "for", "removal", "when", "a", "Virtual", "Machine", "Scale", "Set", "is", "scaled", "-", "in", "." ]
[ "\"\"\"\n Specifies the scale-in policy that decides which virtual machines are chosen for removal when a Virtual Machine Scale Set is scaled-in.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6e8fcce92b7c905faabd13e771f05d21057963d2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/v20200901/afd_custom_domain.py
[ "Apache-2.0" ]
Python
azure_dns_zone
pulumi.Output[Optional['outputs.ResourceReferenceResponse']]
def azure_dns_zone(self) -> pulumi.Output[Optional['outputs.ResourceReferenceResponse']]: """ Resource reference to the Azure DNS zone """ return pulumi.get(self, "azure_dns_zone")
Resource reference to the Azure DNS zone
Resource reference to the Azure DNS zone
[ "Resource", "reference", "to", "the", "Azure", "DNS", "zone" ]
def azure_dns_zone(self) -> pulumi.Output[Optional['outputs.ResourceReferenceResponse']]: return pulumi.get(self, "azure_dns_zone")
[ "def", "azure_dns_zone", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ResourceReferenceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"azure_dns_zone\"", ")" ]
Resource reference to the Azure DNS zone
[ "Resource", "reference", "to", "the", "Azure", "DNS", "zone" ]
[ "\"\"\"\n Resource reference to the Azure DNS zone\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6e8fcce92b7c905faabd13e771f05d21057963d2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/v20200901/afd_custom_domain.py
[ "Apache-2.0" ]
Python
domain_validation_state
pulumi.Output[str]
def domain_validation_state(self) -> pulumi.Output[str]: """ Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation. """ return pulumi.get(self, "domain_validation_state")
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation.
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation.
[ "Provisioning", "substate", "shows", "the", "progress", "of", "custom", "HTTPS", "enabling", "/", "disabling", "process", "step", "by", "step", ".", "DCV", "stands", "for", "DomainControlValidation", "." ]
def domain_validation_state(self) -> pulumi.Output[str]: return pulumi.get(self, "domain_validation_state")
[ "def", "domain_validation_state", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"domain_validation_state\"", ")" ]
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step.
[ "Provisioning", "substate", "shows", "the", "progress", "of", "custom", "HTTPS", "enabling", "/", "disabling", "process", "step", "by", "step", "." ]
[ "\"\"\"\n Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. DCV stands for DomainControlValidation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6e8fcce92b7c905faabd13e771f05d21057963d2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/v20200901/afd_custom_domain.py
[ "Apache-2.0" ]
Python
tls_settings
pulumi.Output[Optional['outputs.AFDDomainHttpsParametersResponse']]
def tls_settings(self) -> pulumi.Output[Optional['outputs.AFDDomainHttpsParametersResponse']]: """ The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate ...
The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.
The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.
[ "The", "configuration", "specifying", "how", "to", "enable", "HTTPS", "for", "the", "domain", "-", "using", "AzureFrontDoor", "managed", "certificate", "or", "user", "'", "s", "own", "certificate", ".", "If", "not", "specified", "enabling", "ssl", "uses", "Azu...
def tls_settings(self) -> pulumi.Output[Optional['outputs.AFDDomainHttpsParametersResponse']]: return pulumi.get(self, "tls_settings")
[ "def", "tls_settings", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.AFDDomainHttpsParametersResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tls_settings\"", ")" ]
The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate.
[ "The", "configuration", "specifying", "how", "to", "enable", "HTTPS", "for", "the", "domain", "-", "using", "AzureFrontDoor", "managed", "certificate", "or", "user", "'", "s", "own", "certificate", "." ]
[ "\"\"\"\n The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6e8fcce92b7c905faabd13e771f05d21057963d2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/v20200901/afd_custom_domain.py
[ "Apache-2.0" ]
Python
validation_properties
pulumi.Output['outputs.DomainValidationPropertiesResponse']
def validation_properties(self) -> pulumi.Output['outputs.DomainValidationPropertiesResponse']: """ Values the customer needs to validate domain ownership """ return pulumi.get(self, "validation_properties")
Values the customer needs to validate domain ownership
Values the customer needs to validate domain ownership
[ "Values", "the", "customer", "needs", "to", "validate", "domain", "ownership" ]
def validation_properties(self) -> pulumi.Output['outputs.DomainValidationPropertiesResponse']: return pulumi.get(self, "validation_properties")
[ "def", "validation_properties", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.DomainValidationPropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"validation_properties\"", ")" ]
Values the customer needs to validate domain ownership
[ "Values", "the", "customer", "needs", "to", "validate", "domain", "ownership" ]
[ "\"\"\"\n Values the customer needs to validate domain ownership\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
88336e5f47340c530bff36cfe4d3d04de80386fb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabricmesh/get_network.py
[ "Apache-2.0" ]
Python
properties
'outputs.NetworkResourcePropertiesResponse'
def properties(self) -> 'outputs.NetworkResourcePropertiesResponse': """ Describes properties of a network resource. """ return pulumi.get(self, "properties")
Describes properties of a network resource.
Describes properties of a network resource.
[ "Describes", "properties", "of", "a", "network", "resource", "." ]
def properties(self) -> 'outputs.NetworkResourcePropertiesResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.NetworkResourcePropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
Describes properties of a network resource.
[ "Describes", "properties", "of", "a", "network", "resource", "." ]
[ "\"\"\"\n Describes properties of a network 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": [] }
5130199c2b8987161ca2b3d444888700fef06b50
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/latest/component_current_billing_feature.py
[ "Apache-2.0" ]
Python
current_billing_features
pulumi.Output[Optional[Sequence[str]]]
def current_billing_features(self) -> pulumi.Output[Optional[Sequence[str]]]: """ Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'. """ return pulumi.get(self, "current_billing_features")
Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.
Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.
[ "Current", "enabled", "pricing", "plan", ".", "When", "the", "component", "is", "in", "the", "Enterprise", "plan", "this", "will", "list", "both", "'", "Basic", "'", "and", "'", "Application", "Insights", "Enterprise", "'", "." ]
def current_billing_features(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "current_billing_features")
[ "def", "current_billing_features", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"current_billing_features\"", ")" ]
Current enabled pricing plan.
[ "Current", "enabled", "pricing", "plan", "." ]
[ "\"\"\"\n Current enabled pricing plan. When the component is in the Enterprise plan, this will list both 'Basic' and 'Application Insights Enterprise'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5130199c2b8987161ca2b3d444888700fef06b50
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/latest/component_current_billing_feature.py
[ "Apache-2.0" ]
Python
data_volume_cap
pulumi.Output[Optional['outputs.ApplicationInsightsComponentDataVolumeCapResponse']]
def data_volume_cap(self) -> pulumi.Output[Optional['outputs.ApplicationInsightsComponentDataVolumeCapResponse']]: """ An Application Insights component daily data volume cap """ return pulumi.get(self, "data_volume_cap")
An Application Insights component daily data volume cap
An Application Insights component daily data volume cap
[ "An", "Application", "Insights", "component", "daily", "data", "volume", "cap" ]
def data_volume_cap(self) -> pulumi.Output[Optional['outputs.ApplicationInsightsComponentDataVolumeCapResponse']]: return pulumi.get(self, "data_volume_cap")
[ "def", "data_volume_cap", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ApplicationInsightsComponentDataVolumeCapResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_volume_cap\"", ")" ]
An Application Insights component daily data volume cap
[ "An", "Application", "Insights", "component", "daily", "data", "volume", "cap" ]
[ "\"\"\"\n An Application Insights component daily data volume cap\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5148b674ebfef7a52064e24a5ca71f03cf5ac3f3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/v20200601preview/authorization_server.py
[ "Apache-2.0" ]
Python
authorization_methods
pulumi.Output[Optional[Sequence[str]]]
def authorization_methods(self) -> pulumi.Output[Optional[Sequence[str]]]: """ HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional. """ return pulumi.get(self, "authorization_methods")
HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional.
HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional.
[ "HTTP", "verbs", "supported", "by", "the", "authorization", "endpoint", ".", "GET", "must", "be", "always", "present", ".", "POST", "is", "optional", "." ]
def authorization_methods(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "authorization_methods")
[ "def", "authorization_methods", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"authorization_methods\"", ")" ]
HTTP verbs supported by the authorization endpoint.
[ "HTTP", "verbs", "supported", "by", "the", "authorization", "endpoint", "." ]
[ "\"\"\"\n HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5148b674ebfef7a52064e24a5ca71f03cf5ac3f3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/v20200601preview/authorization_server.py
[ "Apache-2.0" ]
Python
client_authentication_method
pulumi.Output[Optional[Sequence[str]]]
def client_authentication_method(self) -> pulumi.Output[Optional[Sequence[str]]]: """ Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the reques...
Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded format.
Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded format.
[ "Method", "of", "authentication", "supported", "by", "the", "token", "endpoint", "of", "this", "authorization", "server", ".", "Possible", "values", "are", "Basic", "and", "/", "or", "Body", ".", "When", "Body", "is", "specified", "client", "credentials", "and...
def client_authentication_method(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "client_authentication_method")
[ "def", "client_authentication_method", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"client_authentication_method\"", ")" ]
Method of authentication supported by the token endpoint of this authorization server.
[ "Method", "of", "authentication", "supported", "by", "the", "token", "endpoint", "of", "this", "authorization", "server", "." ]
[ "\"\"\"\n Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded format.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5148b674ebfef7a52064e24a5ca71f03cf5ac3f3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/v20200601preview/authorization_server.py
[ "Apache-2.0" ]
Python
token_body_parameters
pulumi.Output[Optional[Sequence['outputs.TokenBodyParameterContractResponse']]]
def token_body_parameters(self) -> pulumi.Output[Optional[Sequence['outputs.TokenBodyParameterContractResponse']]]: """ Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. {"name" : "name va...
Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. {"name" : "name value", "value": "a value"}.
Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e.
[ "Additional", "parameters", "required", "by", "the", "token", "endpoint", "of", "this", "authorization", "server", "represented", "as", "an", "array", "of", "JSON", "objects", "with", "name", "and", "value", "string", "properties", "i", ".", "e", "." ]
def token_body_parameters(self) -> pulumi.Output[Optional[Sequence['outputs.TokenBodyParameterContractResponse']]]: return pulumi.get(self, "token_body_parameters")
[ "def", "token_body_parameters", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.TokenBodyParameterContractResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"token_body_parameters\"...
Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e.
[ "Additional", "parameters", "required", "by", "the", "token", "endpoint", "of", "this", "authorization", "server", "represented", "as", "an", "array", "of", "JSON", "objects", "with", "name", "and", "value", "string", "properties", "i", ".", "e", "." ]
[ "\"\"\"\n Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. {\"name\" : \"name value\", \"value\": \"a value\"}.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
51493caebddefcf3e7cd4b68fecb587bb1fc3ad0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/get_security_contact.py
[ "Apache-2.0" ]
Python
alert_notifications
Optional['outputs.SecurityContactPropertiesResponseAlertNotifications']
def alert_notifications(self) -> Optional['outputs.SecurityContactPropertiesResponseAlertNotifications']: """ Defines whether to send email notifications about new security alerts """ return pulumi.get(self, "alert_notifications")
Defines whether to send email notifications about new security alerts
Defines whether to send email notifications about new security alerts
[ "Defines", "whether", "to", "send", "email", "notifications", "about", "new", "security", "alerts" ]
def alert_notifications(self) -> Optional['outputs.SecurityContactPropertiesResponseAlertNotifications']: return pulumi.get(self, "alert_notifications")
[ "def", "alert_notifications", "(", "self", ")", "->", "Optional", "[", "'outputs.SecurityContactPropertiesResponseAlertNotifications'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"alert_notifications\"", ")" ]
Defines whether to send email notifications about new security alerts
[ "Defines", "whether", "to", "send", "email", "notifications", "about", "new", "security", "alerts" ]
[ "\"\"\"\n Defines whether to send email notifications about new security alerts\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
51493caebddefcf3e7cd4b68fecb587bb1fc3ad0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/get_security_contact.py
[ "Apache-2.0" ]
Python
emails
Optional[str]
def emails(self) -> Optional[str]: """ List of email addresses which will get notifications from Azure Security Center by the configurations defined in this security contact. """ return pulumi.get(self, "emails")
List of email addresses which will get notifications from Azure Security Center by the configurations defined in this security contact.
List of email addresses which will get notifications from Azure Security Center by the configurations defined in this security contact.
[ "List", "of", "email", "addresses", "which", "will", "get", "notifications", "from", "Azure", "Security", "Center", "by", "the", "configurations", "defined", "in", "this", "security", "contact", "." ]
def emails(self) -> Optional[str]: return pulumi.get(self, "emails")
[ "def", "emails", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"emails\"", ")" ]
List of email addresses which will get notifications from Azure Security Center by the configurations defined in this security contact.
[ "List", "of", "email", "addresses", "which", "will", "get", "notifications", "from", "Azure", "Security", "Center", "by", "the", "configurations", "defined", "in", "this", "security", "contact", "." ]
[ "\"\"\"\n List of email addresses which will get notifications from Azure Security Center by the configurations defined in this security contact.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
51493caebddefcf3e7cd4b68fecb587bb1fc3ad0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/get_security_contact.py
[ "Apache-2.0" ]
Python
notifications_by_role
Optional['outputs.SecurityContactPropertiesResponseNotificationsByRole']
def notifications_by_role(self) -> Optional['outputs.SecurityContactPropertiesResponseNotificationsByRole']: """ Defines whether to send email notifications from Azure Security Center to persons with specific RBAC roles on the subscription. """ return pulumi.get(self, "notifications_by_r...
Defines whether to send email notifications from Azure Security Center to persons with specific RBAC roles on the subscription.
Defines whether to send email notifications from Azure Security Center to persons with specific RBAC roles on the subscription.
[ "Defines", "whether", "to", "send", "email", "notifications", "from", "Azure", "Security", "Center", "to", "persons", "with", "specific", "RBAC", "roles", "on", "the", "subscription", "." ]
def notifications_by_role(self) -> Optional['outputs.SecurityContactPropertiesResponseNotificationsByRole']: return pulumi.get(self, "notifications_by_role")
[ "def", "notifications_by_role", "(", "self", ")", "->", "Optional", "[", "'outputs.SecurityContactPropertiesResponseNotificationsByRole'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"notifications_by_role\"", ")" ]
Defines whether to send email notifications from Azure Security Center to persons with specific RBAC roles on the subscription.
[ "Defines", "whether", "to", "send", "email", "notifications", "from", "Azure", "Security", "Center", "to", "persons", "with", "specific", "RBAC", "roles", "on", "the", "subscription", "." ]
[ "\"\"\"\n Defines whether to send email notifications from Azure Security Center to persons with specific RBAC roles on the subscription.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
51591bb4d6e81c73e6b0309f81bdaac2476cba00
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hanaonazure/get_sap_monitor.py
[ "Apache-2.0" ]
Python
enable_customer_analytics
Optional[bool]
def enable_customer_analytics(self) -> Optional[bool]: """ The value indicating whether to send analytics to Microsoft """ return pulumi.get(self, "enable_customer_analytics")
The value indicating whether to send analytics to Microsoft
The value indicating whether to send analytics to Microsoft
[ "The", "value", "indicating", "whether", "to", "send", "analytics", "to", "Microsoft" ]
def enable_customer_analytics(self) -> Optional[bool]: return pulumi.get(self, "enable_customer_analytics")
[ "def", "enable_customer_analytics", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enable_customer_analytics\"", ")" ]
The value indicating whether to send analytics to Microsoft
[ "The", "value", "indicating", "whether", "to", "send", "analytics", "to", "Microsoft" ]
[ "\"\"\"\n The value indicating whether to send analytics to Microsoft\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
51591bb4d6e81c73e6b0309f81bdaac2476cba00
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hanaonazure/get_sap_monitor.py
[ "Apache-2.0" ]
Python
log_analytics_workspace_arm_id
Optional[str]
def log_analytics_workspace_arm_id(self) -> Optional[str]: """ The ARM ID of the Log Analytics Workspace that is used for monitoring """ return pulumi.get(self, "log_analytics_workspace_arm_id")
The ARM ID of the Log Analytics Workspace that is used for monitoring
The ARM ID of the Log Analytics Workspace that is used for monitoring
[ "The", "ARM", "ID", "of", "the", "Log", "Analytics", "Workspace", "that", "is", "used", "for", "monitoring" ]
def log_analytics_workspace_arm_id(self) -> Optional[str]: return pulumi.get(self, "log_analytics_workspace_arm_id")
[ "def", "log_analytics_workspace_arm_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"log_analytics_workspace_arm_id\"", ")" ]
The ARM ID of the Log Analytics Workspace that is used for monitoring
[ "The", "ARM", "ID", "of", "the", "Log", "Analytics", "Workspace", "that", "is", "used", "for", "monitoring" ]
[ "\"\"\"\n The ARM ID of the Log Analytics Workspace that is used for monitoring\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
51591bb4d6e81c73e6b0309f81bdaac2476cba00
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hanaonazure/get_sap_monitor.py
[ "Apache-2.0" ]
Python
log_analytics_workspace_shared_key
Optional[str]
def log_analytics_workspace_shared_key(self) -> Optional[str]: """ The shared key of the log analytics workspace that is used for monitoring """ return pulumi.get(self, "log_analytics_workspace_shared_key")
The shared key of the log analytics workspace that is used for monitoring
The shared key of the log analytics workspace that is used for monitoring
[ "The", "shared", "key", "of", "the", "log", "analytics", "workspace", "that", "is", "used", "for", "monitoring" ]
def log_analytics_workspace_shared_key(self) -> Optional[str]: return pulumi.get(self, "log_analytics_workspace_shared_key")
[ "def", "log_analytics_workspace_shared_key", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"log_analytics_workspace_shared_key\"", ")" ]
The shared key of the log analytics workspace that is used for monitoring
[ "The", "shared", "key", "of", "the", "log", "analytics", "workspace", "that", "is", "used", "for", "monitoring" ]
[ "\"\"\"\n The shared key of the log analytics workspace that is used for monitoring\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
51591bb4d6e81c73e6b0309f81bdaac2476cba00
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hanaonazure/get_sap_monitor.py
[ "Apache-2.0" ]
Python
managed_resource_group_name
str
def managed_resource_group_name(self) -> str: """ The name of the resource group the SAP Monitor resources get deployed into. """ return pulumi.get(self, "managed_resource_group_name")
The name of the resource group the SAP Monitor resources get deployed into.
The name of the resource group the SAP Monitor resources get deployed into.
[ "The", "name", "of", "the", "resource", "group", "the", "SAP", "Monitor", "resources", "get", "deployed", "into", "." ]
def managed_resource_group_name(self) -> str: return pulumi.get(self, "managed_resource_group_name")
[ "def", "managed_resource_group_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"managed_resource_group_name\"", ")" ]
The name of the resource group the SAP Monitor resources get deployed into.
[ "The", "name", "of", "the", "resource", "group", "the", "SAP", "Monitor", "resources", "get", "deployed", "into", "." ]
[ "\"\"\"\n The name of the resource group the SAP Monitor resources get deployed into.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
51591bb4d6e81c73e6b0309f81bdaac2476cba00
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hanaonazure/get_sap_monitor.py
[ "Apache-2.0" ]
Python
monitor_subnet
Optional[str]
def monitor_subnet(self) -> Optional[str]: """ The subnet which the SAP monitor will be deployed in """ return pulumi.get(self, "monitor_subnet")
The subnet which the SAP monitor will be deployed in
The subnet which the SAP monitor will be deployed in
[ "The", "subnet", "which", "the", "SAP", "monitor", "will", "be", "deployed", "in" ]
def monitor_subnet(self) -> Optional[str]: return pulumi.get(self, "monitor_subnet")
[ "def", "monitor_subnet", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"monitor_subnet\"", ")" ]
The subnet which the SAP monitor will be deployed in
[ "The", "subnet", "which", "the", "SAP", "monitor", "will", "be", "deployed", "in" ]
[ "\"\"\"\n The subnet which the SAP monitor will be deployed in\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
51591bb4d6e81c73e6b0309f81bdaac2476cba00
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hanaonazure/get_sap_monitor.py
[ "Apache-2.0" ]
Python
sap_monitor_collector_version
str
def sap_monitor_collector_version(self) -> str: """ The version of the payload running in the Collector VM """ return pulumi.get(self, "sap_monitor_collector_version")
The version of the payload running in the Collector VM
The version of the payload running in the Collector VM
[ "The", "version", "of", "the", "payload", "running", "in", "the", "Collector", "VM" ]
def sap_monitor_collector_version(self) -> str: return pulumi.get(self, "sap_monitor_collector_version")
[ "def", "sap_monitor_collector_version", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sap_monitor_collector_version\"", ")" ]
The version of the payload running in the Collector VM
[ "The", "version", "of", "the", "payload", "running", "in", "the", "Collector", "VM" ]
[ "\"\"\"\n The version of the payload running in the Collector VM\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
a89805be407be2afdadd261b879acb05e65ca657
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/machinelearningexperimentation/get_project.py
[ "Apache-2.0" ]
Python
gitrepo
Optional[str]
def gitrepo(self) -> Optional[str]: """ The reference to git repo for this project. """ return pulumi.get(self, "gitrepo")
The reference to git repo for this project.
The reference to git repo for this project.
[ "The", "reference", "to", "git", "repo", "for", "this", "project", "." ]
def gitrepo(self) -> Optional[str]: return pulumi.get(self, "gitrepo")
[ "def", "gitrepo", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"gitrepo\"", ")" ]
The reference to git repo for this project.
[ "The", "reference", "to", "git", "repo", "for", "this", "project", "." ]
[ "\"\"\"\n The reference to git repo for this project.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
a8a49c60f6bfb48cd45fc3008f3e638ccc015780
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20150501preview/network_interface.py
[ "Apache-2.0" ]
Python
ip_configurations
pulumi.Output[Optional[Sequence['outputs.NetworkInterfaceIpConfigurationResponse']]]
def ip_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.NetworkInterfaceIpConfigurationResponse']]]: """ Gets or sets list of IPConfigurations of the NetworkInterface """ return pulumi.get(self, "ip_configurations")
Gets or sets list of IPConfigurations of the NetworkInterface
Gets or sets list of IPConfigurations of the NetworkInterface
[ "Gets", "or", "sets", "list", "of", "IPConfigurations", "of", "the", "NetworkInterface" ]
def ip_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.NetworkInterfaceIpConfigurationResponse']]]: return pulumi.get(self, "ip_configurations")
[ "def", "ip_configurations", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.NetworkInterfaceIpConfigurationResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ip_configurations\"", ...
Gets or sets list of IPConfigurations of the NetworkInterface
[ "Gets", "or", "sets", "list", "of", "IPConfigurations", "of", "the", "NetworkInterface" ]
[ "\"\"\"\n Gets or sets list of IPConfigurations of the NetworkInterface\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
a8a49c60f6bfb48cd45fc3008f3e638ccc015780
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20150501preview/network_interface.py
[ "Apache-2.0" ]
Python
network_security_group
pulumi.Output[Optional['outputs.SubResourceResponse']]
def network_security_group(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]: """ Gets or sets the reference of the NetworkSecurityGroup resource """ return pulumi.get(self, "network_security_group")
Gets or sets the reference of the NetworkSecurityGroup resource
Gets or sets the reference of the NetworkSecurityGroup resource
[ "Gets", "or", "sets", "the", "reference", "of", "the", "NetworkSecurityGroup", "resource" ]
def network_security_group(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]: return pulumi.get(self, "network_security_group")
[ "def", "network_security_group", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"network_security_group\"", ")" ]
Gets or sets the reference of the NetworkSecurityGroup resource
[ "Gets", "or", "sets", "the", "reference", "of", "the", "NetworkSecurityGroup", "resource" ]
[ "\"\"\"\n Gets or sets the reference of the NetworkSecurityGroup 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": [] }
a8ab44ab14af63d97cf5333ceda0889eb2e110a6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/v20191201preview/list_authorization_server_secrets.py
[ "Apache-2.0" ]
Python
list_authorization_server_secrets
AwaitableListAuthorizationServerSecretsResult
def list_authorization_server_secrets(authsid: Optional[str] = None, resource_group_name: Optional[str] = None, service_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableL...
Client or app secret used in IdentityProviders, Aad, OpenID or OAuth. :param str authsid: Identifier of the authorization server. :param str resource_group_name: The name of the resource group. :param str service_name: The name of the API Management service.
Client or app secret used in IdentityProviders, Aad, OpenID or OAuth.
[ "Client", "or", "app", "secret", "used", "in", "IdentityProviders", "Aad", "OpenID", "or", "OAuth", "." ]
def list_authorization_server_secrets(authsid: Optional[str] = None, resource_group_name: Optional[str] = None, service_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableL...
[ "def", "list_authorization_server_secrets", "(", "authsid", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "service_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "...
Client or app secret used in IdentityProviders, Aad, OpenID or OAuth.
[ "Client", "or", "app", "secret", "used", "in", "IdentityProviders", "Aad", "OpenID", "or", "OAuth", "." ]
[ "\"\"\"\n Client or app secret used in IdentityProviders, Aad, OpenID or OAuth.\n\n\n :param str authsid: Identifier of the authorization server.\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": "authsid", "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": "authsid", "type": "Optional[str]", "docstring": "Identifier of the authorization server.", "docstring_tokens": [ "Identifier", "of", "the", "authorization", "server", "." ]...
b429689d8dc98354f75b155cc3e15b8b6ec21257
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/authorization/latest/get_policy_assignment.py
[ "Apache-2.0" ]
Python
non_compliance_messages
Optional[Sequence['outputs.NonComplianceMessageResponse']]
def non_compliance_messages(self) -> Optional[Sequence['outputs.NonComplianceMessageResponse']]: """ The messages that describe why a resource is non-compliant with the policy. """ return pulumi.get(self, "non_compliance_messages")
The messages that describe why a resource is non-compliant with the policy.
The messages that describe why a resource is non-compliant with the policy.
[ "The", "messages", "that", "describe", "why", "a", "resource", "is", "non", "-", "compliant", "with", "the", "policy", "." ]
def non_compliance_messages(self) -> Optional[Sequence['outputs.NonComplianceMessageResponse']]: return pulumi.get(self, "non_compliance_messages")
[ "def", "non_compliance_messages", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.NonComplianceMessageResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"non_compliance_messages\"", ")" ]
The messages that describe why a resource is non-compliant with the policy.
[ "The", "messages", "that", "describe", "why", "a", "resource", "is", "non", "-", "compliant", "with", "the", "policy", "." ]
[ "\"\"\"\n The messages that describe why a resource is non-compliant with 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": [] }
b43aff41eaf1142e34cffdd351aef7ca6ff4f41b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerservice/get_container_service.py
[ "Apache-2.0" ]
Python
agent_pool_profiles
Sequence['outputs.ContainerServiceAgentPoolProfileResponse']
def agent_pool_profiles(self) -> Sequence['outputs.ContainerServiceAgentPoolProfileResponse']: """ Properties of the agent pool. """ return pulumi.get(self, "agent_pool_profiles")
Properties of the agent pool.
Properties of the agent pool.
[ "Properties", "of", "the", "agent", "pool", "." ]
def agent_pool_profiles(self) -> Sequence['outputs.ContainerServiceAgentPoolProfileResponse']: return pulumi.get(self, "agent_pool_profiles")
[ "def", "agent_pool_profiles", "(", "self", ")", "->", "Sequence", "[", "'outputs.ContainerServiceAgentPoolProfileResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"agent_pool_profiles\"", ")" ]
Properties of the agent pool.
[ "Properties", "of", "the", "agent", "pool", "." ]
[ "\"\"\"\n Properties of the agent 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": [] }
b43aff41eaf1142e34cffdd351aef7ca6ff4f41b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerservice/get_container_service.py
[ "Apache-2.0" ]
Python
diagnostics_profile
Optional['outputs.ContainerServiceDiagnosticsProfileResponse']
def diagnostics_profile(self) -> Optional['outputs.ContainerServiceDiagnosticsProfileResponse']: """ Properties of the diagnostic agent. """ return pulumi.get(self, "diagnostics_profile")
Properties of the diagnostic agent.
Properties of the diagnostic agent.
[ "Properties", "of", "the", "diagnostic", "agent", "." ]
def diagnostics_profile(self) -> Optional['outputs.ContainerServiceDiagnosticsProfileResponse']: return pulumi.get(self, "diagnostics_profile")
[ "def", "diagnostics_profile", "(", "self", ")", "->", "Optional", "[", "'outputs.ContainerServiceDiagnosticsProfileResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"diagnostics_profile\"", ")" ]
Properties of the diagnostic agent.
[ "Properties", "of", "the", "diagnostic", "agent", "." ]
[ "\"\"\"\n Properties of the diagnostic agent.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f6acf9011938f74570c978b734132f035afb0e4c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/get_profile.py
[ "Apache-2.0" ]
Python
api_entity_set_name
Optional[str]
def api_entity_set_name(self) -> Optional[str]: """ The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object. """ return pulumi.get(self, "api_entity_set_name")
The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object.
The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object.
[ "The", "api", "entity", "set", "name", ".", "This", "becomes", "the", "odata", "entity", "set", "name", "for", "the", "entity", "Type", "being", "referred", "in", "this", "object", "." ]
def api_entity_set_name(self) -> Optional[str]: return pulumi.get(self, "api_entity_set_name")
[ "def", "api_entity_set_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"api_entity_set_name\"", ")" ]
The api entity set name.
[ "The", "api", "entity", "set", "name", "." ]
[ "\"\"\"\n The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f6acf9011938f74570c978b734132f035afb0e4c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/get_profile.py
[ "Apache-2.0" ]
Python
attributes
Optional[Mapping[str, Sequence[str]]]
def attributes(self) -> Optional[Mapping[str, Sequence[str]]]: """ The attributes for the Type. """ return pulumi.get(self, "attributes")
The attributes for the Type.
The attributes for the Type.
[ "The", "attributes", "for", "the", "Type", "." ]
def attributes(self) -> Optional[Mapping[str, Sequence[str]]]: return pulumi.get(self, "attributes")
[ "def", "attributes", "(", "self", ")", "->", "Optional", "[", "Mapping", "[", "str", ",", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"attributes\"", ")" ]
The attributes for the Type.
[ "The", "attributes", "for", "the", "Type", "." ]
[ "\"\"\"\n The attributes for the Type.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f6acf9011938f74570c978b734132f035afb0e4c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/get_profile.py
[ "Apache-2.0" ]
Python
large_image
Optional[str]
def large_image(self) -> Optional[str]: """ Large Image associated with the Property or EntityType. """ return pulumi.get(self, "large_image")
Large Image associated with the Property or EntityType.
Large Image associated with the Property or EntityType.
[ "Large", "Image", "associated", "with", "the", "Property", "or", "EntityType", "." ]
def large_image(self) -> Optional[str]: return pulumi.get(self, "large_image")
[ "def", "large_image", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"large_image\"", ")" ]
Large Image associated with the Property or EntityType.
[ "Large", "Image", "associated", "with", "the", "Property", "or", "EntityType", "." ]
[ "\"\"\"\n Large Image associated with the Property or EntityType.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f6acf9011938f74570c978b734132f035afb0e4c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/get_profile.py
[ "Apache-2.0" ]
Python
last_changed_utc
str
def last_changed_utc(self) -> str: """ The last changed time for the type definition. """ return pulumi.get(self, "last_changed_utc")
The last changed time for the type definition.
The last changed time for the type definition.
[ "The", "last", "changed", "time", "for", "the", "type", "definition", "." ]
def last_changed_utc(self) -> str: return pulumi.get(self, "last_changed_utc")
[ "def", "last_changed_utc", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_changed_utc\"", ")" ]
The last changed time for the type definition.
[ "The", "last", "changed", "time", "for", "the", "type", "definition", "." ]
[ "\"\"\"\n The last changed time for the type definition.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f6acf9011938f74570c978b734132f035afb0e4c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/get_profile.py
[ "Apache-2.0" ]
Python
localized_attributes
Optional[Mapping[str, Mapping[str, str]]]
def localized_attributes(self) -> Optional[Mapping[str, Mapping[str, str]]]: """ Any custom localized attributes for the Type. """ return pulumi.get(self, "localized_attributes")
Any custom localized attributes for the Type.
Any custom localized attributes for the Type.
[ "Any", "custom", "localized", "attributes", "for", "the", "Type", "." ]
def localized_attributes(self) -> Optional[Mapping[str, Mapping[str, str]]]: return pulumi.get(self, "localized_attributes")
[ "def", "localized_attributes", "(", "self", ")", "->", "Optional", "[", "Mapping", "[", "str", ",", "Mapping", "[", "str", ",", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"localized_attributes\"", ")" ]
Any custom localized attributes for the Type.
[ "Any", "custom", "localized", "attributes", "for", "the", "Type", "." ]
[ "\"\"\"\n Any custom localized attributes for the Type.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f6acf9011938f74570c978b734132f035afb0e4c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/get_profile.py
[ "Apache-2.0" ]
Python
medium_image
Optional[str]
def medium_image(self) -> Optional[str]: """ Medium Image associated with the Property or EntityType. """ return pulumi.get(self, "medium_image")
Medium Image associated with the Property or EntityType.
Medium Image associated with the Property or EntityType.
[ "Medium", "Image", "associated", "with", "the", "Property", "or", "EntityType", "." ]
def medium_image(self) -> Optional[str]: return pulumi.get(self, "medium_image")
[ "def", "medium_image", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"medium_image\"", ")" ]
Medium Image associated with the Property or EntityType.
[ "Medium", "Image", "associated", "with", "the", "Property", "or", "EntityType", "." ]
[ "\"\"\"\n Medium Image associated with the Property or EntityType.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }